Package | Description |
---|---|
org.kuali.rice.krad.bo | |
org.kuali.rice.krad.dao | |
org.kuali.rice.krad.dao.impl | |
org.kuali.rice.krad.dao.proxy | |
org.kuali.rice.krad.service | |
org.kuali.rice.krad.service.impl |
Modifier and Type | Method and Description |
---|---|
Attachment |
Note.getAttachment()
Gets the attachment attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
Note.addAttachment(Attachment attachment)
Adds the given attachment to this note.
|
void |
Note.setAttachment(Attachment attachment)
Sets the attachment attribute value.
|
Modifier and Type | Method and Description |
---|---|
Attachment |
AttachmentDao.getAttachmentByNoteId(Long noteId)
Retrieve attachment by a given noteIdentifier
|
Modifier and Type | Method and Description |
---|---|
Attachment |
AttachmentDaoOjb.getAttachmentByNoteId(Long noteId) |
Attachment |
AttachmentDaoJpa.getAttachmentByNoteId(Long noteId) |
Modifier and Type | Method and Description |
---|---|
Attachment |
AttachmentDaoProxy.getAttachmentByNoteId(Long noteId) |
Modifier and Type | Method and Description |
---|---|
Attachment |
AttachmentService.createAttachment(PersistableBusinessObject 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) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AttachmentServiceImpl.deleteAttachmentContents(Attachment attachment) |
InputStream |
AttachmentServiceImpl.retrieveAttachmentContents(Attachment attachment)
/* (non-Javadoc)
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.