Class DocTypeManager
java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.DocTypeManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteType
(int id) getType
(int id) static DocType
getTypeList
(DocumentType documentType) void
updateType
(DocType type)
-
Constructor Details
-
DocTypeManager
-
-
Method Details
-
getType
- Throws:
ru.bitel.bgbilling.common.BGException
-
getTypeMap
- Throws:
ru.bitel.bgbilling.common.BGException
-
getTypeList
public List<DocType> getTypeList(DocumentType documentType) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
updateType
- Throws:
ru.bitel.bgbilling.common.BGException
-
deleteType
public void deleteType(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getTypeFromRs
- Throws:
SQLException
-