public class DomainManager extends ru.bitel.common.dao.AbstractIdDao<Domain>
| Constructor and Description |
|---|
DomainManager(java.sql.Connection con,
int mid) |
| Modifier and Type | Method and Description |
|---|---|
Domain |
get(int id) |
protected Domain |
getFromRS(java.sql.ResultSet rs) |
EmailServiceActivator |
getServiceActivator(Domain domain) |
protected void |
importFromOld() |
java.util.List<Domain> |
list(java.lang.String order) |
protected void |
updateImpl(Domain domain) |
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, updateprotected Domain getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException
getFromRS in class ru.bitel.common.dao.AbstractDao<Domain>java.sql.SQLExceptionprotected void updateImpl(Domain domain) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<Domain>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic Domain get(int id) throws ru.bitel.bgbilling.common.BGException
get in class ru.bitel.common.dao.AbstractIdDao<Domain>ru.bitel.bgbilling.common.BGExceptionpublic java.util.List<Domain> list(java.lang.String order) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic EmailServiceActivator getServiceActivator(Domain domain) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected void importFromOld()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException