Class ItMaintenanceService
java.lang.Object
ru.bgcrm.plugin.itMaintenance.service.ItMaintenanceService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCurrentContractTariffPlans(int contractId) getTariffPlansByDevicesData(List<RequestedDeviceAndQuantity> requestedDeviceAndQuantityList) voidupdateContractTariffPlans(List<ItMaintenanceTariffPlan> itMaintenanceTariffPlans, int contractId)
-
Constructor Details
-
ItMaintenanceService
public ItMaintenanceService()
-
-
Method Details
-
getDeviceTypeList
- Throws:
BGException
-
getTariffPlansByDevicesData
public List<ItMaintenanceTariffPlan> getTariffPlansByDevicesData(List<RequestedDeviceAndQuantity> requestedDeviceAndQuantityList) throws BGException - Throws:
BGException
-
updateContractTariffPlans
public void updateContractTariffPlans(List<ItMaintenanceTariffPlan> itMaintenanceTariffPlans, int contractId) throws BGException - Throws:
BGException
-
getCurrentContractTariffPlans
public List<ItMaintenanceTariffPlan> getCurrentContractTariffPlans(int contractId) throws BGException - Throws:
BGException
-