Uses of Class
org.kuali.rice.krad.bo.Attachment
Packages that use Attachment
-
Uses of Attachment in org.kuali.rice.krad.bo
Methods in org.kuali.rice.krad.bo that return AttachmentMethods in org.kuali.rice.krad.bo with parameters of type AttachmentModifier and TypeMethodDescriptionvoidNote.addAttachment(Attachment attachment) Adds the given attachment to this note.voidNote.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 AttachmentModifier and TypeMethodDescriptionAttachmentService.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.AttachmentService.getAttachmentByNoteId(Long noteId) Methods in org.kuali.rice.krad.service with parameters of type AttachmentModifier and TypeMethodDescriptionvoidAttachmentService.deleteAttachmentContents(Attachment attachment) Deletes a given DocumentAttachment contents from the corresponding Attachment objectAttachmentService.retrieveAttachmentContents(Attachment attachment) Retrieves a given Attachments contents from the corresponding Attachment object