Uses of Class
com.echothree.model.data.core.server.value.EntityAttributeStringValue
Packages that use EntityAttributeStringValue
Package
Description
-
Uses of EntityAttributeStringValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityAttributeStringValueModifier and TypeMethodDescriptionCoreControl.getEntityAttributeStringValue(EntityAttributeString entityAttributeString) CoreControl.getEntityAttributeStringValueForUpdate(EntityAttribute entityAttribute) Methods in com.echothree.model.control.core.server.control with parameters of type EntityAttributeStringValueModifier and TypeMethodDescriptionvoidCoreControl.updateEntityAttributeStringFromValue(EntityAttributeStringValue entityAttributeStringValue, BasePK updatedBy) -
Uses of EntityAttributeStringValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeStringValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeStringValueModifier and TypeMethodDescriptionvoidEntityAttributeString.setEntityAttributeStringValue(EntityAttributeStringValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeStringValueModifierConstructorDescriptionEntityAttributeString(EntityAttributeStringValue value, EntityPermission entityPermission) Creates a new instance of EntityAttributeString -
Uses of EntityAttributeStringValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeStringValueModifier and TypeMethodDescriptionEntityAttributeStringFactory.getValueFromPK(Session session, EntityAttributeStringPK pk) EntityAttributeStringFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeStringValueModifier and TypeMethodDescriptionEntityAttributeStringFactory.getValuesFromPKs(Session session, Collection<EntityAttributeStringPK> pks) EntityAttributeStringFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeStringValueModifier and TypeMethodDescriptionEntityAttributeStringFactory.getEntityFromValue(EntityPermission entityPermission, EntityAttributeStringValue value) EntityAttributeStringFactory.getEntityFromValue(Session session, EntityPermission entityPermission, EntityAttributeStringValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeStringValueModifier and TypeMethodDescriptionvoidEntityAttributeStringFactory.create(Session session, Collection<EntityAttributeStringValue> _values) voidEntityAttributeStringFactory.create(Collection<EntityAttributeStringValue> _values) -
Uses of EntityAttributeStringValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeStringValue