Uses of Class
com.echothree.model.control.communication.common.transfer.CommunicationEventTransfer
Packages that use CommunicationEventTransfer
Package
Description
-
Uses of CommunicationEventTransfer in com.echothree.control.user.communication.common.result
Methods in com.echothree.control.user.communication.common.result that return CommunicationEventTransferMethods in com.echothree.control.user.communication.common.result with parameters of type CommunicationEventTransferModifier and TypeMethodDescriptionvoid
GetCommunicationEventResult.setCommunicationEvent
(CommunicationEventTransfer communicationEvent) -
Uses of CommunicationEventTransfer in com.echothree.model.control.communication.common.transfer
Methods in com.echothree.model.control.communication.common.transfer that return CommunicationEventTransferModifier and TypeMethodDescriptionCommunicationEventRoleTransfer.getCommunicationEvent()
CommunicationEventTransfer.getOriginalCommunicationEvent()
CommunicationEventTransfer.getParentCommunicationEvent()
Methods in com.echothree.model.control.communication.common.transfer with parameters of type CommunicationEventTransferModifier and TypeMethodDescriptionvoid
CommunicationEventRoleTransfer.setCommunicationEvent
(CommunicationEventTransfer communicationEvent) void
CommunicationEventTransfer.setOriginalCommunicationEvent
(CommunicationEventTransfer originalCommunicationEvent) void
CommunicationEventTransfer.setParentCommunicationEvent
(CommunicationEventTransfer parentCommunicationEvent) Constructors in com.echothree.model.control.communication.common.transfer with parameters of type CommunicationEventTransferModifierConstructorDescriptionCommunicationEventRoleTransfer
(CommunicationEventTransfer communicationEvent, PartyTransfer party, CommunicationEventRoleTypeTransfer communicationEventRoleType) Creates a new instance of CommunicationEventRoleTransferCommunicationEventTransfer
(String communicationEventName, CommunicationEventTypeTransfer communicationEventType, CommunicationSourceTransfer communicationSource, CommunicationEventPurposeTransfer communicationEventPurpose, CommunicationEventTransfer originalCommunicationEvent, CommunicationEventTransfer parentCommunicationEvent, PartyContactMechanismTransfer partyContactMechanism, DocumentTransfer document) Creates a new instance of CommunicationEventTransfer -
Uses of CommunicationEventTransfer in com.echothree.model.control.communication.server.control
Methods in com.echothree.model.control.communication.server.control that return CommunicationEventTransferModifier and TypeMethodDescriptionCommunicationControl.getCommunicationEventTransfer
(UserVisit userVisit, CommunicationEvent communicationEvent) Methods in com.echothree.model.control.communication.server.control that return types with arguments of type CommunicationEventTransferModifier and TypeMethodDescriptionCommunicationControl.getCommunicationEventTransfers
(UserVisit userVisit, Collection<CommunicationEvent> communicationEvents) CommunicationControl.getCommunicationEventTransfersByParty
(UserVisit userVisit, Party party) -
Uses of CommunicationEventTransfer in com.echothree.model.control.communication.server.transfer
Methods in com.echothree.model.control.communication.server.transfer that return CommunicationEventTransferModifier and TypeMethodDescriptionCommunicationEventTransferCache.getCommunicationEventTransfer
(CommunicationEvent communicationEvent) -
Uses of CommunicationEventTransfer in com.echothree.model.control.party.common.transfer
Methods in com.echothree.model.control.party.common.transfer that return types with arguments of type CommunicationEventTransferModifier and TypeMethodDescriptionPartyTransfer.getCommunicationEvents()
Returns the communicationEvents.Method parameters in com.echothree.model.control.party.common.transfer with type arguments of type CommunicationEventTransferModifier and TypeMethodDescriptionvoid
PartyTransfer.setCommunicationEvents
(ListWrapper<CommunicationEventTransfer> communicationEvents) Sets the communicationEvents.