Modifier and Type | Method and Description |
---|---|
void |
ContentTabularSourceSearchContentFiller.init(ISourceData sourceData,
Source source) |
Modifier and Type | Method and Description |
---|---|
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 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 |
Modifier and Type | Method and Description |
---|---|
void |
DouiIndexer.addSearchContent(ISourceData tabularDataRow,
Source source,
DouiIndexConfig douiIndexConfig) |
void |
DouiTabularSourceSearchContentFiller.init(ISourceData sourceData,
Source source) |
void |
ISourceSearchContentFiller.init(ISourceData sourceData,
Source source) |
void |
DouiIndexer.removeSearchContents(ISourceData tabularDataRow,
Source source,
DouiIndexConfig douiIndexConfig) |
Modifier and Type | Class and Description |
---|---|
class |
ParametersSourceDataWrapper |
Modifier and Type | Method and Description |
---|---|
void |
IDouiIndexer.addSearchContent(ISourceData tabularDataRow,
Source source,
DouiIndexConfig douiIndexConfig) |
void |
IDouiIndexer.removeSearchContents(ISourceData tabularDataRow,
Source source,
DouiIndexConfig douiIndexConfig) |
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.
|
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 |
---|---|
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)
Reads the data with the given primary key value, and returns it.
|
ISourceData |
ITableDao.IRowProcessor.readRow(Object[] values) |
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 |
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 |
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 |
---|---|
void |
DocumentSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow) |
Modifier and Type | Method and Description |
---|---|
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 |
LinkTabularDataControl.getFieldHyperlink(TabularSource source,
ISourceData row,
String fieldId,
String compositePrimaryKey,
int rowIndex) |
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 |
---|---|
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 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) |
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.