|
Jive Forums API (5.5.20.2-oracle) Core Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Avatar | |
---|---|
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
Uses of Avatar in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that return Avatar | |
---|---|
Avatar |
AvatarManager.createAvatar(User owner,
java.lang.String name,
java.lang.String contentType,
java.io.InputStream in)
Creates a new avatar for a user allowing the user to specify an inputstream for the image. |
Avatar |
AvatarManager.getActiveAvatar(User user)
Returns an avatar for a user, else null if no avatar exists for this user |
Avatar |
AvatarManager.getAvatar(long id)
Used to acquire an avatar by its id |
Methods in com.jivesoftware.forum with parameters of type Avatar | |
---|---|
static void |
AvatarManagerFactory.addActiveAvatarToCache(Avatar avatar,
User user)
Adds an avatar to the active avatar caches for a specific user |
static void |
AvatarManagerFactory.clearAvatarFromCache(Avatar avatar)
Clears an avatar from all the caches |
void |
AvatarManager.deleteAvatar(Avatar avatar)
Deletes an avatar from the system. |
void |
AvatarManager.setActiveAvatar(User user,
Avatar avatar)
Used to make a user use a global avatar, to set no active avatar pass null for the avatar value. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |