Package net.alteiar.documents

Examples of net.alteiar.documents.BeanDirectory.addDocument()


    realAddBean(bean);
  }

  public void addBean(BeanBasicDocument doc) {
    BeanDirectory dir = getBean(doc.getParent());
    dir.addDocument(doc);
    doc.setOwner(getCurrentPlayer().getId());
    realAddBean(doc);
  }

  public void addBean(AuthorizationBean bean) {
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.