| dtw.webmail.plugin.ContactManagementPlugin
All known Subclasses: dtw.webmail.plugin.std.CastorSQLContactManagement, dtw.webmail.plugin.std.CastorXMLContactManagement,
ContactManagementPlugin | public interface ContactManagementPlugin extends JwmaPlugin(Code) | | Interface for a plugin that manages
user contact databases.
author: Dieter Wimberger version: 0.9.7 07/02/2003 |
CONTACT_EXPORT | final public static int CONTACT_EXPORT(Code) | | |
CONTACT_IMPORT | final public static int CONTACT_IMPORT(Code) | | |
DATABASE_EXPORT | final public static int DATABASE_EXPORT(Code) | | |
DATABASE_IMPORT | final public static int DATABASE_IMPORT(Code) | | |
getSupportedTypes | public String[] getSupportedTypes(int IMEX_TYPE)(Code) | | Returns a list of types for the given import/export method.
The types from this array can be passed as parameters
to the respective import/export method.
an array of String's representing types. |
isSupportedContactImportType | public boolean isSupportedContactImportType(String type)(Code) | | Tests if the given contact type can be imported.
true if supported, false otherwise. |
|
|