Uses of Class
com.echothree.model.data.message.server.value.MessageDescriptionValue
Packages that use MessageDescriptionValue
Package
Description
-
Uses of MessageDescriptionValue in com.echothree.model.control.message.server.control
Methods in com.echothree.model.control.message.server.control that return MessageDescriptionValueModifier and TypeMethodDescriptionMessageControl.getMessageDescriptionValue
(MessageDescription messageDescription) MessageControl.getMessageDescriptionValueForUpdate
(Message message, Language language) Methods in com.echothree.model.control.message.server.control with parameters of type MessageDescriptionValueModifier and TypeMethodDescriptionvoid
MessageControl.updateMessageDescriptionFromValue
(MessageDescriptionValue messageDescriptionValue, BasePK updatedBy) -
Uses of MessageDescriptionValue in com.echothree.model.data.message.server.entity
Methods in com.echothree.model.data.message.server.entity that return MessageDescriptionValueMethods in com.echothree.model.data.message.server.entity with parameters of type MessageDescriptionValueModifier and TypeMethodDescriptionvoid
MessageDescription.setMessageDescriptionValue
(MessageDescriptionValue value) Constructors in com.echothree.model.data.message.server.entity with parameters of type MessageDescriptionValueModifierConstructorDescriptionMessageDescription
(MessageDescriptionValue value, EntityPermission entityPermission) Creates a new instance of MessageDescription -
Uses of MessageDescriptionValue in com.echothree.model.data.message.server.factory
Methods in com.echothree.model.data.message.server.factory that return MessageDescriptionValueModifier and TypeMethodDescriptionMessageDescriptionFactory.getValueFromPK
(Session session, MessageDescriptionPK pk) MessageDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.message.server.factory that return types with arguments of type MessageDescriptionValueModifier and TypeMethodDescriptionMessageDescriptionFactory.getValuesFromPKs
(Session session, Collection<MessageDescriptionPK> pks) MessageDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.message.server.factory with parameters of type MessageDescriptionValueModifier and TypeMethodDescriptionMessageDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, MessageDescriptionValue value) MessageDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, MessageDescriptionValue value) Method parameters in com.echothree.model.data.message.server.factory with type arguments of type MessageDescriptionValueModifier and TypeMethodDescriptionvoid
MessageDescriptionFactory.create
(Session session, Collection<MessageDescriptionValue> _values) void
MessageDescriptionFactory.create
(Collection<MessageDescriptionValue> _values) -
Uses of MessageDescriptionValue in com.echothree.model.data.message.server.value
Methods in com.echothree.model.data.message.server.value that return MessageDescriptionValue