Uses of Class
com.echothree.model.data.geo.server.value.GeoCodeRelationshipValue
Packages that use GeoCodeRelationshipValue
Package
Description
-
Uses of GeoCodeRelationshipValue in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeRelationshipValueMethods in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeRelationshipValueModifier and TypeMethodDescriptionvoidGeoCodeRelationship.setGeoCodeRelationshipValue(GeoCodeRelationshipValue value) Constructors in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeRelationshipValueModifierConstructorDescriptionGeoCodeRelationship(GeoCodeRelationshipValue value, EntityPermission entityPermission) Creates a new instance of GeoCodeRelationship -
Uses of GeoCodeRelationshipValue in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeRelationshipValueModifier and TypeMethodDescriptionGeoCodeRelationshipFactory.getValueFromPK(Session session, GeoCodeRelationshipPK pk) GeoCodeRelationshipFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeRelationshipValueModifier and TypeMethodDescriptionGeoCodeRelationshipFactory.getValuesFromPKs(Session session, Collection<GeoCodeRelationshipPK> pks) GeoCodeRelationshipFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeRelationshipValueModifier and TypeMethodDescriptionGeoCodeRelationshipFactory.getEntityFromValue(EntityPermission entityPermission, GeoCodeRelationshipValue value) GeoCodeRelationshipFactory.getEntityFromValue(Session session, EntityPermission entityPermission, GeoCodeRelationshipValue value) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeRelationshipValueModifier and TypeMethodDescriptionvoidGeoCodeRelationshipFactory.create(Session session, Collection<GeoCodeRelationshipValue> _values) voidGeoCodeRelationshipFactory.create(Collection<GeoCodeRelationshipValue> _values) -
Uses of GeoCodeRelationshipValue in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodeRelationshipValue