Uses of Class
com.echothree.model.control.core.common.transfer.CommandMessageTranslationTransfer
Packages that use CommandMessageTranslationTransfer
Package
Description
-
Uses of CommandMessageTranslationTransfer in com.echothree.control.user.core.common.result
Methods in com.echothree.control.user.core.common.result that return CommandMessageTranslationTransferModifier and TypeMethodDescriptionEditCommandMessageTranslationResult.getCommandMessageTranslation()GetCommandMessageTranslationResult.getCommandMessageTranslation()Methods in com.echothree.control.user.core.common.result that return types with arguments of type CommandMessageTranslationTransferModifier and TypeMethodDescriptionGetCommandMessageTranslationsResult.getCommandMessageTranslations()Methods in com.echothree.control.user.core.common.result with parameters of type CommandMessageTranslationTransferModifier and TypeMethodDescriptionvoidEditCommandMessageTranslationResult.setCommandMessageTranslation(CommandMessageTranslationTransfer commandMessageTranslation) voidGetCommandMessageTranslationResult.setCommandMessageTranslation(CommandMessageTranslationTransfer commandMessageTranslation) Method parameters in com.echothree.control.user.core.common.result with type arguments of type CommandMessageTranslationTransferModifier and TypeMethodDescriptionvoidGetCommandMessageTranslationsResult.setCommandMessageTranslations(List<CommandMessageTranslationTransfer> commandMessageTranslations) -
Uses of CommandMessageTranslationTransfer in com.echothree.model.control.core.common.transfer
Methods in com.echothree.model.control.core.common.transfer that return types with arguments of type CommandMessageTranslationTransferModifier and TypeMethodDescriptionCommandMessageTransfer.getCommandMessageTranslations()Returns the commandMessageTranslations.Method parameters in com.echothree.model.control.core.common.transfer with type arguments of type CommandMessageTranslationTransferModifier and TypeMethodDescriptionvoidCommandMessageTransfer.setCommandMessageTranslations(MapWrapper<CommandMessageTranslationTransfer> commandMessageTranslations) Sets the commandMessageTranslations. -
Uses of CommandMessageTranslationTransfer in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return CommandMessageTranslationTransferModifier and TypeMethodDescriptionCommandControl.getCommandMessageTranslationTransfer(UserVisit userVisit, CommandMessageTranslation commandMessageTranslation) Methods in com.echothree.model.control.core.server.control that return types with arguments of type CommandMessageTranslationTransferModifier and TypeMethodDescriptionCommandControl.getCommandMessageTranslationTransfers(UserVisit userVisit, Collection<CommandMessageTranslation> commandMessageTranslations) CommandControl.getCommandMessageTranslationTransfersByCommandMessage(UserVisit userVisit, CommandMessage commandMessage) -
Uses of CommandMessageTranslationTransfer in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer that return CommandMessageTranslationTransferModifier and TypeMethodDescriptionCommandMessageTranslationTransferCache.getCommandMessageTranslationTransfer(UserVisit userVisit, CommandMessageTranslation commandMessageTranslation)