Uses of Class
com.echothree.model.data.geo.server.value.GeoCodeValue
Packages that use GeoCodeValue
Package
Description
-
Uses of GeoCodeValue in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeValueMethods in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeValueConstructors in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeValueModifierConstructorDescriptionGeoCode
(GeoCodeValue value, EntityPermission entityPermission) Creates a new instance of GeoCode -
Uses of GeoCodeValue in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeValueModifier and TypeMethodDescriptionGeoCodeFactory.getValueFromPK
(Session session, GeoCodePK pk) GeoCodeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeValueModifier and TypeMethodDescriptionGeoCodeFactory.getValuesFromPKs
(Session session, Collection<GeoCodePK> pks) GeoCodeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeValueModifier and TypeMethodDescriptionGeoCodeFactory.getEntityFromValue
(EntityPermission entityPermission, GeoCodeValue value) GeoCodeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, GeoCodeValue value) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeValueModifier and TypeMethodDescriptionvoid
GeoCodeFactory.create
(Session session, Collection<GeoCodeValue> _values) void
GeoCodeFactory.create
(Collection<GeoCodeValue> _values) -
Uses of GeoCodeValue in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodeValue