Uses of Class
com.echothree.model.data.message.server.value.MessageBlobValue
Packages that use MessageBlobValue
Package
Description
-
Uses of MessageBlobValue in com.echothree.model.control.message.server.control
Methods in com.echothree.model.control.message.server.control that return MessageBlobValueModifier and TypeMethodDescriptionMessageControl.getMessageBlobValue(MessageBlob messageBlob) MessageControl.getMessageBlobValueForUpdate(Message message, Language language) Methods in com.echothree.model.control.message.server.control with parameters of type MessageBlobValueModifier and TypeMethodDescriptionvoidMessageControl.updateMessageBlobFromValue(MessageBlobValue messageBlobValue, BasePK updatedBy) -
Uses of MessageBlobValue in com.echothree.model.data.message.server.entity
Methods in com.echothree.model.data.message.server.entity that return MessageBlobValueMethods in com.echothree.model.data.message.server.entity with parameters of type MessageBlobValueConstructors in com.echothree.model.data.message.server.entity with parameters of type MessageBlobValueModifierConstructorDescriptionMessageBlob(MessageBlobValue value, EntityPermission entityPermission) Creates a new instance of MessageBlob -
Uses of MessageBlobValue in com.echothree.model.data.message.server.factory
Methods in com.echothree.model.data.message.server.factory that return MessageBlobValueModifier and TypeMethodDescriptionMessageBlobFactory.getValueFromPK(Session session, MessageBlobPK pk) MessageBlobFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.message.server.factory that return types with arguments of type MessageBlobValueModifier and TypeMethodDescriptionMessageBlobFactory.getValuesFromPKs(Session session, Collection<MessageBlobPK> pks) MessageBlobFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.message.server.factory with parameters of type MessageBlobValueModifier and TypeMethodDescriptionMessageBlobFactory.getEntityFromValue(EntityPermission entityPermission, MessageBlobValue value) MessageBlobFactory.getEntityFromValue(Session session, EntityPermission entityPermission, MessageBlobValue value) Method parameters in com.echothree.model.data.message.server.factory with type arguments of type MessageBlobValueModifier and TypeMethodDescriptionvoidMessageBlobFactory.create(Session session, Collection<MessageBlobValue> _values) voidMessageBlobFactory.create(Collection<MessageBlobValue> _values) -
Uses of MessageBlobValue in com.echothree.model.data.message.server.value
Methods in com.echothree.model.data.message.server.value that return MessageBlobValue