Uses of Class
com.echothree.model.data.core.server.value.EntityAttributeDescriptionValue
Packages that use EntityAttributeDescriptionValue
Package
Description
-
Uses of EntityAttributeDescriptionValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityAttributeDescriptionValueModifier and TypeMethodDescriptionCoreControl.getEntityAttributeDescriptionValue
(EntityAttributeDescription entityAttributeDescription) CoreControl.getEntityAttributeDescriptionValueForUpdate
(EntityAttribute entityAttribute, Language language) Methods in com.echothree.model.control.core.server.control with parameters of type EntityAttributeDescriptionValueModifier and TypeMethodDescriptionvoid
CoreControl.updateEntityAttributeDescriptionFromValue
(EntityAttributeDescriptionValue entityAttributeDescriptionValue, BasePK updatedBy) -
Uses of EntityAttributeDescriptionValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeDescriptionValueModifier and TypeMethodDescriptionEntityAttributeDescription.getEntityAttributeDescriptionValue()
Methods in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeDescriptionValueModifier and TypeMethodDescriptionvoid
EntityAttributeDescription.setEntityAttributeDescriptionValue
(EntityAttributeDescriptionValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeDescriptionValueModifierConstructorDescriptionEntityAttributeDescription
(EntityAttributeDescriptionValue value, EntityPermission entityPermission) Creates a new instance of EntityAttributeDescription -
Uses of EntityAttributeDescriptionValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeDescriptionValueModifier and TypeMethodDescriptionEntityAttributeDescriptionFactory.getValueFromPK
(Session session, EntityAttributeDescriptionPK pk) EntityAttributeDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeDescriptionValueModifier and TypeMethodDescriptionEntityAttributeDescriptionFactory.getValuesFromPKs
(Session session, Collection<EntityAttributeDescriptionPK> pks) EntityAttributeDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeDescriptionValueModifier and TypeMethodDescriptionEntityAttributeDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, EntityAttributeDescriptionValue value) EntityAttributeDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityAttributeDescriptionValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeDescriptionValueModifier and TypeMethodDescriptionvoid
EntityAttributeDescriptionFactory.create
(Session session, Collection<EntityAttributeDescriptionValue> _values) void
EntityAttributeDescriptionFactory.create
(Collection<EntityAttributeDescriptionValue> _values) -
Uses of EntityAttributeDescriptionValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeDescriptionValue