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 TypeMethodDescriptionvoid
EditCommandMessageTranslationResult.setCommandMessageTranslation
(CommandMessageTranslationTransfer commandMessageTranslation) void
GetCommandMessageTranslationResult.setCommandMessageTranslation
(CommandMessageTranslationTransfer commandMessageTranslation) Method parameters in com.echothree.control.user.core.common.result with type arguments of type CommandMessageTranslationTransferModifier and TypeMethodDescriptionvoid
GetCommandMessageTranslationsResult.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 TypeMethodDescriptionvoid
CommandMessageTransfer.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 TypeMethodDescriptionCoreControl.getCommandMessageTranslationTransfer
(UserVisit userVisit, CommandMessageTranslation commandMessageTranslation) Methods in com.echothree.model.control.core.server.control that return types with arguments of type CommandMessageTranslationTransferModifier and TypeMethodDescriptionCoreControl.getCommandMessageTranslationTransfers
(UserVisit userVisit, Collection<CommandMessageTranslation> commandMessageTranslations) CoreControl.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
(CommandMessageTranslation commandMessageTranslation)