Package org.jallinone.accounting.accounts.client

Examples of org.jallinone.accounting.accounts.client.AccountsController


  /**
   * Get accounts.
   */
  public void getAccounts() {
    new AccountsController();
  }
View Full Code Here


   * @param rowNumber selected row index
   * @param persistentObject v.o. related to the selected row
   */
  public void doubleClick(int rowNumber,ValueObject persistentObject) {
    LedgerVO vo = (LedgerVO)persistentObject;
    new AccountsController(vo.getCompanyCodeSys01ACC01(),vo.getLedgerCodeACC01());
  }
View Full Code Here

TOP

Related Classes of org.jallinone.accounting.accounts.client.AccountsController

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.