public interface IChannelChildProvider
Modifier and Type | Field and Description |
---|---|
static int |
HIDE_TYPE_ALWAYS |
static int |
HIDE_TYPE_IF_HIDDEN_SPECIFIED |
static int |
HIDE_TYPE_NEVER |
Modifier and Type | Method and Description |
---|---|
IChannelChild |
getChannelChild(SessionConfig sessionConfig,
String childId,
ITransaction transaction)
Given a child Id, this method returns a IChannelChild object that represents the child.
|
List<IChannelChild> |
getChannelsChildren(SessionConfig sessionConfig,
String parentChannelIds,
boolean hidePages,
boolean hidePageTemplates,
IResource resource,
Locale locale,
ITransaction transaction)
Given a set of parentChannelIds, this method is responsible for returning
a List of the children.
|
List<IChannelChild> |
getChildrenData(SessionConfig sessionConfig,
String channelId,
int hideItems,
int hideItemTemplates,
IResource resource,
Locale locale,
ITransaction transaction)
Given a parentChannelId, this method is responsible for returning
a List of the children.
|
static final int HIDE_TYPE_NEVER
static final int HIDE_TYPE_ALWAYS
static final int HIDE_TYPE_IF_HIDDEN_SPECIFIED
List<IChannelChild> getChannelsChildren(SessionConfig sessionConfig, String parentChannelIds, boolean hidePages, boolean hidePageTemplates, IResource resource, Locale locale, ITransaction transaction) throws PortalException
sessionConfig
- parentChannelIds
- hidePages
- hidePageTemplates
- resource
- locale
- transaction
- PortalException
IChannelChild getChannelChild(SessionConfig sessionConfig, String childId, ITransaction transaction) throws PortalException
sessionConfig
- childId
- transaction
- PortalException
List<IChannelChild> getChildrenData(SessionConfig sessionConfig, String channelId, int hideItems, int hideItemTemplates, IResource resource, Locale locale, ITransaction transaction) throws PortalException
sessionConfig
- channelId
- hideItems
- hideItemTemplates
- resource
- locale
- transaction
- PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.