Class ContractDocTypeManager
java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.ContractDocTypeManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addContractType
(ContractDocType contractType) boolean
checkDocTypeExist
(ContractDocType contractType) void
deleteContractType
(int id) void
deleteContractType
(int cid, int docType) getContractDocType
(int id) getContractDocTypeList
(int contractId, DocumentType documentType) getContractTypeList
(int contractId, DocumentType documentType, String docTypes)
-
Constructor Details
-
ContractDocTypeManager
-
-
Method Details
-
getContractDocType
-
getContractTypeList
public List<ContractDocType> getContractTypeList(int contractId, DocumentType documentType, String docTypes) -
getContractDocTypeList
-
addContractType
-
checkDocTypeExist
-
deleteContractType
public void deleteContractType(int id) -
deleteContractType
public void deleteContractType(int cid, int docType)
-