|
Jive Forums API (5.5.20.2-oracle) Web Services Client Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserNotFoundException | |
---|---|
com.jivesoftware.forum.webservices |
Uses of UserNotFoundException in com.jivesoftware.forum.webservices |
---|
Methods in com.jivesoftware.forum.webservices that throw UserNotFoundException | |
---|---|
void |
GroupService.addAdministratorToGroup(long userID,
long groupID)
Make the user with the specified userID an administrator of the group with the specified groupID. |
void |
PermissionService.addAnonymousUserPermission(long permission,
boolean additive)
Add the specified permission to anonymous users. |
void |
PermissionService.addCategoryPermissionToUser(long permission,
boolean additive,
long userID,
long categoryID)
Add the specified permission on the specified category to the user with the specified id. |
void |
PermissionService.addCategoryPermissionToUsers(long permission,
boolean additive,
long[] userIDs,
long categoryID)
Add the specified permission on the specified category to the specified users. |
void |
PermissionService.addForumPermissionToUser(long permission,
boolean additive,
long userID,
long forumID)
Add the specified permission on the specified forum to the user with the specified id. |
void |
PermissionService.addForumPermissionToUsers(long permission,
boolean additive,
long[] userIDs,
long forumID)
Add the specified permission on the specified forum to the specified users. |
void |
GroupService.addMemberToGroup(long userID,
long groupID)
Add the user with the specified userID to the group with the specified groupID. |
void |
PermissionService.addPermissionToUser(long permission,
boolean additive,
long userID)
Add the specified permission to the user with the specified id. |
void |
PermissionService.addPermissionToUsers(long permission,
boolean additive,
long[] userIDs)
Add the specified permission to all specified users. |
void |
PermissionService.addRegisteredUserPermission(long permission,
boolean additive)
Add the specified permission to registered users. |
void |
AddressBookService.addUser(long userId,
java.lang.String usernameToAdd)
Adds a specified username to users addressbook. |
void |
AddressBookService.addUsers(long userId,
long[] userIdsToAdd)
Adds a list of users to the Private Message addressbook of the specified user. |
int |
ContentService.countMessageSearchResults(Query query)
Returns the number of possible results for the specified query. |
int |
ContentService.countMessageSearchResultsByCategoryID(long categoryID,
Query query)
Returns the number of possible results for the specified query by category. |
int |
ContentService.countMessageSearchResultsByForumID(long forumID,
Query query)
Returns the number of results for the specified query for a forum. |
Watch |
WatchService.createCategoryWatch(long userID,
long categoryID)
Create a watch on a category for the specified user. |
PrivateMessageFolder |
PrivateMessageService.createFolder(long userID,
java.lang.String name)
Creates a new folder. |
Announcement |
AnnouncementService.createForumAnnouncement(long userID,
long forumID,
java.lang.String subject,
java.lang.String body,
java.util.Date startDate,
java.util.Date endDate)
Creates a new category or forum announcement. |
Announcement |
AnnouncementService.createForumCategoryAnnouncement(long userID,
long categoryID,
java.lang.String subject,
java.lang.String body,
java.util.Date startDate,
java.util.Date endDate)
Creates a new category announcement. |
Watch |
WatchService.createForumWatch(long userID,
long forumID)
Create a watch on a forum for the user with the specified ID. |
PrivateMessage |
PrivateMessageService.createMessage(long senderID)
Creates a new private message. |
ForumMessage |
ContentService.createMessage(java.lang.String subject,
java.lang.String body,
long threadID,
long userID)
Creates a new message on the given thread. |
Announcement |
AnnouncementService.createNonExpiringForumAnnouncement(long userID,
long forumID,
java.lang.String subject,
java.lang.String body,
java.util.Date startDate)
Creates a new non-expiring forum announcement. |
Announcement |
AnnouncementService.createNonExpiringForumCategoryAnnouncement(long userID,
long categoryID,
java.lang.String subject,
java.lang.String body,
java.util.Date startDate)
Creates a new non-expiring category announcement. |
Announcement |
AnnouncementService.createNonExpiringSystemAnnouncement(long userID,
java.lang.String subject,
java.lang.String body,
java.util.Date startDate)
Creates a new non-expiring system announcement. |
ForumMessage |
ContentService.createReplyMessage(java.lang.String subject,
java.lang.String body,
long messageID,
long userID)
Creates a new message that is a direct response to a given message. |
Forum |
ForumService.createRestrictedForumUnderCategory(java.lang.String name,
java.lang.String description,
long categoryID,
long userID)
Bundles calls associated with creation of a new forum that sets the user as the moderator and sets negative permission for anonymous and registered users. |
ForumCategory |
ForumCategoryService.createRestrictedSubCategory(java.lang.String name,
java.lang.String description,
long categoryID,
long userID)
Bundles calls associated with creation of a new sub category that sets the user as the category admin and sets negative permission for anonymous and registered users. |
Announcement |
AnnouncementService.createSystemAnnouncement(long userID,
java.lang.String subject,
java.lang.String body,
java.util.Date startDate,
java.util.Date endDate)
Creates a new system announcement. |
ForumThread |
ContentService.createThread(java.lang.String subject,
java.lang.String body,
long forumID,
long userID)
Creates a new thread. |
Watch |
WatchService.createThreadWatch(long userID,
long threadID)
Create a watch on a thread for the specified user. |
Watch |
WatchService.createUserWatch(long userID,
long watchedUserID)
Create a watch on a user for the specified user. |
void |
PrivateMessageService.deleteFolder(long userID,
int folderID)
Deletes a folder. |
void |
PrivateMessageService.deleteMessage(long userID,
long messageID)
Deletes a private message from the folder by moving it to the trash folder. |
void |
ProfileService.deleteUser(long userID)
Delete the user with the specified id. |
void |
ProfileService.deleteUserProperty(java.lang.String name,
long userID)
Delete an extended property from a user. |
void |
WatchService.deleteWatch(Watch watch)
Delete the specified watch. |
void |
WatchService.deleteWatches(long userID)
Deletes all watches that a user has. |
Watch |
WatchService.getCategoryWatch(long userID,
long categoryID)
Returns a watch on a particular category, or null if there isn't a watch. |
int |
WatchService.getCategoryWatchCount(long userID,
long categoryID)
Return the count of all forum watches in a particular categoryID for the given userID. |
long[] |
WatchService.getCategoryWatches(long userID,
long categoryID)
Returns an array of IDs for all the forum objects a user is watching in a category. |
Forum[] |
WatchService.getCategoryWatchObjects(long userID,
long categoryID,
int startIndex,
int numResults)
Returns Forums that the user is watching for a given category. |
PrivateMessageFolder |
PrivateMessageService.getFolder(long userID,
int folderID)
Returns the specified folder for a user. |
PrivateMessageFolder[] |
PrivateMessageService.getFolders(long userID)
Returns an Iterator of PrivateMessageFolder objects for the folders the user has. |
ForumThread[] |
WatchService.getForumThreadWatchesByCategory(long userID,
long categoryID,
int startIndex,
int numResults)
Returns ForumThreads that the user is watching for all the Forums under the given Category. |
Watch |
WatchService.getForumWatch(long userID,
long forumID)
Returns a watch on a particular forum, or null if there isn't a watch. |
int |
WatchService.getForumWatchCount(long userID,
long forumID)
Return the count of all thread watches in a particular forumID for the given user. |
long[] |
WatchService.getForumWatches(long userID,
long forumID)
Returns an array of IDs for the threads a user is watching in a forum. |
ForumThread[] |
WatchService.getForumWatchObjects(long userID,
long forumID,
int startIndex,
int numResults)
Returns ForumThreads that the user is watching for a given Forum. |
int |
PrivateMessageService.getMessageCount(long userID)
Returns the total number of private messages a user has in their mailbox. |
int |
ContentService.getMessageCountByUserID(long userID)
Returns the number of messages for created by the given userID. |
int |
PrivateMessageService.getMessageCountForFolder(long userID,
int folderID)
Returns the message count on a specific folder. |
PrivateMessage[] |
PrivateMessageService.getMessages(long userID,
int folderID)
Returns all the messages in the folder sorted by date descending. |
ForumMessage[] |
ContentService.getMessagesByUserID(long userID)
Returns all the messages created by the given userID. |
int |
WatchService.getRecursiveForumThreadWatchCountByCategory(long userID,
long categoryID)
Return the count of all thread watches in a particular categoryID for the given user. |
ForumThread[] |
WatchService.getRecursiveForumThreadWatchesByCategory(long userID,
long categoryID,
int startIndex,
int numResults)
Returns ForumThreads that the user is watching for all the Forums under the given Category. |
int |
WatchService.getRecursiveForumWatchCountByCategory(long userID,
long categoryID)
Return the count of all forum watches in a particular categoryID for the given userID. |
Forum[] |
WatchService.getRecursiveForumWatchesByCategory(long userID,
long categoryID,
int startIndex,
int numResults)
Returns Forums that the user is watching for a given category and all of its subcategories. |
User[] |
AddressBookService.getRoster(long userID)
Retrieves a list of users contained within the specified users addressbook. |
Watch |
WatchService.getThreadWatch(long userID,
long threadID)
Returns a watch on a particular thread, or null if there isn't a watch. |
int |
WatchService.getTotalWatchCount(long userID,
int objectType)
Returns a count of all watches that a userID has of a particular type. |
int |
PrivateMessageService.getUnreadMessageCount(long userID)
Returns the total number of unread private messages a user has in their mailbox. |
int |
PrivateMessageService.getUnreadMessageCountForFolder(long userID,
int folderID)
Returns the total number of unread private messages a user has in a specific folder. |
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. |
Group[] |
GroupService.getUserGroups(long userID)
Returns an array of all the group IDs that a user belongs too. |
Property[] |
ProfileService.getUserProperties(long userID)
Return all extended properties for the user with the specified id. |
User[] |
ProfileService.getUsersByEmailAddress(java.lang.String emailAddress)
Returns an array user objects corresponding to the email address given. |
Watch |
WatchService.getUserWatch(long userID,
long watchedUserID)
Returns a watch on a particular user, or null if there isn't a watch. |
Watch[] |
WatchService.getWatchList(long userID,
int objectType)
Returns an array of Watch objects for a particular object type that the given user is watching. |
boolean |
WatchService.isCategoryWatched(long userID,
long categoryID)
Returns true if the user is watching the specified category. |
boolean |
WatchService.isForumWatched(long userID,
long forumID)
Returns true if the user is watching the specified forum. |
boolean |
WatchService.isThreadWatched(long userID,
long threadID)
Returns true if the user is watching the specified thread. |
boolean |
WatchService.isUserWatched(long userID,
long watchedUserID)
Returns true if the user is watching the specified user. |
long[] |
ContentService.messageSearch(Query query,
int startIndex,
int numResults)
Provides the ability to create complex search queries with the ability to change sorting, filtering, etc. |
long[] |
ContentService.messageSearchByCategories(long categoryID,
Query query,
int startIndex,
int numResults)
Provides the ability to create complex search queries with the ability to change sorting, filtering, etc. all by category. |
ForumMessage[] |
ContentService.messageSearchByCategoriesForObjects(long categoryID,
Query query,
int startIndex,
int numResults)
Provides the ability to create complex search queries with the ability to change sorting, filtering, etc. all by category. |
long[] |
ContentService.messageSearchByForum(long forumID,
Query query,
int startIndex,
int numResults)
Provides the ability to perform a search query for messages within a forum. |
ForumMessage[] |
ContentService.messageSearchByForumForObjects(long forumID,
Query query,
int startIndex,
int numResults)
Provides the ability to perform a search query for messages within a forum. |
ForumMessage[] |
ContentService.messageSearchForObjects(Query query,
int startIndex,
int numResults)
Provides the ability to create complex search queries with the ability to change sorting, filtering, etc. |
void |
PrivateMessageService.moveMessage(long userID,
long messageID,
int destinationFolderID)
Moves a private message to another folder. |
boolean |
PermissionService.registeredUserHasPermissionOnForum(long permission,
boolean additive,
long forumID)
Returns true if registered users have a particular permission on the forum with the specified ID. |
void |
GroupService.removeAdministratorFromGroup(long userID,
long groupID)
Remove the user with the specified ID as an administrator from the group with the specified ID. |
void |
PermissionService.removeAnonymousUserPermission(long permission,
boolean additive)
Remove the specified permission from anonymous users. |
void |
PermissionService.removeCategoryPermissionFromUser(long permission,
boolean additive,
long userID,
long categoryID)
Remove the specified permission on the specified category from the user with the specified id. |
void |
PermissionService.removeCategoryPermissionFromUsers(long permission,
boolean additive,
long[] userIDs,
long categoryID)
Remove the specified permission on the specified category from the specified users. |
void |
PermissionService.removeForumPermissionFromUser(long permission,
boolean additive,
long userID,
long forumID)
Remove the specified permission on the specified forum from the user with the specified id. |
void |
PermissionService.removeForumPermissionFromUsers(long permission,
boolean additive,
long[] userIDs,
long forumID)
Remove the specified permission on the specified forum from the specified users. |
void |
GroupService.removeMemberFromGroup(long userID,
long groupID)
Remove the user with the specified id from the group with the specified id. |
void |
PermissionService.removePermissionFromUser(long permission,
boolean additive,
long userID)
Remove the specified permission from the user with the specified id. |
void |
PermissionService.removePermissionFromUsers(long permission,
boolean additive,
long[] userIDs)
Remove the specified permission from all specified users. |
void |
PermissionService.removeRegisteredUserPermission(long permission,
boolean additive)
Remove the specified permission from registered users. |
void |
AddressBookService.removeUser(long userId,
java.lang.String usernameToRemove)
Removes the specified username from a users Private Message addressbook. |
void |
AddressBookService.removeUsers(long userId,
long[] userIdsToRemove)
Removes the specified list of users from a users Private Message addressbook. |
void |
PrivateMessageService.saveMessageAsDraft(PrivateMessage privateMessage)
Saves a message as a draft by storing it in the sender's Drafts folder. |
PrivateMessage |
PrivateMessageService.sendMessage(PrivateMessage privateMessage,
long recipientID,
boolean copyToSentFolder)
Sends a private message to another user. |
void |
ProfileService.setUserProperty(java.lang.String name,
java.lang.String value,
long userID)
Set an extended property for a user. |
void |
ProfileService.updateUser(User user)
Used to update user information in the system. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |