Package lumis.service.navigation
Class ChannelTreeNavigationSource
- java.lang.Object
-
- lumis.service.navigation.ChannelTreeNavigationSource
-
- All Implemented Interfaces:
INavigationSource
public class ChannelTreeNavigationSource extends Object implements INavigationSource
Source for channels- Since:
- 4.0.0
- Version:
- $Revision: 17606 $ $Date: 2015-07-24 10:56:40 -0300 (Fri, 24 Jul 2015) $
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayList<String>
pathIds
-
Fields inherited from interface lumis.service.navigation.INavigationSource
NAVIGATION_SOURCE_TYPE_CHANNELTREE, NAVIGATION_SOURCE_TYPE_CUSTOM, NAVIGATION_SOURCE_TYPE_LINK, OPENING_TYPE_NEW_WINDOW, OPENING_TYPE_POP_UP, OPENING_TYPE_SAME_WINDOW
-
-
Constructor Summary
Constructors Constructor Description ChannelTreeNavigationSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setNavigationData(DouiContext douiContext, ISourceData row, Node dataNode)
protected void
setPathIds(DouiContext douiContext)
-
-
-
Method Detail
-
setNavigationData
public void setNavigationData(DouiContext douiContext, ISourceData row, Node dataNode) throws PortalException
- Specified by:
setNavigationData
in interfaceINavigationSource
- Throws:
PortalException
-
setPathIds
protected void setPathIds(DouiContext douiContext) throws PortalException
- Throws:
PortalException
-
-