Package org.jallinone.subjects.client

Examples of org.jallinone.subjects.client.SubjectHierarchiesController


  /**
   * Customer hierachies list.
   */
  public void getCustomerHiearchiesList() {
    new SubjectHierarchiesController(ApplicationConsts.SUBJECT_ORGANIZATION_CUSTOMER,"REG08_CUSTOMERS","customer hierarchies",ApplicationConsts.ID_CUSTOMER_GRID,false);
  }
View Full Code Here


  /**
   * Contact hierachies list.
   */
  public void getContactHiearchiesList() {
    new SubjectHierarchiesController(ApplicationConsts.SUBJECT_ORGANIZATION_CONTACT,"REG08_CONTACTS","contacts hierarchies",ApplicationConsts.ID_CUSTOMER_GRID,false);
  }
View Full Code Here

  /**
   * Supplier hierachies list.
   */
  public void getSupplierHiearchiesList() {
    new SubjectHierarchiesController(ApplicationConsts.SUBJECT_SUPPLIER,"REG08_SUPPLIERS","supplier hierarchies",ApplicationConsts.ID_SUPPLIER_GRID,false);
  }
View Full Code Here

  /**
   * Get employees hierarchy.
   */
  public void getEmployeeHiearchiesList() {
    new SubjectHierarchiesController(ApplicationConsts.SUBJECT_EMPLOYEE,"REG08_EMPLOYEES","employees hierarchies",ApplicationConsts.ID_HIERAR_EMPLOYEES_GRID,true);
  }
View Full Code Here

TOP

Related Classes of org.jallinone.subjects.client.SubjectHierarchiesController

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.