Examples of modifyMaintainRecord()


Examples of com.narirelays.ems.services.EquipmentManagementService.modifyMaintainRecord()

  public String modifyMaintainRecord()//根据维修记录id修改维修记录;不允许修改记录对应的设备
  {
    EquipmentManagementService equipmentManagementService = (EquipmentManagementService)StorageService.ctx.getBean("equipmentManagementService");
    if(equipmentManagementService!=null)
    {
      resultInfo = equipmentManagementService.modifyMaintainRecord(request.getParameter("id"),parameterMap);
    }
    return SUCCESS;
  }
 
  public String deleteMaintainRecord()
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.