Interface ContractTariffMasterDataHandler
public interface ContractTariffMasterDataHandler
-
Method Summary
Modifier and TypeMethodDescriptionget
(int contractId, ContractTariffMasterDataMode masterDataMode, int contractTariffId, int userId) tariffChange
(int contractTariffId) tariffCopy
(int contractTariffId) tariffEdit
(int contractTariffId) tariffNew
(int contractId)
-
Method Details
-
get
ContractTariffMasterData get(int contractId, ContractTariffMasterDataMode masterDataMode, int contractTariffId, int userId) throws Exception - Throws:
Exception
-
tariffNew
- Throws:
Exception
-
tariffEdit
- Throws:
Exception
-
tariffCopy
- Throws:
Exception
-
tariffChange
- Throws:
Exception
-