Uses of Class
com.echothree.model.data.core.server.value.EntityAttributeBlobValue
Packages that use EntityAttributeBlobValue
Package
Description
-
Uses of EntityAttributeBlobValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityAttributeBlobValueModifier and TypeMethodDescriptionCoreControl.getEntityAttributeBlobValue
(EntityAttributeBlob entityAttributeBlob) CoreControl.getEntityAttributeBlobValueForUpdate
(EntityAttribute entityAttribute) Methods in com.echothree.model.control.core.server.control with parameters of type EntityAttributeBlobValueModifier and TypeMethodDescriptionvoid
CoreControl.updateEntityAttributeBlobFromValue
(EntityAttributeBlobValue entityAttributeBlobValue, BasePK updatedBy) -
Uses of EntityAttributeBlobValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeBlobValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeBlobValueModifier and TypeMethodDescriptionvoid
EntityAttributeBlob.setEntityAttributeBlobValue
(EntityAttributeBlobValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeBlobValueModifierConstructorDescriptionEntityAttributeBlob
(EntityAttributeBlobValue value, EntityPermission entityPermission) Creates a new instance of EntityAttributeBlob -
Uses of EntityAttributeBlobValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeBlobValueModifier and TypeMethodDescriptionEntityAttributeBlobFactory.getValueFromPK
(Session session, EntityAttributeBlobPK pk) EntityAttributeBlobFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeBlobValueModifier and TypeMethodDescriptionEntityAttributeBlobFactory.getValuesFromPKs
(Session session, Collection<EntityAttributeBlobPK> pks) EntityAttributeBlobFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeBlobValueModifier and TypeMethodDescriptionEntityAttributeBlobFactory.getEntityFromValue
(EntityPermission entityPermission, EntityAttributeBlobValue value) EntityAttributeBlobFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityAttributeBlobValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeBlobValueModifier and TypeMethodDescriptionvoid
EntityAttributeBlobFactory.create
(Session session, Collection<EntityAttributeBlobValue> _values) void
EntityAttributeBlobFactory.create
(Collection<EntityAttributeBlobValue> _values) -
Uses of EntityAttributeBlobValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeBlobValue