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

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

public class ViewSiteNodeUCCImpl
extends BaseUCCController
implements ViewSiteNodeUCC


Constructor Summary
ViewSiteNodeUCCImpl()
           
 
Method Summary
 SiteNodeVO viewSiteNode(java.lang.Integer siteNodeId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewSiteNodeUCCImpl

public ViewSiteNodeUCCImpl()
Method Detail

viewSiteNode

public SiteNodeVO viewSiteNode(java.lang.Integer siteNodeId)
                        throws ConstraintException,
                               SystemException
Specified by:
viewSiteNode in interface ViewSiteNodeUCC
ConstraintException
SystemException