Interface RunTelService
public interface RunTelService
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteContractTariff(int id) getContractTariff(int contractTariffId) getContractTariffIds(int contractId) getOnDateContractTariff(int contractId) getRunTelTariff(int id) searchContractRunTelTariff(int contractId, PeriodWithTime period) intupdateContractTariff(RunTelContractTariff runTelContractTariff) voidupdateContractTariffDateTo(int contractTariffId, LocalDateTime dateTo) voidupdateTariff(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
-