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 TypeMethodDescriptionvoidEditChainKindResult.setChainKind(ChainKindTransfer chainKind) voidGetChainKindDescriptionsResult.setChainKind(ChainKindTransfer chainKind) voidGetChainKindResult.setChainKind(ChainKindTransfer chainKind) voidGetChainTypesResult.setChainKind(ChainKindTransfer chainKind) Method parameters in com.echothree.control.user.chain.common.result with type arguments of type ChainKindTransferModifier and TypeMethodDescriptionvoidGetChainKindsResult.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 TypeMethodDescriptionvoidChainActionTypeUseTransfer.setChainKind(ChainKindTransfer chainKind) voidChainKindDescriptionTransfer.setChainKind(ChainKindTransfer chainKind) Sets the chainKind.voidChainTypeTransfer.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(UserVisit userVisit, ChainKind chainKind)