Constructor and Description |
---|
DomainDao(java.sql.Connection con) |
Modifier and Type | Method and Description |
---|---|
int |
delete(int id) |
Domain |
get(java.lang.String title) |
protected Domain |
getFromRS(java.sql.ResultSet rs) |
java.util.List<Domain> |
list() |
void |
move(int newParentId,
java.util.Set<java.lang.Integer> children) |
Domain |
tree() |
protected void |
updateImpl(Domain b) |
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, processException, recycle, setStatementParam, update
protected Domain getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<Domain>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
protected void updateImpl(Domain b) 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(java.lang.String title) throws ru.bitel.bgbilling.common.BGException
get
in interface ru.bitel.bgbilling.kernel.directory.api.common.Directory<Domain>
ru.bitel.bgbilling.common.BGException
public java.util.List<Domain> list() throws ru.bitel.bgbilling.common.BGException
list
in interface ru.bitel.bgbilling.kernel.directory.api.common.Directory<Domain>
ru.bitel.bgbilling.common.BGException
public Domain tree() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void move(int newParentId, java.util.Set<java.lang.Integer> children) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException