Interface ContractTariffMasterDataHandler
public interface ContractTariffMasterDataHandler
-
Method Summary
Modifier and TypeMethodDescriptiondefault List
<ru.bitel.bgbilling.common.model.KeyValue> filters
(ContractTariffMasterDataParam contractTariffMasterDataParam, int userId) get
(ContractTariffMasterDataParam contractTariffMasterDataParam, int userId) tariffChange
(int contractTariffId) tariffCopy
(int contractTariffId) tariffEdit
(int contractTariffId) tariffNew
(int contractId)
-
Method Details
-
filters
default List<ru.bitel.bgbilling.common.model.KeyValue> filters(ContractTariffMasterDataParam contractTariffMasterDataParam, int userId) throws Exception - Throws:
Exception
-
get
ContractTariffMasterData get(ContractTariffMasterDataParam contractTariffMasterDataParam, int userId) throws Exception - Throws:
Exception
-
tariffNew
- Throws:
Exception
-
tariffEdit
- Throws:
Exception
-
tariffCopy
- Throws:
Exception
-
tariffChange
- Throws:
Exception
-