Class BulkLetterMailExtension
- java.lang.Object
-
- com.openindex.openestate.tool.contacts.extensions.BulkLetterAdapter
-
- com.openindex.openestate.tool.contacts.addons.mail.BulkLetterMailExtension
-
- All Implemented Interfaces:
BulkLetterExtension,BasicExtension,org.pf4j.ExtensionPoint
@Extension(points=BulkLetterExtension.class, plugins={"OpenEstate-Tool-Contacts","OpenEstate-Tool-Mail"}) public class BulkLetterMailExtension extends BulkLetterAdapter
BulkLetterMailExtension.- Author:
- Andreas Rudolph
-
-
Constructor Summary
Constructors Constructor Description BulkLetterMailExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getRequiredPluginIds()ContactsBulkLetterTab[]getTabs()StringgetTitle()booleansubmit(DbContactsEntry[] contacts)-
Methods inherited from class com.openindex.openestate.tool.contacts.extensions.BulkLetterAdapter
getParentDialog, setParentDialog, setRecipients
-
-
-
-
Method Detail
-
getRequiredPluginIds
public final String[] getRequiredPluginIds()
- Specified by:
getRequiredPluginIdsin interfaceBasicExtension- Overrides:
getRequiredPluginIdsin classBulkLetterAdapter
-
getTabs
public ContactsBulkLetterTab[] getTabs()
- Specified by:
getTabsin interfaceBulkLetterExtension- Specified by:
getTabsin classBulkLetterAdapter
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceBulkLetterExtension- Specified by:
getTitlein classBulkLetterAdapter
-
submit
public boolean submit(DbContactsEntry[] contacts)
- Specified by:
submitin interfaceBulkLetterExtension- Specified by:
submitin classBulkLetterAdapter
-
-