Package org.infoglue.cms.controllers.usecases.structuretool

Examples of org.infoglue.cms.controllers.usecases.structuretool.UpdateSiteNodeUCC


          siteNodeVersionVO.setIsProtected(currentSiteNodeVersionVO.getIsProtected());
          siteNodeVersionVO.setIsHidden(currentSiteNodeVersionVO.getIsHidden());
          siteNodeVersionVO.setVersionModifier(this.getInfoGluePrincipal().getName());
        }
       
        UpdateSiteNodeUCC updateSiteNodeUCC = UpdateSiteNodeUCCFactory.newUpdateSiteNodeUCC();
        updateSiteNodeUCC.updateSiteNode(this.getInfoGluePrincipal(), this.siteNodeVO, this.siteNodeTypeDefinitionId, siteNodeVersionVO);   
 
        if(this.showPageLanguages != null && this.showPageLanguages.equals("true"))
        {
            Map args = new HashMap();
            args.put("globalKey", "infoglue");
View Full Code Here

TOP

Related Classes of org.infoglue.cms.controllers.usecases.structuretool.UpdateSiteNodeUCC

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.