gran.app.adapter.kernel
Interface AttachmentAdapter

All Superinterfaces:
Adapter, KernelAdapter
All Known Implementing Classes:
BaseAttachmentAdapter

public interface AttachmentAdapter
extends KernelAdapter

This adapter used for attachment management.


Method Summary
 void deleteAllAttachmentsImpl(java.lang.String taskId)
           
 java.util.ArrayList getAttachmentsImpl(java.lang.String taskid, java.util.ArrayList result)
          Get attachment list for task
 
Methods inherited from interface gran.app.adapter.Adapter
getDescription, init
 

Method Detail

getAttachmentsImpl

public java.util.ArrayList getAttachmentsImpl(java.lang.String taskid,
                                              java.util.ArrayList result)
                                       throws GranException
Get attachment list for task

Throws:
GranException

deleteAllAttachmentsImpl

public void deleteAllAttachmentsImpl(java.lang.String taskId)
                              throws GranException
Throws:
GranException


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