Class MailActionService.MailInfo
java.lang.Object
ch.tocco.nice2.optional.address.api.action.mail.legacy.MailActionService.MailFormRequest
ch.tocco.nice2.optional.address.api.action.mail.legacy.MailActionService.MailInfo
- Enclosing interface:
MailActionService
@Deprecated
public static class MailActionService.MailInfo
extends MailActionService.MailFormRequest
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.String[]
Deprecated.getBcc()
Deprecated.String[]
Deprecated.getCc()
Deprecated.String[]
Deprecated.Deprecated.org.joda.time.LocalDate
Deprecated.Deprecated.String[]
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.String[]
Deprecated.Deprecated.Deprecated.Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
isTest()
Deprecated.void
setAlt_recipient
(String alt_recipient) Deprecated.void
setAlt_recipient_user
(String alt_recipient_user) Deprecated.void
setAttachments
(String[] attachments) Deprecated.void
Deprecated.void
setBcc_recipient
(String[] bcc_recipient) Deprecated.void
Deprecated.void
setCc_recipient
(String[] cc_recipient) Deprecated.void
setContactCategory
(String contactCategory) Deprecated.void
setExpiryDate
(org.joda.time.LocalDate expiryDate) Deprecated.void
setInlineCss
(boolean inlineCss) Deprecated.void
setLocalizedTemplateLookup
(boolean localizedTemplateLookup) Deprecated.void
setMail_text
(String mail_text) Deprecated.void
setMailAddresses
(String[] mailAddresses) Deprecated.void
setMailInfoAttributes
(Map<String, Object> mailInfoAttributes) Deprecated.void
setMailProvider
(String mailProvider) Deprecated.void
setPlaintext
(String plaintext) Deprecated.void
setReply_to
(String reply_to) Deprecated.void
setRestrictedSender
(String restrictedSender) Deprecated.void
Deprecated.void
setSender_email
(String sender_email) Deprecated.void
setSender_name
(String sender_name) Deprecated.void
setSinglecc
(String singlecc) Deprecated.void
setSinglecc_recipient
(String[] singlecc_recipient) Deprecated.void
setSubject
(String subject) Deprecated.void
setTemplateAttributes
(Map<String, Object> templateAttributes) Deprecated.void
setTemplateLoaderName
(String templateLoaderName) Deprecated.void
setTest
(boolean test) Deprecated.Methods inherited from class ch.tocco.nice2.optional.address.api.action.mail.legacy.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()Deprecated.
-
-
Method Details
-
isTest
public boolean isTest()Deprecated. -
setTest
public void setTest(boolean test) Deprecated. -
getMail_text
Deprecated. -
getPlaintext
Deprecated. -
getSubject
Deprecated. -
getCc
Deprecated. -
getBcc
Deprecated. -
getReply_to
Deprecated. -
getSinglecc
Deprecated. -
setSinglecc
Deprecated. -
getMailAddresses
Deprecated. -
getSender_email
Deprecated. -
getSender_name
Deprecated. -
getAttachments
Deprecated. -
setMail_text
Deprecated. -
setPlaintext
Deprecated. -
setSubject
Deprecated. -
setCc
Deprecated. -
setBcc
Deprecated. -
setAttachments
Deprecated. -
setMailAddresses
Deprecated. -
setSender_email
Deprecated. -
setSender_name
Deprecated. -
setReply_to
Deprecated. -
getSender
Deprecated. -
setSender
Deprecated. -
getContactCategory
Deprecated. -
setContactCategory
Deprecated. -
getMailProvider
Deprecated. -
setMailProvider
Deprecated. -
getRestrictedSender
Deprecated. -
setRestrictedSender
Deprecated. -
getExpiryDate
public org.joda.time.LocalDate getExpiryDate()Deprecated. -
setExpiryDate
public void setExpiryDate(org.joda.time.LocalDate expiryDate) Deprecated. -
getBcc_recipient
Deprecated. -
setBcc_recipient
Deprecated. -
getCc_recipient
Deprecated. -
setCc_recipient
Deprecated. -
getAlt_recipient
Deprecated. -
setAlt_recipient
Deprecated. -
getAlt_recipient_user
Deprecated. -
setAlt_recipient_user
Deprecated. -
getSinglecc_recipient
Deprecated. -
setSinglecc_recipient
Deprecated. -
getTemplateAttributes
Deprecated. -
setTemplateAttributes
Deprecated. -
getTemplateLoaderName
Deprecated. -
setTemplateLoaderName
Deprecated. -
isLocalizedTemplateLookup
public boolean isLocalizedTemplateLookup()Deprecated. -
setLocalizedTemplateLookup
public void setLocalizedTemplateLookup(boolean localizedTemplateLookup) Deprecated. -
getMailInfoAttributes
Deprecated. -
setMailInfoAttributes
Deprecated. -
isInlineCss
public boolean isInlineCss()Deprecated. -
setInlineCss
public void setInlineCss(boolean inlineCss) Deprecated.
-