|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DomainRow | |
---|---|
com.stratelia.webactiv.organization |
Uses of DomainRow in com.stratelia.webactiv.organization |
---|
Methods in com.stratelia.webactiv.organization that return DomainRow | |
---|---|
protected DomainRow |
DomainTable.fetchDomain(ResultSet rs)
Fetch the current domain row from a resultSet. |
protected DomainRow |
DomainTable.fetchRow(ResultSet rs)
Fetch the current domain row from a resultSet. |
DomainRow[] |
DomainTable.getAllDomains()
Returns all the Domains. |
DomainRow |
DomainTable.getDomain(int id)
Returns the domain whith the given id. |
Methods in com.stratelia.webactiv.organization with parameters of type DomainRow | |
---|---|
void |
DomainTable.createDomain(DomainRow domain)
Insert a new domain row. |
protected void |
DomainTable.prepareInsert(String insertQuery,
PreparedStatement insert,
DomainRow row)
|
protected void |
DomainTable.prepareUpdate(String updateQuery,
PreparedStatement update,
DomainRow row)
|
void |
DomainTable.updateDomain(DomainRow domain)
Updates a domain row. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |