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 -
Uses of GeoCodeDescriptionPK in com.echothree.model.jooq.server.records.geo
Methods in com.echothree.model.jooq.server.records.geo that return GeoCodeDescriptionPKModifier and TypeMethodDescriptionGeoCodeDescriptions.GeoCodeDescription()Getter forgeocodedescriptions.geod_geocodedescriptionid.Methods in com.echothree.model.jooq.server.records.geo that return types with arguments of type GeoCodeDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<GeoCodeDescriptionPK> GeoCodeDescriptions.key()Methods in com.echothree.model.jooq.server.records.geo with parameters of type GeoCodeDescriptionPKModifier and TypeMethodDescriptionvoidGeoCodeDescriptions.GeoCodeDescription(GeoCodeDescriptionPK value) Setter forgeocodedescriptions.geod_geocodedescriptionid.Constructors in com.echothree.model.jooq.server.records.geo with parameters of type GeoCodeDescriptionPKModifierConstructorDescriptionGeoCodeDescriptions(GeoCodeDescriptionPK GeoCodeDescription, GeoCodePK GeoCode, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised GeoCodeDescriptions -
Uses of GeoCodeDescriptionPK in com.echothree.model.jooq.server.tables.geo
Fields in com.echothree.model.jooq.server.tables.geo with type parameters of type GeoCodeDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<GeoCodeDescriptions, GeoCodeDescriptionPK> GeoCodeDescriptions.GEO_CODE_DESCRIPTIONThe columngeocodedescriptions.geod_geocodedescriptionid.