|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChannelTreeDao
Dao interface for channel tree.
Field Summary | |
---|---|
static int |
HIDE_TYPE_ALWAYS
|
static int |
HIDE_TYPE_IF_HIDDEN_SPECIFIED
|
static int |
HIDE_TYPE_NEVER
|
Method Summary | |
---|---|
List<lumis.portal.channel.tree.Channel> |
getBasicData(String channelId,
boolean hideChannelTemplates,
ITransaction transaction)
Get the basic tree data of the channel. |
List<lumis.portal.channel.tree.Channel> |
getBasicDataWithRootChannel(String channelId,
String rootChannelId,
boolean hideChannelTemplates,
ITransaction transaction)
Get the basic tree data of the channel (with a given root channel). |
List<lumis.portal.channel.tree.Channel> |
getChildrenData(String channelId,
int hideChannels,
int hidePages,
int hidePageTemplates,
int hideChannelTemplates,
ITransaction transaction)
Get the tree childen's data of the channel. |
Field Detail |
---|
static final int HIDE_TYPE_NEVER
static final int HIDE_TYPE_ALWAYS
static final int HIDE_TYPE_IF_HIDDEN_SPECIFIED
Method Detail |
---|
List<lumis.portal.channel.tree.Channel> getBasicData(String channelId, boolean hideChannelTemplates, ITransaction transaction) throws DaoException, PortalException
channelId
- hideChannelTemplates
- transaction
-
DaoException
PortalException
List<lumis.portal.channel.tree.Channel> getChildrenData(String channelId, int hideChannels, int hidePages, int hidePageTemplates, int hideChannelTemplates, ITransaction transaction) throws DaoException, PortalException
channelId
- hideChannels
- hidePages
- hidePageTemplates
- hideChannelTemplates
- transaction
-
DaoException
PortalException
List<lumis.portal.channel.tree.Channel> getBasicDataWithRootChannel(String channelId, String rootChannelId, boolean hideChannelTemplates, ITransaction transaction) throws PortalException
channelId
- the channel id.rootChannelId
- the root channel id.hideChannelTemplates
- hides the channel templates.transaction
- the transaction to be used.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |