Class RecipientParameters

java.lang.Object
ch.tocco.nice2.optional.address.api.recipient.RecipientParameters
All Implemented Interfaces:
Serializable

public class RecipientParameters extends Object implements 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 Details

    • RecipientParameters

      public RecipientParameters()
  • Method Details

    • getCommunicationType

      public String getCommunicationType()
    • setCommunicationType

      public void setCommunicationType(String communicationType)
    • getAddressType

      public String getAddressType()
    • setAddressType

      public void setAddressType(String addressType)
    • getSelectedEntityPath

      public String getSelectedEntityPath()
    • setSelectedEntityPath

      public void setSelectedEntityPath(String selectedEntityPath)
    • getOutputLanguagePath

      public String getOutputLanguagePath()
    • setOutputLanguagePath

      public void setOutputLanguagePath(String outputLanguagePath)
    • getUserRelationPath

      public String getUserRelationPath()
    • setUserRelationPath

      public void setUserRelationPath(String userRelationPath)
    • getAddressRelationPath

      public String getAddressRelationPath()
    • setAddressRelationPath

      public void setAddressRelationPath(String addressRelationPath)
    • getEmailAddressPath

      public String getEmailAddressPath()
    • setEmailAddressPath

      public void setEmailAddressPath(String emailAddressPath)
    • getFirstnamePath

      public String getFirstnamePath()
    • setFirstnamePath

      public void setFirstnamePath(String firstnamePath)
    • getLastnamePath

      public String getLastnamePath()
    • setLastnamePath

      public void setLastnamePath(String lastnamePath)
    • isMergeRecipientsByTarget

      public boolean isMergeRecipientsByTarget()
    • setMergeRecipientsByTarget

      public void setMergeRecipientsByTarget(boolean mergeRecipientsByTarget)
    • isConcernedIsEffectiveRecipient

      public boolean isConcernedIsEffectiveRecipient()
    • setConcernedIsEffectiveRecipient

      public void setConcernedIsEffectiveRecipient(boolean concernedIsEffectiveRecipient)
    • getPersonalPersonRelationTypes

      public String[] getPersonalPersonRelationTypes()
    • setPersonalPersonRelationTypes

      public void setPersonalPersonRelationTypes(String[] personalPersonRelationTypes)
    • getOrganisationalPersonRelationTypes

      public String[] getOrganisationalPersonRelationTypes()
    • setOrganisationalPersonRelationTypes

      public void setOrganisationalPersonRelationTypes(String[] organisationalPersonRelationTypes)
    • getPersonalAddressRelationTypes

      public String[] getPersonalAddressRelationTypes()
    • setPersonalAddressRelationTypes

      public void setPersonalAddressRelationTypes(String[] personalAddressRelationTypes)
    • getOrganisationalAddressRelationTypes

      public String[] getOrganisationalAddressRelationTypes()
    • setOrganisationalAddressRelationTypes

      public void setOrganisationalAddressRelationTypes(String[] organisationalAddressRelationTypes)
    • isExtended

      public boolean isExtended()
    • setExtended

      public void setExtended(boolean extended)