Class MailActionService.MailInfo
java.lang.Object
ch.tocco.nice2.optional.address.api.mail.MailActionService.MailFormRequest
ch.tocco.nice2.optional.address.api.mail.MailActionService.MailInfo
- Enclosing interface:
MailActionService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getBcc()
String[]
getCc()
String[]
org.joda.time.LocalDate
String[]
String[]
boolean
boolean
boolean
isTest()
void
setAlt_recipient
(String alt_recipient) void
setAlt_recipient_user
(String alt_recipient_user) void
setAttachments
(String[] attachments) void
void
setBcc_recipient
(String[] bcc_recipient) void
void
setCc_recipient
(String[] cc_recipient) void
setContactCategory
(String contactCategory) void
setExpiryDate
(org.joda.time.LocalDate expiryDate) void
setInlineCss
(boolean inlineCss) void
setLocalizedTemplateLookup
(boolean localizedTemplateLookup) void
setMail_text
(String mail_text) void
setMailAddresses
(String[] mailAddresses) void
setMailInfoAttributes
(Map<String, Object> mailInfoAttributes) void
setMailProvider
(String mailProvider) void
setPlaintext
(String plaintext) void
setReply_to
(String reply_to) void
setRestrictedSender
(String restrictedSender) void
void
setSender_email
(String sender_email) void
setSender_name
(String sender_name) void
setSinglecc
(String singlecc) void
setSinglecc_recipient
(String[] singlecc_recipient) void
setSubject
(String subject) void
setTemplateAttributes
(Map<String, Object> templateAttributes) void
setTemplateLoaderName
(String templateLoaderName) void
setTest
(boolean test) Methods inherited from class ch.tocco.nice2.optional.address.api.mail.MailActionService.MailFormRequest
getAddressRelationPath, getEmailAddressPath, getFirstnamePath, getLastnamePath, getOrganisationalPersonRelationTypes, getOutputLanguagePath, getPersonalPersonRelationTypes, getRecipientEmail, getRecipientEmailList, getRecipientEntity, getRecipientEntityList, getRecipientFirstname, getRecipientFirstnameList, getRecipientLastname, getRecipientLastnameList, getUserRelationPath, isConcernedIsEffectiveRecipient, isExtended, isMergeRecipientsByTarget, setAddressRelationPath, setConcernedIsEffectiveRecipient, setEmailAddressPath, setExtended, setFirstnamePath, setLastnamePath, setMergeRecipientsByTarget, setOrganisationalPersonRelationTypes, setOutputLanguagePath, setPersonalPersonRelationTypes, setRecipientEmail, setRecipientEntity, setRecipientFirstname, setRecipientLastname, setUserRelationPath, splitInput, toRecipientParameters
-
Constructor Details
-
MailInfo
public MailInfo()
-
-
Method Details
-
isTest
public boolean isTest() -
setTest
public void setTest(boolean test) -
getMail_text
-
getPlaintext
-
getSubject
-
getCc
-
getBcc
-
getReply_to
-
getSinglecc
-
setSinglecc
-
getMailAddresses
-
getSender_email
-
getSender_name
-
getAttachments
-
setMail_text
-
setPlaintext
-
setSubject
-
setCc
-
setBcc
-
setAttachments
-
setMailAddresses
-
setSender_email
-
setSender_name
-
setReply_to
-
getSender
-
setSender
-
getContactCategory
-
setContactCategory
-
getMailProvider
-
setMailProvider
-
getRestrictedSender
-
setRestrictedSender
-
getExpiryDate
public org.joda.time.LocalDate getExpiryDate() -
setExpiryDate
public void setExpiryDate(org.joda.time.LocalDate expiryDate) -
getBcc_recipient
-
setBcc_recipient
-
getCc_recipient
-
setCc_recipient
-
getAlt_recipient
-
setAlt_recipient
-
getAlt_recipient_user
-
setAlt_recipient_user
-
getSinglecc_recipient
-
setSinglecc_recipient
-
getTemplateAttributes
-
setTemplateAttributes
-
getTemplateLoaderName
-
setTemplateLoaderName
-
isLocalizedTemplateLookup
public boolean isLocalizedTemplateLookup() -
setLocalizedTemplateLookup
public void setLocalizedTemplateLookup(boolean localizedTemplateLookup) -
getMailInfoAttributes
-
setMailInfoAttributes
-
isInlineCss
public boolean isInlineCss() -
setInlineCss
public void setInlineCss(boolean inlineCss)
-