org.infoglue.cms.controllers.usecases.structuretool
Interface ViewSiteNodeTreeUCC
- All Known Implementing Classes:
- ViewSiteNodeTreeUCCImpl
- public interface ViewSiteNodeTreeUCC
getRootSiteNode
public SiteNodeVO getRootSiteNode(java.lang.Integer repositoryId,
InfoGluePrincipal infoGluePrincipal)
throws ConstraintException,
SystemException
ConstraintException
SystemException
getSiteNode
public SiteNodeVO getSiteNode(java.lang.Integer siteNodetId)
throws ConstraintException,
SystemException
ConstraintException
SystemException
getSiteNodeChildren
public java.util.List getSiteNodeChildren(java.lang.Integer parentSiteNodeId)
throws ConstraintException,
SystemException
ConstraintException
SystemException