|
||||||||||
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,
String childId,
ITransaction transaction)
|
Methods in lumis.doui.control.selectserviceinstance that return types with arguments of type IChannelChild | |
---|---|
List<IChannelChild> |
ServiceInstanceProvider.getChannelsChildren(SessionConfig sessionConfig,
String parentChannelIds,
boolean hidePages,
boolean hidePageTemplates,
IResource resource,
Locale locale,
ITransaction transaction)
|
List<IChannelChild> |
ServiceInstanceProvider.getChildrenData(SessionConfig sessionConfig,
String channelId,
int hideItems,
int hideItemTemplates,
IResource resource,
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,
String childId,
ITransaction transaction)
|
IChannelChild |
IChannelChildProvider.getChannelChild(SessionConfig sessionConfig,
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 | |
---|---|
List<IChannelChild> |
PageProvider.getChannelsChildren(SessionConfig sessionConfig,
String parentChannelIds,
boolean hidePages,
boolean hidePageTemplates,
IResource resource,
Locale locale,
ITransaction transaction)
|
List<IChannelChild> |
IChannelChildProvider.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> |
PageProvider.getChildrenData(SessionConfig sessionConfig,
String channelId,
int hideItems,
int hideItemTemplates,
IResource resource,
Locale locale,
ITransaction transaction)
|
List<IChannelChild> |
IChannelChildProvider.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. |
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(StringBuilder result,
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 | |
---|---|
List<IChannelChild> |
PageDaoHib.getChannelsChildren(String parentChannelIds,
boolean hidePages,
boolean hidePageTemplates,
IResource resource,
Locale locale,
ITransaction transaction)
|
List<IChannelChild> |
IPageDao.getChannelsChildren(String parentChannelIds,
boolean hidePages,
boolean hidePageTemplates,
IResource resource,
Locale locale,
ITransaction transaction)
|
List<IChannelChild> |
PageDaoHib.getChildrenData(String channelId,
int hidePages,
int hidePageTemplates,
IResource resource,
Locale locale,
ITransaction transaction)
|
List<IChannelChild> |
IPageDao.getChildrenData(String channelId,
int hidePages,
int hidePageTemplates,
IResource resource,
Locale locale,
ITransaction transaction)
|
Uses of IChannelChild in lumis.portal.serviceinstance |
---|
Methods in lumis.portal.serviceinstance that return types with arguments of type IChannelChild | |
---|---|
List<IChannelChild> |
ServiceInstanceDaoJdbc.getChannelsChildren(String parentChannelIds,
boolean hideItems,
String serviceId,
IResource resource,
Locale locale,
ITransaction transaction)
|
List<IChannelChild> |
IServiceInstanceDao.getChannelsChildren(String parentChannelIds,
boolean hideItems,
String serviceId,
IResource resource,
Locale locale,
ITransaction transaction)
|
List<IChannelChild> |
ServiceInstanceDaoJdbc.getChildrenData(String channelId,
int hidePages,
String serviceId,
IResource resource,
Locale locale,
ITransaction transaction)
|
List<IChannelChild> |
IServiceInstanceDao.getChildrenData(String channelId,
int hidePages,
String serviceId,
IResource resource,
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,
String childId,
ITransaction transaction)
|
Methods in lumis.service.pagepersonalization.doui that return types with arguments of type IChannelChild | |
---|---|
List<IChannelChild> |
ServiceInstanceProvider.getChannelsChildren(SessionConfig sessionConfig,
String parentChannelIds,
boolean hidePages,
boolean hidePageTemplates,
IResource resource,
Locale locale,
ITransaction transaction)
|
List<IChannelChild> |
ServiceInstanceProvider.getChildrenData(SessionConfig sessionConfig,
String channelId,
int hideItems,
int hideItemTemplates,
IResource resource,
Locale locale,
ITransaction transaction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |