| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attachment | |
|---|---|
| org.kuali.rice.krad.bo | |
| org.kuali.rice.krad.service | |
| org.kuali.rice.krad.service.impl | |
| 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.service | 
|---|
| Methods in org.kuali.rice.krad.service that return Attachment | |
|---|---|
|  Attachment | AttachmentService.createAttachment(GloballyUnique parent,
                                 String uploadedFileName,
                                 String mimeType,
                                 int fileSize,
                                 InputStream fileContents,
                                 String attachmentType)Stores the given fileContents and returns referring Attachment object which 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(GloballyUnique 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) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||