Examples of associateET()


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

  public String associateET()//将Equipment与Fitting关联
  {
    EquipmentManagementService equipmentManagementService = (EquipmentManagementService)StorageService.ctx.getBean("equipmentManagementService");
    if(equipmentManagementService!=null)
    {
      resultInfo = equipmentManagementService.associateET(request.getParameter("equipment_id"),request.getParameter("fitting_id"));
    }
    return SUCCESS;
  }
 
  public String deleteAssociateET()
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.