Uses of Class
com.echothree.model.data.geo.server.value.GeoCodeScopeValue
Packages that use GeoCodeScopeValue
Package
Description
-
Uses of GeoCodeScopeValue in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeScopeValueMethods in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeScopeValueModifier and TypeMethodDescriptionvoidGeoCodeScope.setGeoCodeScopeValue(GeoCodeScopeValue value) Constructors in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeScopeValueModifierConstructorDescriptionGeoCodeScope(GeoCodeScopeValue value, EntityPermission entityPermission) Creates a new instance of GeoCodeScope -
Uses of GeoCodeScopeValue in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeScopeValueModifier and TypeMethodDescriptionGeoCodeScopeFactory.getValueFromPK(Session session, GeoCodeScopePK pk) GeoCodeScopeFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeScopeValueModifier and TypeMethodDescriptionGeoCodeScopeFactory.getValuesFromPKs(Session session, Collection<GeoCodeScopePK> pks) GeoCodeScopeFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeScopeValueModifier and TypeMethodDescriptionGeoCodeScopeFactory.getEntityFromValue(EntityPermission entityPermission, GeoCodeScopeValue value) GeoCodeScopeFactory.getEntityFromValue(Session session, EntityPermission entityPermission, GeoCodeScopeValue value) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeScopeValueModifier and TypeMethodDescriptionvoidGeoCodeScopeFactory.create(Session session, Collection<GeoCodeScopeValue> _values) voidGeoCodeScopeFactory.create(Collection<GeoCodeScopeValue> _values) -
Uses of GeoCodeScopeValue in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodeScopeValue