Uses of Interface
lumis.doui.source.ITableDataProvider
-
Packages that use ITableDataProvider Package Description lumis.content.table lumis.doui.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 ITableDataProvider in lumis.content.table
Classes in lumis.content.table that implement ITableDataProvider Modifier and Type Class Description class
ContentTableDataProvider
Base data provider for content sources. -
Uses of ITableDataProvider in lumis.doui.table
Classes in lumis.doui.table that implement ITableDataProvider Modifier and Type Class Description class
TableDataProvider
Data provider that provides table data -
Uses of ITableDataProvider in lumis.service.autoadministration
Classes in lumis.service.autoadministration that implement ITableDataProvider 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 ITableDataProvider in lumis.service.banner
Classes in lumis.service.banner that implement ITableDataProvider Modifier and Type Class Description class
BannerDataProvider
Banner data provider. -
Uses of ITableDataProvider in lumis.service.content.publishtosocialnetworks
Classes in lumis.service.content.publishtosocialnetworks that implement ITableDataProvider Modifier and Type Class Description class
MessageMaxLengthDataProvider
Post Load Processor to fills the message max length field. -
Uses of ITableDataProvider in lumis.service.forum
Classes in lumis.service.forum that implement ITableDataProvider 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 ITableDataProvider in lumis.service.portalmanagement.cache
Classes in lumis.service.portalmanagement.cache that implement ITableDataProvider 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 ITableDataProvider in lumis.service.portalmanagement.channeltemplate
Classes in lumis.service.portalmanagement.channeltemplate that implement ITableDataProvider Modifier and Type Class Description class
ChannelPathDataProvider
Channels path data provider. -
Uses of ITableDataProvider in lumis.service.portalmanagement.webresource
Classes in lumis.service.portalmanagement.webresource that implement ITableDataProvider Modifier and Type Class Description class
WebResourceRedirectionDataProvider
Data provider forwebResourceRedirection
source. -
Uses of ITableDataProvider in lumis.service.portalmanagement.xslcache
Classes in lumis.service.portalmanagement.xslcache that implement ITableDataProvider Modifier and Type Class Description class
XslCacheDataProvider
-
Uses of ITableDataProvider in lumis.service.questionnaire
Classes in lumis.service.questionnaire that implement ITableDataProvider 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 ITableDataProvider in lumis.service.socialnetworkintegration.dataprovider
Classes in lumis.service.socialnetworkintegration.dataprovider that implement ITableDataProvider Modifier and Type Class Description class
ServiceInstancePublishingToSocialNetworksDataProvider
Data provider to populates the source with service instances that publishes to social networks. -
Uses of ITableDataProvider in lumis.service.socialnetworkservices.socialprofile
Classes in lumis.service.socialnetworkservices.socialprofile that implement ITableDataProvider 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.
-