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