Uses of Class
com.echothree.model.data.core.server.value.EntityEntityAttributeValue
Packages that use EntityEntityAttributeValue
Package
Description
-
Uses of EntityEntityAttributeValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityEntityAttributeValueModifier and TypeMethodDescriptionCoreControl.getEntityEntityAttributeValueForUpdate
(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityEntityAttributeValueForUpdate
(EntityEntityAttribute entityEntityAttribute) Methods in com.echothree.model.control.core.server.control with parameters of type EntityEntityAttributeValueModifier and TypeMethodDescriptionvoid
CoreControl.updateEntityEntityAttributeFromValue
(EntityEntityAttributeValue entityEntityAttributeValue, BasePK updatedBy) -
Uses of EntityEntityAttributeValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityEntityAttributeValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityEntityAttributeValueModifier and TypeMethodDescriptionvoid
EntityEntityAttribute.setEntityEntityAttributeValue
(EntityEntityAttributeValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityEntityAttributeValueModifierConstructorDescriptionEntityEntityAttribute
(EntityEntityAttributeValue value, EntityPermission entityPermission) Creates a new instance of EntityEntityAttribute -
Uses of EntityEntityAttributeValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityEntityAttributeValueModifier and TypeMethodDescriptionEntityEntityAttributeFactory.getValueFromPK
(Session session, EntityEntityAttributePK pk) EntityEntityAttributeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityEntityAttributeValueModifier and TypeMethodDescriptionEntityEntityAttributeFactory.getValuesFromPKs
(Session session, Collection<EntityEntityAttributePK> pks) EntityEntityAttributeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityEntityAttributeValueModifier and TypeMethodDescriptionEntityEntityAttributeFactory.getEntityFromValue
(EntityPermission entityPermission, EntityEntityAttributeValue value) EntityEntityAttributeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityEntityAttributeValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityEntityAttributeValueModifier and TypeMethodDescriptionvoid
EntityEntityAttributeFactory.create
(Session session, Collection<EntityEntityAttributeValue> _values) void
EntityEntityAttributeFactory.create
(Collection<EntityEntityAttributeValue> _values) -
Uses of EntityEntityAttributeValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityEntityAttributeValue