|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
com.jivesoftware.forum.webservices | |
com.jivesoftware.forum.webservices.server |
Uses of User in com.jivesoftware.forum.webservices |
---|
Methods in com.jivesoftware.forum.webservices that return User | |
---|---|
User |
ProfileService.createUser(java.lang.String username,
java.lang.String password,
java.lang.String email)
Create a new user. |
User[] |
GroupService.getGroupAdmins(long groupID)
Returns an array of all the user IDs that administer this group. |
User[] |
GroupService.getGroupMembers(long groupID)
Returns an array of all userIDs for all the members of a particular group. |
User[] |
AddressBookService.getRoster(long userID)
Retrieves a list of users contained within the specified users addressbook. |
User |
ServiceLocator.getServiceUser()
Returns the authenticated user. |
User |
Announcement.getUser()
Returns the User that is the author of the announcemnt. |
User |
ForumMessage.getUser()
Returns the ID User that authored this message. |
User |
ProfileService.getUser(long id)
Returns a user by its id. |
User |
ProfileService.getUserByEmailAddress(java.lang.String emailAddress)
Returns a user object corresponding to the email address given. |
User |
ProfileService.getUserByUsername(java.lang.String username)
Returns a user by its username. |
User[] |
ProfileService.getUsers()
Returns the IDs of the first 1000 users. |
User[] |
ProfileService.getUsersBounded(int startIndex,
int numResults)
Returns the IDs of users begining at startIndex and until the number results equals numResults. |
User[] |
ProfileService.getUsersByEmailAddress(java.lang.String emailAddress)
Returns an array user objects corresponding to the email address given. |
User[] |
WatchService.getWatchers(int objectType,
long objectID)
Returns the Users who are watching the specified object. |
Methods in com.jivesoftware.forum.webservices with parameters of type User | |
---|---|
void |
Announcement.setUser(User user)
|
void |
ForumMessage.setUser(User user)
Sets the id of the user. |
void |
ProfileService.updateUser(User user)
Used to update user information in the system. |
Uses of User in com.jivesoftware.forum.webservices.server |
---|
Methods in com.jivesoftware.forum.webservices.server that return User | |
---|---|
static User |
WSUtil.convert(User user)
Converts a User to a webservices User . |
User |
ProfileServiceImpl.createUser(java.lang.String username,
java.lang.String password,
java.lang.String email)
|
User[] |
GroupServiceImpl.getGroupAdmins(long groupID)
|
User[] |
GroupServiceImpl.getGroupMembers(long groupID)
|
User[] |
AddressBookServiceImpl.getRoster(long userID)
Retrieves the private message addressbook for the specified user. |
User |
ProfileServiceImpl.getUser(long id)
|
User |
ProfileServiceImpl.getUserByEmailAddress(java.lang.String emailAddress)
|
User |
ProfileServiceImpl.getUserByUsername(java.lang.String username)
|
User[] |
ProfileServiceImpl.getUsers()
|
User[] |
ProfileServiceImpl.getUsersBounded(int startIndex,
int numResults)
|
User[] |
ProfileServiceImpl.getUsersByEmailAddress(java.lang.String emailAddress)
|
User[] |
WatchServiceImpl.getWatchers(int objectType,
long objectID)
|
Methods in com.jivesoftware.forum.webservices.server with parameters of type User | |
---|---|
void |
ProfileServiceImpl.updateUser(User user)
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |