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
BGExceptionpublic java.util.List<ItMaintenanceTariffPlan> getTariffPlansByDevicesData(java.util.List<RequestedDeviceAndQuantity> requestedDeviceAndQuantityList) throws BGException
BGExceptionpublic void updateContractTariffPlans(java.util.List<ItMaintenanceTariffPlan> itMaintenanceTariffPlans, int contractId) throws BGException
BGExceptionpublic java.util.List<ItMaintenanceTariffPlan> getCurrentContractTariffPlans(int contractId) throws BGException
BGException