Uses of Class
org.silverpeas.core.admin.persistence.UserRoleRow
-
Packages that use UserRoleRow 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 UserRoleRow in org.silverpeas.core.admin.persistence
Methods in org.silverpeas.core.admin.persistence that return UserRoleRow Modifier and Type Method Description static UserRoleRowUserRoleRow. fetch(ResultSet rs)protected UserRoleRowUserRoleTable. fetchRow(ResultSet rs)Fetch the current userRole row from a resultSet.UserRoleRow[]UserRoleTable. getAllUserRolesOfInstance(int instanceId)Returns all the UserRoles of an instance.UserRoleRow[]UserRoleTable. getDirectUserRolesOfGroup(int groupId)Returns all the direct UserRoles of a group.UserRoleRow[]UserRoleTable. getDirectUserRolesOfUser(int userId)Returns all the direct UserRoles of user.UserRoleRowUserRoleTable. getUserRole(int id)Returns the UserRole whith the given id.UserRoleRowUserRoleTable. getUserRole(int instanceId, String roleName, int inherited)Returns the UserRole with the given roleName in the given instance.static UserRoleRowUserRoleRow. makeFrom(ProfileInst profileInst)Methods in org.silverpeas.core.admin.persistence with parameters of type UserRoleRow Modifier and Type Method Description voidUserRoleTable. createUserRole(UserRoleRow userRole)Inserts in the database a new userRole row.protected voidUserRoleTable. prepareInsert(String insertQuery, PreparedStatement insert, UserRoleRow row)protected voidUserRoleTable. prepareUpdate(String updateQuery, PreparedStatement update, UserRoleRow row)voidUserRoleTable. updateUserRole(UserRoleRow userRole)Update a user role. -
Uses of UserRoleRow in org.silverpeas.core.admin.user.dao
Methods in org.silverpeas.core.admin.user.dao that return types with arguments of type UserRoleRow Modifier and Type Method Description List<UserRoleRow>RoleDAO. getAllComponentObjectRoles(Connection con, List<String> groupIds, int userId)Gets several groups and/or one user component object roles (not the direct component roles).List<UserRoleRow>RoleDAO. getRoles(Connection con, List<String> groupIds, int userId)List<UserRoleRow>RoleDAO. getRoles(Connection con, List<String> groupIds, int userId, Collection<Integer> instanceIds)Gets several groups and/or one user roles for the given identifier of component instance (not of objects managed by the component).List<UserRoleRow>RoleDAO. getRoles(Connection con, ProfiledObjectIds profiledObjectIds, Collection<Integer> instanceIds, List<String> groupIds, int userId)Gets several groups and/or one user roles for objects of given identifiers of component instance (not directly those of the component).
-