Uses of Class
com.echothree.model.data.core.server.value.EntityNameAttributeValue
Packages that use EntityNameAttributeValue
Package
Description
-
Uses of EntityNameAttributeValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityNameAttributeValueModifier and TypeMethodDescriptionCoreControl.getEntityNameAttributeValueForUpdate
(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityNameAttributeValueForUpdate
(EntityNameAttribute entityNameAttribute) Methods in com.echothree.model.control.core.server.control with parameters of type EntityNameAttributeValueModifier and TypeMethodDescriptionvoid
CoreControl.updateEntityNameAttributeFromValue
(EntityNameAttributeValue entityNameAttributeValue, BasePK updatedBy) -
Uses of EntityNameAttributeValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityNameAttributeValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityNameAttributeValueModifier and TypeMethodDescriptionvoid
EntityNameAttribute.setEntityNameAttributeValue
(EntityNameAttributeValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityNameAttributeValueModifierConstructorDescriptionEntityNameAttribute
(EntityNameAttributeValue value, EntityPermission entityPermission) Creates a new instance of EntityNameAttribute -
Uses of EntityNameAttributeValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityNameAttributeValueModifier and TypeMethodDescriptionEntityNameAttributeFactory.getValueFromPK
(Session session, EntityNameAttributePK pk) EntityNameAttributeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityNameAttributeValueModifier and TypeMethodDescriptionEntityNameAttributeFactory.getValuesFromPKs
(Session session, Collection<EntityNameAttributePK> pks) EntityNameAttributeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityNameAttributeValueModifier and TypeMethodDescriptionEntityNameAttributeFactory.getEntityFromValue
(EntityPermission entityPermission, EntityNameAttributeValue value) EntityNameAttributeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityNameAttributeValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityNameAttributeValueModifier and TypeMethodDescriptionvoid
EntityNameAttributeFactory.create
(Session session, Collection<EntityNameAttributeValue> _values) void
EntityNameAttributeFactory.create
(Collection<EntityNameAttributeValue> _values) -
Uses of EntityNameAttributeValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityNameAttributeValue