org.infoglue.cms.controllers.usecases.structuretool.impl.simple
Class UpdateSiteNodeUCCImpl

java.lang.Object
  |
  +--org.infoglue.cms.controllers.kernel.impl.simple.BaseUCCController
        |
        +--org.infoglue.cms.controllers.usecases.structuretool.impl.simple.UpdateSiteNodeUCCImpl
All Implemented Interfaces:
UpdateSiteNodeUCC

public class UpdateSiteNodeUCCImpl
extends BaseUCCController
implements UpdateSiteNodeUCC


Constructor Summary
UpdateSiteNodeUCCImpl()
           
 
Method Summary
 SiteNodeVO updateSiteNode(InfoGluePrincipal infoGluePrincipal, SiteNodeVO siteNodeVO, java.lang.Integer siteNodeTypeDefinitionId, SiteNodeVersionVO updatedSiteNodeVersionVO)
           
 SiteNodeVO updateSiteNode(InfoGluePrincipal infoGluePrincipal, SiteNodeVO siteNodeVO, SiteNodeVersionVO updatedSiteNodeVersionVO)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateSiteNodeUCCImpl

public UpdateSiteNodeUCCImpl()
Method Detail

updateSiteNode

public SiteNodeVO updateSiteNode(InfoGluePrincipal infoGluePrincipal,
                                 SiteNodeVO siteNodeVO,
                                 SiteNodeVersionVO updatedSiteNodeVersionVO)
                          throws ConstraintException,
                                 SystemException
Specified by:
updateSiteNode in interface UpdateSiteNodeUCC
ConstraintException
SystemException

updateSiteNode

public SiteNodeVO updateSiteNode(InfoGluePrincipal infoGluePrincipal,
                                 SiteNodeVO siteNodeVO,
                                 java.lang.Integer siteNodeTypeDefinitionId,
                                 SiteNodeVersionVO updatedSiteNodeVersionVO)
                          throws AccessConstraintException,
                                 ConstraintException,
                                 SystemException
Specified by:
updateSiteNode in interface UpdateSiteNodeUCC
AccessConstraintException
ConstraintException
SystemException