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) |
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 AttachmentService
Exception
public File findAttachedFile(Attachment attachment) throws Exception
findAttachedFile
in interface AttachmentService
Exception
public void deleteAttachedFile(Attachment attachment) throws Exception
deleteAttachedFile
in interface AttachmentService
Exception
public String getAttachmentDir()
public void setAttachmentDir(String attachmentDir)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.