Class RegisterSubjectManager

java.lang.Object
ru.bitel.bgbilling.plugins.crm.server.dao.RegisterSubjectManager

public class RegisterSubjectManager extends Object
  • Constructor Details

    • RegisterSubjectManager

      public RegisterSubjectManager(Connection con)
  • Method Details

    • getRegisterSubjectById

      public RegisterSubject getRegisterSubjectById(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateRegisterSubject

      public void updateRegisterSubject(String id, RegisterSubject value)
    • deleteRegisterSubject

      public void deleteRegisterSubject(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getRegisterSubjectList

      public List<RegisterSubject> getRegisterSubjectList() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException