public class PhoneCategoryDao extends ru.bitel.common.dao.AbstractIdDao<PhoneCategory>
| Constructor and Description |
|---|
PhoneCategoryDao(java.sql.Connection con,
int moduleId) |
| Modifier and Type | Method and Description |
|---|---|
protected PhoneCategory |
getFromRS(java.sql.ResultSet rs) |
java.util.List<PhoneCategory> |
listPhoneCategory() |
PhoneCategory |
root() |
protected void |
updateImpl(PhoneCategory phoneCategory) |
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 java.util.List<PhoneCategory> listPhoneCategory() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected PhoneCategory getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<PhoneCategory>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(PhoneCategory phoneCategory) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<PhoneCategory>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic PhoneCategory root() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException