Uses of Class
com.echothree.model.data.message.server.value.EntityMessageValue
Packages that use EntityMessageValue
Package
Description
-
Uses of EntityMessageValue in com.echothree.model.data.message.server.entity
Methods in com.echothree.model.data.message.server.entity that return EntityMessageValueMethods in com.echothree.model.data.message.server.entity with parameters of type EntityMessageValueModifier and TypeMethodDescriptionvoidEntityMessage.setEntityMessageValue(EntityMessageValue value) Constructors in com.echothree.model.data.message.server.entity with parameters of type EntityMessageValueModifierConstructorDescriptionEntityMessage(EntityMessageValue value, EntityPermission entityPermission) Creates a new instance of EntityMessage -
Uses of EntityMessageValue in com.echothree.model.data.message.server.factory
Methods in com.echothree.model.data.message.server.factory that return EntityMessageValueModifier and TypeMethodDescriptionEntityMessageFactory.getValueFromPK(Session session, EntityMessagePK pk) EntityMessageFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.message.server.factory that return types with arguments of type EntityMessageValueModifier and TypeMethodDescriptionEntityMessageFactory.getValuesFromPKs(Session session, Collection<EntityMessagePK> pks) EntityMessageFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.message.server.factory with parameters of type EntityMessageValueModifier and TypeMethodDescriptionEntityMessageFactory.getEntityFromValue(EntityPermission entityPermission, EntityMessageValue value) EntityMessageFactory.getEntityFromValue(Session session, EntityPermission entityPermission, EntityMessageValue value) Method parameters in com.echothree.model.data.message.server.factory with type arguments of type EntityMessageValueModifier and TypeMethodDescriptionvoidEntityMessageFactory.create(Session session, Collection<EntityMessageValue> _values) voidEntityMessageFactory.create(Collection<EntityMessageValue> _values) -
Uses of EntityMessageValue in com.echothree.model.data.message.server.value
Methods in com.echothree.model.data.message.server.value that return EntityMessageValue