|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpaceUserRoleRow | |
---|---|
com.stratelia.webactiv.organization |
Uses of SpaceUserRoleRow in com.stratelia.webactiv.organization |
---|
Methods in com.stratelia.webactiv.organization that return SpaceUserRoleRow | |
---|---|
protected SpaceUserRoleRow |
SpaceUserRoleTable.fetchRow(ResultSet rs)
Fetch the current spaceUserRole row from a resultSet. |
protected SpaceUserRoleRow |
SpaceUserRoleTable.fetchSpaceUserRole(ResultSet rs)
Fetch the current spaceUserRole row from a resultSet. |
SpaceUserRoleRow[] |
SpaceUserRoleTable.getAllMatchingSpaceUserRoles(SpaceUserRoleRow sampleSpaceUserRole)
Returns the SpaceUserRole whose fields match those of the given sample SpaceUserRole fields. |
SpaceUserRoleRow[] |
SpaceUserRoleTable.getAllSpaceUserRoles()
Returns all the SpaceUserRoles. |
SpaceUserRoleRow[] |
SpaceUserRoleTable.getAllSpaceUserRolesOfSpace(int spaceId)
Returns all the SpaceUserRoles of a space. |
SpaceUserRoleRow[] |
SpaceUserRoleTable.getDirectSpaceUserRolesOfGroup(int groupId)
Returns all the direct SpaceUserRoles of a group. |
SpaceUserRoleRow[] |
SpaceUserRoleTable.getDirectSpaceUserRolesOfUser(int userId)
Returns all the direct SpaceUserRoles of user. |
SpaceUserRoleRow |
SpaceUserRoleTable.getSpaceUserRole(int id)
Returns the SpaceUserRole whith the given id. |
SpaceUserRoleRow |
SpaceUserRoleTable.getSpaceUserRole(int spaceId,
String roleName,
int inherited)
Returns the SpaceUserRole whith the given RoleName in the given space. |
Methods in com.stratelia.webactiv.organization with parameters of type SpaceUserRoleRow | |
---|---|
void |
SpaceUserRoleTable.createSpaceUserRole(SpaceUserRoleRow spaceUserRole)
Inserts in the database a new spaceUserRole row. |
SpaceUserRoleRow[] |
SpaceUserRoleTable.getAllMatchingSpaceUserRoles(SpaceUserRoleRow sampleSpaceUserRole)
Returns the SpaceUserRole whose fields match those of the given sample SpaceUserRole fields. |
protected void |
SpaceUserRoleTable.prepareInsert(String insertQuery,
PreparedStatement insert,
SpaceUserRoleRow row)
|
protected void |
SpaceUserRoleTable.prepareUpdate(String updateQuery,
PreparedStatement update,
SpaceUserRoleRow row)
|
void |
SpaceUserRoleTable.updateSpaceUserRole(SpaceUserRoleRow spaceUserRole)
Updates a spaceUserRole |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |