|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UserSearchCriteria in com.retek.command |
Methods in com.retek.command with parameters of type UserSearchCriteria | |
UserFindCommand |
CommandFactory.createUserFindCommand(UserSearchCriteria criteria)
|
Uses of UserSearchCriteria in com.retek.rsm.app.security.command |
Constructors in com.retek.rsm.app.security.command with parameters of type UserSearchCriteria | |
UserFindCommand(UserSearchCriteria criteria)
|
Uses of UserSearchCriteria in com.retek.rsm.app.security.service |
Methods in com.retek.rsm.app.security.service with parameters of type UserSearchCriteria | |
java.util.Set |
SecurityService.findUserVos(com.retek.platform.service.ClientContext context,
UserSearchCriteria criteria)
Find a collection of users based on the UserSearchCriteria . |
Uses of UserSearchCriteria in com.retek.rsm.app.security.service.impl |
Methods in com.retek.rsm.app.security.service.impl with parameters of type UserSearchCriteria | |
java.util.Set |
SecurityServiceEjb.findUserVos(com.retek.platform.service.ClientContext context,
UserSearchCriteria criteria)
|
Uses of UserSearchCriteria in com.retek.rsm.domain.security.bo.impl |
Methods in com.retek.rsm.domain.security.bo.impl with parameters of type UserSearchCriteria | |
java.util.Collection |
RsmXMLUsers.getUsers(UserSearchCriteria criteria)
|
Uses of UserSearchCriteria in com.retek.rsm.domain.security.dao.impl.user |
Methods in com.retek.rsm.domain.security.dao.impl.user with parameters of type UserSearchCriteria | |
java.util.Set |
UserDaoXMLImpl.findUsers(UserSearchCriteria criteria)
If the criteria is empty, all users are returned. |
java.util.Set |
UserDaoLDAPImpl.findUsers(UserSearchCriteria criteria)
If the customer's ldap server only keeps a full name, the ldap.firstname.attrname should be left blank in the properties file and the results of the ldap.lastname.attrname will be returned as the user's full name. |
Uses of UserSearchCriteria in com.retek.rsm.domain.security.dao.user |
Methods in com.retek.rsm.domain.security.dao.user with parameters of type UserSearchCriteria | |
java.util.Set |
UserDao.findUsers(UserSearchCriteria criteria)
|
Uses of UserSearchCriteria in com.retek.rsm.domain.security.service |
Methods in com.retek.rsm.domain.security.service with parameters of type UserSearchCriteria | |
java.util.Set |
SecurityAdminCoreService.find(UserSearchCriteria criteria)
|
Uses of UserSearchCriteria in com.retek.rsm.domain.security.service.impl |
Methods in com.retek.rsm.domain.security.service.impl with parameters of type UserSearchCriteria | |
java.util.Set |
SecurityAdminCoreServiceImpl.find(UserSearchCriteria criteria)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |