Uses of Class
lumis.doui.source.TabularSource

Packages that use TabularSource
lumis.content.search   
lumis.content.source.dataprovider   
lumis.content.table   
lumis.doui.control.itempicker   
lumis.doui.control.tabulardata   
lumis.doui.search   
lumis.doui.source   
lumis.doui.table   
lumis.portal.urlshortener.doui This package provides Doui components for the URL shortening framework. 
lumis.service.announcement   
lumis.service.chatroom   
lumis.service.content.language   
lumis.service.content.preview   
lumis.service.content.publishtosocialnetworks Provides classes used by content's publish to social networks. 
lumis.service.content.version   
lumis.service.document   
lumis.service.doui.common   
lumis.service.doui.customproperties   
lumis.service.doui.filters   
lumis.service.event   
lumis.service.forum   
lumis.service.image   
lumis.service.link   
lumis.service.navigation   
lumis.service.newsletter   
lumis.service.pagepersonalization.doui.dataprovider   
lumis.service.portalmanagement.audit   
lumis.service.portalmanagement.channel   
lumis.service.portalmanagement.cluster   
lumis.service.portalmanagement.deployment   
lumis.service.portalmanagement.deployment.portlet   
lumis.service.portalmanagement.filesystem   
lumis.service.portalmanagement.group   
lumis.service.portalmanagement.grouptype Group type administration service. 
lumis.service.portalmanagement.importexport   
lumis.service.portalmanagement.pagecache   
lumis.service.portalmanagement.pagelink   
lumis.service.portalmanagement.processqueue Provides interface related objects for asynchronous processing in queue. 
lumis.service.portalmanagement.sendmail   
lumis.service.portalmanagement.serialization   
lumis.service.portalmanagement.service   
lumis.service.portalmanagement.socialnetwork.doui.source.dataprovider   
lumis.service.portalmanagement.systeminfo   
lumis.service.portalmanagement.website Contains the service for managing websites. 
lumis.service.portalmanagement.xsleditor   
lumis.service.report   
lumis.service.seo.robotstxt   
lumis.service.socialnetworkservices.microblog.doui.dataprovider   
lumis.service.wiki Contains wiki service classes. 
lumis.service.wsrp.consumer.doui   
lumis.service.wsrp.producer WSRP Producer service. 
 

Uses of TabularSource in lumis.content.search
 

Methods in lumis.content.search with parameters of type TabularSource
 TabularData ContentReindexerTabularDataProcessor.processTabularData(TabularSource tabularSource, TabularData tabularData)
           
 

Uses of TabularSource in lumis.content.source.dataprovider
 

Methods in lumis.content.source.dataprovider with parameters of type TabularSource
 void ContentSourceFieldsDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 void ContentServiceSourcesDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 void ContentServicesDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 void ContentServiceInstancesDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.content.table
 

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

Uses of TabularSource in lumis.doui.control.itempicker
 

Methods in lumis.doui.control.itempicker with parameters of type TabularSource
protected  String SelectItemTabularDataControl.getRowHyperlink(TabularSource source, ISourceData row, String compositePrimaryKey, int rowIndex)
           
protected  void MultiItemPickerControl.setValueFromSource(TabularSource<?> source)
           
 

Uses of TabularSource in lumis.doui.control.tabulardata
 

Methods in lumis.doui.control.tabulardata with parameters of type TabularSource
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 TabularSource in lumis.doui.search
 

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

Fields in lumis.doui.search declared as TabularSource
protected  TabularSource<ITabularSourceField> DouiTabularSourceSearchContentFiller.tabularSource
           
 

Methods in lumis.doui.search with parameters of type TabularSource
 TabularData IReindexerTabularDataProcessor.processTabularData(TabularSource tabularSource, TabularData tabularData)
           
 TabularData DouiReindexerTabularDataProcessor.processTabularData(TabularSource tabularSource, TabularData tabularData)
           
 

Uses of TabularSource in lumis.doui.source
 

Classes in lumis.doui.source with type parameters of type TabularSource
 class AbstractObjectDataProvider<S extends TabularSource,T>
          Implements a provider for objects whose properties follows the java bean accessor methods convention.
 

Uses of TabularSource in lumis.doui.table
 

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

Uses of TabularSource in lumis.portal.urlshortener.doui
 

Methods in lumis.portal.urlshortener.doui with parameters of type TabularSource
 void ConfigureURLShortenerDataProvider.loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.announcement
 

Methods in lumis.service.announcement with parameters of type TabularSource
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 TabularSource in lumis.service.chatroom
 

