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 TypeMethodDescriptionvoidEditChainActionResult.setChainAction(ChainActionTransfer chainAction) voidGetChainActionDescriptionsResult.setChainAction(ChainActionTransfer chainAction) voidGetChainActionResult.setChainAction(ChainActionTransfer chainAction) Method parameters in com.echothree.control.user.chain.common.result with type arguments of type ChainActionTransferModifier and TypeMethodDescriptionvoidGetChainActionsResult.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 TypeMethodDescriptionvoidChainActionChainActionSetTransfer.setChainAction(ChainActionTransfer chainAction) voidChainActionDescriptionTransfer.setChainAction(ChainActionTransfer chainAction) voidChainActionLetterTransfer.setChainAction(ChainActionTransfer chainAction) voidChainActionSurveyTransfer.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(UserVisit userVisit, ChainAction chainAction)