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

All Known Implementing Classes:
UpdateSiteNodeUCCImpl

public interface UpdateSiteNodeUCC


Method Summary
 SiteNodeVO updateSiteNode(InfoGluePrincipal infoGluePrincipal, SiteNodeVO siteNodeVO, java.lang.Integer siteNodeTypeDefinitionId, SiteNodeVersionVO updatedSiteNodeVersionVO)
           
 SiteNodeVO updateSiteNode(InfoGluePrincipal infoGluePrincipal, SiteNodeVO siteNodeVO, SiteNodeVersionVO updatedSiteNodeVersionVO)
           
 

Method Detail

updateSiteNode

public SiteNodeVO updateSiteNode(InfoGluePrincipal infoGluePrincipal,
                                 SiteNodeVO siteNodeVO,
                                 SiteNodeVersionVO updatedSiteNodeVersionVO)
                          throws ConstraintException,
                                 SystemException
ConstraintException
SystemException

updateSiteNode

public SiteNodeVO updateSiteNode(InfoGluePrincipal infoGluePrincipal,
                                 SiteNodeVO siteNodeVO,
                                 java.lang.Integer siteNodeTypeDefinitionId,
                                 SiteNodeVersionVO updatedSiteNodeVersionVO)
                          throws ConstraintException,
                                 SystemException
ConstraintException
SystemException