Class MailActionService.MailFormRequest
java.lang.Object
ch.tocco.nice2.optional.address.api.action.mail.legacy.MailActionService.MailFormRequest
- Direct Known Subclasses:
MailActionService.MailInfo
- Enclosing interface:
MailActionService
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.@Nullable StringDeprecated.@Nullable StringDeprecated.String[]Deprecated.@Nullable StringDeprecated.String[]Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.voidsetAddressRelationPath(String addressRelationPath) Deprecated.voidsetCollectAllRecipients(boolean collectAllRecipients) Deprecated.voidsetConcernedIsEffectiveRecipient(boolean concernedIsEffectiveRecipient) Deprecated.voidsetEmailAddressPath(String emailAddressPath) Deprecated.voidsetExtended(boolean extended) Deprecated.voidsetFirstnamePath(@Nullable String firstnamePath) Deprecated.voidsetLastnamePath(@Nullable String lastnamePath) Deprecated.voidsetMergeRecipientsByTarget(boolean mergeRecipientsByTarget) Deprecated.voidsetOrganisationalPersonRelationTypes(String[] organisationalPersonRelationTypes) Deprecated.voidsetOutputLanguagePath(String outputLanguagePath) Deprecated.voidsetPersonalPersonRelationTypes(String[] personalPersonRelationTypes) Deprecated.voidsetRecipientEmail(String recipientEmail) Deprecated.voidsetRecipientEntity(String recipientEntity) Deprecated.voidsetRecipientFirstname(String recipientFirstname) Deprecated.voidsetRecipientLastname(String recipientLastname) Deprecated.voidsetUserRelationPath(String userRelationPath) Deprecated.splitInput(String path) Deprecated.Deprecated.
-
Constructor Details
-
MailFormRequest
public MailFormRequest()Deprecated.
-
-
Method Details
-
splitInput
Deprecated. -
getRecipientEntityList
Deprecated. -
getRecipientEntity
Deprecated. -
setRecipientEntity
Deprecated. -
getRecipientEmailList
Deprecated. -
getRecipientEmail
Deprecated. -
setRecipientEmail
Deprecated. -
getRecipientFirstnameList
Deprecated. -
getRecipientFirstname
Deprecated. -
setRecipientFirstname
Deprecated. -
getRecipientLastnameList
Deprecated. -
getRecipientLastname
Deprecated. -
setRecipientLastname
Deprecated. -
getEmailAddressPath
Deprecated. -
setEmailAddressPath
Deprecated. -
getFirstnamePath
Deprecated. -
setFirstnamePath
Deprecated. -
getLastnamePath
Deprecated. -
setLastnamePath
Deprecated. -
getOutputLanguagePath
Deprecated. -
setOutputLanguagePath
Deprecated. -
getUserRelationPath
Deprecated. -
setUserRelationPath
Deprecated. -
getAddressRelationPath
Deprecated. -
setAddressRelationPath
Deprecated. -
isExtended
public boolean isExtended()Deprecated. -
setExtended
public void setExtended(boolean extended) Deprecated. -
isConcernedIsEffectiveRecipient
public boolean isConcernedIsEffectiveRecipient()Deprecated. -
setConcernedIsEffectiveRecipient
public void setConcernedIsEffectiveRecipient(boolean concernedIsEffectiveRecipient) Deprecated. -
isMergeRecipientsByTarget
public boolean isMergeRecipientsByTarget()Deprecated. -
setMergeRecipientsByTarget
public void setMergeRecipientsByTarget(boolean mergeRecipientsByTarget) Deprecated. -
getOrganisationalPersonRelationTypes
Deprecated. -
setOrganisationalPersonRelationTypes
Deprecated. -
getPersonalPersonRelationTypes
Deprecated. -
setPersonalPersonRelationTypes
Deprecated. -
isCollectAllRecipients
public boolean isCollectAllRecipients()Deprecated. -
setCollectAllRecipients
public void setCollectAllRecipients(boolean collectAllRecipients) Deprecated. -
toRecipientParameters
Deprecated.
-