public class ProductCategoryDao extends ru.bitel.common.dao.AbstractIdDao<ProductCategory>
| Constructor and Description |
|---|
ProductCategoryDao(java.sql.Connection connection,
int moduleId) |
ProductCategoryDao(java.sql.Connection con,
int moduleId,
java.lang.String tableName) |
| Modifier and Type | Method and Description |
|---|---|
protected ProductCategory |
getFromRS(java.sql.ResultSet rs) |
void |
getList(SearchResult<ProductCategory> searchResult) |
protected void |
updateImpl(ProductCategory productCategory) |
delete, get, getAndDelete, getAndUpdateclose, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, updatepublic ProductCategoryDao(java.sql.Connection connection,
int moduleId)
public ProductCategoryDao(java.sql.Connection con,
int moduleId,
java.lang.String tableName)
public void getList(SearchResult<ProductCategory> searchResult) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected ProductCategory getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<ProductCategory>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(ProductCategory productCategory) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<ProductCategory>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLException