Uses of Interface
lumis.doui.source.ISourceData

Packages that use ISourceData
lumis.content.search   
lumis.content.source.field   
lumis.doui.control.itempicker   
lumis.doui.control.tabulardata   
lumis.doui.hyperlink   
lumis.doui.search   
lumis.doui.search.common   
lumis.doui.source   
lumis.doui.source.field   
lumis.doui.source.postloadprocessor   
lumis.doui.table   
lumis.doui.table.field   
lumis.service.announcement   
lumis.service.banner   
lumis.service.document.field   
lumis.service.forum   
lumis.service.image.field   
lumis.service.link   
lumis.service.navigation   
lumis.service.portalmanagement.filesystem   
lumis.service.portalmanagement.group   
lumis.service.portalmanagement.grouptype Group type administration service. 
lumis.service.wsrp.producer WSRP Producer service. 
 

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)
           
 

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)
           
 

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  void NamePathConverterPostLoadProcessor.setPath(String channelPath, String name, ISourceData row)
           
 

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.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.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.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)
           
 



Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.