Uses of Class
com.echothree.model.data.geo.common.pk.GeoCodeAliasPK
Packages that use GeoCodeAliasPK
Package
Description
-
Uses of GeoCodeAliasPK in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeAliasPK -
Uses of GeoCodeAliasPK in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeAliasPKModifier and TypeMethodDescriptionGeoCodeAliasFactory.getNextPK()GeoCodeAliasFactory.getPKFromQuery(PreparedStatement ps, Object... params) GeoCodeAliasFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeAliasPKModifier and TypeMethodDescriptionGeoCodeAliasFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GeoCodeAliasFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GeoCodeAliasFactory.getPKsFromResultSetAsList(ResultSet rs) GeoCodeAliasFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeAliasPKModifier and TypeMethodDescriptionGeoCodeAliasFactory.getEntityFromCache(GeoCodeAliasPK pk) GeoCodeAliasFactory.getEntityFromPK(EntityPermission entityPermission, GeoCodeAliasPK pk) GeoCodeAliasFactory.getValueFromPK(GeoCodeAliasPK pk) voidGeoCodeAliasFactory.remove(GeoCodeAliasPK pk) booleanGeoCodeAliasFactory.validPK(GeoCodeAliasPK pk) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeAliasPKModifier and TypeMethodDescriptionGeoCodeAliasFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GeoCodeAliasPK> pks) GeoCodeAliasFactory.getValuesFromPKs(Collection<GeoCodeAliasPK> pks) voidGeoCodeAliasFactory.remove(Collection<GeoCodeAliasPK> pks) -
Uses of GeoCodeAliasPK in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodeAliasPKConstructors in com.echothree.model.data.geo.server.value with parameters of type GeoCodeAliasPKModifierConstructorDescriptionGeoCodeAliasValue(GeoCodeAliasPK geoCodeAliasPK, GeoCodePK geoCodePK, GeoCodeScopePK geoCodeScopePK, GeoCodeAliasTypePK geoCodeAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of GeoCodeAliasValue