Class RecipientParameters
java.lang.Object
ch.tocco.nice2.optional.address.api.recipient.RecipientParameters
- All Implemented Interfaces:
Serializable
The
RecipientParameters
to transfer all information needed in RecipientService
and
RecipientActionService
to evaluate the correct EffectiveRecipient
for a set of
selectedEntity
in the client ui.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
String[]
String[]
String[]
boolean
boolean
boolean
void
setAddressRelationPath
(String addressRelationPath) void
setAddressType
(String addressType) void
setCommunicationType
(String communicationType) void
setConcernedIsEffectiveRecipient
(boolean concernedIsEffectiveRecipient) void
setEmailAddressPath
(String emailAddressPath) void
setExtended
(boolean extended) void
setFirstnamePath
(String firstnamePath) void
setLastnamePath
(String lastnamePath) void
setMergeRecipientsByTarget
(boolean mergeRecipientsByTarget) void
setOrganisationalAddressRelationTypes
(String[] organisationalAddressRelationTypes) void
setOrganisationalPersonRelationTypes
(String[] organisationalPersonRelationTypes) void
setOutputLanguagePath
(String outputLanguagePath) void
setPersonalAddressRelationTypes
(String[] personalAddressRelationTypes) void
setPersonalPersonRelationTypes
(String[] personalPersonRelationTypes) void
setSelectedEntityPath
(String selectedEntityPath) void
setUserRelationPath
(String userRelationPath)
-
Constructor Details
-
RecipientParameters
public RecipientParameters()
-
-
Method Details
-
getCommunicationType
-
setCommunicationType
-
getAddressType
-
setAddressType
-
getSelectedEntityPath
-
setSelectedEntityPath
-
getOutputLanguagePath
-
setOutputLanguagePath
-
getUserRelationPath
-
setUserRelationPath
-
getAddressRelationPath
-
setAddressRelationPath
-
getEmailAddressPath
-
setEmailAddressPath
-
getFirstnamePath
-
setFirstnamePath
-
getLastnamePath
-
setLastnamePath
-
isMergeRecipientsByTarget
public boolean isMergeRecipientsByTarget() -
setMergeRecipientsByTarget
public void setMergeRecipientsByTarget(boolean mergeRecipientsByTarget) -
isConcernedIsEffectiveRecipient
public boolean isConcernedIsEffectiveRecipient() -
setConcernedIsEffectiveRecipient
public void setConcernedIsEffectiveRecipient(boolean concernedIsEffectiveRecipient) -
getPersonalPersonRelationTypes
-
setPersonalPersonRelationTypes
-
getOrganisationalPersonRelationTypes
-
setOrganisationalPersonRelationTypes
-
getPersonalAddressRelationTypes
-
setPersonalAddressRelationTypes
-
getOrganisationalAddressRelationTypes
-
setOrganisationalAddressRelationTypes
-
isExtended
public boolean isExtended() -
setExtended
public void setExtended(boolean extended)
-