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
(Session session, GeoCodeAliasPK pk) GeoCodeAliasFactory.getEntityFromPK
(EntityPermission entityPermission, GeoCodeAliasPK pk) GeoCodeAliasFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GeoCodeAliasPK pk) GeoCodeAliasFactory.getValueFromPK
(Session session, GeoCodeAliasPK pk) void
GeoCodeAliasFactory.remove
(Session session, GeoCodeAliasPK pk) boolean
GeoCodeAliasFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GeoCodeAliasPK> pks) GeoCodeAliasFactory.getValuesFromPKs
(Session session, Collection<GeoCodeAliasPK> pks) void
GeoCodeAliasFactory.remove
(Session session, Collection<GeoCodeAliasPK> pks) void
GeoCodeAliasFactory.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