Jive API (3.0.13) Core Javadocs

Uses of Class
com.jivesoftware.community.NotFoundException

Packages that use NotFoundException
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.community Core interfaces and classes for Jive SBS. 
com.jivesoftware.community.action Jive SBS WebWork actions. 
com.jivesoftware.community.media   
com.jivesoftware.community.project   
com.jivesoftware.community.socialgroup   
 

Uses of NotFoundException in com.jivesoftware.base
 

Subclasses of NotFoundException in com.jivesoftware.base
 class GroupNotFoundException
          Thrown when unable to find a group.
 class UserNotFoundException
          Thrown when User cannot be found.
 

Uses of NotFoundException in com.jivesoftware.community
 

Subclasses of NotFoundException in com.jivesoftware.community
 class AnnouncementNotFoundException
          Thrown if the specified Announcement was not found.
 class AttachmentNotFoundException
          Thrown if the specified Attachment was not found.
 class BlogNotFoundException
          Thrown if the specified Blog was not found.
 class BlogPostNotFoundException
          Thrown if the specified BlogPost was not found.
 class CommentNotFoundException
          Thrown if the specified Comment was not found
 class CommunityNotFoundException
          Thrown if the specified Community was not found
 class DocumentObjectNotFoundException
          Thrown if the specified Document was not found
 class ForumMessageNotFoundException
          Thrown if the specified ForumMessage was not found
 class ForumThreadNotFoundException
          Thrown if the specified ForumThread was not found
 class PrivateMessageNotFoundException
          Thrown when a PrivateMessage was not found
 

Methods in com.jivesoftware.community that throw NotFoundException
 int CommentableTypeInfoProvider.getCommentStatus(CommentContentResource commentTarget)
          Returns the comment status of the comment target.
 Image ImageManager.getImage(long imageID)
          Returns an image given the image id.
 InterceptorManager CommentableTypeInfoProvider.getInterceptorManager(CommentContentResource commentTarget)
          Gets the interceptor manager for the comment target, so that the comments subsystem will can use it to invoke the correct interceptors when comments are added or modified for the target.
 EntityDescriptor CommentableTypeInfoProvider.getParentObject(CommentContentResource commentTarget)
          Get an entity descriptor indicating the comment target's parent's object type and object id.
 Poll PollManager.getPoll(long pollID)
          Returns the Poll specified by the poll ID.
 Question QuestionManager.getQuestion(ForumThread thread)
          Returns the question associated with a thread.
 SearchQuery SearchQueryLogger.getSearchQuery(long queryID)
          Returns the query associated with the given queryID.
 

Uses of NotFoundException in com.jivesoftware.community.action
 

Methods in com.jivesoftware.community.action that throw NotFoundException
 JiveContainer JiveActionSupport.loadJiveContainer(int objectType, long objectID)
           
 

Uses of NotFoundException in com.jivesoftware.community.media
 

Subclasses of NotFoundException in com.jivesoftware.community.media
 class MediaNotFoundException
          Thrown when trying to load a media item that does not exist or if there is a problem loading the media item
 

Uses of NotFoundException in com.jivesoftware.community.project
 

Methods in com.jivesoftware.community.project that throw NotFoundException
 Project ProjectManager.getProject(long projectID)
          Returns the project with the given projectID
 Task TaskManager.getTask(long taskID)
          Retrieves the task with the given id
 

Uses of NotFoundException in com.jivesoftware.community.socialgroup
 

Methods in com.jivesoftware.community.socialgroup that throw NotFoundException
 void SocialGroupManager.deleteSocialGroupAssociations(User user)
          Deletes the given user's social group memberships, plus any social groups owned by the given user.
 SocialGroup SocialGroupManager.getSocialGroup(long socialGroupID)
          Gets the social group with the given id
 SocialGroup SocialGroupManager.getSocialGroup(String socialGroupDisplayName)
          Gets the social group with the given display name
 SocialGroupMember SocialGroupManager.getSocialGroupMember(long membershipID)
          Returns the group member with the matching membership id
 void SocialGroupManager.registerMemberApprovalWorkflow(SocialGroupMember member, long workflowID)
          Creates a new OSWorkflow workflow item to mirror the group member pending approval workflow by associating a group membership to a workflow id.
 


Jive Product Page

Copyright © 1999-2007 Jive Software.