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, update
protected Domain getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException
getFromRS
in class ru.bitel.common.dao.AbstractDao<Domain>
java.sql.SQLException
protected 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.BGException
java.sql.SQLException
public Domain get(int id) throws ru.bitel.bgbilling.common.BGException
get
in class ru.bitel.common.dao.AbstractIdDao<Domain>
ru.bitel.bgbilling.common.BGException
public java.util.List<Domain> list(java.lang.String order) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public EmailServiceActivator getServiceActivator(Domain domain) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
protected void importFromOld() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException