Clearspace API (2.5.29) 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 Clearspace. 
com.jivesoftware.community.action Clearspace WebWork actions. 
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
 Image ImageManager.getImage(long imageID)
          Returns an image given the image 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.project
 

Methods in com.jivesoftware.community.project that throw NotFoundException
 Project ProjectManager.getProject(long projectID)
          Returns the project with the given projectID
 com.jivesoftware.community.project.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
 com.jivesoftware.community.socialgroup.SocialGroupMember SocialGroupManager.getSocialGroupMember(long membershipID)
          Returns the group member with the matching membership id
 void SocialGroupManager.registerMemberApprovalWorkflow(com.jivesoftware.community.socialgroup.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.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.