|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalUserDao
Private-ish interface for methods that should only be called by other DAOs. If you are calling anything on this interface from outside this package, you are Doing It Wrong.
Method Summary | |
---|---|
Collection<com.atlassian.crowd.model.user.InternalUser> |
findByNames(long directoryId,
Collection<String> userNames)
Find all users from the list of user names |
com.atlassian.crowd.model.user.InternalUser |
internalFindByName(long directoryId,
String userName)
Find a persistent user object from a given directory and user name |
com.atlassian.crowd.model.user.InternalUser |
internalFindByUser(com.atlassian.crowd.model.user.User user)
Find the persistent user object that corresponds to the provided user. |
void |
removeAllUsers(long directoryId)
Remove all users from a particular directory (used when deleting an internal directory) |
Methods inherited from interface com.atlassian.crowd.embedded.spi.UserDao |
---|
add, addAll, findByName, findByNameWithAttributes, getCredential, getCredentialHistory, remove, removeAllUsers, removeAttribute, rename, search, storeAttributes, update, updateCredential |
Method Detail |
---|
com.atlassian.crowd.model.user.InternalUser internalFindByName(long directoryId, String userName) throws com.atlassian.crowd.exception.UserNotFoundException
com.atlassian.crowd.exception.UserNotFoundException
com.atlassian.crowd.model.user.InternalUser internalFindByUser(com.atlassian.crowd.model.user.User user) throws com.atlassian.crowd.exception.UserNotFoundException
com.atlassian.crowd.exception.UserNotFoundException
void removeAllUsers(long directoryId)
Collection<com.atlassian.crowd.model.user.InternalUser> findByNames(long directoryId, Collection<String> userNames)
directoryId
- userNames
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |