Class TvChannelSpecDao

java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.dao.AbstarctDaoConstant
ru.bitel.common.dao.AbstractDao<TvChannelSpec>
All Implemented Interfaces:
AutoCloseable, Directory<TvChannelSpec>

public class TvChannelSpecDao extends AbstractEntityDao<TvChannelSpec> implements Directory<TvChannelSpec>
  • Constructor Details

    • TvChannelSpecDao

      public TvChannelSpecDao(Connection con, int moduleId)
    • TvChannelSpecDao

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

    • getFromRSImpl

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

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

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

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

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

      public void close() throws ru.bitel.bgbilling.common.BGException
      Specified by:
      close in interface AutoCloseable
      Overrides:
      close in class ru.bitel.common.dao.AbstractDao<TvChannelSpec>
      Throws:
      ru.bitel.bgbilling.common.BGException