Package net.alteiar.newversion.server.document

Examples of net.alteiar.newversion.server.document.DocumentLocal.save()


    }
  }

  public void saveGlobalBean(BasicBean bean) throws Exception {
    DocumentLocal doc = new DocumentLocal(bean);
    doc.save(getGlobalPath());
  }

  public String getSpecificBeanPath() {
    return dirSpecific + "/" + specificPath + "/beans";
  }
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.