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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateSiteNodeUCCImpl
public UpdateSiteNodeUCCImpl()
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.