public class ItMaintenanceService
extends java.lang.Object
Constructor and Description |
---|
ItMaintenanceService() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ItMaintenanceTariffPlan> |
getCurrentContractTariffPlans(int contractId) |
java.util.List<IdTitle> |
getDeviceTypeList() |
java.util.List<ItMaintenanceTariffPlan> |
getTariffPlansByDevicesData(java.util.List<RequestedDeviceAndQuantity> requestedDeviceAndQuantityList) |
void |
updateContractTariffPlans(java.util.List<ItMaintenanceTariffPlan> itMaintenanceTariffPlans,
int contractId) |
public java.util.List<IdTitle> getDeviceTypeList() throws BGException
BGException
public java.util.List<ItMaintenanceTariffPlan> getTariffPlansByDevicesData(java.util.List<RequestedDeviceAndQuantity> requestedDeviceAndQuantityList) throws BGException
BGException
public void updateContractTariffPlans(java.util.List<ItMaintenanceTariffPlan> itMaintenanceTariffPlans, int contractId) throws BGException
BGException
public java.util.List<ItMaintenanceTariffPlan> getCurrentContractTariffPlans(int contractId) throws BGException
BGException