Uses of Class
com.echothree.model.data.geo.common.pk.GeoCodeRelationshipPK
Packages that use GeoCodeRelationshipPK
Package
Description
-
Uses of GeoCodeRelationshipPK in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeRelationshipPK -
Uses of GeoCodeRelationshipPK in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeRelationshipPKModifier and TypeMethodDescriptionGeoCodeRelationshipFactory.getNextPK()GeoCodeRelationshipFactory.getPKFromQuery(PreparedStatement ps, Object... params) GeoCodeRelationshipFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeRelationshipPKModifier and TypeMethodDescriptionGeoCodeRelationshipFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GeoCodeRelationshipFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GeoCodeRelationshipFactory.getPKsFromResultSetAsList(ResultSet rs) GeoCodeRelationshipFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeRelationshipPKModifier and TypeMethodDescriptionGeoCodeRelationshipFactory.getEntityFromCache(GeoCodeRelationshipPK pk) GeoCodeRelationshipFactory.getEntityFromPK(EntityPermission entityPermission, GeoCodeRelationshipPK pk) GeoCodeRelationshipFactory.getValueFromPK(GeoCodeRelationshipPK pk) voidGeoCodeRelationshipFactory.remove(GeoCodeRelationshipPK pk) booleanGeoCodeRelationshipFactory.validPK(GeoCodeRelationshipPK pk) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeRelationshipPKModifier and TypeMethodDescriptionGeoCodeRelationshipFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GeoCodeRelationshipPK> pks) GeoCodeRelationshipFactory.getValuesFromPKs(Collection<GeoCodeRelationshipPK> pks) voidGeoCodeRelationshipFactory.remove(Collection<GeoCodeRelationshipPK> pks) -
Uses of GeoCodeRelationshipPK in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodeRelationshipPKConstructors in com.echothree.model.data.geo.server.value with parameters of type GeoCodeRelationshipPKModifierConstructorDescriptionGeoCodeRelationshipValue(GeoCodeRelationshipPK geoCodeRelationshipPK, GeoCodePK fromGeoCodePK, GeoCodePK toGeoCodePK, Long fromTime, Long thruTime) Creates a new instance of GeoCodeRelationshipValue