gran.app.adapter.kernel
Interface MailImportAdapter

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

public interface MailImportAdapter
extends KernelAdapter


Method Summary
 java.util.ArrayList getEmailTypesImpl()
           
 java.lang.String getRecordImpl(java.lang.String taskId, java.lang.String res)
           
 java.util.ArrayList getRecordsImpl(java.util.ArrayList res)
           
 
Methods inherited from interface gran.app.adapter.Adapter
getDescription, init
 

Method Detail

getRecordImpl

public java.lang.String getRecordImpl(java.lang.String taskId,
                                      java.lang.String res)
                               throws GranException
Throws:
GranException

getRecordsImpl

public java.util.ArrayList getRecordsImpl(java.util.ArrayList res)
                                   throws GranException
Throws:
GranException

getEmailTypesImpl

public java.util.ArrayList getEmailTypesImpl()
                                      throws GranException
Throws:
GranException


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