|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserRow | |
---|---|
com.stratelia.webactiv.organization |
Uses of UserRow in com.stratelia.webactiv.organization |
---|
Methods in com.stratelia.webactiv.organization that return UserRow | |
---|---|
protected UserRow |
UserTable.fetchRow(ResultSet rs)
Fetch the current user row from a resultSet. |
protected UserRow |
UserTable.fetchUser(ResultSet rs)
Fetch the current user row from a resultSet. |
UserRow[] |
UserTable.getAllUserOfDomain(int domainId)
Returns all the Users having a given domain id. |
UserRow[] |
UserTable.getAllUsers()
Returns all the Users. |
UserRow[] |
UserTable.getDirectUsersOfGroup(int groupId)
Returns all the Users which compose a group. |
UserRow[] |
UserTable.getDirectUsersOfGroupUserRole(int groupUserRoleId)
Returns all the Users having directly a given group userRole. |
UserRow |
UserTable.getUser(int id)
Returns the User whith the given id. |
UserRow |
UserTable.getUserByLogin(int domainId,
String login)
Returns the User with the given domainId and login. |
UserRow |
UserTable.getUserBySpecificId(int domainId,
String specificId)
Returns the User with the given specificId and login. |
UserRow[] |
UserTable.getUsersByEmail(String email)
Returns the users whose fields match those of the given sample space fields. |
UserRow[] |
UserTable.getUsersBySpecificIds(int domainId,
List<String> specificIds)
Returns the User with the given specificId and login. |
UserRow[] |
UserTable.searchUsers(UserRow userModel,
boolean isAnd)
Returns all the Users satisfying the model. |
Methods in com.stratelia.webactiv.organization with parameters of type UserRow | |
---|---|
void |
UserTable.createUser(UserRow user)
Inserts in the database a new user row. |
protected void |
UserTable.prepareInsert(String insertQuery,
PreparedStatement insert,
UserRow row)
|
protected void |
UserTable.prepareUpdate(String updateQuery,
PreparedStatement update,
UserRow row)
|
UserRow[] |
UserTable.searchUsers(UserRow userModel,
boolean isAnd)
Returns all the Users satisfying the model. |
String[] |
UserTable.searchUsersIds(List<String> userIds,
UserRow userModel)
Returns all user ids satisfying the model. |
void |
UserTable.updateUser(UserRow user)
Update a user row. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |