Examples of modifyDepartment()


Examples of com.narirelays.ems.services.DepartmentManagementService.modifyDepartment()

 
  public String modify() {
    // TODO Auto-generated method stub
    DepartmentManagementService departmentManagementService = (DepartmentManagementService)StorageService.ctx.getBean("departmentManagementService");
    if(departmentManagementService!=null){
      resultInfo = departmentManagementService.modifyDepartment(request.getParameter("id"), parameterMap);
      if(CacheProvider.cacheValid){
        Object obj = CacheProvider.removeObject(OLAP_DEPARTMENT_TREE);
      }
    }
    return SUCCESS;
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.