Jive Forums API (5.5.20.2-oracle) Developer 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.base.database DB implementation of base interfaces and APIs. 
com.jivesoftware.base.ldap LDAP user and auth implementations. 
com.jivesoftware.base.registration   
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
com.jivesoftware.forum.webservices   
com.jivesoftware.forum.webservices.server   
 

Uses of UserNotFoundException in com.jivesoftware.base
 

Methods in com.jivesoftware.base that throw UserNotFoundException
 User UserManager.getUser(long userID)
          Returns a User specified by their ID.
 User UserManagerAdapter.getUser(long userID)
          Implementation that checks cache, if empty calls lookupUser(User)
 User UserManagerProxy.getUser(long userID)
           
 User UserManager.getUser(java.lang.String username)
          Returns the User specified by username.
 User UserManagerAdapter.getUser(java.lang.String username)
          Implementation that calls getUser(getUserID(username)).
 User UserManagerProxy.getUser(java.lang.String username)
           
 long UserManager.getUserID(java.lang.String username)
          Returns the userID specified by the username.
 long UserManagerAdapter.getUserID(java.lang.String username)
          Checks cache for userID, if it does find it, calls lookupUser(String username), and caches and returns resulting userID.
 long UserManagerProxy.getUserID(java.lang.String username)
           
protected abstract  User UserManagerAdapter.lookupUser(long userID)
          Returns a User with a given user ID.
protected abstract  User UserManagerAdapter.lookupUser(java.lang.String username)
          Returns a User with a given username.
 

Uses of UserNotFoundException in com.jivesoftware.base.database
 

Methods in com.jivesoftware.base.database that throw UserNotFoundException
protected  User DbUserManager.lookupUser(long userID)
           
protected  User DbUserManager.lookupUser(java.lang.String username)
           
 

Constructors in com.jivesoftware.base.database that throw UserNotFoundException
DbUser(long userID)
          Load a DbUser object specified by userID.
DbUser(java.lang.String username)
          Load a DbUser object specified by username.
 

Uses of UserNotFoundException in com.jivesoftware.base.ldap
 

Methods in com.jivesoftware.base.ldap that throw UserNotFoundException
 User LdapUserManager.getUser(long userID)
           
 User LdapUserManager.getUser(java.lang.String username)
           
 long LdapUserManager.getUserID(java.lang.String username)
           
 

Constructors in com.jivesoftware.base.ldap that throw UserNotFoundException
LdapUser(long userID, java.lang.Object fakeParam)
          Load a LdapUser object specified by userID.
LdapUser(java.lang.String username)
          Creates a new LdapUser.
LdapUser(java.lang.String username, java.lang.Object fakeParam)
          Load a LdapUser object specified by username.
 

Uses of UserNotFoundException in com.jivesoftware.base.registration
 

Methods in com.jivesoftware.base.registration that throw UserNotFoundException
 boolean RegistrationManager.isAccountValidated(long userID)
          Checks if a user account has been validated
 boolean RegistrationManagerImpl.isAccountValidated(long userID)
           
 boolean RegistrationManager.validateAccount(long userID, java.lang.String validationKey)
          Validates a user account using a unique validation key
 boolean RegistrationManagerImpl.validateAccount(long userID, java.lang.String validationKey)
           
 

Uses of UserNotFoundException in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that throw UserNotFoundException
 boolean RegistrationManagerProxy.isAccountValidated(long userID)
           
 boolean RegistrationManagerProxy.validateAccount(long userID, java.lang.String validationKey)
           
 

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.
 

Uses of UserNotFoundException in com.jivesoftware.forum.webservices.server
 

Methods in com.jivesoftware.forum.webservices.server that throw UserNotFoundException
 void GroupServiceImpl.addAdministratorToGroup(long userID, long groupID)
           
 void PermissionServiceImpl.addAnonymousUserPermission(long permission, boolean additive)
           
static void PermissionServiceHelper.addCategoryPermissionToUser(long permission, boolean additive, long userID, long categoryID)
           
 void PermissionServiceImpl.addCategoryPermissionToUser(long permission, boolean additive, long userID, long categoryID)
           
 void PermissionServiceImpl.addCategoryPermissionToUsers(long permission, boolean additive, long[] userIDs, long categoryID)
           
static void PermissionServiceHelper.addForumPermissionToUser(long permission, boolean additive, long userID, long forumID)
           
 void PermissionServiceImpl.addForumPermissionToUser(long permission, boolean additive, long userID, long forumID)
           
 void PermissionServiceImpl.addForumPermissionToUsers(long permission, boolean additive, long[] userIDs, long forumID)
           
 void GroupServiceImpl.addMemberToGroup(long userID, long groupID)
           
static void PermissionServiceHelper.addPermissionToUser(long permission, boolean additive, long userID)
           
 void PermissionServiceImpl.addPermissionToUser(long permission, boolean additive, long userID)
           
 void PermissionServiceImpl.addPermissionToUsers(long permission, boolean additive, long[] userIDs)
           
 void PermissionServiceImpl.addRegisteredUserPermission(long permission, boolean additive)
           
 void AddressBookServiceImpl.addUser(long userId, java.lang.String usernameToAdd)
          Adds the specified username to the users addressbook.
 void AddressBookServiceImpl.addUsers(long userId, long[] userIdsToAdd)
          Adds a list of users to an addressbook.
 int ContentServiceImpl.countMessageSearchResults(Query query)
           
 int ContentServiceImpl.countMessageSearchResultsByCategoryID(long categoryID, Query query)
           
 int ContentServiceImpl.countMessageSearchResultsByForumID(long forumID, Query query)
           
 Watch WatchServiceImpl.createCategoryWatch(long userID, long categoryID)
           
 PrivateMessageFolder PrivateMessageServiceImpl.createFolder(long userID, java.lang.String name)
          Create a named folder for the specified user.
 Announcement AnnouncementServiceImpl.createForumAnnouncement(long userID, long forumID, java.lang.String subject, java.lang.String body, java.util.Date startDate, java.util.Date endDate)
           
 Announcement AnnouncementServiceImpl.createForumCategoryAnnouncement(long userID, long categoryID, java.lang.String subject, java.lang.String body, java.util.Date startDate, java.util.Date endDate)
           
 Watch WatchServiceImpl.createForumWatch(long userID, long forumID)
           
 PrivateMessage PrivateMessageServiceImpl.createMessage(long senderID)
          Creates a new private message.
 ForumMessage ContentServiceImpl.createMessage(java.lang.String subject, java.lang.String body, long threadID, long userID)
           
 Announcement AnnouncementServiceImpl.createNonExpiringForumAnnouncement(long userID, long forumID, java.lang.String subject, java.lang.String body, java.util.Date startDate)
           
 Announcement AnnouncementServiceImpl.createNonExpiringForumCategoryAnnouncement(long userID, long categoryID, java.lang.String subject, java.lang.String body, java.util.Date startDate)
           
 Announcement AnnouncementServiceImpl.createNonExpiringSystemAnnouncement(long userID, java.lang.String subject, java.lang.String body, java.util.Date startDate)
           
 ForumMessage ContentServiceImpl.createReplyMessage(java.lang.String subject, java.lang.String body, long messageID, long userID)
           
 Forum ForumServiceImpl.createRestrictedForumUnderCategory(java.lang.String name, java.lang.String description, long categoryID, long userID)
           
 ForumCategory ForumCategoryServiceImpl.createRestrictedSubCategory(java.lang.String name, java.lang.String description, long categoryID, long userID)
           
 Announcement AnnouncementServiceImpl.createSystemAnnouncement(long userID, java.lang.String subject, java.lang.String body, java.util.Date startDate, java.util.Date endDate)
           
 ForumThread ContentServiceImpl.createThread(java.lang.String subject, java.lang.String body, long forumID, long userID)
           
 Watch WatchServiceImpl.createThreadWatch(long userID, long threadID)
           
 Watch WatchServiceImpl.createUserWatch(long userID, long watchedUserID)
           
 void PrivateMessageServiceImpl.deleteFolder(long userID, int folderID)
          Delete the specified folder id for a user.
 void PrivateMessageServiceImpl.deleteMessage(long userID, long messageID)
           
 void ProfileServiceImpl.deleteUser(long userID)
           
 void ProfileServiceImpl.deleteUserProperty(java.lang.String name, long userID)
           
 void WatchServiceImpl.deleteWatch(Watch watch)
           
 void WatchServiceImpl.deleteWatches(long userID)
           
 Watch WatchServiceImpl.getCategoryWatch(long userID, long categoryID)
           
 int WatchServiceImpl.getCategoryWatchCount(long userID, long categoryID)
           
 long[] WatchServiceImpl.getCategoryWatches(long userID, long categoryID)
           
 Forum[] WatchServiceImpl.getCategoryWatchObjects(long userID, long categoryID, int startIndex, int numResults)
           
 PrivateMessageFolder PrivateMessageServiceImpl.getFolder(long userID, int folderID)
          Returns the specified folder for a user.
 PrivateMessageFolder[] PrivateMessageServiceImpl.getFolders(long userID)
          Returns an array of Private Message folders for a specified user.
 ForumThread[] WatchServiceImpl.getForumThreadWatchesByCategory(long userID, long categoryID, int startIndex, int numResults)
           
 Watch WatchServiceImpl.getForumWatch(long userID, long forumID)
           
 int WatchServiceImpl.getForumWatchCount(long userID, long forumID)
           
 long[] WatchServiceImpl.getForumWatches(long userID, long forumID)
           
 ForumThread[] WatchServiceImpl.getForumWatchObjects(long userID, long forumID, int startIndex, int numResults)
           
 int PrivateMessageServiceImpl.getMessageCount(long userID)
          Returns the total message count for a specified user.
 int ContentServiceImpl.getMessageCountByUserID(long userID)
           
 int PrivateMessageServiceImpl.getMessageCountForFolder(long userID, int folderID)
           
 PrivateMessage[] PrivateMessageServiceImpl.getMessages(long userID, int folderID)
           
 ForumMessage[] ContentServiceImpl.getMessagesByUserID(long userID)
           
 int WatchServiceImpl.getRecursiveForumThreadWatchCountByCategory(long userID, long categoryID)
           
 ForumThread[] WatchServiceImpl.getRecursiveForumThreadWatchesByCategory(long userID, long categoryID, int startIndex, int numResults)
           
 int WatchServiceImpl.getRecursiveForumWatchCountByCategory(long userID, long categoryID)
           
 Forum[] WatchServiceImpl.getRecursiveForumWatchesByCategory(long userID, long categoryID, int startIndex, int numResults)
           
 User[] AddressBookServiceImpl.getRoster(long userID)
          Retrieves the private message addressbook for the specified user.
 Watch WatchServiceImpl.getThreadWatch(long userID, long threadID)
           
 int WatchServiceImpl.getTotalWatchCount(long userID, int objectType)
           
 int PrivateMessageServiceImpl.getUnreadMessageCount(long userID)
          Returns the total number of unread messages for a user.
 int PrivateMessageServiceImpl.getUnreadMessageCountForFolder(long userID, int folderID)
          Returns the unread message count for a specified folder.
 User ProfileServiceImpl.getUser(long id)
           
 User ProfileServiceImpl.getUserByEmailAddress(java.lang.String emailAddress)
           
 User ProfileServiceImpl.getUserByUsername(java.lang.String username)
           
 Group[] GroupServiceImpl.getUserGroups(long userID)
           
 Property[] ProfileServiceImpl.getUserProperties(long userID)
           
 Watch WatchServiceImpl.getUserWatch(long userID, long watchedUserID)
           
 Watch[] WatchServiceImpl.getWatchList(long userID, int objectType)
           
 boolean WatchServiceImpl.isCategoryWatched(long userID, long categoryID)
           
 boolean WatchServiceImpl.isForumWatched(long userID, long forumID)
           
 boolean WatchServiceImpl.isThreadWatched(long userID, long threadID)
           
 boolean WatchServiceImpl.isUserWatched(long userID, long watchedUserID)
           
 long[] ContentServiceImpl.messageSearch(Query query, int startIndex, int numResults)
           
 long[] ContentServiceImpl.messageSearchByCategories(long categoryID, Query query, int startIndex, int numResults)
           
 ForumMessage[] ContentServiceImpl.messageSearchByCategoriesForObjects(long categoryID, Query query, int startIndex, int numResults)
           
 long[] ContentServiceImpl.messageSearchByForum(long forumID, Query query, int startIndex, int numResults)
           
 ForumMessage[] ContentServiceImpl.messageSearchByForumForObjects(long forumID, Query query, int startIndex, int numResults)
           
 ForumMessage[] ContentServiceImpl.messageSearchForObjects(Query query, int startIndex, int numResults)
           
 void PrivateMessageServiceImpl.moveMessage(long userID, long messageID, int destinationFolderID)
           
 boolean PermissionServiceImpl.registeredUserHasPermissionOnForum(long permission, boolean additive, long forumID)
           
 void GroupServiceImpl.removeAdministratorFromGroup(long userID, long groupID)
           
 void PermissionServiceImpl.removeAnonymousUserPermission(long permission, boolean additive)
           
 void PermissionServiceImpl.removeCategoryPermissionFromUser(long permission, boolean additive, long userID, long categoryID)
           
 void PermissionServiceImpl.removeCategoryPermissionFromUsers(long permission, boolean additive, long[] userIDs, long categoryID)
           
 void PermissionServiceImpl.removeForumPermissionFromUser(long permission, boolean additive, long userID, long forumID)
           
 void PermissionServiceImpl.removeForumPermissionFromUsers(long permission, boolean additive, long[] userIDs, long forumID)
           
 void GroupServiceImpl.removeMemberFromGroup(long userID, long groupID)
           
 void PermissionServiceImpl.removePermissionFromUser(long permission, boolean additive, long userID)
           
 void PermissionServiceImpl.removePermissionFromUsers(long permission, boolean additive, long[] userIDs)
           
 void PermissionServiceImpl.removeRegisteredUserPermission(long permission, boolean additive)
           
 void AddressBookServiceImpl.removeUser(long userId, java.lang.String usernameToRemove)
          Removes a username from the addressbook of a specified user.
 void AddressBookServiceImpl.removeUsers(long userId, long[] userIdsToRemove)
          Removes the list of specified userIds from a users addressbook.
 void PrivateMessageServiceImpl.saveMessageAsDraft(PrivateMessage privateMessage)
          Saves a message as a draft by storing it in the sender's Drafts folder.
 PrivateMessage PrivateMessageServiceImpl.sendMessage(PrivateMessage privateMessage, long recipientID, boolean copyToSentFolder)
          Sends a private message to another user.
 void ProfileServiceImpl.setUserProperty(java.lang.String name, java.lang.String value, long userID)
           
 void ProfileServiceImpl.updateUser(User user)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.