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

SiteNodeVO getRootSiteNode(java.lang.Integer repositoryId,
                           InfoGluePrincipal infoGluePrincipal)
                           throws ConstraintException,
                                  SystemException
Throws:
ConstraintException
SystemException

getSiteNode

SiteNodeVO getSiteNode(java.lang.Integer siteNodetId)
                       throws ConstraintException,
                              SystemException
Throws:
ConstraintException
SystemException

getSiteNodeChildren

java.util.List getSiteNodeChildren(java.lang.Integer parentSiteNodeId)
                                   throws ConstraintException,
                                          SystemException
Throws:
ConstraintException
SystemException


Copyright © 2005 InfoGlue.org All Rights Reserved.