Uses of Class
com.echothree.model.control.contactlist.common.transfer.ContactListTransfer
Packages that use ContactListTransfer
Package
Description
-
Uses of ContactListTransfer in com.echothree.control.user.contactlist.common.result
Methods in com.echothree.control.user.contactlist.common.result that return ContactListTransferModifier and TypeMethodDescriptionEditContactListResult.getContactList()
GetContactListContactMechanismPurposesResult.getContactList()
GetContactListDescriptionsResult.getContactList()
GetContactListResult.getContactList()
GetCustomerTypeContactListsResult.getContactList()
GetPartyContactListsResult.getContactList()
GetPartyTypeContactListsResult.getContactList()
Methods in com.echothree.control.user.contactlist.common.result that return types with arguments of type ContactListTransferMethods in com.echothree.control.user.contactlist.common.result with parameters of type ContactListTransferModifier and TypeMethodDescriptionvoid
EditContactListResult.setContactList
(ContactListTransfer contactList) void
GetContactListContactMechanismPurposesResult.setContactList
(ContactListTransfer contactList) void
GetContactListDescriptionsResult.setContactList
(ContactListTransfer contactList) void
GetContactListResult.setContactList
(ContactListTransfer contactList) void
GetCustomerTypeContactListsResult.setContactList
(ContactListTransfer contactList) void
GetPartyContactListsResult.setContactList
(ContactListTransfer contactList) void
GetPartyTypeContactListsResult.setContactList
(ContactListTransfer contactList) Method parameters in com.echothree.control.user.contactlist.common.result with type arguments of type ContactListTransferModifier and TypeMethodDescriptionvoid
GetContactListsResult.setContactLists
(List<ContactListTransfer> contactLists) -
Uses of ContactListTransfer in com.echothree.model.control.contactlist.common.transfer
Methods in com.echothree.model.control.contactlist.common.transfer that return ContactListTransferModifier and TypeMethodDescriptionfinal ContactListTransfer
ContactListContactMechanismPurposeTransfer.getContactList()
Returns the contactList.ContactListDescriptionTransfer.getContactList()
CustomerTypeContactListTransfer.getContactList()
Returns the contactList.PartyContactListTransfer.getContactList()
Returns the contactList.PartyTypeContactListTransfer.getContactList()
Returns the contactList.Methods in com.echothree.model.control.contactlist.common.transfer with parameters of type ContactListTransferModifier and TypeMethodDescriptionvoid
ContactListDescriptionTransfer.setContactList
(ContactListTransfer contactList) void
CustomerTypeContactListTransfer.setContactList
(ContactListTransfer contactList) Sets the contactList.void
PartyContactListTransfer.setContactList
(ContactListTransfer contactList) Sets the contactList.void
PartyTypeContactListTransfer.setContactList
(ContactListTransfer contactList) Sets the contactList.Constructors in com.echothree.model.control.contactlist.common.transfer with parameters of type ContactListTransferModifierConstructorDescriptionContactListContactMechanismPurposeTransfer
(ContactListTransfer contactList, ContactMechanismPurposeTransfer contactMechanismPurpose, Boolean isDefault, Integer sortOrder) Creates a new instance of ContactListContactMechanismPurposeTransferContactListDescriptionTransfer
(LanguageTransfer language, ContactListTransfer contactList, String description) Creates a new instance of ContactListDescriptionTransferCustomerTypeContactListTransfer
(CustomerTypeTransfer customerType, ContactListTransfer contactList, Boolean addWhenCreated) Creates a new instance of CustomerTypeContactListTransferPartyContactListTransfer
(PartyTransfer party, ContactListTransfer contactList, ContactListContactMechanismPurposeTransfer preferredContactListContactMechanismPurpose) Creates a new instance of PartyContactListTransferPartyTypeContactListTransfer
(PartyTypeTransfer partyType, ContactListTransfer contactList, Boolean addWhenCreated) Creates a new instance of PartyTypeContactListTransfer -
Uses of ContactListTransfer in com.echothree.model.control.contactlist.server
Methods in com.echothree.model.control.contactlist.server that return ContactListTransferModifier and TypeMethodDescriptionContactListControl.getContactListTransfer
(UserVisit userVisit, ContactList contactList) Methods in com.echothree.model.control.contactlist.server that return types with arguments of type ContactListTransferModifier and TypeMethodDescriptionContactListControl.getContactListTransfers
(UserVisit userVisit) -
Uses of ContactListTransfer in com.echothree.model.control.contactlist.server.transfer
Methods in com.echothree.model.control.contactlist.server.transfer that return ContactListTransferModifier and TypeMethodDescriptionContactListTransferCache.getContactListTransfer
(ContactList contactList) -
Uses of ContactListTransfer in com.echothree.model.control.letter.common.transfer
Methods in com.echothree.model.control.letter.common.transfer that return ContactListTransferMethods in com.echothree.model.control.letter.common.transfer with parameters of type ContactListTransferModifier and TypeMethodDescriptionvoid
LetterTransfer.setContactList
(ContactListTransfer contactList) Constructors in com.echothree.model.control.letter.common.transfer with parameters of type ContactListTransferModifierConstructorDescriptionLetterTransfer
(ChainTypeTransfer chainType, String letterName, LetterSourceTransfer letterSource, ContactListTransfer contactList, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of LetterTransfer