Uses of Class
com.stratelia.webactiv.organization.UserRoleRow

Packages that use UserRoleRow
com.stratelia.webactiv.beans.admin.dao   
com.stratelia.webactiv.organization   
 

Uses of UserRoleRow in com.stratelia.webactiv.beans.admin.dao
 

Methods in com.stratelia.webactiv.beans.admin.dao that return types with arguments of type UserRoleRow
static 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).
static List<UserRoleRow> RoleDAO.getRoles(Connection con, int objectId, String objectType, int instanceId, List<String> groupIds, int userId)
          Gets several groups and/or one user roles for objects of the given identifier of component instance (not directly those of of the component).
static List<UserRoleRow> RoleDAO.getRoles(Connection con, List<String> groupIds, int userId)
           
static List<UserRoleRow> RoleDAO.getRoles(Connection con, List<String> groupIds, int userId, int instanceId)
          Gets several groups and/or one user roles for the given identifier of component instance (not of objects managed by the component).
 

Uses of UserRoleRow in com.stratelia.webactiv.organization
 

Methods in com.stratelia.webactiv.organization that return UserRoleRow
protected  UserRoleRow UserRoleTable.fetchRow(ResultSet rs)
          Fetch the current userRole row from a resultSet.
protected  UserRoleRow UserRoleTable.fetchUserRole(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.
 UserRoleRow UserRoleTable.getUserRole(int id)
          Returns the UserRole whith the given id.
 UserRoleRow UserRoleTable.getUserRole(int instanceId, String roleName, int inherited)
          Returns the UserRole whith the given roleName in the given instance.
 

Methods in com.stratelia.webactiv.organization with parameters of type UserRoleRow
 void UserRoleTable.createUserRole(UserRoleRow userRole)
          Inserts in the database a new userRole row.
protected  void UserRoleTable.prepareInsert(String insertQuery, PreparedStatement insert, UserRoleRow row)
           
protected  void UserRoleTable.prepareUpdate(String updateQuery, PreparedStatement update, UserRoleRow row)
           
 void UserRoleTable.updateUserRole(UserRoleRow userRole)
          Update a user role.
 



Copyright © 2016 Silverpeas. All Rights Reserved.