Class MailTableAdapter
- java.lang.Object
-
- com.openindex.openestate.tool.mail.extensions.MailTableAdapter
-
- All Implemented Interfaces:
BasicExtension,MailTableExtension,org.pf4j.ExtensionPoint
- Direct Known Subclasses:
MailTableCrmExtension
public abstract class MailTableAdapter extends Object implements MailTableExtension
MailTableAdapter.- Author:
- Andreas Rudolph
-
-
Constructor Summary
Constructors Constructor Description MailTableAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanUnarchiveMessage(long messageId)JMenuItem[]createActionMenuItems(long[] messageIds, MailTablePanel tablePanel)protected DbMailFoldergetFolder()String[]getRequiredPluginIds()voidload(ImmoToolProject project, Connection c, DbMailFolder folder)
-
-
-
Method Detail
-
canUnarchiveMessage
public boolean canUnarchiveMessage(long messageId)
- Specified by:
canUnarchiveMessagein interfaceMailTableExtension
-
createActionMenuItems
public JMenuItem[] createActionMenuItems(long[] messageIds, MailTablePanel tablePanel)
- Specified by:
createActionMenuItemsin interfaceMailTableExtension
-
getFolder
protected final DbMailFolder getFolder()
-
getRequiredPluginIds
public String[] getRequiredPluginIds()
- Specified by:
getRequiredPluginIdsin interfaceBasicExtension
-
load
public void load(ImmoToolProject project, Connection c, DbMailFolder folder) throws SQLException
- Specified by:
loadin interfaceMailTableExtension- Throws:
SQLException
-
-