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 TypeMethodDescriptionvoidEditCommandResult.setCommand(CommandTransfer command) voidGetCommandDescriptionsResult.setCommand(CommandTransfer command) voidGetCommandResult.setCommand(CommandTransfer command) Method parameters in com.echothree.control.user.core.common.result with type arguments of type CommandTransferModifier and TypeMethodDescriptionvoidGetCommandsResult.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 TypeMethodDescriptionvoidCommandDescriptionTransfer.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 TypeMethodDescriptionCommandControl.getCommandTransfer(UserVisit userVisit, Command command) Methods in com.echothree.model.control.core.server.control that return types with arguments of type CommandTransferModifier and TypeMethodDescriptionCommandControl.getCommandTransfers(UserVisit userVisit) CommandControl.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 CommandTransferModifier and TypeMethodDescriptionCommandTransferCache.getCommandTransfer(UserVisit userVisit, Command command)