Class ContractDocTypeManager
java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.ContractDocTypeManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContractType(ContractDocType contractType) booleancheckDocTypeExist(ContractDocType contractType) voiddeleteContractType(int id) voiddeleteContractType(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)
-