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

java.lang.Object
  extended by org.infoglue.cms.controllers.kernel.impl.simple.BaseUCCController
      extended by 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 org.infoglue.cms.controllers.kernel.impl.simple.BaseUCCController
beginTransaction, commitTransaction, rollbackTransaction, toCollection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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
Throws:
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
Throws:
AccessConstraintException
ConstraintException
SystemException


Copyright © 2005 InfoGlue.org All Rights Reserved.