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 boolean
canUnarchiveMessage(long messageId)
JMenuItem[]
createActionMenuItems(long[] messageIds, MailTablePanel tablePanel)
protected DbMailFolder
getFolder()
String[]
getRequiredPluginIds()
void
load(ImmoToolProject project, Connection c, DbMailFolder folder)
-
-
-
Method Detail
-
canUnarchiveMessage
public boolean canUnarchiveMessage(long messageId)
- Specified by:
canUnarchiveMessage
in interfaceMailTableExtension
-
createActionMenuItems
public JMenuItem[] createActionMenuItems(long[] messageIds, MailTablePanel tablePanel)
- Specified by:
createActionMenuItems
in interfaceMailTableExtension
-
getFolder
protected final DbMailFolder getFolder()
-
getRequiredPluginIds
public String[] getRequiredPluginIds()
- Specified by:
getRequiredPluginIds
in interfaceBasicExtension
-
load
public void load(ImmoToolProject project, Connection c, DbMailFolder folder) throws SQLException
- Specified by:
load
in interfaceMailTableExtension
- Throws:
SQLException
-
-