java.lang.Object
ru.bitel.common.dao.AbstarctDaoConstant
ru.bitel.common.dao.AbstractDao<B>
ru.bitel.common.dao.AbstractIdDao<E>
All Implemented Interfaces:
AutoCloseable, Directory<ServiceSpec>

public class ServiceSpecDao extends AbstractEntityDao<ServiceSpec> implements Directory<ServiceSpec>
  • Constructor Details

    • ServiceSpecDao

      public ServiceSpecDao(Connection con)
    • ServiceSpecDao

      public ServiceSpecDao(Connection con, int moduleId)
    • ServiceSpecDao

      public ServiceSpecDao(Connection con, int moduleId, int userId)
  • Method Details

    • updateImpl

      protected void updateImpl(ServiceSpec b) throws ru.bitel.bgbilling.common.BGException, SQLException
      Specified by:
      updateImpl in class ru.bitel.common.dao.AbstractDao<ServiceSpec>
      Throws:
      ru.bitel.bgbilling.common.BGException
      SQLException
    • list

      public List<ServiceSpec> list(int moduleId, Date dateFrom, Date dateTo, String title, List<FilterEntityAttr> entityFilter) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • list

      public List<ServiceSpec> list() throws ru.bitel.bgbilling.common.BGException
      Description copied from interface: Directory
      Получение всего списка элементов из справочника
      Specified by:
      list in interface Directory<ServiceSpec>
      Returns:
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getFromRSImpl

      protected ServiceSpec getFromRSImpl(ResultSet rs) throws SQLException, ru.bitel.bgbilling.common.BGException
      Specified by:
      getFromRSImpl in class AbstractEntityDao<ServiceSpec>
      Throws:
      SQLException
      ru.bitel.bgbilling.common.BGException
    • get

      public ServiceSpec get(String title) throws ru.bitel.bgbilling.common.BGException
      Description copied from interface: Directory
      Получение элемента по title(name)
      Может быть не имплементировано - в этом случае бросается UnsupportedOperationException
      Specified by:
      get in interface Directory<ServiceSpec>
      Returns:
      Throws:
      ru.bitel.bgbilling.common.BGException
    • move

      public void move(int newParentId, Set<Integer> children) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException