Uses of Class
org.kuali.rice.krad.bo.Attachment

Packages that use Attachment
org.kuali.rice.krad.bo Core business objects including business object bases. 
org.kuali.rice.krad.dao Core dao interfaces 
org.kuali.rice.krad.dao.impl Core dao implementations using ojb. 
org.kuali.rice.krad.dao.proxy   
org.kuali.rice.krad.service Core service interfaces. 
org.kuali.rice.krad.service.impl Core service implementations. 
 

Uses of Attachment in org.kuali.rice.krad.bo
 

Methods in org.kuali.rice.krad.bo that return Attachment
 Attachment Note.getAttachment()
          Gets the attachment attribute.
 

Methods in org.kuali.rice.krad.bo with parameters of type Attachment
 void Note.addAttachment(Attachment attachment)
          Adds the given attachment to this note.
 void Note.setAttachment(Attachment attachment)
          Sets the attachment attribute value.
 

Uses of Attachment in org.kuali.rice.krad.dao
 

Methods in org.kuali.rice.krad.dao that return Attachment
 Attachment AttachmentDao.getAttachmentByNoteId(Long noteId)
          Retrieve attachment by a given noteIdentifier
 

Uses of Attachment in org.kuali.rice.krad.dao.impl
 

Methods in org.kuali.rice.krad.dao.impl that return Attachment
 Attachment AttachmentDaoOjb.getAttachmentByNoteId(Long noteId)
           
 Attachment AttachmentDaoJpa.getAttachmentByNoteId(Long noteId)
           
 

Uses of Attachment in org.kuali.rice.krad.dao.proxy
 

Methods in org.kuali.rice.krad.dao.proxy that return Attachment
 Attachment AttachmentDaoProxy.getAttachmentByNoteId(Long noteId)
           
 

Uses of Attachment in org.kuali.rice.krad.service
 

Methods in org.kuali.rice.krad.service that return Attachment
 Attachment AttachmentService.createAttachment(PersistableBusinessObject parent, String uploadedFileName, String mimeType, int fileSize, InputStream fileContents, String attachmentType)
          Stores the given fileContents and returns referring Attachment object whieh acts as a momento to the archived object.
 Attachment AttachmentService.getAttachmentByNoteId(Long noteId)
           
 

Methods in org.kuali.rice.krad.service with parameters of type Attachment
 void AttachmentService.deleteAttachmentContents(Attachment attachment)
          Deletes a given DocumentAttachment contents from the corresponding Attachment object
 InputStream AttachmentService.retrieveAttachmentContents(Attachment attachment)
          Retrieves a given Attachments contents from the corresponding Attachment object
 

Uses of Attachment in org.kuali.rice.krad.service.impl
 

Methods in org.kuali.rice.krad.service.impl that return Attachment
 Attachment AttachmentServiceImpl.createAttachment(PersistableBusinessObject parent, String uploadedFileName, String mimeType, int fileSize, InputStream fileContents, String attachmentTypeCode)
           
 Attachment AttachmentServiceImpl.getAttachmentByNoteId(Long noteId)
          Retrieves an Attachment by note identifier.
 

Methods in org.kuali.rice.krad.service.impl with parameters of type Attachment
 void AttachmentServiceImpl.deleteAttachmentContents(Attachment attachment)
           
 InputStream AttachmentServiceImpl.retrieveAttachmentContents(Attachment attachment)
          /* (non-Javadoc)
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.