Class DocTypeManager
java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.DocTypeManager
public class DocTypeManager
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DocTypeManager(java.sql.Connection con, int moduleId) -
Method Summary
Modifier and Type Method Description voiddeleteType(int id)DocTypegetType(int id)static DocTypegetTypeFromRs(java.sql.ResultSet rs)java.util.List<DocType>getTypeList(DocumentType documentType)java.util.Map<java.lang.Integer,DocType>getTypeMap()voidupdateType(DocType type)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DocTypeManager
public DocTypeManager(java.sql.Connection con, int moduleId)
-
-
Method Details
-
getType
- Throws:
ru.bitel.bgbilling.common.BGException
-
getTypeMap
public java.util.Map<java.lang.Integer,DocType> getTypeMap() throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
getTypeList
public java.util.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:
java.sql.SQLException
-