Uses of Class
com.echothree.model.control.chain.common.transfer.ChainActionTransfer
Packages that use ChainActionTransfer
Package
Description
-
Uses of ChainActionTransfer in com.echothree.control.user.chain.common.result
Methods in com.echothree.control.user.chain.common.result that return ChainActionTransferModifier and TypeMethodDescriptionEditChainActionResult.getChainAction()
GetChainActionDescriptionsResult.getChainAction()
GetChainActionResult.getChainAction()
Methods in com.echothree.control.user.chain.common.result that return types with arguments of type ChainActionTransferMethods in com.echothree.control.user.chain.common.result with parameters of type ChainActionTransferModifier and TypeMethodDescriptionvoid
EditChainActionResult.setChainAction
(ChainActionTransfer chainAction) void
GetChainActionDescriptionsResult.setChainAction
(ChainActionTransfer chainAction) void
GetChainActionResult.setChainAction
(ChainActionTransfer chainAction) Method parameters in com.echothree.control.user.chain.common.result with type arguments of type ChainActionTransferModifier and TypeMethodDescriptionvoid
GetChainActionsResult.setChainActions
(List<ChainActionTransfer> chainActions) -
Uses of ChainActionTransfer in com.echothree.model.control.chain.common.transfer
Methods in com.echothree.model.control.chain.common.transfer that return ChainActionTransferModifier and TypeMethodDescriptionChainActionChainActionSetTransfer.getChainAction()
ChainActionDescriptionTransfer.getChainAction()
ChainActionLetterTransfer.getChainAction()
ChainActionSurveyTransfer.getChainAction()
Methods in com.echothree.model.control.chain.common.transfer with parameters of type ChainActionTransferModifier and TypeMethodDescriptionvoid
ChainActionChainActionSetTransfer.setChainAction
(ChainActionTransfer chainAction) void
ChainActionDescriptionTransfer.setChainAction
(ChainActionTransfer chainAction) void
ChainActionLetterTransfer.setChainAction
(ChainActionTransfer chainAction) void
ChainActionSurveyTransfer.setChainAction
(ChainActionTransfer chainAction) Constructors in com.echothree.model.control.chain.common.transfer with parameters of type ChainActionTransferModifierConstructorDescriptionChainActionChainActionSetTransfer
(ChainActionTransfer chainAction, ChainActionSetTransfer nextChainActionSet, Long unformattedDelayTime, String delayTime) Creates a new instance of ChainActionChainActionSetTransferChainActionDescriptionTransfer
(LanguageTransfer language, ChainActionTransfer chainAction, String description) Creates a new instance of ChainActionDescriptionTransferChainActionLetterTransfer
(ChainActionTransfer chainAction, LetterTransfer letter) Creates a new instance of ChainActionLetterTransferChainActionSurveyTransfer
(ChainActionTransfer chainAction, SurveyTransfer survey) Creates a new instance of ChainActionSurveyTransfer -
Uses of ChainActionTransfer in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control that return ChainActionTransferModifier and TypeMethodDescriptionChainControl.getChainActionTransfer
(UserVisit userVisit, ChainAction chainAction) Methods in com.echothree.model.control.chain.server.control that return types with arguments of type ChainActionTransferModifier and TypeMethodDescriptionChainControl.getChainActionTransfersByChainActionSet
(UserVisit userVisit, ChainActionSet chainActionSet) -
Uses of ChainActionTransfer in com.echothree.model.control.chain.server.transfer
Methods in com.echothree.model.control.chain.server.transfer that return ChainActionTransferModifier and TypeMethodDescriptionChainActionTransferCache.getChainActionTransfer
(ChainAction chainAction)