Uses of Interface
lumis.doui.source.field.ITabularSourceField
-
-
Uses of ITabularSourceField in lumis.content.source.field
Classes in lumis.content.source.field that implement ITabularSourceField Modifier and Type Class Description class
CategorizationSourceField
Categorization source field used to make categorization information available in interface XML and for filter sources based on categories.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 Modifier and Type Method Description static List<IDataGridControlField>
DataGridControlFieldTabularSourceFieldWrapper. getFields(List<ITabularSourceField> tabularSourceFields)
Returns the datagrid fields list.Constructors in lumis.doui.control.datagrid with parameters of type ITabularSourceField Constructor Description DataGridControlFieldTabularSourceFieldWrapper(ITabularSourceField field)
Class constructor -
Uses of ITabularSourceField in lumis.doui.search
Fields in lumis.doui.search with type parameters of type ITabularSourceField Modifier and Type Field Description protected List<ITabularSourceField>
DouiTabularSourceSearchContentFiller. searchableFields
Deprecated.protected TabularSource<ITabularSourceField>
DouiTabularSourceSearchContentFiller. tabularSource
Deprecated.Methods in lumis.doui.search with parameters of type ITabularSourceField Modifier and Type Method Description protected String
DouiTabularSourceSearchContentFiller. parseField(ITabularSourceField field)
Deprecated. -
Uses of ITabularSourceField in lumis.doui.source
Classes in lumis.doui.source with type parameters of type ITabularSourceField Modifier and Type Class Description class
TabularSource<F extends ITabularSourceField>
A source that has its data in a tabular format.Fields in lumis.doui.source declared as ITabularSourceField Modifier and Type Field Description protected F
TabularSource. positionSourceField
The position field of this source.protected F
TabularSource. primaryKeySourceField
-
Uses of ITabularSourceField in lumis.doui.source.field
Classes in lumis.doui.source.field that implement ITabularSourceField Modifier and Type Class Description class
BaseTabularSourceField
Base implementation for aITabularSourceField
. -
Uses of ITabularSourceField in lumis.doui.table.field
Subinterfaces of ITabularSourceField in lumis.doui.table.field Modifier and Type Interface Description interface
ITableSourceField
ATableSource
field.Classes in lumis.doui.table.field that implement ITabularSourceField Modifier and Type Class Description class
BaseTableSourceField
Base implementation for theITableSourceField
interface.class
ChannelTableSourceField
Implementation for fields with channel data type.class
ExperimentalGenericTableSourceField
This class is responsible to define a single column field in a specified source.class
FileTableSourceField
Field used for filesclass
GenericTableSourceField
A generic table source field.class
HtmlTableSourceField
The table source field for HTML data type.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.service.analytics.abtest.doui.dataprovider
Method parameters in lumis.service.analytics.abtest.doui.dataprovider with type arguments of type ITabularSourceField Modifier and Type Method Description void
AdminExtraInfoDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
HtmlSnippetDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
-
Uses of ITabularSourceField in lumis.service.analytics.usersegmentation.dataprovider
Classes in lumis.service.analytics.usersegmentation.dataprovider with type parameters of type ITabularSourceField Modifier and Type Class Description class
ExpirationTimeCacheUnitsOptionsDataProvider<T extends TabularSource<? extends ITabularSourceField>>
Supply options values for time unit to expires cache for user segmentation principal.class
UserSegmentationFieldsCSVDataProvider<T extends TabularSource<? extends ITabularSourceField>>
Data provider for field options to choose to came in CSV Download from User Segmentation. -
Uses of ITabularSourceField in lumis.service.comment
Classes in lumis.service.comment that implement ITabularSourceField Modifier and Type Class Description 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 Modifier and Type Class Description class
DocumentSourceField
A document source field. -
Uses of ITabularSourceField in lumis.service.media.field
Classes in lumis.service.media.field that implement ITabularSourceField Modifier and Type Class Description class
MediaSourceField
An media 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 Modifier and Type Method Description void
HolderServiceInterfaceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
InstancesByServiceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
InterfaceByServiceInstanceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
ServiceInterfacesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
ServicesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
WidgetUsedByDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
-
Uses of ITabularSourceField in lumis.service.portalmanagement.areatag
Method parameters in lumis.service.portalmanagement.areatag with type arguments of type ITabularSourceField Modifier and Type Method Description void
ParentItemAreaTagDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
-
Uses of ITabularSourceField in lumis.service.portalmanagement.bigdata
Method parameters in lumis.service.portalmanagement.bigdata with type arguments of type ITabularSourceField Modifier and Type Method Description void
ContentPopularityDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
PopularityConfigDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
-
Uses of ITabularSourceField in lumis.service.portalmanagement.channel
Method parameters in lumis.service.portalmanagement.channel with type arguments of type ITabularSourceField Modifier and Type Method Description void
ConfigureURLShortenerDataProvider. loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
-
Uses of ITabularSourceField in lumis.service.portalmanagement.filesystem
Classes in lumis.service.portalmanagement.filesystem that implement ITabularSourceField Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
GroupTypeConfigurationButtonField
Field used for providing information for rendering the configuration button. -
Uses of ITabularSourceField in lumis.service.portalmanagement.mobileapp.doui.dataprovider
Method parameters in lumis.service.portalmanagement.mobileapp.doui.dataprovider with type arguments of type ITabularSourceField Modifier and Type Method Description void
AddEditAppDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
AdminListAppDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
WebsiteBaseURLDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
-
Uses of ITabularSourceField in lumis.service.portalmanagement.pagelink
Method parameters in lumis.service.portalmanagement.pagelink with type arguments of type ITabularSourceField Modifier and Type Method Description void
PageLinkURLsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
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 Modifier and Type Method Description void
SocialNetworkDeclaredSourcesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
void
SocialNetworkSourceFieldsProvider. loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
-
Uses of ITabularSourceField in lumis.service.portalmanagement.theme
Method parameters in lumis.service.portalmanagement.theme with type arguments of type ITabularSourceField Modifier and Type Method Description void
AppliedEditableThemesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
ParentItemThemeDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
-
Uses of ITabularSourceField in lumis.service.portalmanagement.user.configuration
Classes in lumis.service.portalmanagement.user.configuration with type parameters of type ITabularSourceField Modifier and Type Class Description class
ExpirationTimeCacheUnitsOptionsDataProvider<T extends TabularSource<? extends ITabularSourceField>>
Supply options values for time unit to expires cache for user segmentation global. -
Uses of ITabularSourceField in lumis.service.portalmanagement.website
Method parameters in lumis.service.portalmanagement.website with type arguments of type ITabularSourceField Modifier and Type Method Description 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 Modifier and Type Method Description void
ScriptingPermissionDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
ServiceInstancesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
XslFileManageListDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
-
Uses of ITabularSourceField in lumis.service.questionnaire
Classes in lumis.service.questionnaire that implement ITabularSourceField Modifier and Type Class Description class
UserField
User that answered the questionnaire table source field. -
Uses of ITabularSourceField in lumis.service.search
Classes in lumis.service.search with type parameters of type ITabularSourceField Modifier and Type Class Description class
BoostSearchDataProvider<T extends TabularSource<? extends ITabularSourceField>>
Provides data about the custom boost -
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 Modifier and Type Method Description void
HashtagPostsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
SocialProfileDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
WallPostsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
-
Uses of ITabularSourceField in lumis.service.tag
Classes in lumis.service.tag with type parameters of type ITabularSourceField Modifier and Type Class Description class
GenericServiceInstancesTagListDataProvider<T extends TabularSource<? extends ITabularSourceField>>
Generic data provider that read the used tags in contents of a given set of service instances.
This data provider uses the defaultbig data repository
to read the data.
By default, this data provider uses a search like the one performed in the default search service.class
TagServiceInstanceTagListDataProvider<T extends TabularSource<? extends ITabularSourceField>>
Tag service instance specificGenericServiceInstancesTagListDataProvider
. -
Uses of ITabularSourceField in lumis.service.tagmanager.doui
Method parameters in lumis.service.tagmanager.doui with type arguments of type ITabularSourceField Modifier and Type Method Description void
AdminExtraInfoDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
HtmlSnippetDataProvider. 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 Modifier and Type Method Description void
ClonedPortletDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
ProducerDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
RemotePortletConfigurationInterfaceDataProvider. 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 Modifier and Type Method Description void
ClonedPortletsListDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
PortletModesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
ProducerAdministrationListDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
ProducerConfigurationInterfaceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
WindowStatesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
-