Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.base.UserNotFoundException

Packages that use UserNotFoundException
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of UserNotFoundException in com.jivesoftware.base
 

Methods in com.jivesoftware.base that throw UserNotFoundException
 void UserManager.deleteUser(User user)
          Deletes a user.
 void UserManager.deleteUserAndContent(User user)
          Deletes a user and the user's associated content (to maintain data consistency).
 User UserManager.getUser(long userId)
          Retrives a user based on their unique system ID.
 User UserManager.getUser(String userName)
          Loads the user by unique username.
 User UserManager.updateUser(User user)
          Updates the existing user.
 

Uses of UserNotFoundException in com.jivesoftware.community
 

Methods in com.jivesoftware.community that throw UserNotFoundException
 boolean RegistrationManager.isAccountValidated(long userID)
          Checks if a user account has been validated
 boolean RegistrationManager.validateAccount(long userID, String validationKey)
          Validates a user account using a unique validation key and sends a welcome email if welcome email is enabled.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.