Uses of Interface
lumis.doui.source.field.ITabularSourceField

Packages that use ITabularSourceField
lumis.content.source.field   
lumis.doui.control.datagrid   
lumis.doui.search   
lumis.doui.source   
lumis.doui.source.field   
lumis.doui.table.field   
lumis.portal.urlshortener.doui This package provides Doui components for the URL shortening framework. 
lumis.service.comment   
lumis.service.document.field   
lumis.service.image.field   
lumis.service.pagepersonalization.doui.dataprovider   
lumis.service.portalmanagement.filesystem   
lumis.service.portalmanagement.group   
lumis.service.portalmanagement.grouptype Group type administration service. 
lumis.service.portalmanagement.pagelink   
lumis.service.portalmanagement.socialnetwork.doui.source.dataprovider   
lumis.service.portalmanagement.website Contains the service for managing websites. 
lumis.service.portalmanagement.xsleditor   
lumis.service.socialnetworkservices.microblog.doui.dataprovider   
lumis.service.wsrp.consumer.doui   
lumis.service.wsrp.producer WSRP Producer service. 
 

Uses of ITabularSourceField in lumis.content.source.field
 

Classes in lumis.content.source.field that implement ITabularSourceField
 class LocaleMetaDataSourceField
          Provides locale metadata information for the current row.
 class MetaDataSourceField
          A generic meta data source field.
 class TagSourceField
          Tag source field.
 class VersionActiveField
          Boolean field that indicates if the current version is active or not.
 class WorkflowAssignedToSourceField
          A workflow's assigned to source field.
 

Uses of ITabularSourceField in lumis.doui.control.datagrid
 

Method parameters in lumis.doui.control.datagrid with type arguments of type ITabularSourceField
static List<IDataGridControlField> DataGridControlFieldTabularSourceFieldWrapper.getFields(List<ITabularSourceField> tabularSourceFields)
           
 

Constructors in lumis.doui.control.datagrid with parameters of type ITabularSourceField
DataGridControlFieldTabularSourceFieldWrapper(ITabularSourceField field)
           
 

Uses of ITabularSourceField in lumis.doui.search
 

Fields in lumis.doui.search with type parameters of type ITabularSourceField
protected  List<ITabularSourceField> DouiTabularSourceSearchContentFiller.searchableFields
           
protected  TabularSource<ITabularSourceField> DouiTabularSourceSearchContentFiller.tabularSource
           
 

Methods in lumis.doui.search with parameters of type ITabularSourceField
protected  String DouiTabularSourceSearchContentFiller.parseField(ITabularSourceField field)
           
 

Uses of ITabularSourceField in lumis.doui.source
 

Classes in lumis.doui.source with type parameters of type ITabularSourceField
 class TabularSource<F extends ITabularSourceField>
          A source that has its data in a tabular format.
 

Fields in lumis.doui.source declared as ITabularSourceField
protected  F TabularSource.primaryKeySourceField
           
 

Uses of ITabularSourceField in lumis.doui.source.field
 

Classes in lumis.doui.source.field that implement ITabularSourceField
 class BaseTabularSourceField
          Base implementation for a ITabularSourceField.
 

Uses of ITabularSourceField in lumis.doui.table.field
 

Subinterfaces of ITabularSourceField in lumis.doui.table.field
 interface ITableSourceField
          A TableSource field.
 

Classes in lumis.doui.table.field that implement ITabularSourceField
 class BaseTableSourceField
          Base implementation for the ITableSourceField interface.
 class ChannelTableSourceField
           
 class FileTableSourceField
          Field used for files
 class GenericTableSourceField
          A generic table source field.
 class PageTableSourceField
          A page source field.
 class ParentContentSourceField
          A parent content source field.
 class SingleColumnTableSourceField
          A generic single column table source field.
 

Uses of ITabularSourceField in lumis.portal.urlshortener.doui
 

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

Uses of ITabularSourceField in lumis.service.comment
 

Classes in lumis.service.comment that implement ITabularSourceField
 class CommentContentLocaleField
          Implementation used for targetContentLocaleId, that shows the primary name of the content locale.
 

Uses of ITabularSourceField in lumis.service.document.field
 

Classes in lumis.service.document.field that implement ITabularSourceField
 class DocumentSourceField
          A document source field.
 

Uses of ITabularSourceField in lumis.service.image.field
 

Classes in lumis.service.image.field that implement ITabularSourceField
 class ImageSourceField
          An image source field.
 

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

Method parameters in lumis.service.pagepersonalization.doui.dataprovider with type arguments of type ITabularSourceField
 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 ITabularSourceField in lumis.service.portalmanagement.filesystem
 

Classes in lumis.service.portalmanagement.filesystem that implement ITabularSourceField
 class FileSizeField
          A field for displaying file size information.
 

Uses of ITabularSourceField in lumis.service.portalmanagement.group
 

Classes in lumis.service.portalmanagement.group that implement ITabularSourceField
 class GroupConfigurationButtonField
          Field used for providing information for rendering the configuration button.
 

Uses of ITabularSourceField in lumis.service.portalmanagement.grouptype
 

Classes in lumis.service.portalmanagement.grouptype that implement ITabularSourceField
 class GroupTypeConfigurationButtonField
          Field used for providing information for rendering the configuration button.
 

Uses of ITabularSourceField in lumis.service.portalmanagement.pagelink
 

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

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

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

Uses of ITabularSourceField in lumis.service.portalmanagement.website
 

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

Uses of ITabularSourceField in lumis.service.portalmanagement.xsleditor
 

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

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

Method parameters in lumis.service.socialnetworkservices.microblog.doui.dataprovider with type arguments of type ITabularSourceField
 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 ITabularSourceField in lumis.service.wsrp.consumer.doui
 

Method parameters in lumis.service.wsrp.consumer.doui with type arguments of type ITabularSourceField
 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)
           
 

Uses of ITabularSourceField in lumis.service.wsrp.producer
 

Method parameters in lumis.service.wsrp.producer with type arguments of type ITabularSourceField
 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)
           
 



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