Uses of Class
com.echothree.model.control.contact.common.transfer.ContactMechanismTransfer
Packages that use ContactMechanismTransfer
Package
Description
-
Uses of ContactMechanismTransfer in com.echothree.control.user.contact.common.result
Methods in com.echothree.control.user.contact.common.result that return ContactMechanismTransferModifier and TypeMethodDescriptionEditContactEmailAddressResult.getContactMechanism()
EditContactPostalAddressResult.getContactMechanism()
EditContactTelephoneResult.getContactMechanism()
EditContactWebAddressResult.getContactMechanism()
GetContactMechanismResult.getContactMechanism()
Methods in com.echothree.control.user.contact.common.result with parameters of type ContactMechanismTransferModifier and TypeMethodDescriptionvoid
EditContactEmailAddressResult.setContactMechanism
(ContactMechanismTransfer contactMechanism) void
EditContactPostalAddressResult.setContactMechanism
(ContactMechanismTransfer contactMechanism) void
EditContactTelephoneResult.setContactMechanism
(ContactMechanismTransfer contactMechanism) void
EditContactWebAddressResult.setContactMechanism
(ContactMechanismTransfer contactMechanism) void
GetContactMechanismResult.setContactMechanism
(ContactMechanismTransfer contactMechanism) -
Uses of ContactMechanismTransfer in com.echothree.model.control.contact.common.transfer
Methods in com.echothree.model.control.contact.common.transfer that return ContactMechanismTransferModifier and TypeMethodDescriptionContactMechanismAliasTransfer.getContactMechanism()
ContactMechanismResultTransfer.getContactMechanism()
Returns the contactMechanism.PartyContactMechanismAliasTransfer.getContactMechanism()
PartyContactMechanismTransfer.getContactMechanism()
Returns the contactMechanism.Methods in com.echothree.model.control.contact.common.transfer with parameters of type ContactMechanismTransferModifier and TypeMethodDescriptionvoid
ContactMechanismAliasTransfer.setContactMechanism
(ContactMechanismTransfer contactMechanism) void
ContactMechanismResultTransfer.setContactMechanism
(ContactMechanismTransfer contactMechanism) Sets the contactMechanism.void
PartyContactMechanismAliasTransfer.setContactMechanism
(ContactMechanismTransfer contactMechanism) void
PartyContactMechanismTransfer.setContactMechanism
(ContactMechanismTransfer contactMechanism) Sets the contactMechanism.Constructors in com.echothree.model.control.contact.common.transfer with parameters of type ContactMechanismTransferModifierConstructorDescriptionContactMechanismAliasTransfer
(ContactMechanismTransfer contactMechanism, ContactMechanismAliasTypeTransfer contactMechanismAliasType, String alias) Creates a new instance of ContactMechanismAliasTransferContactMechanismResultTransfer
(String contactMechanismName, ContactMechanismTransfer contactMechanism) Creates a new instance of ContactMechanismResultTransferPartyContactMechanismAliasTransfer
(PartyTransfer party, ContactMechanismTransfer contactMechanism, ContactMechanismAliasTypeTransfer contactMechanismAliasType, String alias) Creates a new instance of PartyContactMechanismAliasTransferPartyContactMechanismTransfer
(PartyTransfer party, ContactMechanismTransfer contactMechanism, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of PartyContactMechanismTransfer -
Uses of ContactMechanismTransfer in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return ContactMechanismTransferModifier and TypeMethodDescriptionContactControl.getContactMechanismTransfer
(UserVisit userVisit, ContactMechanism contactMechanism) Methods in com.echothree.model.control.contact.server.control that return types with arguments of type ContactMechanismTransferModifier and TypeMethodDescriptionContactControl.getContactMechanismTransfersByParty
(UserVisit userVisit, Party party) -
Uses of ContactMechanismTransfer in com.echothree.model.control.contact.server.transfer
Methods in com.echothree.model.control.contact.server.transfer that return ContactMechanismTransferModifier and TypeMethodDescriptionContactMechanismTransferCache.getContactMechanismTransfer
(ContactMechanism contactMechanism)