Uses of Class
com.echothree.model.control.chain.common.transfer.ChainActionSetTransfer
Packages that use ChainActionSetTransfer
Package
Description
-
Uses of ChainActionSetTransfer in com.echothree.control.user.chain.common.result
Methods in com.echothree.control.user.chain.common.result that return ChainActionSetTransferModifier and TypeMethodDescriptionEditChainActionSetResult.getChainActionSet()
GetChainActionSetDescriptionsResult.getChainActionSet()
GetChainActionSetResult.getChainActionSet()
GetChainActionsResult.getChainActionSet()
Methods in com.echothree.control.user.chain.common.result that return types with arguments of type ChainActionSetTransferMethods in com.echothree.control.user.chain.common.result with parameters of type ChainActionSetTransferModifier and TypeMethodDescriptionvoid
EditChainActionSetResult.setChainActionSet
(ChainActionSetTransfer chainActionSet) void
GetChainActionSetDescriptionsResult.setChainActionSet
(ChainActionSetTransfer chainActionSet) void
GetChainActionSetResult.setChainActionSet
(ChainActionSetTransfer chainActionSet) void
GetChainActionsResult.setChainActionSet
(ChainActionSetTransfer chainActionSet) Method parameters in com.echothree.control.user.chain.common.result with type arguments of type ChainActionSetTransferModifier and TypeMethodDescriptionvoid
GetChainActionSetsResult.setChainActionSets
(List<ChainActionSetTransfer> chainActionSets) -
Uses of ChainActionSetTransfer in com.echothree.model.control.chain.common.transfer
Methods in com.echothree.model.control.chain.common.transfer that return ChainActionSetTransferModifier and TypeMethodDescriptionChainActionSetDescriptionTransfer.getChainActionSet()
ChainActionTransfer.getChainActionSet()
ChainActionChainActionSetTransfer.getNextChainActionSet()
ChainInstanceStatusTransfer.getNextChainActionSet()
Returns the nextChainActionSet.Methods in com.echothree.model.control.chain.common.transfer with parameters of type ChainActionSetTransferModifier and TypeMethodDescriptionvoid
ChainActionSetDescriptionTransfer.setChainActionSet
(ChainActionSetTransfer chainActionSet) void
ChainActionTransfer.setChainActionSet
(ChainActionSetTransfer chainActionSet) void
ChainActionChainActionSetTransfer.setNextChainActionSet
(ChainActionSetTransfer nextChainActionSet) void
ChainInstanceStatusTransfer.setNextChainActionSet
(ChainActionSetTransfer nextChainActionSet) Sets the nextChainActionSet.Constructors in com.echothree.model.control.chain.common.transfer with parameters of type ChainActionSetTransferModifierConstructorDescriptionChainActionChainActionSetTransfer
(ChainActionTransfer chainAction, ChainActionSetTransfer nextChainActionSet, Long unformattedDelayTime, String delayTime) Creates a new instance of ChainActionChainActionSetTransferChainActionSetDescriptionTransfer
(LanguageTransfer language, ChainActionSetTransfer chainActionSet, String description) Creates a new instance of ChainActionSetDescriptionTransferChainActionTransfer
(ChainActionSetTransfer chainActionSet, String chainActionName, ChainActionTypeTransfer chainActionType, Integer sortOrder, String description) Creates a new instance of ChainActionTransferChainInstanceStatusTransfer
(ChainInstanceTransfer chainInstance, ChainActionSetTransfer nextChainActionSet, Long unformattedNextChainActionSetTime, String nextChainActionSetTime, Integer queuedLetterSequence) Creates a new instance of ChainInstanceStatusTransfer -
Uses of ChainActionSetTransfer in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control that return ChainActionSetTransferModifier and TypeMethodDescriptionChainControl.getChainActionSetTransfer
(UserVisit userVisit, ChainActionSet chainActionSet) Methods in com.echothree.model.control.chain.server.control that return types with arguments of type ChainActionSetTransferModifier and TypeMethodDescriptionChainControl.getChainActionSetTransfersByChain
(UserVisit userVisit, Chain chain) -
Uses of ChainActionSetTransfer in com.echothree.model.control.chain.server.transfer
Methods in com.echothree.model.control.chain.server.transfer that return ChainActionSetTransferModifier and TypeMethodDescriptionChainActionSetTransferCache.getChainActionSetTransfer
(ChainActionSet chainActionSet)