Uses of Class
com.echothree.model.data.core.server.value.EntityStringAttributeValue
Packages that use EntityStringAttributeValue
Package
Description
-
Uses of EntityStringAttributeValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityStringAttributeValueModifier and TypeMethodDescriptionCoreControl.getEntityStringAttributeValueForUpdate
(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language) CoreControl.getEntityStringAttributeValueForUpdate
(EntityStringAttribute entityStringAttribute) Methods in com.echothree.model.control.core.server.control with parameters of type EntityStringAttributeValueModifier and TypeMethodDescriptionvoid
CoreControl.updateEntityStringAttributeFromValue
(EntityStringAttributeValue entityStringAttributeValue, BasePK updatedBy) -
Uses of EntityStringAttributeValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityStringAttributeValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityStringAttributeValueModifier and TypeMethodDescriptionvoid
EntityStringAttribute.setEntityStringAttributeValue
(EntityStringAttributeValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityStringAttributeValueModifierConstructorDescriptionEntityStringAttribute
(EntityStringAttributeValue value, EntityPermission entityPermission) Creates a new instance of EntityStringAttribute -
Uses of EntityStringAttributeValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityStringAttributeValueModifier and TypeMethodDescriptionEntityStringAttributeFactory.getValueFromPK
(Session session, EntityStringAttributePK pk) EntityStringAttributeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityStringAttributeValueModifier and TypeMethodDescriptionEntityStringAttributeFactory.getValuesFromPKs
(Session session, Collection<EntityStringAttributePK> pks) EntityStringAttributeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityStringAttributeValueModifier and TypeMethodDescriptionEntityStringAttributeFactory.getEntityFromValue
(EntityPermission entityPermission, EntityStringAttributeValue value) EntityStringAttributeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityStringAttributeValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityStringAttributeValueModifier and TypeMethodDescriptionvoid
EntityStringAttributeFactory.create
(Session session, Collection<EntityStringAttributeValue> _values) void
EntityStringAttributeFactory.create
(Collection<EntityStringAttributeValue> _values) -
Uses of EntityStringAttributeValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityStringAttributeValue