Uses of Class
lumis.doui.source.TabularSource
-
-
Uses of TabularSource in lumis.content.source.dataprovider
Methods in lumis.content.source.dataprovider with parameters of type TabularSource Modifier and Type Method Description void
ContentServiceInstancesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ContentServicesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ContentServiceSourcesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ContentSourceFieldsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.content.table
Subclasses of TabularSource in lumis.content.table Modifier and Type Class Description class
ContentTableSource
This source implementation adds content functionalities to theTableSource
it extends. -
Uses of TabularSource in lumis.doui.bigdata
Classes in lumis.doui.bigdata with type parameters of type TabularSource Modifier and Type Class Description class
TabularSourceBigDataPersister<S extends TabularSource<?>>
GenericISourceBigDataPersister
fortabular sources
. -
Uses of TabularSource in lumis.doui.control.itempicker
Methods in lumis.doui.control.itempicker with parameters of type TabularSource Modifier and Type Method Description protected java.lang.String
SelectItemTabularDataControl. getRowHyperlink(TabularSource source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
protected void
MultiItemPickerControl. setValueFromSource(TabularSource<?> source)
protected void
OrderedMultiItemPickerControl. setValueFromSource(TabularSource<?> source)
-
Uses of TabularSource in lumis.doui.control.radiobutton
Fields in lumis.doui.control.radiobutton declared as TabularSource Modifier and Type Field Description protected TabularSource<?>
RadioButtonListControl. optionsSource
-
Uses of TabularSource in lumis.doui.control.tabulardata
Methods in lumis.doui.control.tabulardata with parameters of type TabularSource Modifier and Type Method Description protected java.lang.String
TabularDataControl. getFieldHyperlink(TabularSource source, ISourceData row, java.lang.String fieldId, java.lang.String compositePrimaryKey, int rowIndex)
protected java.lang.String
TabularDataControl. getRowHyperlink(TabularSource source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
protected java.lang.String
TabularDataControl. getRowOnClick(TabularSource<?> source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
protected boolean
TabularDataControl. isContentSource(TabularSource<?> source)
Returns whether the given source is a content table one.protected boolean
TabularDataControl. isCurrentPrimaryContent(TabularSource<?> source, java.lang.String parameterValue)
Returns whether the given value is the primary content of the given source.protected boolean
TabularDataControl. mayAddHyperlinkValue(TabularSource<?> source, java.lang.String fieldId, java.lang.String parameterName, java.lang.String parameterValue)
Returns whether the given parameter may be added to the hyperlink generated byTabularDataControl.getFieldHyperlink(TabularSource, ISourceData, String, String, int)
. -
Uses of TabularSource in lumis.doui.search
Subclasses of TabularSource in lumis.doui.search Modifier and Type Class Description class
SearchSource
Source implementation for Search Results.Fields in lumis.doui.search declared as TabularSource Modifier and Type Field Description protected TabularSource<ITabularSourceField>
DouiTabularSourceSearchContentFiller. tabularSource
Deprecated. -
Uses of TabularSource in lumis.doui.source
Classes in lumis.doui.source with type parameters of type TabularSource Modifier and Type Class Description 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 Modifier and Type Class Description class
TableSource
A source that is based on a database table. -
Uses of TabularSource in lumis.service.activitystream
Methods in lumis.service.activitystream with parameters of type TabularSource Modifier and Type Method Description void
ActivityObjectTypesByInterfaceInstanceCustomPropertyDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ActivityScopesByInterfaceInstanceCustomPropertyDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.analytics.abtest.doui
Subclasses of TabularSource in lumis.service.analytics.abtest.doui Modifier and Type Class Description class
ExperimentSource
A/B test experiment source.class
VariantSource
A/B test experiment variant source. -
Uses of TabularSource in lumis.service.analytics.abtest.doui.dataprovider
Methods in lumis.service.analytics.abtest.doui.dataprovider with parameters of type TabularSource 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 TabularSource in lumis.service.analytics.automationflow.source
Subclasses of TabularSource in lumis.service.analytics.automationflow.source Modifier and Type Class Description class
AutomationFlowSource
Automation flow source. -
Uses of TabularSource in lumis.service.analytics.eventanalytics
Subclasses of TabularSource in lumis.service.analytics.eventanalytics Modifier and Type Class Description class
DashboardSource
DOUI source forEventAnalyticsDashboard
.Methods in lumis.service.analytics.eventanalytics with parameters of type TabularSource Modifier and Type Method Description void
DashboardTypesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.analytics.eventanalytics.report
Subclasses of TabularSource in lumis.service.analytics.eventanalytics.report Modifier and Type Class Description class
ReportSource
Report source. -
Uses of TabularSource in lumis.service.analytics.eventsadmin
Subclasses of TabularSource in lumis.service.analytics.eventsadmin Modifier and Type Class Description class
EventFieldGroupSource
Event field group source, used in the customer experience event administration.class
EventFieldSource
Event field source, used in the customer experience event administration.class
EventSource
Event source, used in the customer experience event administration. -
Uses of TabularSource in lumis.service.analytics.journey.source
Subclasses of TabularSource in lumis.service.analytics.journey.source Modifier and Type Class Description class
JourneySource
Journey source.class
JourneyStageSource
Journey Stage source. -
Uses of TabularSource in lumis.service.analytics.usersegmentation.dataprovider
Classes in lumis.service.analytics.usersegmentation.dataprovider with type parameters of type TabularSource 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 TabularSource in lumis.service.analytics.usersegmentation.source
Subclasses of TabularSource in lumis.service.analytics.usersegmentation.source Modifier and Type Class Description class
UserSegmentationSource
User segmentation source. -
Uses of TabularSource in lumis.service.announcement
Methods in lumis.service.announcement with parameters of type TabularSource Modifier and Type Method Description protected java.lang.String
AnnouncementTabularDataControl. getFieldHyperlink(TabularSource source, ISourceData row, java.lang.String fieldId, java.lang.String compositePrimaryKey, int rowIndex)
protected java.lang.String
AnnouncementTabularDataControl. getRowHyperlink(TabularSource source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
-
Uses of TabularSource in lumis.service.association
Methods in lumis.service.association with parameters of type TabularSource Modifier and Type Method Description protected java.lang.String
AssociationTabularDataControl. getRowHyperlink(TabularSource source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
-
Uses of TabularSource in lumis.service.autoadministration
Subclasses of TabularSource in lumis.service.autoadministration Modifier and Type Class Description class
NavigationSource
Source implementation that changes the service instance of the source context to avoid content to be read from auto administration dummy service instance (lumis.portal.presentation.mode.publisher.PublicationDashboardModeURLProvider.AUTO_ADMIN_SERVICE_INSTANCE_ID
).Methods in lumis.service.autoadministration with parameters of type TabularSource Modifier and Type Method Description void
MyPortalDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
NavigationDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
NavigationTypeDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
WorkflowStatesByLocalizedNameDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.callcenteronline
Subclasses of TabularSource in lumis.service.callcenteronline Modifier and Type Class Description class
ColRequestSource
Source implementation ofrequest
source of callcenter online service. -
Uses of TabularSource in lumis.service.channelgenerator
Methods in lumis.service.channelgenerator with parameters of type TabularSource Modifier and Type Method Description void
ChannelGeneratorDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.chatroom
Subclasses of TabularSource in lumis.service.chatroom Modifier and Type Class Description class
ChatRoomSource
Source implementation ofchatRoom
source of Chat Room service.Methods in lumis.service.chatroom with parameters of type TabularSource Modifier and Type Method Description void
ChatRoomHistoryDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.community
Methods in lumis.service.community with parameters of type TabularSource Modifier and Type Method Description protected java.lang.String
CommunityTabularDataControl. getFieldHyperlink(TabularSource source, ISourceData row, java.lang.String fieldId, java.lang.String compositePrimaryKey, int rowIndex)
-
Uses of TabularSource in lumis.service.content.language
Methods in lumis.service.content.language with parameters of type TabularSource Modifier and Type Method Description void
LanguageAssociableContentsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
LanguageAssociatedContentsDataProvider. 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 Modifier and Type Method Description void
DeviceSkinDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
PreviewPagesDataProvider. 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 Modifier and Type Method Description void
AvailableAccountsByServiceInstanceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
MessageDataProvider. 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 Modifier and Type Method Description void
ContentVersionsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.content.wizard
Methods in lumis.service.content.wizard with parameters of type TabularSource Modifier and Type Method Description void
SourceResumeDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.document
Methods in lumis.service.document with parameters of type TabularSource Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
FiltersInformationDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.doui.htmlsnippet
Methods in lumis.service.doui.htmlsnippet with parameters of type TabularSource Modifier and Type Method Description void
HtmlTemplateCheckPermissionDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
HtmlTemplateDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.doui.orderby
Methods in lumis.service.doui.orderby with parameters of type TabularSource Modifier and Type Method Description void
OrderableFieldsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.event
Methods in lumis.service.event with parameters of type TabularSource Modifier and Type Method Description 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 Modifier and Type Method Description void
ForumPathDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.hierarchicalcontent
Subclasses of TabularSource in lumis.service.hierarchicalcontent Modifier and Type Class Description class
HierarchicalContentSource
Hierarchical content source.Methods in lumis.service.hierarchicalcontent with parameters of type TabularSource Modifier and Type Method Description protected java.lang.String
HierarchicalTabularDataControl. getFieldHyperlink(TabularSource source, ISourceData row, java.lang.String fieldId, java.lang.String compositePrimaryKey, int rowIndex)
protected java.lang.String
HierarchicalTabularDataControl. getRowOnClick(TabularSource<?> source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
Builds the java script to be added to the onClick of the hyperlink -
Uses of TabularSource in lumis.service.htmlinjector
Methods in lumis.service.htmlinjector with parameters of type TabularSource Modifier and Type Method Description protected java.util.List<HtmlInjectionConfig>
HtmlInjectorsDataProvider. loadObjects(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.link
Methods in lumis.service.link with parameters of type TabularSource Modifier and Type Method Description protected java.lang.String
LinkTabularDataControl. getRowHyperlink(TabularSource source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
-
Uses of TabularSource in lumis.service.media
Methods in lumis.service.media with parameters of type TabularSource Modifier and Type Method Description void
MediaFolderDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.navigation
Methods in lumis.service.navigation with parameters of type TabularSource Modifier and Type Method Description 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 Modifier and Type Method Description 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 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 TabularSource in lumis.service.pagepersonalization.doui.postloadprocessor
Methods in lumis.service.pagepersonalization.doui.postloadprocessor with parameters of type TabularSource Modifier and Type Method Description void
WidgetContentInterfaceInstanceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.activitystream
Methods in lumis.service.portalmanagement.activitystream with parameters of type TabularSource Modifier and Type Method Description void
ActivitiesAgeLimitDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.areatag
Methods in lumis.service.portalmanagement.areatag with parameters of type TabularSource Modifier and Type Method Description void
ParentItemAreaTagDataProvider. 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 Modifier and Type Method Description protected void
AuditConfigDataProvider. fillTabularData(TabularSource<?> source, AuditConfig auditConfig)
Fill the tabular data with the audit configuration data.protected java.lang.String
LinkToRuntimeTabularDataControl. getRowHyperlink(TabularSource source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
void
AuditConfigDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.bigdata
Methods in lumis.service.portalmanagement.bigdata with parameters of type TabularSource 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 TabularSource in lumis.service.portalmanagement.businesscontext
Methods in lumis.service.portalmanagement.businesscontext with parameters of type TabularSource Modifier and Type Method Description void
BusinessContextCacheUsageDataProvider. 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 Modifier and Type Method Description void
BusinessContextDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ChannelLocalesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ChannelModulesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ChannelParentCssDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ConfigureURLShortenerDataProvider. loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
void
ParentChannelMetaTagDataProvider. 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 Modifier and Type Method Description void
ClusterMemberDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.List<IClusterConfig>
ClusterConfigDataProvider. loadObjects(SessionConfig sessionConfig, TabularSource source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.commandpalette
Methods in lumis.service.portalmanagement.commandpalette with parameters of type TabularSource Modifier and Type Method Description void
CommandPalleteItemsDataProvider. loadData(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 Modifier and Type Method Description void
ComponentDetailsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
DeploymentFilesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
DeploymentSummaryDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
EditableModulesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ModuleDetailsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.deployment.portlet
Methods in lumis.service.portalmanagement.deployment.portlet with parameters of type TabularSource Modifier and Type Method Description 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 Modifier and Type Method Description protected java.lang.String
FileSystemTabularData. getFieldHyperlink(TabularSource source, ISourceData row, java.lang.String fieldId, java.lang.String compositePrimaryKey, int rowIndex)
protected java.lang.String
FileSystemTabularData. getRowHyperlink(TabularSource source, ISourceData row, java.lang.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 Modifier and Type Method Description void
GroupMembersDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
MemberGroupsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.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 Modifier and Type Method Description void
DatabaseViewAvailableFieldsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.healthmonitor
Methods in lumis.service.portalmanagement.healthmonitor with parameters of type TabularSource Modifier and Type Method Description void
HealthChecksDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.List<HealthCheckInfo>
HealthChecksDataProvider. loadObjects(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 Modifier and Type Method Description void
RestorePointsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.interactiveprocess
Methods in lumis.service.portalmanagement.interactiveprocess with parameters of type TabularSource Modifier and Type Method Description void
StepDetailsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
StepsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.monitor
Subclasses of TabularSource in lumis.service.portalmanagement.monitor Modifier and Type Class Description class
MonitorRequestRuleSource
Monitor request rule source.Methods in lumis.service.portalmanagement.monitor with parameters of type TabularSource Modifier and Type Method Description void
UserAttributesOptionsDataProvider. loadData(SessionConfig sessionConfig, TabularSource source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.monitoring
Methods in lumis.service.portalmanagement.monitoring with parameters of type TabularSource Modifier and Type Method Description void
MonitoringDataProvider. 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
PageLinkPriorityDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
PageLinkURLsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> 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 Modifier and Type Method Description void
QueueStatisticsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.project
Subclasses of TabularSource in lumis.service.portalmanagement.project Modifier and Type Class Description class
ProjectSource
Project
source. -
Uses of TabularSource in lumis.service.portalmanagement.security.cors
Subclasses of TabularSource in lumis.service.portalmanagement.security.cors Modifier and Type Class Description class
CorsRulesSource
CorsRule
source. -
Uses of TabularSource in lumis.service.portalmanagement.sendmail
Methods in lumis.service.portalmanagement.sendmail with parameters of type TabularSource Modifier and Type Method Description protected java.util.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 Modifier and Type Method Description void
ImportFileDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
LecFilesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.server
Methods in lumis.service.portalmanagement.server with parameters of type TabularSource Modifier and Type Method Description void
EnvironmentConfigurationDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
EnvironmentTypesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ServerConfigurationDataProvider. 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 Modifier and Type Method Description void
ServiceSource. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Deprecated. -
Uses of TabularSource in lumis.service.portalmanagement.serviceinstance
Methods in lumis.service.portalmanagement.serviceinstance with parameters of type TabularSource Modifier and Type Method Description void
BusinessContextForCacheDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.serviceinterfaceinstance
Methods in lumis.service.portalmanagement.serviceinterfaceinstance with parameters of type TabularSource Modifier and Type Method Description void
BusinessContextForCacheDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
CacheKeyGeneratorTypeDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ClassForCacheDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
TimeoutToClearCacheDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
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 Modifier and Type Method Description void
SocialNetworkDeclaredSourcesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
void
SocialNetworkServiceInstancesByServiceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
SocialNetworkServicesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
SocialNetworkSourceFieldsProvider. loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.structure.doui.control.layoutfile
Methods in lumis.service.portalmanagement.structure.doui.control.layoutfile with parameters of type TabularSource Modifier and Type Method Description void
LayoutFileDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.systeminfo
Methods in lumis.service.portalmanagement.systeminfo with parameters of type TabularSource Modifier and Type Method Description protected void
MapDataProvider. buildTabularData(java.util.Map<?,?> mapData, TabularSource<?> source)
Fill the TabularData from TabularSource using the information in the Mapvoid
MapDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<?,?>
CachedPagesInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<?,?>
ClusterInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<java.lang.String,java.lang.String>
DatabaseInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<?,?>
ElasticsearchInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<java.lang.String,java.lang.String>
EnvironmentDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<java.lang.String,java.lang.String>
GeneralInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected abstract java.util.Map<?,?>
MapDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Provides the Map data for each specific implementationprotected java.util.Map<java.lang.String,java.lang.String>
MemoryUseInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<?,?>
PageAccessInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<java.lang.String,java.lang.String>
PageCacheCleanerInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<?,?>
PageCacheGeneratorProfileInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<?,?>
PageCacheQueueInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<?,?>
PCGeneratorConfigInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<java.lang.String,java.lang.String>
PortalInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<java.lang.String,java.lang.String>
SystemPropertiesDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<java.lang.String,java.lang.String>
ThreadInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.theme
Methods in lumis.service.portalmanagement.theme with parameters of type TabularSource Modifier and Type Method Description void
AppliedEditableThemesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
EditableAppliedThemesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ParentItemThemeDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
ThemeAdministrationListDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.List<java.lang.Object>
ThemeAdministrationListDataProvider. loadObjects(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.user
Subclasses of TabularSource in lumis.service.portalmanagement.user Modifier and Type Class Description class
UserAttributesSource
User attributes source.Methods in lumis.service.portalmanagement.user with parameters of type TabularSource Modifier and Type Method Description void
UserEnvironmentConfigurationDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.portalmanagement.user.configuration
Classes in lumis.service.portalmanagement.user.configuration with type parameters of type TabularSource 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 TabularSource in lumis.service.portalmanagement.website
Methods in lumis.service.portalmanagement.website with parameters of type TabularSource Modifier and Type Method Description 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 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 TabularSource in lumis.service.privacyterm.doui
Subclasses of TabularSource in lumis.service.privacyterm.doui Modifier and Type Class Description class
PrivacyTermSource
Privacy term sourceclass
ProcessPurposeSource
Process Purpose Source. -
Uses of TabularSource in lumis.service.questionnaire
Subclasses of TabularSource in lumis.service.questionnaire Modifier and Type Class Description class
QuestionSource
Table source for questions on interface answer questionnaire. -
Uses of TabularSource in lumis.service.search
Classes in lumis.service.search with type parameters of type TabularSource Modifier and Type Class Description class
BoostSearchDataProvider<T extends TabularSource<? extends ITabularSourceField>>
Provides data about the custom boost -
Uses of TabularSource in lumis.service.search.synonym
Subclasses of TabularSource in lumis.service.search.synonym Modifier and Type Class Description class
SynonymTableSource
Synonym table source. -
Uses of TabularSource in lumis.service.seo.robotstxt
Methods in lumis.service.seo.robotstxt with parameters of type TabularSource Modifier and Type Method Description void
RobotsTxtDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
RobotsTxtServedUrlsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.singleblog
Methods in lumis.service.singleblog with parameters of type TabularSource Modifier and Type Method Description protected SearchQuery
SingleBlogTagListDataProvider. getBaseQuery(TabularSource source)
-
Uses of TabularSource in lumis.service.smartcontent
Methods in lumis.service.smartcontent with parameters of type TabularSource Modifier and Type Method Description static java.util.List<ISearchHit>
SmartContentUtil. chooseSearchByInterfaceType(SessionConfig sessionConfig, java.lang.String interfaceType, TabularSource<?> source, ITransaction transaction)
Choose a method use for an specific interface.static java.util.List<ISearchHit>
SmartContentUtil. getInterestingContent(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Get contents that must be interesting for user by running a query on elasticSearch.static java.util.List<ISearchHit>
SmartContentUtil. getLastContentNotRead(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Get last contents that wasn't read by me.static java.util.List<ISearchHit>
SmartContentUtil. getLastContentRead(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Get last contents read by me, by running a query on elasticSearch.static java.util.List<ISearchHit>
SmartContentUtil. getMostLikedOrCommentedOrViewsRecommendedContents(SessionConfig sessionConfig, TabularSource<?> source, java.lang.String type, ITransaction transaction)
Get most like, commented or viewed recommend contents.static java.util.List<ISearchHit>
SmartContentUtil. getMostLikedOrCommnentedOrViewsContents(SessionConfig sessionConfig, TabularSource<?> source, java.lang.String type, ITransaction transaction)
Get most like, commented or viewed contents.static java.util.List<ISearchHit>
SmartContentUtil. getRecommendToMe(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Get contents recommend to me by running a query on elasticSearch. -
Uses of TabularSource in lumis.service.smartcontent.dataprovider
Methods in lumis.service.smartcontent.dataprovider with parameters of type TabularSource Modifier and Type Method Description void
SearchScopeDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ServiceInstancesDataGridDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
SmartContentDataProvider. 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 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 TabularSource in lumis.service.tag
Classes in lumis.service.tag with type parameters of type TabularSource 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 TabularSource in lumis.service.tagmanager.doui
Subclasses of TabularSource in lumis.service.tagmanager.doui Modifier and Type Class Description class
TagManagerSource
Tag Manager SourceMethods in lumis.service.tagmanager.doui with parameters of type TabularSource 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 TabularSource in lumis.service.urlredirect
Subclasses of TabularSource in lumis.service.urlredirect Modifier and Type Class Description class
URLRedirectSource
Source to perform CRUD inURLRedirect
. -
Uses of TabularSource in lumis.service.wiki
Methods in lumis.service.wiki with parameters of type TabularSource Modifier and Type Method Description 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 Modifier and Type Method Description protected void
MapDataProvider. buildTabularData(java.util.Map<?,?> mapData, TabularSource<?> source)
Fill the TabularData from TabularSource using the information in the Mapprotected java.lang.String
LinkToRuntimeTabularDataControl. getRowOnClick(TabularSource<?> source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
void
ClonedPortletDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
MapDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ProducerDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
RemotePortletConfigurationInterfaceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
protected abstract java.util.Map<?,?>
MapDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Provides the Map data for each specific implementationprotected java.util.Map<?,?>
PropertiesDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of TabularSource in lumis.service.wsrp.producer
Methods in lumis.service.wsrp.producer with parameters of type TabularSource Modifier and Type Method Description protected java.lang.String
ProducerAdminListTabularDataControl. getFieldHyperlink(TabularSource source, ISourceData row, java.lang.String fieldId, java.lang.String compositePrimaryKey, int rowIndex)
protected int
RegistrationManagementInterfaceDataProvider. getTotalRows(SessionConfig sessionConfig, TabularSource source, ITransaction transaction)
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)
protected java.util.List<lumis.service.wsrp.producer.RemoteConsumerRegistration>
RegistrationManagementInterfaceDataProvider. loadObjects(SessionConfig sessionConfig, TabularSource source, ITransaction transaction)
-