Class DocTypeManager

java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.DocTypeManager

public class DocTypeManager extends Object
  • Constructor Details

    • DocTypeManager

      public DocTypeManager(Connection con, int moduleId)
  • Method Details

    • getType

      public DocType getType(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getTypeMap

      public Map<Integer,DocType> getTypeMap() throws ru.bitel.bgbilling.common.BGException
      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

      public void updateType(DocType type) throws ru.bitel.bgbilling.common.BGException
      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

      public static DocType getTypeFromRs(ResultSet rs) throws SQLException
      Throws:
      SQLException