gran.app.adapter.kernel.mailimport
Class BaseMailImportAdapter

java.lang.Object
  extended bygran.app.adapter.kernel.mailimport.BaseMailImportAdapter
All Implemented Interfaces:
Adapter, KernelAdapter, MailImportAdapter

public class BaseMailImportAdapter
extends java.lang.Object
implements MailImportAdapter


Constructor Summary
BaseMailImportAdapter()
           
 
Method Summary
 java.lang.String getDescription()
          Get description of adapter as plain text
 java.util.ArrayList getEmailTypesImpl()
           
 java.lang.String getRecordImpl(java.lang.String taskId, java.lang.String res)
           
 java.util.ArrayList getRecordsImpl(java.util.ArrayList res)
           
 boolean init()
          Initialize adapter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseMailImportAdapter

public BaseMailImportAdapter()
Method Detail

init

public boolean init()
Description copied from interface: Adapter
Initialize adapter. TrackStudio calls this method during startup.

Specified by:
init in interface Adapter
Returns:
true when adapter initialized, false otherwise.

getDescription

public java.lang.String getDescription()
Description copied from interface: Adapter
Get description of adapter as plain text

Specified by:
getDescription in interface Adapter

getRecordImpl

public java.lang.String getRecordImpl(java.lang.String taskId,
                                      java.lang.String res)
                               throws GranException
Specified by:
getRecordImpl in interface MailImportAdapter
Throws:
GranException

getRecordsImpl

public java.util.ArrayList getRecordsImpl(java.util.ArrayList res)
                                   throws GranException
Specified by:
getRecordsImpl in interface MailImportAdapter
Throws:
GranException

getEmailTypesImpl

public java.util.ArrayList getEmailTypesImpl()
                                      throws GranException
Specified by:
getEmailTypesImpl in interface MailImportAdapter
Throws:
GranException


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