Uses of Class
com.echothree.model.data.geo.common.pk.GeoCodeDescriptionPK
Packages that use GeoCodeDescriptionPK
Package
Description
-
Uses of GeoCodeDescriptionPK in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeDescriptionPK -
Uses of GeoCodeDescriptionPK in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeDescriptionPKModifier and TypeMethodDescriptionGeoCodeDescriptionFactory.getNextPK()GeoCodeDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) GeoCodeDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeDescriptionPKModifier and TypeMethodDescriptionGeoCodeDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GeoCodeDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GeoCodeDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) GeoCodeDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeDescriptionPKModifier and TypeMethodDescriptionGeoCodeDescriptionFactory.getEntityFromCache(GeoCodeDescriptionPK pk) GeoCodeDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, GeoCodeDescriptionPK pk) GeoCodeDescriptionFactory.getValueFromPK(GeoCodeDescriptionPK pk) voidGeoCodeDescriptionFactory.remove(GeoCodeDescriptionPK pk) booleanGeoCodeDescriptionFactory.validPK(GeoCodeDescriptionPK pk) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeDescriptionPKModifier and TypeMethodDescriptionGeoCodeDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GeoCodeDescriptionPK> pks) GeoCodeDescriptionFactory.getValuesFromPKs(Collection<GeoCodeDescriptionPK> pks) voidGeoCodeDescriptionFactory.remove(Collection<GeoCodeDescriptionPK> pks) -
Uses of GeoCodeDescriptionPK in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodeDescriptionPKConstructors in com.echothree.model.data.geo.server.value with parameters of type GeoCodeDescriptionPKModifierConstructorDescriptionGeoCodeDescriptionValue(GeoCodeDescriptionPK geoCodeDescriptionPK, GeoCodePK geoCodePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GeoCodeDescriptionValue