org.kuali.rice.kew.notes.service
Interface AttachmentService

All Known Implementing Classes:
AttachmentServiceImpl

public interface AttachmentService

A service providing access for attachments.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Attachment

Method Summary
 void deleteAttachedFile(Attachment attachment)
           
 File findAttachedFile(Attachment attachment)
           
 void persistAttachedFileAndSetAttachmentBusinessObjectValue(Attachment attachment)
           
 

Method Detail

persistAttachedFileAndSetAttachmentBusinessObjectValue

void persistAttachedFileAndSetAttachmentBusinessObjectValue(Attachment attachment)
                                                            throws Exception
Throws:
Exception

findAttachedFile

File findAttachedFile(Attachment attachment)
                      throws Exception
Throws:
Exception

deleteAttachedFile

void deleteAttachedFile(Attachment attachment)
                        throws Exception
Throws:
Exception


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.