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


public interface CreateSiteNodeUCC


Method Summary
 SiteNodeVO createSiteNode(java.lang.Integer parentSiteNodeId, java.lang.Integer siteNodeTypeDefinitionId, InfoGluePrincipal infoGluePrincipal, java.lang.Integer repositoryId, SiteNodeVO siteNodeVO)
           
 

Method Detail

createSiteNode

public SiteNodeVO createSiteNode(java.lang.Integer parentSiteNodeId,
                                 java.lang.Integer siteNodeTypeDefinitionId,
                                 InfoGluePrincipal infoGluePrincipal,
                                 java.lang.Integer repositoryId,
                                 SiteNodeVO siteNodeVO)
                          throws ConstraintException,
                                 SystemException
ConstraintException
SystemException