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 TypeMethodDescriptionvoidEditContactEmailAddressResult.setContactMechanism(ContactMechanismTransfer contactMechanism) voidEditContactPostalAddressResult.setContactMechanism(ContactMechanismTransfer contactMechanism) voidEditContactTelephoneResult.setContactMechanism(ContactMechanismTransfer contactMechanism) voidEditContactWebAddressResult.setContactMechanism(ContactMechanismTransfer contactMechanism) voidGetContactMechanismResult.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 TypeMethodDescriptionvoidContactMechanismAliasTransfer.setContactMechanism(ContactMechanismTransfer contactMechanism) voidContactMechanismResultTransfer.setContactMechanism(ContactMechanismTransfer contactMechanism) Sets the contactMechanism.voidPartyContactMechanismAliasTransfer.setContactMechanism(ContactMechanismTransfer contactMechanism) voidPartyContactMechanismTransfer.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(UserVisit userVisit, ContactMechanism contactMechanism)