public class ServiceDao extends ru.bitel.common.dao.AbstractIdDao<Service> implements ru.bitel.bgbilling.kernel.directory.api.common.Directory<Service>
Constructor and Description |
---|
ServiceDao(java.sql.Connection con) |
Modifier and Type | Method and Description |
---|---|
Service |
get(java.lang.String title) |
protected Service |
getFromRS(java.sql.ResultSet rs) |
java.util.List<Service> |
list() |
java.util.List<Service> |
list(int moduleId) |
java.util.List<Service> |
listUsing() |
java.util.List<Service> |
listUsing(int moduleId) |
protected void |
updateImpl(Service s) |
delete, get, getAndDelete, getAndUpdate
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, processException, recycle, setStatementParam, update
public Service get(java.lang.String title) throws ru.bitel.bgbilling.common.BGException
get
in interface ru.bitel.bgbilling.kernel.directory.api.common.Directory<Service>
ru.bitel.bgbilling.common.BGException
public java.util.List<Service> list() throws ru.bitel.bgbilling.common.BGException
list
in interface ru.bitel.bgbilling.kernel.directory.api.common.Directory<Service>
ru.bitel.bgbilling.common.BGException
public java.util.List<Service> listUsing() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.List<Service> list(int moduleId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.List<Service> listUsing(int moduleId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
protected void updateImpl(Service s) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl
in class ru.bitel.common.dao.AbstractDao<Service>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException