Uses of Class
lumis.doui.table.TableDataProvider
-
Packages that use TableDataProvider Package Description lumis.content.table lumis.service.autoadministration lumis.service.banner lumis.service.content.publishtosocialnetworks Provides classes used by content's publish to social networks.lumis.service.forum lumis.service.portalmanagement.cache lumis.service.portalmanagement.channeltemplate lumis.service.portalmanagement.webresource lumis.service.portalmanagement.xslcache lumis.service.questionnaire lumis.service.socialnetworkintegration.dataprovider Provides the data providers used by social network integration service.lumis.service.socialnetworkservices.socialprofile -
-
Uses of TableDataProvider in lumis.content.table
Subclasses of TableDataProvider in lumis.content.table Modifier and Type Class Description class
ContentTableDataProvider
Base data provider for content sources. -
Uses of TableDataProvider in lumis.service.autoadministration
Subclasses of TableDataProvider in lumis.service.autoadministration Modifier and Type Class Description class
LastContentsDataProvider
Loads the latest contents where the current user was the last modifier.class
WorkFlowStatusDataProvider
Data provider to get contents witch need execute transitions to forward at work flow. -
Uses of TableDataProvider in lumis.service.banner
Subclasses of TableDataProvider in lumis.service.banner Modifier and Type Class Description class
BannerDataProvider
Banner data provider. -
Uses of TableDataProvider in lumis.service.content.publishtosocialnetworks
Subclasses of TableDataProvider in lumis.service.content.publishtosocialnetworks Modifier and Type Class Description class
MessageMaxLengthDataProvider
Post Load Processor to fills the message max length field. -
Uses of TableDataProvider in lumis.service.forum
Subclasses of TableDataProvider in lumis.service.forum Modifier and Type Class Description class
MessageListDataProvider
This class is a custom data provider that calculates the start at position of the message list to find a exact position of the content found on the portal search and selected by the user. -
Uses of TableDataProvider in lumis.service.portalmanagement.cache
Subclasses of TableDataProvider in lumis.service.portalmanagement.cache Modifier and Type Class Description class
CacheRuntimeDataProvider
Completes the cache information loaded in the source with the information available in the current activePortalCache
's in this JVM. -
Uses of TableDataProvider in lumis.service.portalmanagement.channeltemplate
Subclasses of TableDataProvider in lumis.service.portalmanagement.channeltemplate Modifier and Type Class Description class
ChannelPathDataProvider
Channels path data provider. -
Uses of TableDataProvider in lumis.service.portalmanagement.webresource
Subclasses of TableDataProvider in lumis.service.portalmanagement.webresource Modifier and Type Class Description class
WebResourceRedirectionDataProvider
Data provider forwebResourceRedirection
source. -
Uses of TableDataProvider in lumis.service.portalmanagement.xslcache
Subclasses of TableDataProvider in lumis.service.portalmanagement.xslcache Modifier and Type Class Description class
XslCacheDataProvider
-
Uses of TableDataProvider in lumis.service.questionnaire
Subclasses of TableDataProvider in lumis.service.questionnaire Modifier and Type Class Description class
QuestionTableDataProvider
Data provider for answer questionnaire service interface, do validation related to questionnaire option: allow answer more than once -
Uses of TableDataProvider in lumis.service.socialnetworkintegration.dataprovider
Subclasses of TableDataProvider in lumis.service.socialnetworkintegration.dataprovider Modifier and Type Class Description class
ServiceInstancePublishingToSocialNetworksDataProvider
Data provider to populates the source with service instances that publishes to social networks. -
Uses of TableDataProvider in lumis.service.socialnetworkservices.socialprofile
Subclasses of TableDataProvider in lumis.service.socialnetworkservices.socialprofile Modifier and Type Class Description class
SocialProfileDataProvider
ContentTableDataProvider
extension that creates a new social profile for the given user if it doesn't yet exists.
-