Uses of Class
com.echothree.model.jooq.server.records.shipping.ShippingMethodDetails
Packages that use ShippingMethodDetails
Package
Description
-
Uses of ShippingMethodDetails in com.echothree.model.jooq.server.keys.shipping
Fields in com.echothree.model.jooq.server.keys.shipping with type parameters of type ShippingMethodDetailsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ShippingMethodDetails, Selectors> ShippingForeignKeys.SHIPPING_METHOD_DETAILS_GEO_CODE_SELECTOR_FKstatic final org.jooq.ForeignKey<ShippingMethodDetails, Selectors> ShippingForeignKeys.SHIPPING_METHOD_DETAILS_ITEM_SELECTOR_FKstatic final org.jooq.UniqueKey<ShippingMethodDetails> ShippingUniqueKeys.SHIPPING_METHOD_DETAILS_PKstatic final org.jooq.UniqueKey<ShippingMethodDetails> ShippingUniqueKeys.SHIPPING_METHOD_DETAILS_SHIPPING_METHOD_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<ShippingMethodDetails, ShippingMethods> ShippingForeignKeys.SHIPPING_METHOD_DETAILS_SHIPPING_METHOD_FKstatic final org.jooq.UniqueKey<ShippingMethodDetails> ShippingUniqueKeys.SHIPPING_METHOD_DETAILS_SHIPPING_METHOD_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<ShippingMethods, ShippingMethodDetails> ShippingForeignKeys.SHIPPING_METHODS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<ShippingMethods, ShippingMethodDetails> ShippingForeignKeys.SHIPPING_METHODS_LAST_DETAIL_FK -
Uses of ShippingMethodDetails in com.echothree.model.jooq.server.tables.shipping
Fields in com.echothree.model.jooq.server.tables.shipping with type parameters of type ShippingMethodDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShippingMethodDetails, Long> ShippingMethodDetails.FROM_TIMEThe columnshippingmethoddetails.shmdt_fromtime.final org.jooq.TableField<ShippingMethodDetails, SelectorPK> ShippingMethodDetails.GEO_CODE_SELECTORThe columnshippingmethoddetails.shmdt_geocodeselectorid.final org.jooq.TableField<ShippingMethodDetails, SelectorPK> ShippingMethodDetails.ITEM_SELECTORThe columnshippingmethoddetails.shmdt_itemselectorid.final org.jooq.TableField<ShippingMethodDetails, ShippingMethodPK> ShippingMethodDetails.SHIPPING_METHODThe columnshippingmethoddetails.shmdt_shm_shippingmethodid.final org.jooq.TableField<ShippingMethodDetails, ShippingMethodDetailPK> ShippingMethodDetails.SHIPPING_METHOD_DETAILThe columnshippingmethoddetails.shmdt_shippingmethoddetailid.final org.jooq.TableField<ShippingMethodDetails, String> ShippingMethodDetails.SHIPPING_METHOD_NAMEThe columnshippingmethoddetails.shmdt_shippingmethodname.final org.jooq.TableField<ShippingMethodDetails, Integer> ShippingMethodDetails.SORT_ORDERThe columnshippingmethoddetails.shmdt_sortorder.final org.jooq.TableField<ShippingMethodDetails, Long> ShippingMethodDetails.THRU_TIMEThe columnshippingmethoddetails.shmdt_thrutime.Methods in com.echothree.model.jooq.server.tables.shipping that return types with arguments of type ShippingMethodDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ShippingMethodDetails> ShippingMethodDetails.getPrimaryKey()ShippingMethodDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ShippingMethodDetails, ?>> ShippingMethodDetails.getReferences()List<org.jooq.UniqueKey<ShippingMethodDetails>> ShippingMethodDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.shipping with type arguments of type ShippingMethodDetailsModifierConstructorDescriptionShippingMethodDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShippingMethodDetails> childPath, org.jooq.InverseForeignKey<O, ShippingMethodDetails> parentPath) ShippingMethodDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShippingMethodDetails> childPath, org.jooq.InverseForeignKey<O, ShippingMethodDetails> parentPath) ShippingMethodDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShippingMethodDetails> childPath, org.jooq.InverseForeignKey<O, ShippingMethodDetails> parentPath) ShippingMethodDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShippingMethodDetails> childPath, org.jooq.InverseForeignKey<O, ShippingMethodDetails> parentPath)