Package org.apache.lenya.cms.publication

Examples of org.apache.lenya.cms.publication.SiteTree.deleteNode()


        throws SiteTreeException {
    SiteTree tree = null;

      try {
      tree = getPublication().getTree(area);
      tree.deleteNode(documentid);
      tree.save();
    } catch (Exception e) {
      throw new SiteTreeException(e);
    }
    }  
View Full Code Here


        throws SiteTreeException {
    SiteTree tree = null;

      try {
      tree = getPublication().getTree(area);
      tree.deleteNode(documentid);
      tree.save();
    } catch (Exception e) {
      throw new SiteTreeException(e);
    }
    }  
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.