public class TvChannelSpecDao extends AbstractEntityDao<TvChannelSpec> implements Directory<TvChannelSpec>
AbstractEntityAttrDao.AddressItemModifiedEventListenergetImplPS, insertEntityPS, updateEntityPS, updateEntityPS2CONTRACT_OBJECT_SUPPORT, CONTRACT_SUPPORT, ENTITY_SUPPORT, entitySpecAttrDirectory, entitySpecDirectory, filterWeightComparator, userId| Constructor and Description |
|---|
TvChannelSpecDao(java.sql.Connection con,
int moduleId) |
TvChannelSpecDao(java.sql.Connection con,
int moduleId,
int userId) |
| Modifier and Type | Method and Description |
|---|---|
TvChannelSpec |
get(java.lang.String title)
Получение элемента по title(name)
Может быть не имплементировано - в этом случае бросается
UnsupportedOperationException |
protected TvChannelSpec |
getFromRSImpl(java.sql.ResultSet rs) |
java.util.List<TvChannelSpec> |
list()
Получение всего списка элементов из справочника
|
java.util.List<TvChannelSpec> |
list(int serviceSpecId,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String title,
java.util.List<FilterEntityAttr> entityFilter) |
void |
recycle() |
protected void |
updateImpl(TvChannelSpec b) |
deleteImpl, getFromRS, getImpl, linkEntity, list, list, listImpl, unlinkEntity, updatecheckEntityAttribute, checkEntitySpecAttrDelete, filterInit, filterJoin, filterToPS, getAllEntityAttributes, getAttribute, getEntityAttribute, getEntityAttributes, getEntitySpecAttrDirectory, getEntitySpecDirectory, getEntityTableName, getEntityValueForIds, getFromRS, listImpl, onAddressItemUpdate, updateEntityAttribute, updateEntityAttributesdelete, get, getAndDelete, getAndUpdateclose, delete, eq, get, getById, getListFromRS, getPeriod, getSQLOrder, getTableName, list, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, setStatementParampublic TvChannelSpecDao(java.sql.Connection con,
int moduleId)
public TvChannelSpecDao(java.sql.Connection con,
int moduleId,
int userId)
protected TvChannelSpec getFromRSImpl(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRSImpl in class AbstractEntityDao<TvChannelSpec>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionpublic TvChannelSpec get(java.lang.String title) throws ru.bitel.bgbilling.common.BGException
DirectoryUnsupportedOperationExceptionget in interface Directory<TvChannelSpec>ru.bitel.bgbilling.common.BGExceptionpublic java.util.List<TvChannelSpec> list() throws ru.bitel.bgbilling.common.BGException
Directorylist in interface Directory<TvChannelSpec>ru.bitel.bgbilling.common.BGExceptionpublic java.util.List<TvChannelSpec> list(int serviceSpecId, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String title, java.util.List<FilterEntityAttr> entityFilter) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(TvChannelSpec b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<TvChannelSpec>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic void recycle()
throws ru.bitel.bgbilling.common.BGException
recycle in class AbstractEntityDao<TvChannelSpec>ru.bitel.bgbilling.common.BGException