Interface RunTelService
public interface RunTelService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteContractTariff
(int id) getContractTariff
(int contractTariffId) getContractTariffIds
(int contractId) getOnDateContractTariff
(int contractId) getRunTelTariff
(int id) searchContractRunTelTariff
(int contractId, PeriodWithTime period) int
updateContractTariff
(RunTelContractTariff runTelContractTariff) void
updateContractTariffDateTo
(int contractTariffId, LocalDateTime dateTo) void
updateTariff
(RunTelTariff runTelTariff)
-
Method Details
-
searchContractRunTelTariff
SearchResult<RunTelContractTariff> searchContractRunTelTariff(int contractId, PeriodWithTime period) throws Exception - Throws:
Exception
-
searchRunTelTariff
- Throws:
Exception
-
getRunTelTariff
- Throws:
Exception
-
updateTariff
- Throws:
Exception
-
getContractTariff
- Throws:
Exception
-
getOnDateContractTariff
- Throws:
Exception
-
updateContractTariff
- Throws:
Exception
-
updateContractTariffDateTo
- Throws:
Exception
-
deleteContractTariff
- Throws:
Exception
-
getTariffServiceItems
- Throws:
Exception
-
getTariffIncludeItems
- Throws:
Exception
-
getTariffAdditionalServiceItems
- Throws:
Exception
-
getContractTariffIds
- Throws:
Exception
-