public class AttachmentServiceImpl extends Object implements AttachmentService
AttachmentService.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.log4j.Logger |
LOG |
| Constructor and Description |
|---|
AttachmentServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAttachedFile(Attachment attachment) |
File |
findAttachedFile(Attachment attachment) |
org.springframework.core.io.Resource |
findAttachedResource(Attachment attachment) |
String |
getAttachmentDir() |
void |
persistAttachedFileAndSetAttachmentBusinessObjectValue(Attachment attachment) |
void |
setAttachmentDir(String attachmentDir) |
protected final org.apache.log4j.Logger LOG
public AttachmentServiceImpl()
public void persistAttachedFileAndSetAttachmentBusinessObjectValue(Attachment attachment) throws Exception
persistAttachedFileAndSetAttachmentBusinessObjectValue in interface AttachmentServiceExceptionpublic File findAttachedFile(Attachment attachment) throws Exception
findAttachedFile in interface AttachmentServiceExceptionpublic org.springframework.core.io.Resource findAttachedResource(Attachment attachment)
findAttachedResource in interface AttachmentServicepublic void deleteAttachedFile(Attachment attachment) throws Exception
deleteAttachedFile in interface AttachmentServiceExceptionpublic String getAttachmentDir()
public void setAttachmentDir(String attachmentDir)
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.