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(GeoCodeScopeDescriptionPK pk) GeoCodeScopeDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, GeoCodeScopeDescriptionPK pk) GeoCodeScopeDescriptionFactory.getValueFromPK(GeoCodeScopeDescriptionPK pk) voidGeoCodeScopeDescriptionFactory.remove(GeoCodeScopeDescriptionPK pk) booleanGeoCodeScopeDescriptionFactory.validPK(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.getValuesFromPKs(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 -
Uses of GeoCodeScopeDescriptionPK in com.echothree.model.jooq.server.records.geo
Methods in com.echothree.model.jooq.server.records.geo that return GeoCodeScopeDescriptionPKModifier and TypeMethodDescriptionGeoCodeScopeDescriptions.GeoCodeScopeDescription()Getter forgeocodescopedescriptions.geosd_geocodescopedescriptionid.Methods in com.echothree.model.jooq.server.records.geo that return types with arguments of type GeoCodeScopeDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<GeoCodeScopeDescriptionPK> GeoCodeScopeDescriptions.key()Methods in com.echothree.model.jooq.server.records.geo with parameters of type GeoCodeScopeDescriptionPKModifier and TypeMethodDescriptionvoidGeoCodeScopeDescriptions.GeoCodeScopeDescription(GeoCodeScopeDescriptionPK value) Setter forgeocodescopedescriptions.geosd_geocodescopedescriptionid.Constructors in com.echothree.model.jooq.server.records.geo with parameters of type GeoCodeScopeDescriptionPKModifierConstructorDescriptionGeoCodeScopeDescriptions(GeoCodeScopeDescriptionPK GeoCodeScopeDescription, GeoCodeScopePK GeoCodeScope, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised GeoCodeScopeDescriptions -
Uses of GeoCodeScopeDescriptionPK in com.echothree.model.jooq.server.tables.geo
Fields in com.echothree.model.jooq.server.tables.geo with type parameters of type GeoCodeScopeDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<GeoCodeScopeDescriptions, GeoCodeScopeDescriptionPK> GeoCodeScopeDescriptions.GEO_CODE_SCOPE_DESCRIPTIONThe columngeocodescopedescriptions.geosd_geocodescopedescriptionid.