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

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

updateSiteNode

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


Copyright © 2005 InfoGlue.org All Rights Reserved.