public interface IChannelTreeManager
Modifier and Type | Method and Description |
---|---|
String |
getBasicData(SessionConfig sessionConfig,
IChannelChildProvider channelChildProvider,
String channelId,
boolean hidePages,
boolean hidePageTemplates,
boolean hideChannelTemplates,
ITransaction transaction)
Get the basic tree data of the channel.
|
String |
getBasicData(SessionConfig sessionConfig,
IChannelChildProvider channelChildProvider,
String channelId,
boolean hidePages,
boolean hidePageTemplates,
boolean hideChannelTemplates,
String serviceInstancePrimary,
ITransaction transaction)
Get the basic tree data of the channel.
|
String |
getBasicData(SessionConfig sessionConfig,
IChannelChildProvider channelChildProvider,
String channelId,
String rootChannelId,
boolean hidePages,
boolean hidePageTemplates,
boolean hideChannelTemplates,
ITransaction portalTransaction)
Get the basic tree data of the channel.
|
String |
getBasicData(SessionConfig sessionConfig,
IChannelChildProvider channelChildProvider,
String channelId,
String rootChannelId,
boolean hidePages,
boolean hidePageTemplates,
boolean hideChannelTemplates,
String primaryServiceInstanceId,
ITransaction portalTransaction)
Get the basic tree data of the channel.
|
String |
getChildrenData(SessionConfig sessionConfig,
IChannelChildProvider channelChildProvider,
String channelId,
int hideChannels,
int hidePages,
int hidePageTemplates,
int hideChannelTemplates,
ITransaction transaction)
Get the children's tree data of the channel.
|
String |
getChildrenData(SessionConfig sessionConfig,
IChannelChildProvider channelChildProvider,
String channelId,
int hideChannels,
int hidePages,
int hidePageTemplates,
int hideChannelTemplates,
String serviceInstanceId,
ITransaction transaction)
Get the children's tree data of the channel.
|
String getBasicData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, String channelId, boolean hidePages, boolean hidePageTemplates, boolean hideChannelTemplates, ITransaction transaction) throws ManagerException, PortalException
sessionConfig
- channelId
- hidePages
- hidePageTemplates
- hideChannelTemplates
- transaction
- ManagerException
PortalException
String getBasicData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, String channelId, String rootChannelId, boolean hidePages, boolean hidePageTemplates, boolean hideChannelTemplates, ITransaction portalTransaction) throws ManagerException, PortalException
sessionConfig
- the user's session.channelChildProvider
- the channel child provider.channelId
- the channel id.rootChannelId
- the root channel id.hidePages
- hides pages.hidePageTemplates
- hides page templates.hideChannelTemplates
- hides channel templates.portalTransaction
- the transaction.ManagerException
PortalException
String getChildrenData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, String channelId, int hideChannels, int hidePages, int hidePageTemplates, int hideChannelTemplates, ITransaction transaction) throws ManagerException, PortalException
sessionConfig
- channelId
- hideChannels
- hidePages
- hidePageTemplates
- hideChannelTemplates
- transaction
- ManagerException
PortalException
String getBasicData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, String channelId, boolean hidePages, boolean hidePageTemplates, boolean hideChannelTemplates, String serviceInstancePrimary, ITransaction transaction) throws ManagerException, PortalException
sessionConfig
- channelChildProvider
- channelId
- hidePages
- hidePageTemplates
- hideChannelTemplates
- serviceInstancePrimary
- transaction
- ManagerException
PortalException
String getBasicData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, String channelId, String rootChannelId, boolean hidePages, boolean hidePageTemplates, boolean hideChannelTemplates, String primaryServiceInstanceId, ITransaction portalTransaction) throws ManagerException, PortalException
sessionConfig
- channelChildProvider
- channelId
- rootChannelId
- hidePages
- hidePageTemplates
- hideChannelTemplates
- primaryServiceInstanceId
- portalTransaction
- ManagerException
PortalException
String getChildrenData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, String channelId, int hideChannels, int hidePages, int hidePageTemplates, int hideChannelTemplates, String serviceInstanceId, ITransaction transaction) throws ManagerException, PortalException
sessionConfig
- channelId
- hideChannels
- hidePages
- hidePageTemplates
- hideChannelTemplates
- serviceInstanceId
- transaction
- ManagerException
PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.