Uses of Class
com.echothree.model.control.letter.common.transfer.LetterTransfer
Packages that use LetterTransfer
Package
Description
-
Uses of LetterTransfer in com.echothree.control.user.letter.common.result
Methods in com.echothree.control.user.letter.common.result that return LetterTransferModifier and TypeMethodDescriptionEditLetterResult.getLetter()GetLetterContactMechanismPurposesResult.getLetter()GetLetterDescriptionsResult.getLetter()GetLetterResult.getLetter()GetQueuedLettersResult.getLetter()Methods in com.echothree.control.user.letter.common.result that return types with arguments of type LetterTransferMethods in com.echothree.control.user.letter.common.result with parameters of type LetterTransferModifier and TypeMethodDescriptionvoidEditLetterResult.setLetter(LetterTransfer letter) voidGetLetterContactMechanismPurposesResult.setLetter(LetterTransfer letter) voidGetLetterDescriptionsResult.setLetter(LetterTransfer letter) voidGetLetterResult.setLetter(LetterTransfer letter) voidGetQueuedLettersResult.setLetter(LetterTransfer letter) Method parameters in com.echothree.control.user.letter.common.result with type arguments of type LetterTransfer -
Uses of LetterTransfer in com.echothree.model.control.chain.common.transfer
Methods in com.echothree.model.control.chain.common.transfer that return LetterTransferMethods in com.echothree.model.control.chain.common.transfer with parameters of type LetterTransferModifier and TypeMethodDescriptionvoidChainActionLetterTransfer.setLetter(LetterTransfer letter) Constructors in com.echothree.model.control.chain.common.transfer with parameters of type LetterTransferModifierConstructorDescriptionChainActionLetterTransfer(ChainActionTransfer chainAction, LetterTransfer letter) Creates a new instance of ChainActionLetterTransfer -
Uses of LetterTransfer in com.echothree.model.control.letter.common.transfer
Methods in com.echothree.model.control.letter.common.transfer that return LetterTransferModifier and TypeMethodDescriptionLetterContactMechanismPurposeTransfer.getLetter()LetterDescriptionTransfer.getLetter()QueuedLetterTransfer.getLetter()Methods in com.echothree.model.control.letter.common.transfer with parameters of type LetterTransferModifier and TypeMethodDescriptionvoidLetterContactMechanismPurposeTransfer.setLetter(LetterTransfer letter) voidLetterDescriptionTransfer.setLetter(LetterTransfer letter) voidQueuedLetterTransfer.setLetter(LetterTransfer letter) Constructors in com.echothree.model.control.letter.common.transfer with parameters of type LetterTransferModifierConstructorDescriptionLetterContactMechanismPurposeTransfer(LetterTransfer letter, ContactMechanismPurposeTransfer contactMechanismPurpose, Integer priority) Creates a new instance of LetterContactMechanismPurposeTransferLetterDescriptionTransfer(LanguageTransfer language, LetterTransfer letter, String description) Creates a new instance of LetterDescriptionTransferQueuedLetterTransfer(ChainInstanceTransfer chainInstance, LetterTransfer letter) Creates a new instance of QueuedLetterTransfer -
Uses of LetterTransfer in com.echothree.model.control.letter.server.control
Methods in com.echothree.model.control.letter.server.control that return LetterTransferModifier and TypeMethodDescriptionLetterControl.getLetterTransfer(UserVisit userVisit, Letter letter) Methods in com.echothree.model.control.letter.server.control that return types with arguments of type LetterTransferModifier and TypeMethodDescriptionLetterControl.getLetterTransfers(UserVisit userVisit, Collection<Letter> letters) LetterControl.getLetterTransfersByChainType(UserVisit userVisit, ChainType chainType) LetterControl.getLetterTransfersByLetterSource(UserVisit userVisit, LetterSource letterSource) -
Uses of LetterTransfer in com.echothree.model.control.letter.server.transfer
Methods in com.echothree.model.control.letter.server.transfer that return LetterTransferModifier and TypeMethodDescriptionLetterTransferCache.getLetterTransfer(UserVisit userVisit, Letter letter)