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
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.@Nullable String
Deprecated.@Nullable String
Deprecated.String[]
Deprecated.@Nullable String
Deprecated.String[]
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.void
setAddressRelationPath
(String addressRelationPath) Deprecated.void
setConcernedIsEffectiveRecipient
(boolean concernedIsEffectiveRecipient) Deprecated.void
setEmailAddressPath
(String emailAddressPath) Deprecated.void
setExtended
(boolean extended) Deprecated.void
setFirstnamePath
(@Nullable String firstnamePath) Deprecated.void
setLastnamePath
(@Nullable String lastnamePath) Deprecated.void
setMergeRecipientsByTarget
(boolean mergeRecipientsByTarget) Deprecated.void
setOrganisationalPersonRelationTypes
(String[] organisationalPersonRelationTypes) Deprecated.void
setOutputLanguagePath
(String outputLanguagePath) Deprecated.void
setPersonalPersonRelationTypes
(String[] personalPersonRelationTypes) Deprecated.void
setRecipientEmail
(String recipientEmail) Deprecated.void
setRecipientEntity
(String recipientEntity) Deprecated.void
setRecipientFirstname
(String recipientFirstname) Deprecated.void
setRecipientLastname
(String recipientLastname) Deprecated.void
setUserRelationPath
(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. -
toRecipientParameters
Deprecated.
-