Class RegisterGroupManager

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

public class RegisterGroupManager extends Object
  • Constructor Details

    • RegisterGroupManager

      public RegisterGroupManager(Connection con)
  • Method Details

    • deleteGroup

      public void deleteGroup(int id)
    • updateGroup

      public void updateGroup(String id, RegisterGroup value)
    • getGroupById

      public RegisterGroup getGroupById(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getGroupList

      public List<RegisterGroup> getGroupList() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getGroupList

      public List<RegisterGroup> getGroupList(int taskTypeId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateGroupTaskTypes

      public void updateGroupTaskTypes(int groupId, List<Integer> types)
    • deleteGroupTaskTypes

      public void deleteGroupTaskTypes(int groupId)
    • getGroupTaskTypes

      public List<Integer> getGroupTaskTypes(int groupId)
    • getGroupMap

      public Map<Integer,RegisterGroup> getGroupMap() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException