org.kuali.rice.kew.notes.service.impl
Class AttachmentServiceImpl
java.lang.Object
org.kuali.rice.kew.notes.service.impl.AttachmentServiceImpl
- All Implemented Interfaces:
- AttachmentService
public class AttachmentServiceImpl
- extends Object
- implements AttachmentService
Implementation of the AttachmentService
.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Field Summary |
protected org.apache.log4j.Logger |
LOG
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected final org.apache.log4j.Logger LOG
AttachmentServiceImpl
public AttachmentServiceImpl()
persistAttachedFileAndSetAttachmentBusinessObjectValue
public void persistAttachedFileAndSetAttachmentBusinessObjectValue(Attachment attachment)
throws Exception
- Specified by:
persistAttachedFileAndSetAttachmentBusinessObjectValue
in interface AttachmentService
- Throws:
Exception
findAttachedFile
public File findAttachedFile(Attachment attachment)
throws Exception
- Specified by:
findAttachedFile
in interface AttachmentService
- Throws:
Exception
deleteAttachedFile
public void deleteAttachedFile(Attachment attachment)
throws Exception
- Specified by:
deleteAttachedFile
in interface AttachmentService
- Throws:
Exception
getAttachmentDir
public String getAttachmentDir()
setAttachmentDir
public void setAttachmentDir(String attachmentDir)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.