Uses of Class
lumis.doui.table.TableSource

Packages that use TableSource
lumis.content.control.version   
lumis.content.table   
lumis.doui.source   
lumis.doui.table   
lumis.doui.table.filter   
lumis.service.banner   
lumis.service.doui.propertybag   
lumis.service.portalmanagement.cache   
lumis.service.portalmanagement.xslcache   
lumis.service.report   
 

Uses of TableSource in lumis.content.control.version
 

Methods in lumis.content.control.version with parameters of type TableSource
protected  void VersionControl.setValueFromSource(TableSource source)
           
 

Uses of TableSource in lumis.content.table
 

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

Methods in lumis.content.table with parameters of type TableSource
 QuerySelect ContentTableDataProvider.buildQuerySelect(TableSource source, ITransaction transaction)
           
 QueryBuilder ContentTableDataProvider.createQueryBuilder(IParameters parameters, TableSource source, ITransaction transaction)
           
 

Constructors in lumis.content.table with parameters of type TableSource
ContentQueryBuilder(IParameters parameters, TableSource source, ITransaction transaction)
          Creates the object.
 

Uses of TableSource in lumis.doui.source
 

Methods in lumis.doui.source with parameters of type TableSource
 QuerySelect ITableDataProvider.buildQuerySelect(TableSource source, ITransaction transaction)
           
 QueryBuilder ITableDataProvider.createQueryBuilder(IParameters parameters, TableSource source, ITransaction transaction)
           
 

Uses of TableSource in lumis.doui.table
 

Fields in lumis.doui.table declared as TableSource
protected  TableSource QueryBuilder.source
           
 

Methods in lumis.doui.table that return TableSource
protected  TableSource TableDeleteDataProcessActionHandler.createTableSource(Node sourceDefinitionNode, ISourceContext sourceContext)
          Creates a table source object.
 TableSource QueryBuilder.getSource()
           
 

Methods in lumis.doui.table with parameters of type TableSource
 QuerySelect TableDataProvider.buildQuerySelect(TableSource source, ITransaction transaction)
           
 QueryBuilder TableDataProvider.createQueryBuilder(IParameters parameters, TableSource source, ITransaction transaction)
           
 QueryTable QueryBuilder.getTable(TableSource tableSource)
           
 void TableDataProvider.loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
           
 

Constructors in lumis.doui.table with parameters of type TableSource
QueryBuilder(IParameters parameters, TableSource source, ITransaction transaction)
           
 

Uses of TableSource in lumis.doui.table.filter
 

Methods in lumis.doui.table.filter that return TableSource
 TableSource AbstractTableSourceFilter.getSource()
           
 

Methods in lumis.doui.table.filter with parameters of type TableSource
 void TableSourceFilter.init(TableSource source, Node filterNode)
           
 void CompositeTableSourceFilter.init(TableSource source, Node filtersNode)
          Creates and initializes the filters inside this composite filter.
 void AbstractTableSourceFilter.init(TableSource source, Node filterNode)
           
 void TableSourceFilter.init(TableSource source, String fieldId, String operator, IQueryValue filterValue)
           
 void AbstractTableSourceFilter.setSource(TableSource source)
           
 

Uses of TableSource in lumis.service.banner
 

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

Uses of TableSource in lumis.service.doui.propertybag
 

Methods in lumis.service.doui.propertybag with parameters of type TableSource
 void LocalPropertiesDataProvider.loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
           
 void InheritedPropertiesDataProvider.loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
           
 

Uses of TableSource in lumis.service.portalmanagement.cache
 

Methods in lumis.service.portalmanagement.cache with parameters of type TableSource
 QuerySelect CacheRuntimeDataProvider.buildQuerySelect(TableSource source, ITransaction transaction)
           
 void CacheRuntimeDataProvider.loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
           
 

Uses of TableSource in lumis.service.portalmanagement.xslcache
 

Methods in lumis.service.portalmanagement.xslcache with parameters of type TableSource
 void XslCacheDataProvider.loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
           
 

Uses of TableSource in lumis.service.report
 

Methods in lumis.service.report with parameters of type TableSource
 QuerySelect ReportDataProvider.buildQuerySelect(TableSource source, ITransaction transaction)
           
 



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