Uses of Class
com.echothree.model.data.core.server.value.CommandMessageTranslationValue
Packages that use CommandMessageTranslationValue
Package
Description
-
Uses of CommandMessageTranslationValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return CommandMessageTranslationValueModifier and TypeMethodDescriptionCommandControl.getCommandMessageTranslationValue(CommandMessageTranslation commandMessageTranslation) CommandControl.getCommandMessageTranslationValueForUpdate(CommandMessage commandMessage, Language language) Methods in com.echothree.model.control.core.server.control with parameters of type CommandMessageTranslationValueModifier and TypeMethodDescriptionvoidCommandControl.updateCommandMessageTranslationFromValue(CommandMessageTranslationValue commandMessageTranslationValue, BasePK updatedBy) -
Uses of CommandMessageTranslationValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return CommandMessageTranslationValueMethods in com.echothree.model.data.core.server.entity with parameters of type CommandMessageTranslationValueModifier and TypeMethodDescriptionvoidCommandMessageTranslation.setCommandMessageTranslationValue(CommandMessageTranslationValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type CommandMessageTranslationValueModifierConstructorDescriptionCommandMessageTranslation(CommandMessageTranslationValue value, EntityPermission entityPermission) Creates a new instance of CommandMessageTranslation -
Uses of CommandMessageTranslationValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CommandMessageTranslationValueModifier and TypeMethodDescriptionCommandMessageTranslationFactory.getValueFromPK(Session session, CommandMessageTranslationPK pk) CommandMessageTranslationFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CommandMessageTranslationValueModifier and TypeMethodDescriptionCommandMessageTranslationFactory.getValuesFromPKs(Session session, Collection<CommandMessageTranslationPK> pks) CommandMessageTranslationFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CommandMessageTranslationValueModifier and TypeMethodDescriptionCommandMessageTranslationFactory.getEntityFromValue(EntityPermission entityPermission, CommandMessageTranslationValue value) CommandMessageTranslationFactory.getEntityFromValue(Session session, EntityPermission entityPermission, CommandMessageTranslationValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CommandMessageTranslationValueModifier and TypeMethodDescriptionvoidCommandMessageTranslationFactory.create(Session session, Collection<CommandMessageTranslationValue> _values) voidCommandMessageTranslationFactory.create(Collection<CommandMessageTranslationValue> _values) -
Uses of CommandMessageTranslationValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return CommandMessageTranslationValue