Package com.rakaizsys.eims.view.templates

Examples of com.rakaizsys.eims.view.templates.DBObjectList


  protected void doMntmSponsorsActionPerformed(ActionEvent e) {
    addView(new SponsorList());
  }

  protected void doMntmVacationTypesActionPerformed(final ActionEvent e) {
    addView(new DBObjectList("EIMS.VAC_TYPES"));
  }
View Full Code Here


  protected void doMntmCustomersActionPerformed(final ActionEvent e) {
    addView(new CustomerList());
  }

  protected void doMntmCustomerTypesActionPerformed(ActionEvent e) {
    addView(new DBObjectList("EIMS.CUSTOMER_TYPES"));
  }
View Full Code Here

  }
  protected void doHprlnkNewEmployeeActionPerformed(ActionEvent e) {
    addView(new EmployeeForm());
  }
  protected void doMntmItemTypesActionPerformed(ActionEvent e) {
    addView(new DBObjectList("EIMS.ITEM_TYPES"));
  }
View Full Code Here

TOP

Related Classes of com.rakaizsys.eims.view.templates.DBObjectList

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.