Uses of Class
com.echothree.model.control.chain.common.transfer.ChainKindTransfer
Packages that use ChainKindTransfer
Package
Description
-
Uses of ChainKindTransfer in com.echothree.control.user.chain.common.result
Methods in com.echothree.control.user.chain.common.result that return ChainKindTransferModifier and TypeMethodDescriptionEditChainKindResult.getChainKind()
GetChainKindDescriptionsResult.getChainKind()
GetChainKindResult.getChainKind()
GetChainTypesResult.getChainKind()
Methods in com.echothree.control.user.chain.common.result that return types with arguments of type ChainKindTransferMethods in com.echothree.control.user.chain.common.result with parameters of type ChainKindTransferModifier and TypeMethodDescriptionvoid
EditChainKindResult.setChainKind
(ChainKindTransfer chainKind) void
GetChainKindDescriptionsResult.setChainKind
(ChainKindTransfer chainKind) void
GetChainKindResult.setChainKind
(ChainKindTransfer chainKind) void
GetChainTypesResult.setChainKind
(ChainKindTransfer chainKind) Method parameters in com.echothree.control.user.chain.common.result with type arguments of type ChainKindTransferModifier and TypeMethodDescriptionvoid
GetChainKindsResult.setChainKinds
(List<ChainKindTransfer> chainKinds) -
Uses of ChainKindTransfer in com.echothree.model.control.chain.common.transfer
Methods in com.echothree.model.control.chain.common.transfer that return ChainKindTransferModifier and TypeMethodDescriptionChainActionTypeUseTransfer.getChainKind()
ChainKindDescriptionTransfer.getChainKind()
Returns the chainKind.ChainTypeTransfer.getChainKind()
Returns the chainKind.Methods in com.echothree.model.control.chain.common.transfer with parameters of type ChainKindTransferModifier and TypeMethodDescriptionvoid
ChainActionTypeUseTransfer.setChainKind
(ChainKindTransfer chainKind) void
ChainKindDescriptionTransfer.setChainKind
(ChainKindTransfer chainKind) Sets the chainKind.void
ChainTypeTransfer.setChainKind
(ChainKindTransfer chainKind) Sets the chainKind.Constructors in com.echothree.model.control.chain.common.transfer with parameters of type ChainKindTransferModifierConstructorDescriptionChainActionTypeUseTransfer
(ChainKindTransfer chainKind, ChainActionTypeTransfer chainActionType, Boolean isDefault) Creates a new instance of ChainActionTypeUseTransferChainKindDescriptionTransfer
(LanguageTransfer language, ChainKindTransfer chainKind, String description) Creates a new instance of ChainKindDescriptionTransferChainTypeTransfer
(ChainKindTransfer chainKind, String chainTypeName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ChainTypeTransfer -
Uses of ChainKindTransfer in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control that return ChainKindTransferModifier and TypeMethodDescriptionChainControl.getChainKindTransfer
(UserVisit userVisit, ChainKind chainKind) Methods in com.echothree.model.control.chain.server.control that return types with arguments of type ChainKindTransfer -
Uses of ChainKindTransfer in com.echothree.model.control.chain.server.transfer
Methods in com.echothree.model.control.chain.server.transfer that return ChainKindTransferModifier and TypeMethodDescriptionChainKindTransferCache.getChainKindTransfer
(ChainKind chainKind)