|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ISourceData in lumis.content.search |
---|
Methods in lumis.content.search with parameters of type ISourceData | |
---|---|
void |
ContentTabularSourceSearchContentFiller.init(ISourceData sourceData,
Source source)
|
Uses of ISourceData in lumis.content.source.field |
---|
Methods in lumis.content.source.field with parameters of type ISourceData | |
---|---|
void |
WorkflowAssignedToSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow)
|
void |
VersionActiveField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow)
|
void |
TagSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow)
|
void |
LocaleMetaDataSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow)
|
Uses of ISourceData in lumis.doui.control.itempicker |
---|
Methods in lumis.doui.control.itempicker with parameters of type ISourceData | |
---|---|
protected String |
SelectItemTabularDataControl.getRowHyperlink(TabularSource source,
ISourceData row,
String compositePrimaryKey,
int rowIndex)
|
Uses of ISourceData in lumis.doui.control.tabulardata |
---|
Methods in lumis.doui.control.tabulardata with parameters of type ISourceData | |
---|---|
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)
|
Uses of ISourceData in lumis.doui.hyperlink |
---|
Methods in lumis.doui.hyperlink with parameters of type ISourceData | |
---|---|
String |
DouiHyperlink.getOnClick(String sourceId,
String fieldId,
ISourceData data,
String identifier)
|
String |
DouiHyperlink.getTarget(String sourceId,
String fieldId,
ISourceData data,
String identifier)
|
Uses of ISourceData in lumis.doui.search |
---|
Fields in lumis.doui.search declared as ISourceData | |
---|---|
protected ISourceData |
DouiTabularSourceSearchContentFiller.sourceData
|
Methods in lumis.doui.search with parameters of type ISourceData | |
---|---|
void |
DouiIndexer.addSearchContent(ISourceData tabularDataRow,
Source source,
DouiIndexConfig douiIndexConfig)
|
void |
ISourceSearchContentFiller.init(ISourceData sourceData,
Source source)
|
void |
DouiTabularSourceSearchContentFiller.init(ISourceData sourceData,
Source source)
|
void |
DouiIndexer.removeSearchContents(ISourceData tabularDataRow,
Source source,
DouiIndexConfig douiIndexConfig)
|
Uses of ISourceData in lumis.doui.search.common |
---|
Classes in lumis.doui.search.common that implement ISourceData | |
---|---|
class |
ParametersSourceDataWrapper
|
Methods in lumis.doui.search.common with parameters of type ISourceData | |
---|---|
void |
IDouiIndexer.addSearchContent(ISourceData tabularDataRow,
Source source,
DouiIndexConfig douiIndexConfig)
|
void |
IDouiIndexer.removeSearchContents(ISourceData tabularDataRow,
Source source,
DouiIndexConfig douiIndexConfig)
|
Uses of ISourceData in lumis.doui.source |
---|
Classes in lumis.doui.source that implement ISourceData | |
---|---|
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 |
Methods in lumis.doui.source that return ISourceData | |
---|---|
ISourceData |
TabularData.addRow()
Adds a row in this tabular data. |
ISourceData |
Source.getData()
Returns this source's data. |
Methods in lumis.doui.source that return types with arguments of type ISourceData | |
---|---|
List<ISourceData> |
TabularData.getRows()
Returns the rows in this tabular data. |
Methods in lumis.doui.source with parameters of type ISourceData | |
---|---|
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. |
Method parameters in lumis.doui.source with type arguments of type ISourceData | |
---|---|
void |
TabularData.sort(Comparator<ISourceData> comparator)
|
Uses of ISourceData in lumis.doui.source.field |
---|
Methods in lumis.doui.source.field with parameters of type ISourceData | |
---|---|
void |
ITabularSourceField.convertRowToFieldData(ISourceData originalRow,
ISourceData sourceRow)
Converts a row read from the data provider to this source field type. |
void |
BaseTabularSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow)
Converts a row read from the data provider to this source field type. |
Uses of ISourceData in lumis.doui.source.postloadprocessor |
---|
Methods in lumis.doui.source.postloadprocessor with parameters of type ISourceData | |
---|---|
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)
|
Method parameters in lumis.doui.source.postloadprocessor with type arguments of type ISourceData | |
---|---|
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. |
Constructors in lumis.doui.source.postloadprocessor with parameters of type ISourceData | |
---|---|
PostLoadProcessorVariableResolver(ISourceData row,
Source source)
Creates a new resolver for the given doui context. |
Uses of ISourceData in lumis.doui.table |
---|
Methods in lumis.doui.table that return ISourceData | |
---|---|
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)
|
Uses of ISourceData in lumis.doui.table.field |
---|
Methods in lumis.doui.table.field with parameters of type ISourceData | |
---|---|
void |
GenericTableSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow)
|
void |
FileTableSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow)
|
Uses of ISourceData in lumis.service.announcement |
---|
Methods in lumis.service.announcement with parameters of type ISourceData | |
---|---|
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)
|
Uses of ISourceData in lumis.service.banner |
---|
Methods in lumis.service.banner with parameters of type ISourceData | |
---|---|
protected String |
BannerControl.serializeBanner(ISourceData row)
|
Uses of ISourceData in lumis.service.blog.doui |
---|
Methods in lumis.service.blog.doui with parameters of type ISourceData | |
---|---|
protected boolean |
RowProcessActionPostLoadProcessor.checkPreCondition(SessionConfig sessionConfig,
ISourceData row,
Source<? extends ISourceData> source,
Node precondition,
ITransaction transaction)
|
Method parameters in lumis.service.blog.doui with type arguments of type ISourceData | |
---|---|
protected boolean |
RowProcessActionPostLoadProcessor.checkPreCondition(SessionConfig sessionConfig,
ISourceData row,
Source<? extends ISourceData> source,
Node precondition,
ITransaction transaction)
|
Uses of ISourceData in lumis.service.document.field |
---|
Methods in lumis.service.document.field with parameters of type ISourceData | |
---|---|
void |
DocumentSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow)
|
Uses of ISourceData in lumis.service.forum |
---|
Methods in lumis.service.forum with parameters of type ISourceData | |
---|---|
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)
|
Uses of ISourceData in lumis.service.image.field |
---|
Methods in lumis.service.image.field with parameters of type ISourceData | |
---|---|
void |
ImageSourceField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow)
|
Uses of ISourceData in lumis.service.link |
---|
Methods in lumis.service.link with parameters of type ISourceData | |
---|---|
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)
|
Uses of ISourceData in lumis.service.navigation |
---|
Methods in lumis.service.navigation with parameters of type ISourceData | |
---|---|
void |
LinkNavigationSource.setNavigationData(DouiContext douiContext,
ISourceData row,
Node dataNode)
|
void |
INavigationSource.setNavigationData(DouiContext douiContext,
ISourceData row,
Node dataNode)
|
void |
ChannelTreeNavigationSource.setNavigationData(DouiContext douiContext,
ISourceData row,
Node dataNode)
|
Uses of ISourceData in lumis.service.portalmanagement.audit |
---|
Methods in lumis.service.portalmanagement.audit with parameters of type ISourceData | |
---|---|
protected String |
LinkToRuntimeTabularDataControl.getRowHyperlink(TabularSource source,
ISourceData row,
String compositePrimaryKey,
int rowIndex)
|
Uses of ISourceData in lumis.service.portalmanagement.deployment |
---|
Methods in lumis.service.portalmanagement.deployment with parameters of type ISourceData | |
---|---|
protected String |
LinkToRuntimeTabularDataControl.getFieldHyperlink(TabularSource source,
ISourceData row,
String fieldId,
String compositePrimaryKey,
int rowIndex)
|
protected String |
LinkToRuntimeTabularDataControl.getRowHyperlink(TabularSource source,
ISourceData row,
String compositePrimaryKey,
int rowIndex)
|
Uses of ISourceData in lumis.service.portalmanagement.filesystem |
---|
Methods in lumis.service.portalmanagement.filesystem with parameters of type ISourceData | |
---|---|
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)
|
Uses of ISourceData in lumis.service.portalmanagement.group |
---|
Methods in lumis.service.portalmanagement.group with parameters of type ISourceData | |
---|---|
void |
GroupConfigurationButtonField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow)
|
Uses of ISourceData in lumis.service.portalmanagement.grouptype |
---|
Methods in lumis.service.portalmanagement.grouptype with parameters of type ISourceData | |
---|---|
void |
GroupTypeConfigurationButtonField.convertRowToFieldData(ISourceData databaseRow,
ISourceData sourceRow)
|
Uses of ISourceData in lumis.service.wsrp.consumer.doui |
---|
Methods in lumis.service.wsrp.consumer.doui with parameters of type ISourceData | |
---|---|
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. |
Uses of ISourceData in lumis.service.wsrp.producer |
---|
Methods in lumis.service.wsrp.producer with parameters of type ISourceData | |
---|---|
protected String |
ProducerAdminListTabularDataControl.getFieldHyperlink(TabularSource source,
ISourceData row,
String fieldId,
String compositePrimaryKey,
int rowIndex)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |