Class ProductSpecDao
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.dao.AbstarctDaoConstant
ru.bitel.common.dao.AbstractDao<ProductSpec>
ru.bitel.common.dao.AbstractIdDao<ProductSpec>
ru.bitel.oss.kernel.entity.server.bean.AbstractEntityAttrDao<ProductSpec>
ru.bitel.oss.kernel.entity.server.bean.AbstractEntityDao<ProductSpec>
ru.bitel.oss.systems.inventory.product.server.bean.ProductSpecDao
- All Implemented Interfaces:
AutoCloseable,Directory<ProductSpec>
public class ProductSpecDao
extends AbstractEntityDao<ProductSpec>
implements Directory<ProductSpec>
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.oss.kernel.entity.server.bean.AbstractEntityAttrDao
AbstractEntityAttrDao.AddressItemModifiedEventListenerNested classes/interfaces inherited from class ru.bitel.common.dao.AbstractDao
ru.bitel.common.dao.AbstractDao.ResultSetIterator -
Field Summary
Fields inherited from class ru.bitel.oss.kernel.entity.server.bean.AbstractEntityAttrDao
CONTRACT_OBJECT_SUPPORT, CONTRACT_SUPPORT, ENTITY_SUPPORT, entitySpecAttrDirectory, entitySpecDirectory, entityTableSuffix, filterWeightComparator, userIdFields inherited from class ru.bitel.common.dao.AbstractDao
cacheFilter, cacheJoin, cacheOrderBy, cachePaged, cachePS, cacheWhat, con, getByIdPS, moduleId, orderByPattern, tableNameFields inherited from class ru.bitel.common.dao.AbstarctDaoConstant
ERROR, fields, SQL_ALL, SQL_AND, SQL_CALC_FOUND_ROWS, SQL_DELETE, SQL_DISTINCT, SQL_EQ, SQL_EQCS, SQL_FROM, SQL_GROUP, SQL_IN, SQL_INSERT, SQL_JOIN, SQL_LEFT_JOIN, SQL_LIMIT, SQL_NOT_IN, SQL_ON, SQL_ON_DUPLICATE_KEY_UPDATE, SQL_ORDER, SQL_SELECT, SQL_SET, SQL_UPDATE, SQL_VALUES, SQL_WHERE -
Constructor Summary
ConstructorsConstructorDescriptionProductSpecDao(Connection con) ProductSpecDao(Connection con, int moduleId) ProductSpecDao(Connection con, int moduleId, int userId) -
Method Summary
Modifier and TypeMethodDescriptionintdelete(int id) Удаление элемента по idПолучение элемента по title(name)
Может быть не имплементировано - в этом случае бросаетсяUnsupportedOperationExceptiongetByIdentifier(String identifier) getByIdentifier(String identifier, int moduleId) protected ProductSpecprotected Stringlist()Получение всего списка элементов из справочникаlist(int moduleId) voidbooleanreorder(int srcProductId, int parentProductId, int pos) protected voidupdateImpl(ProductSpec productSpec) Methods inherited from class ru.bitel.oss.kernel.entity.server.bean.AbstractEntityDao
getFromRS, getFromRS, linkEntity, list, list, listImpl, unlinkEntity, updateMethods inherited from class ru.bitel.oss.kernel.entity.server.bean.AbstractEntityAttrDao
checkEntityAttribute, checkEntitySpecAttrDelete, deleteEntityAttribute, deleteEntityAttributes, filterInit, filterJoin, filterToPS, getAllEntityAttributes, getAttribute, getEntityAttribute, getEntityAttributes, getEntityAttributes, getEntitySpecAttrDirectory, getEntitySpecDirectory, getEntityTableName, getEntityTableSuffix, getEntityValueForIds, listImpl, onAddressItemUpdate, optEntityAttribute, updateEntityAttribute, updateEntityAttributesMethods inherited from class ru.bitel.common.dao.AbstractIdDao
executeUpdate, get, getAndDelete, getAndUpdate, optMethods inherited from class ru.bitel.common.dao.AbstractDao
close, delete, deleteImpl, dropTemporaryTable, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, listImpl, listImplPS, listImplPS, loadData, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, ormUpdateImpl, ormUpdateImpl, processException, setPageRecordCount, setStatementParamMethods inherited from class ru.bitel.common.dao.AbstarctDaoConstant
getSQLOrder, psSetDate, psSetInt, psSetStringMethods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError, warn
-
Constructor Details
-
ProductSpecDao
-
ProductSpecDao
-
ProductSpecDao
-
-
Method Details
-
getFromRSImpl
protected ProductSpec getFromRSImpl(ResultSet rs) throws SQLException, ru.bitel.bgbilling.common.BGException - Specified by:
getFromRSImplin classAbstractEntityDao<ProductSpec>- Throws:
SQLExceptionru.bitel.bgbilling.common.BGException
-
updateImpl
protected void updateImpl(ProductSpec productSpec) throws ru.bitel.bgbilling.common.BGException, SQLException - Specified by:
updateImplin classru.bitel.common.dao.AbstractDao<ProductSpec>- Throws:
ru.bitel.bgbilling.common.BGExceptionSQLException
-
getQueryById
- Overrides:
getQueryByIdin classru.bitel.common.dao.AbstractDao<ProductSpec>
-
get
Description copied from interface:DirectoryПолучение элемента по title(name)
Может быть не имплементировано - в этом случае бросаетсяUnsupportedOperationException- Specified by:
getin interfaceDirectory<ProductSpec>- Parameters:
title-- Returns:
- Throws:
ru.bitel.bgbilling.common.BGException
-
list
public List<ProductSpec> 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
- Throws:
ru.bitel.bgbilling.common.BGException
-
list
Description copied from interface:DirectoryПолучение всего списка элементов из справочника- Specified by:
listin interfaceDirectory<ProductSpec>- 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
-
getByIdentifier
- Throws:
ru.bitel.bgbilling.common.BGException
-
getByIdentifier
public ProductSpec getByIdentifier(String identifier, int moduleId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
delete
Description copied from interface:DirectoryУдаление элемента по id- Specified by:
deletein interfaceDirectory<ProductSpec>- Overrides:
deletein classAbstractEntityDao<ProductSpec>- Parameters:
id-- Returns:
- Throws:
Exception
-
reorder
public boolean reorder(int srcProductId, int parentProductId, int pos) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-