Uses of Interface
lumis.portal.channel.tree.IChannelChild
-
Packages that use IChannelChild Package Description 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 Modifier and Type Method Description IChannelChild
ServiceInstanceProvider. getChannelChild(SessionConfig sessionConfig, String childId, ITransaction transaction)
Methods in lumis.doui.control.selectserviceinstance that return types with arguments of type IChannelChild Modifier and Type Method Description 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 Modifier and Type Class Description class
GenericChannelChild
Methods in lumis.portal.channel.tree that return IChannelChild Modifier and Type Method Description IChannelChild
IChannelChildProvider. getChannelChild(SessionConfig sessionConfig, String childId, ITransaction transaction)
Given a child Id, this method returns a IChannelChild object that represents the child.IChannelChild
PageProvider. getChannelChild(SessionConfig sessionConfig, String childId, ITransaction transaction)
Methods in lumis.portal.channel.tree that return types with arguments of type IChannelChild Modifier and Type Method Description 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. getChannelsChildren(SessionConfig sessionConfig, String parentChannelIds, boolean hidePages, boolean hidePageTemplates, 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.List<IChannelChild>
PageProvider. getChildrenData(SessionConfig sessionConfig, String channelId, int hideItems, int hideItemTemplates, IResource resource, Locale locale, ITransaction transaction)
Methods in lumis.portal.channel.tree with parameters of type IChannelChild Modifier and Type Method Description int
GenericChannelChild. compareTo(IChannelChild pOther)
Method parameters in lumis.portal.channel.tree with type arguments of type IChannelChild Modifier and Type Method Description 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 Modifier and Type Method Description List<IChannelChild>
IPageDao. getChannelsChildren(String parentChannelIds, boolean hidePages, boolean hidePageTemplates, IResource resource, Locale locale, ITransaction transaction)
List<IChannelChild>
PageDaoHib. getChannelsChildren(String parentChannelIds, boolean hidePages, boolean hidePageTemplates, IResource resource, Locale locale, ITransaction transaction)
List<IChannelChild>
IPageDao. getChildrenData(String channelId, int hidePages, int hidePageTemplates, IResource resource, Locale locale, ITransaction transaction)
List<IChannelChild>
PageDaoHib. 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 Modifier and Type Method Description List<IChannelChild>
IServiceInstanceDao. getChannelsChildren(String parentChannelIds, boolean hideItems, String serviceId, IResource resource, Locale locale, ITransaction transaction)
List<IChannelChild>
ServiceInstanceDaoJdbc. getChannelsChildren(String parentChannelIds, boolean hideItems, String serviceId, IResource resource, Locale locale, ITransaction transaction)
List<IChannelChild>
IServiceInstanceDao. getChildrenData(String channelId, int hidePages, String serviceId, IResource resource, Locale locale, ITransaction transaction)
List<IChannelChild>
ServiceInstanceDaoJdbc. 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 Modifier and Type Method Description IChannelChild
ServiceInstanceProvider. getChannelChild(SessionConfig sessionConfig, String childId, ITransaction transaction)
Methods in lumis.service.pagepersonalization.doui that return types with arguments of type IChannelChild Modifier and Type Method Description 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)
-