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