Uses of Class
com.echothree.model.control.core.common.transfer.CommandTransfer
Packages that use CommandTransfer
Package
Description
-
Uses of CommandTransfer in com.echothree.control.user.core.common.result
Methods in com.echothree.control.user.core.common.result that return CommandTransferModifier and TypeMethodDescriptionEditCommandResult.getCommand()
GetCommandDescriptionsResult.getCommand()
GetCommandResult.getCommand()
Methods in com.echothree.control.user.core.common.result that return types with arguments of type CommandTransferMethods in com.echothree.control.user.core.common.result with parameters of type CommandTransferModifier and TypeMethodDescriptionvoid
EditCommandResult.setCommand
(CommandTransfer command) void
GetCommandDescriptionsResult.setCommand
(CommandTransfer command) void
GetCommandResult.setCommand
(CommandTransfer command) Method parameters in com.echothree.control.user.core.common.result with type arguments of type CommandTransferModifier and TypeMethodDescriptionvoid
GetCommandsResult.setCommands
(List<CommandTransfer> commands) -
Uses of CommandTransfer in com.echothree.model.control.core.common.transfer
Methods in com.echothree.model.control.core.common.transfer that return CommandTransferMethods in com.echothree.model.control.core.common.transfer with parameters of type CommandTransferModifier and TypeMethodDescriptionvoid
CommandDescriptionTransfer.setCommand
(CommandTransfer command) Constructors in com.echothree.model.control.core.common.transfer with parameters of type CommandTransferModifierConstructorDescriptionCommandDescriptionTransfer
(LanguageTransfer language, CommandTransfer command, String description) Creates a new instance of CommandDescriptionTransfer -
Uses of CommandTransfer in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return CommandTransferModifier and TypeMethodDescriptionCoreControl.getCommandTransfer
(UserVisit userVisit, Command command) Methods in com.echothree.model.control.core.server.control that return types with arguments of type CommandTransferModifier and TypeMethodDescriptionCoreControl.getCommandTransfers
(UserVisit userVisit) CoreControl.getCommandTransfersByComponentVendor
(UserVisit userVisit, ComponentVendor componentVendor) -
Uses of CommandTransfer in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer that return CommandTransfer