Modifier and Type | Method and Description |
---|---|
protected void |
ContentTableSourceBigDataPersister.addDocumentPublications(StandardDocument standardDocument,
ContentTableSource source,
ISourceData data) |
protected Collection<? extends ContentVersionDocument> |
ContentTableSourceBigDataPersister.generateDocuments(ContentTableSource source,
ISourceData data) |
protected Collection<String> |
ContentTableSourceBigDataPersister.getPublishedPrincipalIds(ContentTableSource source,
ISourceData row) |
Modifier and Type | Method and Description |
---|---|
void |
ContentTabularSourceSearchContentFiller.init(ISourceData sourceData,
Source source)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CategorizationSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow) |
void |
LocaleMetaDataSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow) |
void |
TagSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow) |
void |
VersionActiveField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow) |
void |
WorkflowAssignedToSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow) |
Modifier and Type | Method and Description |
---|---|
protected void |
TabularSourceBigDataPersister.addDocumentPublications(StandardDocument standardDocument,
S source,
ISourceData data)
Generates and adds the publications to be used as the value for
StandardDocumentType#FIELD_PUBLICATIONS . |
protected void |
TabularSourceBigDataPersister.addDocumentPublications(StandardDocument standardDocument,
S source,
ISourceData row,
Collection<String> serviceInstanceIds)
Generates and adds the publications to be used as the value for
StandardDocumentType#FIELD_PUBLICATIONS , for an row on a collection of service instances. |
void |
DummySourceBigDataPersister.addDocuments(S source,
ISourceData... data) |
void |
ISourceBigDataPersister.addDocuments(S source,
ISourceData... data)
Adds
documents to the portal big data repository for the given source data entries. |
void |
TabularSourceBigDataPersister.addDocuments(S source,
ISourceData... datas)
Adds
documents to the portal big data repository for the given source data entries. |
protected void |
TabularSourceBigDataPersister.addDocuments(S source,
ISourceData data,
IBigDataIndexer bigDataIndexer)
Adds
documents to the portal big data repository for the given source data. |
protected String |
TabularSourceBigDataPersister.generateDocumentPublishedContextURL(S source,
ISourceData row,
String serviceInstanceId)
Generates the URL For a published context to refer a row on a service instance.
|
protected Collection<? extends Document> |
TabularSourceBigDataPersister.generateDocuments(S source,
ISourceData data)
Generates the documents to be stored for a given source data.
|
protected double |
TabularSourceBigDataPersister.getDocumentPopularity(StandardDocument document,
S source,
ISourceData data)
Returns the popularity of the given document.
|
protected Collection<String> |
TabularSourceBigDataPersister.getPublishedPrincipalIds(S source,
ISourceData row)
Returns the published principal identifiers to compose
publications that will be added to
StandardDocumentType#FIELD_PUBLICATIONS . |
Modifier and Type | Method and Description |
---|---|
void |
DummySourceBigDataPersister.addDocuments(S source,
Collection<? extends ISourceData> data) |
void |
ISourceBigDataPersister.addDocuments(S source,
Collection<? extends ISourceData> data)
Adds
documents to the portal big data repository for the given source data entries. |
void |
TabularSourceBigDataPersister.addDocuments(S source,
Collection<? extends ISourceData> datas)
Adds
documents to the portal big data repository for the given source data entries. |
Modifier and Type | Method and Description |
---|---|
protected String |
SelectItemTabularDataControl.getRowHyperlink(TabularSource source,
ISourceData row,
String compositePrimaryKey,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
protected String |
TabularDataControl.getFieldHyperlink(TabularSource source,
ISourceData row,
String fieldId,
String compositePrimaryKey,
int rowIndex) |
protected String |
TabularDataControl.getRowHyperlink(TabularSource source,
ISourceData row,
String compositePrimaryKey,
int rowIndex) |
protected String |
TabularDataControl.getRowOnClick(TabularSource<?> source,
ISourceData row,
String compositePrimaryKey,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
String |
DouiHyperlink.getOnClick(String sourceId,
String fieldId,
ISourceData data,
String identifier) |
String |
DouiHyperlink.getTarget(String sourceId,
String fieldId,
ISourceData data,
String identifier) |
Modifier and Type | Field and Description |
---|---|
protected ISourceData |
DouiTabularSourceSearchContentFiller.sourceData
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
SearchDataProvider.getHighlight(ISearchHit hit,
ISourceData row)
Returns the highlight value for the given row.
|
protected Object |
SearchDataProvider.getPublications(ISearchHit hit,
ISourceData row,
SearchSource searchSource)
Returns the publications of the given search hit.
|
void |
ISourceSearchContentFiller.init(ISourceData sourceData,
Source source)
Deprecated.
|
void |
DouiTabularSourceSearchContentFiller.init(ISourceData sourceData,
Source source)
Deprecated.
|
protected void |
SearchDataProvider.populateRow(SessionConfig sessionConfig,
ISourceData row,
ISearchHit hit,
Set<String> fieldIds,
SearchSource searchSource,
ITransaction transaction)
Populate the given row with the given search hit.
|
protected void |
SearchDataProvider.populateRowField(SessionConfig sessionConfig,
ISourceData row,
ISearchHit hit,
String fieldId,
SearchSource searchSource,
ITransaction transaction)
Populates the given field within the row with the given hit.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSourceData
Abstract implementation of a
ISourceData that implements the default
convertion behaviour. |
class |
SourceData
The default concrete implementation for the
ISourceData . |
class |
TabularData
Represents tabular data, through a set of ISourceData elements
|
Modifier and Type | Method and Description |
---|---|
ISourceData |
TabularData.addRow()
Adds a row in this tabular data.
|
ISourceData |
Source.getData()
Returns this source's data.
|
Modifier and Type | Method and Description |
---|---|
List<ISourceData> |
TabularData.getRows()
Returns the rows in this tabular data.
|
List<ISourceData> |
Source.readData(Collection<String> itemIds)
Returns the data corresponding to the given
itemIds . |
List<ISourceData> |
Source.readData(String... itemIds)
Returns the data corresponding to the given
itemIds . |
Modifier and Type | Method and Description |
---|---|
int |
TabularSource.compare(ISourceData row1,
ISourceData row2)
Compares two rows based on the
DouiContext.DOUI_ORDER_BY_FIELD parameter value. |
protected int |
TabularSource.compareField(ISourceData row1,
ISourceData row2,
String fieldId,
String direction)
Returns an integer that represents the comparason between the same field value
of two different rows.
|
Modifier and Type | Method and Description |
---|---|
void |
TabularData.sort(Comparator<ISourceData> comparator) |
Modifier and Type | Method and Description |
---|---|
List<ISourceData> |
SourcePostAddDataEvent.getAddedData()
Returns the added data.
|
Collection<ISourceData> |
SourcePreDeleteDataEvent.getDeletedData()
Returns the data that will be deleted.
|
List<ISourceData> |
SourcePreUpdateDataEvent.getOriginalData()
Returns the data that corresponds to the item identifier being updated.
|
List<ISourceData> |
SourcePostUpdateDataEvent.getUpdatedData()
Returns the updated data.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseSourceField.addDocumentFields(Document document,
ISourceData data) |
void |
ISourceField.addDocumentFields(Document document,
ISourceData data)
Adds document fields values relative to this field to a document.
|
void |
BaseTabularSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow)
Converts a row read from the data provider to this source field type.
|
void |
ITabularSourceField.convertRowToFieldData(ISourceData originalRow,
ISourceData sourceRow)
Converts a row read from the data provider to this source field type.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
RowProcessActionPostLoadProcessor.checkPreCondition(SessionConfig sessionConfig,
ISourceData row,
Source<? extends ISourceData> source,
Node precondition,
ITransaction transaction)
Checks the pre-condition for a row in a source.
|
protected void |
NamePathConverterPostLoadProcessor.setPath(String channelPath,
String name,
ISourceData row) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RowProcessActionPostLoadProcessor.checkPreCondition(SessionConfig sessionConfig,
ISourceData row,
Source<? extends ISourceData> source,
Node precondition,
ITransaction transaction)
Checks the pre-condition for a row in a source.
|
Constructor and Description |
---|
PostLoadProcessorVariableResolver(ISourceData row,
Source source)
Creates a new resolver for the given doui context.
|
Modifier and Type | Method and Description |
---|---|
ISourceData |
TableSource.readData(String primaryKeyValue,
ITransaction transaction)
Deprecated.
Since 10.4.0 replaced by
Source.readData(String...) and #readData(Iterable)
for Source persistence API standardization. This method is no longer called and kept only for backwards
compatibility. |
ISourceData |
ITableDao.IRowProcessor.readRow(Object[] values) |
Modifier and Type | Method and Description |
---|---|
List<ISourceData> |
TableSource.readData(Collection<String> itemIds) |
Modifier and Type | Method and Description |
---|---|
void |
FileTableSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow) |
void |
GenericTableSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow) |
Modifier and Type | Method and Description |
---|---|
protected String |
AnnouncementBigDataPersister.generateDocumentPublishedContextURL(ContentTableSource source,
ISourceData row,
String serviceInstanceId) |
protected String |
AnnouncementTabularDataControl.getFieldHyperlink(TabularSource source,
ISourceData row,
String fieldId,
String compositePrimaryKey,
int rowIndex) |
protected String |
AnnouncementTabularDataControl.getRowHyperlink(TabularSource source,
ISourceData row,
String compositePrimaryKey,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
protected String |
AssociationTabularDataControl.getRowHyperlink(TabularSource source,
ISourceData row,
String compositePrimaryKey,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
protected String |
BannerControl.serializeBanner(ISourceData row) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RowProcessActionPostLoadProcessor.checkPreCondition(SessionConfig sessionConfig,
ISourceData row,
Source<? extends ISourceData> source,
Node precondition,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RowProcessActionPostLoadProcessor.checkPreCondition(SessionConfig sessionConfig,
ISourceData row,
Source<? extends ISourceData> source,
Node precondition,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
protected String |
CommunityTabularDataControl.getFieldHyperlink(TabularSource source,
ISourceData row,
String fieldId,
String compositePrimaryKey,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentBigDataPersister.addDocumentPublications(StandardDocument standardDocument,
ContentTableSource source,
ISourceData data) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow) |
Modifier and Type | Method and Description |
---|---|
protected String |
MessageBigDataPersister.generateDocumentPublishedContextURL(ContentTableSource source,
ISourceData row,
String serviceInstanceId) |
protected String |
ForumMessageListPostLoadProcessor.getDeleteButtonScript(String pkFieldName,
ISourceData row,
boolean isModerator) |
protected String |
ForumMessageListPostLoadProcessor.getEditButtonScript(String pkFieldName,
ISourceData row,
IServiceInterfaceUrl baseUrl) |
protected String |
ForumMessageListPostLoadProcessor.getQuoteButtonScript(String pkFieldName,
ISourceData row,
IServiceInterfaceUrl baseUrl) |
Modifier and Type | Method and Description |
---|---|
protected String |
HierarchicalContentBigDataPersister.generateDocumentPublishedContextURL(ContentTableSource source,
ISourceData row,
String serviceInstanceId) |
protected String |
HierarchicalTabularDataControl.getFieldHyperlink(TabularSource source,
ISourceData row,
String fieldId,
String compositePrimaryKey,
int rowIndex) |
protected String |
HierarchicalTabularDataControl.getRowOnClick(TabularSource<?> source,
ISourceData row,
String compositePrimaryKey,
int rowIndex)
Builds the java script to be added to the onClick of the hyperlink
|
Modifier and Type | Method and Description |
---|---|
protected String |
LinkBigDataPersister.generateDocumentPublishedContextURL(ContentTableSource source,
ISourceData row,
String serviceInstanceId) |
static String |
LinkHyperlink.getHyperlink(ISourceData row,
String rowHyperlink,
String fieldHyperlink,
IURLFactory urlFactory)
Returns the hyperlink URL for a link source row.
|
protected String |
LinkTabularDataControl.getRowHyperlink(TabularSource source,
ISourceData row,
String compositePrimaryKey,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
protected void |
MediaBigDataPersister.addDocumentPublications(StandardDocument standardDocument,
ContentTableSource source,
ISourceData data) |
Modifier and Type | Method and Description |
---|---|
void |
MediaSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow) |
Modifier and Type | Method and Description |
---|---|
void |
ChannelTreeNavigationSource.setNavigationData(DouiContext douiContext,
ISourceData row,
Node dataNode) |
void |
INavigationSource.setNavigationData(DouiContext douiContext,
ISourceData row,
Node dataNode) |
void |
LinkNavigationSource.setNavigationData(DouiContext douiContext,
ISourceData row,
Node dataNode) |
Modifier and Type | Method and Description |
---|---|
protected String |
LinkToRuntimeTabularDataControl.getRowHyperlink(TabularSource source,
ISourceData row,
String compositePrimaryKey,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
protected String |
FileSystemTabularData.getFieldHyperlink(TabularSource source,
ISourceData row,
String fieldId,
String compositePrimaryKey,
int rowIndex) |
protected String |
FileSystemTabularData.getRowHyperlink(TabularSource source,
ISourceData row,
String compositePrimaryKey,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
void |
GroupConfigurationButtonField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow) |
Modifier and Type | Method and Description |
---|---|
void |
GroupTypeConfigurationButtonField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow) |
Modifier and Type | Method and Description |
---|---|
protected void |
GenericServiceInstancesTagListDataProvider.populateRow(IMultiBucketAggregationResult.IBucket<Serializable> bucket,
ISourceData row,
T source)
Populates the given row of the given source with the given
bucket of search aggregation result. |
Modifier and Type | Method and Description |
---|---|
protected String |
UserPostBigDataPersister.generateDocumentPublishedContextURL(ContentTableSource source,
ISourceData row,
String serviceInstanceId) |
Modifier and Type | Method and Description |
---|---|
protected String |
LinkToRuntimeTabularDataControl.getRowOnClick(TabularSource<?> source,
ISourceData row,
String compositePrimaryKey,
int rowIndex) |
protected void |
ClonedPortletUsePostLoadProcessor.processRow(ISourceData row,
String format,
Source<?> source,
SessionConfig sessionConfig,
ITransaction transaction)
Process a single row.
|
protected void |
ClonePortletPostLoadProcessor.processRow(SessionConfig sessionConfig,
ISourceData row,
Source<?> source,
ITransaction transaction)
Process a single row.
|
Modifier and Type | Method and Description |
---|---|
protected String |
ProducerAdminListTabularDataControl.getFieldHyperlink(TabularSource source,
ISourceData row,
String fieldId,
String compositePrimaryKey,
int rowIndex) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.