Uses of Class
com.echothree.model.data.geo.common.pk.GeoCodeDetailPK
Packages that use GeoCodeDetailPK
Package
Description
-
Uses of GeoCodeDetailPK in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeDetailPKModifier and TypeMethodDescriptionGeoCode.getActiveDetailPK()GeoCode.getLastDetailPK()GeoCodeDetail.getPrimaryKey()Methods in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeDetailPKModifier and TypeMethodDescriptionvoidGeoCode.setActiveDetailPK(GeoCodeDetailPK activeDetailPK) voidGeoCode.setLastDetailPK(GeoCodeDetailPK lastDetailPK) -
Uses of GeoCodeDetailPK in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeDetailPKModifier and TypeMethodDescriptionGeoCodeDetailFactory.getNextPK()GeoCodeDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) GeoCodeDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeDetailPKModifier and TypeMethodDescriptionGeoCodeDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GeoCodeDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GeoCodeDetailFactory.getPKsFromResultSetAsList(ResultSet rs) GeoCodeDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeDetailPKModifier and TypeMethodDescriptionGeoCodeFactory.create(GeoCodeDetailPK activeDetailPK, GeoCodeDetailPK lastDetailPK) GeoCodeDetailFactory.getEntityFromCache(GeoCodeDetailPK pk) GeoCodeDetailFactory.getEntityFromPK(EntityPermission entityPermission, GeoCodeDetailPK pk) GeoCodeDetailFactory.getValueFromPK(GeoCodeDetailPK pk) voidGeoCodeDetailFactory.remove(GeoCodeDetailPK pk) booleanGeoCodeDetailFactory.validPK(GeoCodeDetailPK pk) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeDetailPKModifier and TypeMethodDescriptionGeoCodeDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GeoCodeDetailPK> pks) GeoCodeDetailFactory.getValuesFromPKs(Collection<GeoCodeDetailPK> pks) voidGeoCodeDetailFactory.remove(Collection<GeoCodeDetailPK> pks) -
Uses of GeoCodeDetailPK in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodeDetailPKModifier and TypeMethodDescriptionGeoCodeValue.getActiveDetailPK()GeoCodeValue.getLastDetailPK()GeoCodeDetailValue.getPrimaryKey()Methods in com.echothree.model.data.geo.server.value with parameters of type GeoCodeDetailPKModifier and TypeMethodDescriptionvoidGeoCodeValue.setActiveDetailPK(GeoCodeDetailPK activeDetailPK) voidGeoCodeValue.setLastDetailPK(GeoCodeDetailPK lastDetailPK) Constructors in com.echothree.model.data.geo.server.value with parameters of type GeoCodeDetailPKModifierConstructorDescriptionGeoCodeDetailValue(GeoCodeDetailPK geoCodeDetailPK, GeoCodePK geoCodePK, String geoCodeName, GeoCodeTypePK geoCodeTypePK, GeoCodeScopePK geoCodeScopePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeDetailValueGeoCodeValue(GeoCodeDetailPK activeDetailPK, GeoCodeDetailPK lastDetailPK) Creates a new instance of GeoCodeValueGeoCodeValue(GeoCodePK geoCodePK, GeoCodeDetailPK activeDetailPK, GeoCodeDetailPK lastDetailPK) Creates a new instance of GeoCodeValue -
Uses of GeoCodeDetailPK in com.echothree.model.jooq.server.records.geo
Methods in com.echothree.model.jooq.server.records.geo that return GeoCodeDetailPKModifier and TypeMethodDescriptionGeoCodes.ActiveDetail()Getter forgeocodes.geo_activedetailid.GeoCodeDetails.GeoCodeDetail()Getter forgeocodedetails.geodt_geocodedetailid.GeoCodes.LastDetail()Getter forgeocodes.geo_lastdetailid.Methods in com.echothree.model.jooq.server.records.geo that return types with arguments of type GeoCodeDetailPKMethods in com.echothree.model.jooq.server.records.geo with parameters of type GeoCodeDetailPKModifier and TypeMethodDescriptionvoidGeoCodes.ActiveDetail(GeoCodeDetailPK value) Setter forgeocodes.geo_activedetailid.voidGeoCodeDetails.GeoCodeDetail(GeoCodeDetailPK value) Setter forgeocodedetails.geodt_geocodedetailid.voidGeoCodes.LastDetail(GeoCodeDetailPK value) Setter forgeocodes.geo_lastdetailid.Constructors in com.echothree.model.jooq.server.records.geo with parameters of type GeoCodeDetailPKModifierConstructorDescriptionGeoCodeDetails(GeoCodeDetailPK GeoCodeDetail, GeoCodePK GeoCode, String GeoCodeName, GeoCodeTypePK GeoCodeType, GeoCodeScopePK GeoCodeScope, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised GeoCodeDetailsGeoCodes(GeoCodePK GeoCode, GeoCodeDetailPK ActiveDetail, GeoCodeDetailPK LastDetail) Create a detached, initialised GeoCodes -
Uses of GeoCodeDetailPK in com.echothree.model.jooq.server.tables.geo
Fields in com.echothree.model.jooq.server.tables.geo with type parameters of type GeoCodeDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<GeoCodes, GeoCodeDetailPK> GeoCodes.ACTIVE_DETAILThe columngeocodes.geo_activedetailid.final org.jooq.TableField<GeoCodeDetails, GeoCodeDetailPK> GeoCodeDetails.GEO_CODE_DETAILThe columngeocodedetails.geodt_geocodedetailid.final org.jooq.TableField<GeoCodes, GeoCodeDetailPK> GeoCodes.LAST_DETAILThe columngeocodes.geo_lastdetailid.