|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IChannelChild | |
---|---|
lumis.doui.control.selectserviceinstance | |
lumis.portal.channel.tree | |
lumis.portal.page | |
lumis.portal.serviceinstance | |
lumis.service.pagepersonalization.doui |
Uses of IChannelChild in lumis.doui.control.selectserviceinstance |
---|
Methods in lumis.doui.control.selectserviceinstance that return IChannelChild | |
---|---|
IChannelChild |
ServiceInstanceProvider.getChannelChild(SessionConfig sessionConfig,
java.lang.String childId,
ITransaction transaction)
|
Methods in lumis.doui.control.selectserviceinstance that return types with arguments of type IChannelChild | |
---|---|
java.util.List<IChannelChild> |
ServiceInstanceProvider.getChannelsChildren(SessionConfig sessionConfig,
java.lang.String parentChannelIds,
boolean hidePages,
boolean hidePageTemplates,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
|
java.util.List<IChannelChild> |
ServiceInstanceProvider.getChildrenData(SessionConfig sessionConfig,
java.lang.String channelId,
int hideItems,
int hideItemTemplates,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
|
Uses of IChannelChild in lumis.portal.channel.tree |
---|
Classes in lumis.portal.channel.tree that implement IChannelChild | |
---|---|
class |
GenericChannelChild
|
Methods in lumis.portal.channel.tree that return IChannelChild | |
---|---|
IChannelChild |
PageProvider.getChannelChild(SessionConfig sessionConfig,
java.lang.String childId,
ITransaction transaction)
|
IChannelChild |
IChannelChildProvider.getChannelChild(SessionConfig sessionConfig,
java.lang.String childId,
ITransaction transaction)
Given a child Id, this method returns a IChannelChild object that represents the child. |
Methods in lumis.portal.channel.tree that return types with arguments of type IChannelChild | |
---|---|
java.util.List<IChannelChild> |
PageProvider.getChannelsChildren(SessionConfig sessionConfig,
java.lang.String parentChannelIds,
boolean hidePages,
boolean hidePageTemplates,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
|
java.util.List<IChannelChild> |
IChannelChildProvider.getChannelsChildren(SessionConfig sessionConfig,
java.lang.String parentChannelIds,
boolean hidePages,
boolean hidePageTemplates,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
Given a set of parentChannelIds, this method is responsible for returning a List of the children. |
java.util.List<IChannelChild> |
PageProvider.getChildrenData(SessionConfig sessionConfig,
java.lang.String channelId,
int hideItems,
int hideItemTemplates,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
|
java.util.List<IChannelChild> |
IChannelChildProvider.getChildrenData(SessionConfig sessionConfig,
java.lang.String channelId,
int hideItems,
int hideItemTemplates,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
Given a parentChannelId, this method is responsible for returning a List of the children. |
Methods in lumis.portal.channel.tree with parameters of type IChannelChild | |
---|---|
int |
GenericChannelChild.compareTo(IChannelChild pOther)
|
Method parameters in lumis.portal.channel.tree with type arguments of type IChannelChild | |
---|---|
protected void |
ChannelTreeManager.addPages(java.lang.StringBuilder result,
java.util.List<IChannelChild> children,
SessionConfig sessionConfig,
ITransaction transaction)
|
Uses of IChannelChild in lumis.portal.page |
---|
Methods in lumis.portal.page that return types with arguments of type IChannelChild | |
---|---|
java.util.List<IChannelChild> |
PageDaoHib.getChannelsChildren(java.lang.String parentChannelIds,
boolean hidePages,
boolean hidePageTemplates,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
|
java.util.List<IChannelChild> |
IPageDao.getChannelsChildren(java.lang.String parentChannelIds,
boolean hidePages,
boolean hidePageTemplates,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
|
java.util.List<IChannelChild> |
PageDaoHib.getChildrenData(java.lang.String channelId,
int hidePages,
int hidePageTemplates,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
|
java.util.List<IChannelChild> |
IPageDao.getChildrenData(java.lang.String channelId,
int hidePages,
int hidePageTemplates,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
|
Uses of IChannelChild in lumis.portal.serviceinstance |
---|
Methods in lumis.portal.serviceinstance that return types with arguments of type IChannelChild | |
---|---|
java.util.List<IChannelChild> |
ServiceInstanceDaoJdbc.getChannelsChildren(java.lang.String parentChannelIds,
boolean hideItems,
java.lang.String serviceId,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
|
java.util.List<IChannelChild> |
IServiceInstanceDao.getChannelsChildren(java.lang.String parentChannelIds,
boolean hideItems,
java.lang.String serviceId,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
|
java.util.List<IChannelChild> |
ServiceInstanceDaoJdbc.getChildrenData(java.lang.String channelId,
int hidePages,
java.lang.String serviceId,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
|
java.util.List<IChannelChild> |
IServiceInstanceDao.getChildrenData(java.lang.String channelId,
int hidePages,
java.lang.String serviceId,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
|
Uses of IChannelChild in lumis.service.pagepersonalization.doui |
---|
Methods in lumis.service.pagepersonalization.doui that return IChannelChild | |
---|---|
IChannelChild |
ServiceInstanceProvider.getChannelChild(SessionConfig sessionConfig,
java.lang.String childId,
ITransaction transaction)
|
Methods in lumis.service.pagepersonalization.doui that return types with arguments of type IChannelChild | |
---|---|
java.util.List<IChannelChild> |
ServiceInstanceProvider.getChannelsChildren(SessionConfig sessionConfig,
java.lang.String parentChannelIds,
boolean hidePages,
boolean hidePageTemplates,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
|
java.util.List<IChannelChild> |
ServiceInstanceProvider.getChildrenData(SessionConfig sessionConfig,
java.lang.String channelId,
int hideItems,
int hideItemTemplates,
IResource resource,
java.util.Locale locale,
ITransaction transaction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |