Uses of Class
com.echothree.model.data.geo.common.pk.GeoCodeScopeDescriptionPK
Packages that use GeoCodeScopeDescriptionPK
Package
Description
-
Uses of GeoCodeScopeDescriptionPK in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeScopeDescriptionPK -
Uses of GeoCodeScopeDescriptionPK in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeScopeDescriptionPKModifier and TypeMethodDescriptionGeoCodeScopeDescriptionFactory.getNextPK()GeoCodeScopeDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) GeoCodeScopeDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeScopeDescriptionPKModifier and TypeMethodDescriptionGeoCodeScopeDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GeoCodeScopeDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GeoCodeScopeDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) GeoCodeScopeDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeScopeDescriptionPKModifier and TypeMethodDescriptionGeoCodeScopeDescriptionFactory.getEntityFromCache(Session session, GeoCodeScopeDescriptionPK pk) GeoCodeScopeDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, GeoCodeScopeDescriptionPK pk) GeoCodeScopeDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, GeoCodeScopeDescriptionPK pk) GeoCodeScopeDescriptionFactory.getValueFromPK(Session session, GeoCodeScopeDescriptionPK pk) voidGeoCodeScopeDescriptionFactory.remove(Session session, GeoCodeScopeDescriptionPK pk) booleanGeoCodeScopeDescriptionFactory.validPK(Session session, GeoCodeScopeDescriptionPK pk) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeScopeDescriptionPKModifier and TypeMethodDescriptionGeoCodeScopeDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GeoCodeScopeDescriptionPK> pks) GeoCodeScopeDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<GeoCodeScopeDescriptionPK> pks) GeoCodeScopeDescriptionFactory.getValuesFromPKs(Session session, Collection<GeoCodeScopeDescriptionPK> pks) voidGeoCodeScopeDescriptionFactory.remove(Session session, Collection<GeoCodeScopeDescriptionPK> pks) voidGeoCodeScopeDescriptionFactory.remove(Collection<GeoCodeScopeDescriptionPK> pks) -
Uses of GeoCodeScopeDescriptionPK in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodeScopeDescriptionPKConstructors in com.echothree.model.data.geo.server.value with parameters of type GeoCodeScopeDescriptionPKModifierConstructorDescriptionGeoCodeScopeDescriptionValue(GeoCodeScopeDescriptionPK geoCodeScopeDescriptionPK, GeoCodeScopePK geoCodeScopePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GeoCodeScopeDescriptionValue