org.infoglue.cms.controllers.usecases.structuretool
Interface ViewSiteNodeTreeUCC

All Known Implementing Classes:
ViewSiteNodeTreeUCCImpl

public interface ViewSiteNodeTreeUCC


Method Summary
 SiteNodeVO getRootSiteNode(java.lang.Integer repositoryId, InfoGluePrincipal infoGluePrincipal)
           
 SiteNodeVO getSiteNode(java.lang.Integer siteNodetId)
           
 java.util.List getSiteNodeChildren(java.lang.Integer parentSiteNodeId)
           
 

Method Detail

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