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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]String[]String[]String[]booleanbooleanbooleanvoidsetAddressRelationPath(String addressRelationPath) voidsetAddressType(String addressType) voidsetCommunicationType(String communicationType) voidsetConcernedIsEffectiveRecipient(boolean concernedIsEffectiveRecipient) voidsetEmailAddressPath(String emailAddressPath) voidsetExtended(boolean extended) voidsetFirstnamePath(String firstnamePath) voidsetLastnamePath(String lastnamePath) voidsetMergeRecipientsByTarget(boolean mergeRecipientsByTarget) voidsetOrganisationalAddressRelationTypes(String[] organisationalAddressRelationTypes) voidsetOrganisationalPersonRelationTypes(String[] organisationalPersonRelationTypes) voidsetOutputLanguagePath(String outputLanguagePath) voidsetPersonalAddressRelationTypes(String[] personalAddressRelationTypes) voidsetPersonalPersonRelationTypes(String[] personalPersonRelationTypes) voidsetSelectedEntityPath(String selectedEntityPath) voidsetUserRelationPath(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)
-