Package lumis.portal.channel.tree
Interface IChannelChild
-
- All Superinterfaces:
Comparable<IChannelChild>
- All Known Implementing Classes:
GenericChannelChild
public interface IChannelChild extends Comparable<IChannelChild>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCachePage()
String
getChannelId()
String
getId()
String
getLocalizedName()
String
getName()
int
getPosition()
boolean
isHidden()
boolean
isPageBlock()
boolean
isTemplate()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-