Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.AttachmentNotFoundException

Packages that use AttachmentNotFoundException
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
 

Uses of AttachmentNotFoundException in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that throw AttachmentNotFoundException
 Attachment Avatar.getAttachment()
          Returns the attachment for this avatar
 

Uses of AttachmentNotFoundException in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that throw AttachmentNotFoundException
 Attachment DbAvatar.getAttachment()
           
 DbAttachment DatabaseCacheManager.getAttachment(long attachmentID)
           
 DbAttachment DatabaseCacheManager.getAttachment(long attachmentID, java.sql.Connection con)
           
 

Constructors in com.jivesoftware.forum.database that throw AttachmentNotFoundException
DbAttachment(long attachmentID)
          Loads an existing Attachment object.
DbAttachment(long attachmentID, java.sql.Connection con)
          Loads an existing Attachment object.
 

Uses of AttachmentNotFoundException in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that throw AttachmentNotFoundException
 Attachment AvatarProxy.getAttachment()
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.