Uses of Class
org.silverpeas.core.admin.persistence.SpaceUserRoleRow
-
Packages that use SpaceUserRoleRow Package Description org.silverpeas.core.admin.persistence Provides the classes to manage the persistence of all of the organizational beans that made up an organizational structure in Silverpeas.org.silverpeas.core.admin.user.dao -
-
Uses of SpaceUserRoleRow in org.silverpeas.core.admin.persistence
Methods in org.silverpeas.core.admin.persistence that return SpaceUserRoleRow Modifier and Type Method Description static SpaceUserRoleRow
SpaceUserRoleRow. fetch(ResultSet rs)
protected SpaceUserRoleRow
SpaceUserRoleTable. fetchRow(ResultSet rs)
Fetch the current spaceUserRole row from a resultSet.static SpaceUserRoleRow
SpaceUserRoleRow. from(SpaceProfileInst spaceProfileInst)
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 org.silverpeas.core.admin.persistence with parameters of type SpaceUserRoleRow Modifier and Type Method Description 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 -
Uses of SpaceUserRoleRow in org.silverpeas.core.admin.user.dao
Methods in org.silverpeas.core.admin.user.dao that return types with arguments of type SpaceUserRoleRow Modifier and Type Method Description List<SpaceUserRoleRow>
SpaceRoleDAO. getSpaceRoles(Connection con, List<String> groupIds, int userId, Collection<Integer> spaceIds)
Gets several groups and/or one user roles for the given identifier of space.
-