Uses of Class
com.echothree.model.data.core.server.value.EntityGeoPointAttributeValue
Packages that use EntityGeoPointAttributeValue
Package
Description
-
Uses of EntityGeoPointAttributeValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityGeoPointAttributeValueModifier and TypeMethodDescriptionCoreControl.getEntityGeoPointAttributeValueForUpdate(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityGeoPointAttributeValueForUpdate(EntityGeoPointAttribute entityGeoPointAttribute) Methods in com.echothree.model.control.core.server.control with parameters of type EntityGeoPointAttributeValueModifier and TypeMethodDescriptionvoidCoreControl.updateEntityGeoPointAttributeFromValue(EntityGeoPointAttributeValue entityGeoPointAttributeValue, BasePK updatedBy) -
Uses of EntityGeoPointAttributeValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityGeoPointAttributeValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityGeoPointAttributeValueModifier and TypeMethodDescriptionvoidEntityGeoPointAttribute.setEntityGeoPointAttributeValue(EntityGeoPointAttributeValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityGeoPointAttributeValueModifierConstructorDescriptionEntityGeoPointAttribute(EntityGeoPointAttributeValue value, EntityPermission entityPermission) Creates a new instance of EntityGeoPointAttribute -
Uses of EntityGeoPointAttributeValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityGeoPointAttributeValueModifier and TypeMethodDescriptionEntityGeoPointAttributeFactory.getValueFromPK(Session session, EntityGeoPointAttributePK pk) EntityGeoPointAttributeFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityGeoPointAttributeValueModifier and TypeMethodDescriptionEntityGeoPointAttributeFactory.getValuesFromPKs(Session session, Collection<EntityGeoPointAttributePK> pks) EntityGeoPointAttributeFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityGeoPointAttributeValueModifier and TypeMethodDescriptionEntityGeoPointAttributeFactory.getEntityFromValue(EntityPermission entityPermission, EntityGeoPointAttributeValue value) EntityGeoPointAttributeFactory.getEntityFromValue(Session session, EntityPermission entityPermission, EntityGeoPointAttributeValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityGeoPointAttributeValueModifier and TypeMethodDescriptionvoidEntityGeoPointAttributeFactory.create(Session session, Collection<EntityGeoPointAttributeValue> _values) voidEntityGeoPointAttributeFactory.create(Collection<EntityGeoPointAttributeValue> _values) -
Uses of EntityGeoPointAttributeValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityGeoPointAttributeValue