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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.String[]Deprecated.getBcc()Deprecated.String[]Deprecated.getCc()Deprecated.String[]Deprecated.Deprecated.org.joda.time.LocalDateDeprecated.Deprecated.String[]Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.String[]Deprecated.Deprecated.Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.booleanisTest()Deprecated.voidsetAlt_recipient(String alt_recipient) Deprecated.voidsetAlt_recipient_user(String alt_recipient_user) Deprecated.voidsetAttachments(String[] attachments) Deprecated.voidDeprecated.voidsetBcc_recipient(String[] bcc_recipient) Deprecated.voidDeprecated.voidsetCc_recipient(String[] cc_recipient) Deprecated.voidsetContactCategory(String contactCategory) Deprecated.voidsetExpiryDate(org.joda.time.LocalDate expiryDate) Deprecated.voidsetInlineCss(boolean inlineCss) Deprecated.voidsetLocalizedTemplateLookup(boolean localizedTemplateLookup) Deprecated.voidsetMail_text(String mail_text) Deprecated.voidsetMailAddresses(String[] mailAddresses) Deprecated.voidsetMailInfoAttributes(Map<String, Object> mailInfoAttributes) Deprecated.voidsetMailProvider(String mailProvider) Deprecated.voidsetPlaintext(String plaintext) Deprecated.voidsetReply_to(String reply_to) Deprecated.voidsetRestrictedSender(String restrictedSender) Deprecated.voidDeprecated.voidsetSender_email(String sender_email) Deprecated.voidsetSender_name(String sender_name) Deprecated.voidsetSinglecc(String singlecc) Deprecated.voidsetSinglecc_recipient(String[] singlecc_recipient) Deprecated.voidsetSubject(String subject) Deprecated.voidsetTemplateAttributes(Map<String, Object> templateAttributes) Deprecated.voidsetTemplateLoaderName(String templateLoaderName) Deprecated.voidsetTest(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, isCollectAllRecipients, isConcernedIsEffectiveRecipient, isExtended, isMergeRecipientsByTarget, setAddressRelationPath, setCollectAllRecipients, 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.
-