gran.app.adapter.kernel.attachment
Class AttachmentAdapterManager

java.lang.Object
  extended bygran.app.adapter.kernel.attachment.AttachmentAdapterManager

public class AttachmentAdapterManager
extends java.lang.Object


Constructor Summary
AttachmentAdapterManager(java.util.Collection adapters)
           
 
Method Summary
 boolean buttonClicked(java.lang.String name, com.oreilly.servlet.MultipartRequest multipartRequest)
           
 void deleteAllAttachments(java.lang.String taskid)
           
 void deleteAttachments(java.lang.String taskid, com.oreilly.servlet.MultipartRequest multipartRequest)
           
 java.util.Collection getAttachments(java.lang.String taskid)
           
 void saveAttachment(java.lang.String taskid, com.oreilly.servlet.MultipartRequest multipartRequest)
           
 void saveAttachmentsFromMessage(java.util.Map attaches, java.lang.String user, java.lang.String taskId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentAdapterManager

public AttachmentAdapterManager(java.util.Collection adapters)
Method Detail

getAttachments

public java.util.Collection getAttachments(java.lang.String taskid)
                                    throws gran.exception.GranException
Throws:
gran.exception.GranException

buttonClicked

public boolean buttonClicked(java.lang.String name,
                             com.oreilly.servlet.MultipartRequest multipartRequest)
                      throws gran.exception.GranException
Throws:
gran.exception.GranException

deleteAttachments

public void deleteAttachments(java.lang.String taskid,
                              com.oreilly.servlet.MultipartRequest multipartRequest)
                       throws gran.exception.GranException
Throws:
gran.exception.GranException

saveAttachment

public void saveAttachment(java.lang.String taskid,
                           com.oreilly.servlet.MultipartRequest multipartRequest)
                    throws gran.exception.GranException
Throws:
gran.exception.GranException

deleteAllAttachments

public void deleteAllAttachments(java.lang.String taskid)
                          throws gran.exception.GranException
Throws:
gran.exception.GranException

saveAttachmentsFromMessage

public void saveAttachmentsFromMessage(java.util.Map attaches,
                                       java.lang.String user,
                                       java.lang.String taskId)
                                throws gran.exception.GranException
Throws:
gran.exception.GranException


Copyright © 2002-2003 TrackStudio, Ltd. All Rights Reserved.