Uses of Class
com.echothree.model.data.core.server.value.EntityLongAttributeValue
Packages that use EntityLongAttributeValue
Package
Description
-
Uses of EntityLongAttributeValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityLongAttributeValueModifier and TypeMethodDescriptionCoreControl.getEntityLongAttributeValueForUpdate
(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityLongAttributeValueForUpdate
(EntityLongAttribute entityLongAttribute) Methods in com.echothree.model.control.core.server.control with parameters of type EntityLongAttributeValueModifier and TypeMethodDescriptionvoid
CoreControl.updateEntityLongAttributeFromValue
(EntityLongAttributeValue entityLongAttributeValue, BasePK updatedBy) -
Uses of EntityLongAttributeValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityLongAttributeValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityLongAttributeValueModifier and TypeMethodDescriptionvoid
EntityLongAttribute.setEntityLongAttributeValue
(EntityLongAttributeValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityLongAttributeValueModifierConstructorDescriptionEntityLongAttribute
(EntityLongAttributeValue value, EntityPermission entityPermission) Creates a new instance of EntityLongAttribute -
Uses of EntityLongAttributeValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityLongAttributeValueModifier and TypeMethodDescriptionEntityLongAttributeFactory.getValueFromPK
(Session session, EntityLongAttributePK pk) EntityLongAttributeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityLongAttributeValueModifier and TypeMethodDescriptionEntityLongAttributeFactory.getValuesFromPKs
(Session session, Collection<EntityLongAttributePK> pks) EntityLongAttributeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityLongAttributeValueModifier and TypeMethodDescriptionEntityLongAttributeFactory.getEntityFromValue
(EntityPermission entityPermission, EntityLongAttributeValue value) EntityLongAttributeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityLongAttributeValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityLongAttributeValueModifier and TypeMethodDescriptionvoid
EntityLongAttributeFactory.create
(Session session, Collection<EntityLongAttributeValue> _values) void
EntityLongAttributeFactory.create
(Collection<EntityLongAttributeValue> _values) -
Uses of EntityLongAttributeValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityLongAttributeValue