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) intdeleteDirectoryItem(int id) Удаление элемента по idПолучение всего списка элементов из справочникаgetByIdentifier(String identifier) getByIdentifier(String identifier, int moduleId) getDirectoryItem(int id) Получение элемента по idgetDirectoryItem(String title) Получение элемента по title(name)
Может быть не имплементировано - в этом случае бросаетсяUnsupportedOperationExceptionprotected ProductSpecprotected Stringlist(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, psSetString, queryAndInMethods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError, warnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.bitel.bgbilling.kernel.directory.api.common.bean.Directory
optDirectoryItem
-
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>
-
getDirectoryItem
Description copied from interface:DirectoryПолучение элемента по title(name)
Может быть не имплементировано - в этом случае бросаетсяUnsupportedOperationException- Specified by:
getDirectoryItemin interfaceDirectory<ProductSpec>- Parameters:
title-- Returns:
- Throws:
SQLException
-
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
-
directoryItems
Description copied from interface:DirectoryПолучение всего списка элементов из справочника- Specified by:
directoryItemsin interfaceDirectory<ProductSpec>- Returns:
- Throws:
Exception
-
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
- Overrides:
deletein classAbstractEntityDao<ProductSpec>- Throws:
Exception
-
reorder
public boolean reorder(int srcProductId, int parentProductId, int pos) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getDirectoryItem
Description copied from interface:DirectoryПолучение элемента по id- Specified by:
getDirectoryItemin interfaceDirectory<ProductSpec>- Parameters:
id-- Returns:
- Throws:
Exception
-
updateDirectoryItem
Description copied from interface:DirectoryИзменение/добавление элемента справочника- Specified by:
updateDirectoryItemin interfaceDirectory<ProductSpec>- Parameters:
k-- Throws:
Exception
-
deleteDirectoryItem
Description copied from interface:DirectoryУдаление элемента по id- Specified by:
deleteDirectoryItemin interfaceDirectory<ProductSpec>- Parameters:
id-- Returns:
- Throws:
Exception
-