|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpaceRow | |
|---|---|
| com.stratelia.webactiv.beans.admin | |
| com.stratelia.webactiv.organization | |
| Uses of SpaceRow in com.stratelia.webactiv.beans.admin |
|---|
| Constructors in com.stratelia.webactiv.beans.admin with parameters of type SpaceRow | |
|---|---|
SpaceInstLight(SpaceRow spaceRow)
|
|
| Uses of SpaceRow in com.stratelia.webactiv.organization |
|---|
| Methods in com.stratelia.webactiv.organization that return SpaceRow | |
|---|---|
protected SpaceRow |
SpaceTable.fetchRow(ResultSet rs)
Fetch the current space row from a resultSet. |
protected SpaceRow |
SpaceTable.fetchSpace(ResultSet rs)
Fetch the current space row from a resultSet. |
SpaceRow[] |
SpaceTable.getAllSpaces()
Returns all the Spaces. |
SpaceRow |
SpaceTable.getPersonalSpace(String userId)
|
SpaceRow[] |
SpaceTable.getRemovedSpaces()
Returns all spaces which has been removed but not definitely deleted |
SpaceRow |
SpaceTable.getSpace(int id)
Returns the Space whith the given id. |
SpaceRow |
SpaceTable.getSpaceOfInstance(int instanceId)
Returns the Space of a given component instance. |
SpaceRow |
SpaceTable.getSpaceOfSpaceUserRole(int spaceUserRoleId)
Returns the Space of a given space user role. |
| Methods in com.stratelia.webactiv.organization that return types with arguments of type SpaceRow | |
|---|---|
List<SpaceRow> |
SpaceTable.getDirectSubSpaces(int superSpaceId)
Returns direct sub spaces of given space. |
| Methods in com.stratelia.webactiv.organization with parameters of type SpaceRow | |
|---|---|
void |
SpaceTable.createSpace(SpaceRow space)
Inserts in the database a new space row. |
protected void |
SpaceTable.prepareInsert(String insertQuery,
PreparedStatement insert,
SpaceRow row)
|
protected void |
SpaceTable.prepareUpdate(String updateQuery,
PreparedStatement update,
SpaceRow row)
|
void |
SpaceTable.updateSpace(SpaceRow space)
Updates a space row. |
| Constructors in com.stratelia.webactiv.organization with parameters of type SpaceRow | |
|---|---|
SpaceI18NRow(SpaceRow space)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||