Uses of Class
lumis.doui.source.Source

Packages that use Source
lumis.content.control.comments   
lumis.content.control.publishtoserviceinstances   
lumis.content.metadata   
lumis.content.search   
lumis.content.table   
lumis.doui.control   
lumis.doui.control.autolayout   
lumis.doui.control.checkbox   
lumis.doui.control.datagrid   
lumis.doui.control.dropdownlist   
lumis.doui.control.filter   
lumis.doui.control.radiobutton   
lumis.doui.control.selectpage   
lumis.doui.processaction   
lumis.doui.search   
lumis.doui.search.common   
lumis.doui.source   
lumis.doui.source.field   
lumis.doui.source.filter   
lumis.doui.source.postloadprocessor   
lumis.doui.table   
lumis.doui.table.field   
lumis.service.association   
lumis.service.banner   
lumis.service.callcenteronline   
lumis.service.content.language   
lumis.service.doui.customproperties   
lumis.service.doui.filters   
lumis.service.doui.orderby   
lumis.service.forum   
lumis.service.html   
lumis.service.image   
lumis.service.navigation   
lumis.service.portalmanagement.build   
lumis.service.portalmanagement.channel   
lumis.service.portalmanagement.genericacl   
lumis.service.portalmanagement.serialization   
lumis.service.portalmanagement.serviceinstance   
lumis.service.portalmanagement.serviceinterfaceinstance   
lumis.service.portalmanagement.servicesearchindex   
lumis.service.portalmanagement.xsleditor   
lumis.service.rss   
lumis.service.search   
lumis.service.thesaurus   
lumis.service.thesaurus.control   
lumis.service.vote   
lumis.service.webpage   
lumis.service.webserviceviewer   
lumis.service.workflow   
 

Uses of Source in lumis.content.control.comments
 

Methods in lumis.content.control.comments with parameters of type Source
protected  void CommentsControl.setValueFromSource(Source source)
           
 

Uses of Source in lumis.content.control.publishtoserviceinstances
 

Methods in lumis.content.control.publishtoserviceinstances with parameters of type Source
protected  void PublishToServiceInstancesControl.setValueFromSource(Source source)
           
 

Uses of Source in lumis.content.metadata
 

Constructors in lumis.content.metadata with parameters of type Source
MetaDataController(IProcessActionHandler processActionHandler, Source source, ITransaction transaction)
          Creates the object and initializes it defining which meta data features are supported by the given Source.
 

Uses of Source in lumis.content.search
 

Methods in lumis.content.search with parameters of type Source
 void ContentTabularSourceSearchContentFiller.init(ISourceData sourceData, Source source)
           
 

Uses of Source in lumis.content.table
 

Subclasses of Source in lumis.content.table
 class ContentTableSource
          This source implementation adds content functionalities to the TableSource it extends.
 

Uses of Source in lumis.doui.control
 

Classes in lumis.doui.control with type parameters of type Source
 class DataBoundControl<S extends Source>
          Control whose data is bound to a source.
 

Methods in lumis.doui.control that return Source
protected  Source DataBoundControl.getRuntimeDefaultSource()
           
protected  Source Control.getRuntimeDefaultSource()
          Returns default source to use in the context of the current control when evaluating runtime attributes.
 Source IDataBoundControl.getSource()
          Returns the source object that the current control is associated to
 

Methods in lumis.doui.control with parameters of type Source
protected  void DataBoundControl.setSourceParameter(Source source, String parameterName)
           
 

Uses of Source in lumis.doui.control.autolayout
 

Classes in lumis.doui.control.autolayout with type parameters of type Source
 class AutoLayoutFieldsControl<S extends Source<?>>
          Renders a table in which each row contains a label and value of the visible fields in the source.
 class AutoLayoutPropertyPageControl<S extends Source<?>>
          Renders a property page control with the visible source fields as label: input control pairs.
 

Methods in lumis.doui.control.autolayout with parameters of type Source
protected  void AutoLayoutFieldControl.setSourceParameter(Source source, String parameterName)
          This control must not set source parameters.
 

Uses of Source in lumis.doui.control.checkbox
 

Fields in lumis.doui.control.checkbox declared as Source
protected  Source CheckBoxListControl.optionsSource
           
 

Uses of Source in lumis.doui.control.datagrid
 

Methods in lumis.doui.control.datagrid with parameters of type Source
protected  void DataGridControl.setSourceParameter(Source source, String parameterName)
          This control must not set source parameters.
protected  void DataGridControl.setValueFromSource(Source source)
          Retrieves the number of rows in the source tabular data.
 

Uses of Source in lumis.doui.control.dropdownlist
 

Fields in lumis.doui.control.dropdownlist declared as Source
protected  Source DropDownListControl.optionsSource
           
 

Uses of Source in lumis.doui.control.filter
 

Classes in lumis.doui.control.filter with type parameters of type Source
 class FilterControl<S extends Source>
          Generic filter control.
 

Uses of Source in lumis.doui.control.radiobutton
 

Methods in lumis.doui.control.radiobutton with parameters of type Source
protected  void RadioButtonControl.setValueFromSource(Source source)
           
 

Uses of Source in lumis.doui.control.selectpage
 

Methods in lumis.doui.control.selectpage with parameters of type Source
protected  void SelectPageTemplateControl.setValueFromSource(Source source)
           
 

Uses of Source in lumis.doui.processaction
 

Classes in lumis.doui.processaction with type parameters of type Source
 class ProcessActionHandler<S extends Source>
          Base class for all doui process action handlers.
 

Fields in lumis.doui.processaction declared as Source
protected  S ProcessActionHandler.source
           
 

Uses of Source in lumis.doui.search
 

Subclasses of Source in lumis.doui.search
 class SearchSource
          Source implementation for Search Results.
 

Methods in lumis.doui.search with parameters of type Source
 void DouiIndexer.addSearchContent(ISourceData tabularDataRow, Source source, DouiIndexConfig douiIndexConfig)
           
 void ISourceSearchContentFiller.init(ISourceData sourceData, Source source)
           
 void DouiTabularSourceSearchContentFiller.init(ISourceData sourceData, Source source)
           
 void SearchDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 void DouiIndexer.mergeSearchContent(ISourceData tabularDataRow, Source source, DouiIndexConfig douiIndexConfig)
           
 void DouiIndexer.removeSearchContents(ISourceData tabularDataRow, Source source, DouiIndexConfig douiIndexConfig)
           
 void DouiIndexer.removeSearchContentsByServiceInstanceId(String serviceInstanceId, Source source, DouiIndexConfig douiIndexConfig)
           
 

Uses of Source in lumis.doui.search.common
 

Methods in lumis.doui.search.common with parameters of type Source
 void IDouiIndexer.addSearchContent(ISourceData tabularDataRow, Source source, DouiIndexConfig douiIndexConfig)
           
 void IDouiIndexer.mergeSearchContent(ISourceData tabularDataRow, Source source, DouiIndexConfig douiIndexConfig)
           
 void IDouiIndexer.removeSearchContents(ISourceData tabularDataRow, Source source, DouiIndexConfig douiIndexConfig)
           
 void IDouiIndexer.removeSearchContentsByServiceInstanceId(String serviceInstanceId, Source source, DouiIndexConfig douiIndexConfig)
           
 

Uses of Source in lumis.doui.source
 

Classes in lumis.doui.source with type parameters of type Source
 interface IDataProvider<S extends Source>
          Interface for data providers.
 

Subclasses of Source in lumis.doui.source
 class TabularSource<F extends ITabularSourceField>
          A source that has its data in a tabular format.
 

Fields in lumis.doui.source declared as Source
protected  Source SourceContainer.defaultSource
           
protected  Source AbstractSourceData.source
          The source this source data belongs to.
 

Fields in lumis.doui.source with type parameters of type Source
protected  Map<String,Source> SourceContainer.sourcesById
           
 

Methods in lumis.doui.source with type parameters of type Source
static
<S extends Source>
IDataProvider<S>
DataProviderFactory.createDataProvider(Source source)
           
<S extends Source>
IDataProvider<S>
Source.getDataProvider()
          Returns the data provider for this source.
<S extends Source>
S
SourceContainer.getDefaultSource()
           
<S extends Source>
S
SourceContainer.getSourceById(String id)
           
 

Methods in lumis.doui.source that return Source
static Source SourceFactory.createSource(Node sourceDefinitionNode, ISourceContext sourceContext)
           
static Source SourceFactory.createSource(String sourceId, ISourceContext sourceContext)
          Create a source instance and return it.
 

Methods in lumis.doui.source that return types with arguments of type Source
 Map<String,Source> SourceContainer.getSourcesMap()
          Returns the map with the sources in this source container.
 

Methods in lumis.doui.source with parameters of type Source
 void SourceContainer.addSource(Source source)
           
static
<S extends Source>
IDataProvider<S>
DataProviderFactory.createDataProvider(Source source)
           
 void EmptyDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Constructors in lumis.doui.source with parameters of type Source
AbstractSourceData(Source source)
          Creates a source data associated with the given source.
SourceData(Source source)
          Creates a source data associated with the given source.
TabularData(Source source)
          Creates a new tabular data associated with the given source.
 

Uses of Source in lumis.doui.source.field
 

Fields in lumis.doui.source.field declared as Source
protected  Source BaseSourceField.source
           
 

Methods in lumis.doui.source.field with parameters of type Source
 void ISourceField.init(Source source, Node fieldNode)
          Initializes this source field.
 void BaseTabularSourceField.init(Source source, Node fieldNode)
           
 void BaseSourceField.init(Source source, Node fieldNode)
           
 

Uses of Source in lumis.doui.source.filter
 

Classes in lumis.doui.source.filter with type parameters of type Source
 interface ISourceFilter<S extends Source>
          Defines the methods of a source filter.
 

Uses of Source in lumis.doui.source.postloadprocessor
 

Methods in lumis.doui.source.postloadprocessor with parameters of type Source
 void SortPostLoadProcessor.processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
           
 void NamePathConverterPostLoadProcessor.processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
           
 void IPostLoadProcessor.processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
           
 

Uses of Source in lumis.doui.table
 

Subclasses of Source in lumis.doui.table
 class TableSource
          A source that is based on a database table.
 

Uses of Source in lumis.doui.table.field
 

Methods in lumis.doui.table.field with parameters of type Source
 void SingleColumnTableSourceField.init(Source source, Node fieldNode)
           
 void GenericTableSourceField.init(Source source, Node fieldNode)
           
 

Uses of Source in lumis.service.association
 

Methods in lumis.service.association with parameters of type Source
 void AssociationDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.banner
 

Methods in lumis.service.banner with parameters of type Source
 void BannerPropertiesDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.callcenteronline
 

Methods in lumis.service.callcenteronline with parameters of type Source
 void CheckAttendingHoursDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.content.language
 

Methods in lumis.service.content.language with parameters of type Source
 void LanguageAssociableContentsDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.doui.customproperties
 

Methods in lumis.service.doui.customproperties with parameters of type Source
 void ServiceInstanceCustomPropertiesDataProvider.loadData(SessionConfig sessionConfig, Source<ISourceField> source, ITransaction transaction)
           
 void ServiceInstanceDependencyDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 void InterfaceInstanceCustomPropertiesDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.doui.filters
 

Methods in lumis.service.doui.filters with parameters of type Source
 void CustomFiltersDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 void FilterableFieldsPostLoadProcessor.processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
           
 

Uses of Source in lumis.service.doui.orderby
 

Methods in lumis.service.doui.orderby with parameters of type Source
 void OrderByDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 void DataTypeFilterPostLoadProcessor.processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
           
 

Uses of Source in lumis.service.forum
 

Methods in lumis.service.forum with parameters of type Source
 void ForumMessageQuotePostLoadProcessor.processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
           
 void ForumMessageListPostLoadProcessor.processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
           
 

Uses of Source in lumis.service.html
 

Methods in lumis.service.html with parameters of type Source
 void HtmlDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.image
 

Methods in lumis.service.image with parameters of type Source
 void ImageInfoFetcherPostLoadProcessor.processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
           
 

Uses of Source in lumis.service.navigation
 

Methods in lumis.service.navigation with parameters of type Source
 void BreadCrumbPropertiesDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.portalmanagement.build
 

Methods in lumis.service.portalmanagement.build with parameters of type Source
 void BuildDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.portalmanagement.channel
 

Methods in lumis.service.portalmanagement.channel with parameters of type Source
 void ChannelFriendlyPathDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.portalmanagement.genericacl
 

Classes in lumis.service.portalmanagement.genericacl with type parameters of type Source
 class GenericAclActionHandler<S extends Source>
          Generic process action handler for Access Control List manipulation.
 

Methods in lumis.service.portalmanagement.genericacl with parameters of type Source
 void PrincipalPostLoadProcessor.processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
           
 

Uses of Source in lumis.service.portalmanagement.serialization
 

Methods in lumis.service.portalmanagement.serialization with parameters of type Source
 void SerializationDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.portalmanagement.serviceinstance
 

Methods in lumis.service.portalmanagement.serviceinstance with parameters of type Source
 void ServiceInstancePrincipalsByPermissionDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.portalmanagement.serviceinterfaceinstance
 

Methods in lumis.service.portalmanagement.serviceinterfaceinstance with parameters of type Source
 void ServiceInterfaceNamesDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 void ServiceInterfaceInstancePropertiesDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 void InterfaceHolderPropertiesDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.portalmanagement.servicesearchindex
 

Methods in lumis.service.portalmanagement.servicesearchindex with parameters of type Source
 void ServiceSearchIndexDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.portalmanagement.xsleditor
 

Methods in lumis.service.portalmanagement.xsleditor with parameters of type Source
 void XslFileDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 void StyleNameTranslatorPostLoadProcessor.processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
           
 

Uses of Source in lumis.service.rss
 

Methods in lumis.service.rss with parameters of type Source
 void RssPostLoadProcessor.processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
           
 

Uses of Source in lumis.service.search
 

Methods in lumis.service.search with parameters of type Source
 void SearchPropertiesDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.thesaurus
 

Methods in lumis.service.thesaurus with parameters of type Source
 void TermRelationDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.thesaurus.control
 

Methods in lumis.service.thesaurus.control with parameters of type Source
protected  void TermPickerControl.setValueFromSource(Source source)
           
 

Uses of Source in lumis.service.vote
 

Methods in lumis.service.vote with parameters of type Source
 void VotePercentCalculatorPostLoadProcessor.processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
           
 void VoteOptionPostLoadProcessor.processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
           
 

Uses of Source in lumis.service.webpage
 

Methods in lumis.service.webpage with parameters of type Source
 void WebPageParameterDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.webserviceviewer
 

Methods in lumis.service.webserviceviewer with parameters of type Source
 void WebServiceViewerParametersDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 void WebServiceViewerConfigurationDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 

Uses of Source in lumis.service.workflow
 

Methods in lumis.service.workflow with parameters of type Source
 void WorkflowSendToUsersDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 void SelectServiceInstanceWorkflowDataProvider.loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 



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