Uses of Class
org.alfresco.bm.user.UserData

Packages that use UserData
org.alfresco.bm.user   
 

Uses of UserData in org.alfresco.bm.user
 

Methods in org.alfresco.bm.user that return UserData
 UserData UserDataService.findUserByEmail(String email)
          Find a user by email address
 UserData UserDataService.findUserByUsername(String username)
          Find a user by username
 

Methods in org.alfresco.bm.user that return types with arguments of type UserData
 List<UserData> UserDataService.getCreatedUsers(int startIndex, int count)
          Get a list of usernames that are created in alfresco with paging
 List<UserData> UserDataService.getUsersPendingCreation(int startIndex, int count)
          Get a list of usernames that are NOT created in alfresco with paging
 List<UserData> UserDataService.getUsersWithoutCloudSignUp(int startIndex, int count)
          Retrieves a selection of users that have no cloud signup details.
 

Methods in org.alfresco.bm.user with parameters of type UserData
 void UserDataService.createNewUser(UserData data)
          Creates a new user in mongo.
 



Copyright © 2012. All Rights Reserved.