Uses of Class
com.echothree.model.jooq.server.records.shipping.ShippingMethods
Packages that use ShippingMethods
Package
Description
-
Uses of ShippingMethods in com.echothree.model.jooq.server.keys.customer
Fields in com.echothree.model.jooq.server.keys.customer with type parameters of type ShippingMethodsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<CustomerTypeShippingMethods, ShippingMethods> CustomerForeignKeys.CUSTOMER_TYPE_SHIPPING_METHODS_SHIPPING_METHOD_FK -
Uses of ShippingMethods in com.echothree.model.jooq.server.keys.order
Fields in com.echothree.model.jooq.server.keys.order with type parameters of type ShippingMethodsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<OrderShipmentGroupDetails, ShippingMethods> OrderForeignKeys.ORDER_SHIPMENT_GROUP_DETAILS_SHIPPING_METHOD_FK -
Uses of ShippingMethods in com.echothree.model.jooq.server.keys.returnpolicy
Fields in com.echothree.model.jooq.server.keys.returnpolicy with type parameters of type ShippingMethodsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ReturnTypeShippingMethods, ShippingMethods> ReturnPolicyForeignKeys.RETURN_TYPE_SHIPPING_METHODS_SHIPPING_METHOD_FK -
Uses of ShippingMethods in com.echothree.model.jooq.server.keys.shipment
Fields in com.echothree.model.jooq.server.keys.shipment with type parameters of type ShippingMethodsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ShipmentDetails, ShippingMethods> ShipmentForeignKeys.SHIPMENT_DETAILS_SHIPPING_METHOD_FKstatic final org.jooq.ForeignKey<ShipmentTypeShippingMethods, ShippingMethods> ShipmentForeignKeys.SHIPMENT_TYPE_SHIPPING_METHODS_SHIPPING_METHOD_FK -
Uses of ShippingMethods in com.echothree.model.jooq.server.keys.shipping
Fields in com.echothree.model.jooq.server.keys.shipping with type parameters of type ShippingMethodsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ShippingMethodCarrierServices, ShippingMethods> ShippingForeignKeys.SHIPPING_METHOD_CARRIER_SERVICES_SHIPPING_METHOD_FKstatic final org.jooq.ForeignKey<ShippingMethodDescriptions, ShippingMethods> ShippingForeignKeys.SHIPPING_METHOD_DESCRIPTIONS_SHIPPING_METHOD_FKstatic final org.jooq.ForeignKey<ShippingMethodDetails, ShippingMethods> ShippingForeignKeys.SHIPPING_METHOD_DETAILS_SHIPPING_METHOD_FKstatic final org.jooq.ForeignKey<ShippingMethods, ShippingMethodDetails> ShippingForeignKeys.SHIPPING_METHODS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<ShippingMethods> ShippingUniqueKeys.SHIPPING_METHODS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<ShippingMethods, ShippingMethodDetails> ShippingForeignKeys.SHIPPING_METHODS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<ShippingMethods> ShippingUniqueKeys.SHIPPING_METHODS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<ShippingMethods> ShippingUniqueKeys.SHIPPING_METHODS_PK -
Uses of ShippingMethods in com.echothree.model.jooq.server.tables.shipping
Fields in com.echothree.model.jooq.server.tables.shipping with type parameters of type ShippingMethodsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShippingMethods, ShippingMethodDetailPK> ShippingMethods.ACTIVE_DETAILThe columnshippingmethods.shm_activedetailid.final org.jooq.TableField<ShippingMethods, ShippingMethodDetailPK> ShippingMethods.LAST_DETAILThe columnshippingmethods.shm_lastdetailid.final org.jooq.TableField<ShippingMethods, ShippingMethodPK> ShippingMethods.SHIPPING_METHODThe columnshippingmethods.shm_shippingmethodid.Methods in com.echothree.model.jooq.server.tables.shipping that return types with arguments of type ShippingMethodsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ShippingMethods> ShippingMethods.getPrimaryKey()ShippingMethods.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ShippingMethods, ?>> ShippingMethods.getReferences()List<org.jooq.UniqueKey<ShippingMethods>> ShippingMethods.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.shipping with type arguments of type ShippingMethodsModifierConstructorDescriptionShippingMethods(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShippingMethods> childPath, org.jooq.InverseForeignKey<O, ShippingMethods> parentPath) ShippingMethods(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShippingMethods> childPath, org.jooq.InverseForeignKey<O, ShippingMethods> parentPath) ShippingMethodsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShippingMethods> childPath, org.jooq.InverseForeignKey<O, ShippingMethods> parentPath) ShippingMethodsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ShippingMethods> childPath, org.jooq.InverseForeignKey<O, ShippingMethods> parentPath)