Methods in lumis.service.chatroom with parameters of type TabularSource
 void ChatRoomHistoryDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.content.language
 

Methods in lumis.service.content.language with parameters of type TabularSource
 void LanguageAssociatedContentsDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 void LanguageAssociableContentsDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.content.preview
 

Methods in lumis.service.content.preview with parameters of type TabularSource
 void PreviewPagesDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 void DeviceSkinDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.content.publishtosocialnetworks
 

Methods in lumis.service.content.publishtosocialnetworks with parameters of type TabularSource
 void MessageDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 void AvailableAccountsByServiceInstanceDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.content.version
 

Methods in lumis.service.content.version with parameters of type TabularSource
 void ContentVersionsDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.document
 

Methods in lumis.service.document with parameters of type TabularSource
 void DocumentFolderDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.doui.common
 

Methods in lumis.service.doui.common with parameters of type TabularSource
 void DouiFieldsDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.doui.customproperties
 

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

Uses of TabularSource in lumis.service.doui.filters
 

Methods in lumis.service.doui.filters with parameters of type TabularSource
 void FiltersInformationDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.event
 

Methods in lumis.service.event with parameters of type TabularSource
 void EventCalendarDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.forum
 

Methods in lumis.service.forum with parameters of type TabularSource
 void ForumPathDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.image
 

Methods in lumis.service.image with parameters of type TabularSource
 void ImageFolderDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.link
 

Methods in lumis.service.link with parameters of type TabularSource
protected  String LinkTabularDataControl.getFieldHyperlink(TabularSource source, ISourceData row, String fieldId, String compositePrimaryKey, int rowIndex)
           
protected  String LinkTabularDataControl.getRowHyperlink(TabularSource source, ISourceData row, String compositePrimaryKey, int rowIndex)
           
 

Uses of TabularSource in lumis.service.navigation
 

Methods in lumis.service.navigation with parameters of type TabularSource
 void BreadCrumbDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.newsletter
 

Methods in lumis.service.newsletter with parameters of type TabularSource
 void ContentInstantiatedServicesDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.pagepersonalization.doui.dataprovider
 

Methods in lumis.service.pagepersonalization.doui.dataprovider with parameters of type TabularSource
 void ServicesDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
 void ServiceInterfacesDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
 void InterfaceByServiceInstanceDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
 void InstancesDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
 void InstancesByServiceDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
 void HolderServiceInterfaceDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.audit
 

Methods in lumis.service.portalmanagement.audit with parameters of type TabularSource
protected  void AuditConfigDataProvider.fillTabularData(TabularSource<?> source, AuditConfig auditConfig)
          Fill the tabular data with the audit configuration data.
protected  String LinkToRuntimeTabularDataControl.getRowHyperlink(TabularSource source, ISourceData row, String compositePrimaryKey, int rowIndex)
           
 void AuditConfigDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.channel
 

Methods in lumis.service.portalmanagement.channel with parameters of type TabularSource
 void ParentChannelMetaTagDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 void ChannelParentCssDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.cluster
 

Methods in lumis.service.portalmanagement.cluster with parameters of type TabularSource
 void ClusterMemberDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
protected  List<IClusterConfig> ClusterConfigDataProvider.loadObjects(SessionConfig sessionConfig, TabularSource source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.deployment
 

Methods in lumis.service.portalmanagement.deployment with parameters of type TabularSource
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 TabularSource in lumis.service.portalmanagement.deployment.portlet
 

Methods in lumis.service.portalmanagement.deployment.portlet with parameters of type TabularSource
 void ServiceDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.filesystem
 

Methods in lumis.service.portalmanagement.filesystem with parameters of type TabularSource
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)
           
 void FileSystemDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.group
 

Methods in lumis.service.portalmanagement.group with parameters of type TabularSource
 void MemberGroupsDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 void GroupMembersDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
protected  List<DatabaseViewField> DatabaseViewFieldByGroupDataProvider.loadObjects(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.grouptype
 

Methods in lumis.service.portalmanagement.grouptype with parameters of type TabularSource
 void DatabaseViewAvailableFieldsDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.importexport
 

Methods in lumis.service.portalmanagement.importexport with parameters of type TabularSource
 void RestorePointsDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.pagecache
 

Methods in lumis.service.portalmanagement.pagecache with parameters of type TabularSource
 void DefaultStartDateDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.pagelink
 

Methods in lumis.service.portalmanagement.pagelink with parameters of type TabularSource
 void PageLinkPriorityDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 void PageLinkWebsiteBaseURLsDataProvider.loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.processqueue
 

Methods in lumis.service.portalmanagement.processqueue with parameters of type TabularSource
 void QueueStatisticsDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.sendmail
 

Methods in lumis.service.portalmanagement.sendmail with parameters of type TabularSource
protected  List<IMailConfig> MailConfigDataProvider.loadObjects(SessionConfig sessionConfig, TabularSource source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.serialization
 

Methods in lumis.service.portalmanagement.serialization with parameters of type TabularSource
 void ImportFileDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.service
 

Methods in lumis.service.portalmanagement.service with parameters of type TabularSource
 void ServiceSource.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
          Deprecated.  
 

Uses of TabularSource in lumis.service.portalmanagement.socialnetwork.doui.source.dataprovider
 

Methods in lumis.service.portalmanagement.socialnetwork.doui.source.dataprovider with parameters of type TabularSource
 void SocialNetworkServicesDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 void SocialNetworkServiceInstancesByServiceDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 void SocialNetworkSourceFieldsProvider.loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
           
 void SocialNetworkDeclaredSourcesDataProvider.loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.systeminfo
 

Methods in lumis.service.portalmanagement.systeminfo with parameters of type TabularSource
protected  void MapDataProvider.buildTabularData(Map<?,?> mapData, TabularSource<?> source)
          Fill the TabularData from TabularSource using the information in the Map
 void MapDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
protected  Map<String,String> ThreadInformationDataProvider.obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
protected  Map<String,String> SystemPropertiesDataProvider.obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
protected  Map<String,String> PortalInformationDataProvider.obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
protected  Map<String,String> PageCacheInformationDataProvider.obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
protected  Map<String,String> MemoryUseInformationDataProvider.obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
protected abstract  Map<?,?> MapDataProvider.obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
          Provides the Map data for each specific implementation
protected  Map<String,String> GeneralInformationDataProvider.obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
protected  Map<String,String> EnvironmentDataProvider.obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
protected  Map<String,String> DatabaseInformationDataProvider.obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.website
 

Methods in lumis.service.portalmanagement.website with parameters of type TabularSource
 void WebsitePriorityDataProvider.loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.portalmanagement.xsleditor
 

Methods in lumis.service.portalmanagement.xsleditor with parameters of type TabularSource
 void XslFileManageListDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
 void ServiceInstancesDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.report
 

Methods in lumis.service.report with parameters of type TabularSource
 void ReportParametersDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.seo.robotstxt
 

Methods in lumis.service.seo.robotstxt with parameters of type TabularSource
 void RobotsTxtServedUrlsDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 void RobotsTxtDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.socialnetworkservices.microblog.doui.dataprovider
 

Methods in lumis.service.socialnetworkservices.microblog.doui.dataprovider with parameters of type TabularSource
 void WallPostsDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
 void SocialProfileDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
 void HashtagPostsDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.wiki
 

Methods in lumis.service.wiki with parameters of type TabularSource
 void WikiContentVersionDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 

Uses of TabularSource in lumis.service.wsrp.consumer.doui
 

Methods in lumis.service.wsrp.consumer.doui with parameters of type TabularSource
protected  void MapDataProvider.buildTabularData(Map<?,?> mapData, TabularSource<?> source)
          Fill the TabularData from TabularSource using the information in the Map
protected  String LinkToRuntimeTabularDataControl.getRowOnClick(TabularSource<?> source, ISourceData row, String compositePrimaryKey, int rowIndex)
           
 void MapDataProvider.loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
 void RemotePortletConfigurationInterfaceDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
 void ProducerDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
 void ClonedPortletDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
protected  Map<?,?> PropertiesDataProvider.obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
           
protected abstract  Map<?,?> MapDataProvider.obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
          Provides the Map data for each specific implementation
 

Uses of TabularSource in lumis.service.wsrp.producer
 

Methods in lumis.service.wsrp.producer with parameters of type TabularSource
protected  String ProducerAdminListTabularDataControl.getFieldHyperlink(TabularSource source, ISourceData row, String fieldId, String compositePrimaryKey, int rowIndex)
           
protected  int RegistrationManagementInterfaceDataProvider.getTotalRows(SessionConfig sessionConfig, TabularSource source, ITransaction transaction)
           
 void WindowStatesDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
          
 void ProducerConfigurationInterfaceDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
          
 void ProducerAdministrationListDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
 void PortletModesDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
 void ClonedPortletsListDataProvider.loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
           
protected  List<lumis.service.wsrp.producer.RemoteConsumerRegistration> RegistrationManagementInterfaceDataProvider.loadObjects(SessionConfig sessionConfig, TabularSource source, ITransaction transaction)
           
 



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.