Uses of Class
com.echothree.model.jooq.server.records.carrier.CarrierServiceOptions
Packages that use CarrierServiceOptions
Package
Description
-
Uses of CarrierServiceOptions in com.echothree.model.jooq.server.keys.carrier
Fields in com.echothree.model.jooq.server.keys.carrier with type parameters of type CarrierServiceOptionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<CarrierServiceOptions, CarrierOptions> CarrierForeignKeys.CARRIER_SERVICE_OPTIONS_CARRIER_OPTION_FKstatic final org.jooq.UniqueKey<CarrierServiceOptions> static final org.jooq.ForeignKey<CarrierServiceOptions, CarrierServices> CarrierForeignKeys.CARRIER_SERVICE_OPTIONS_CARRIER_SERVICE_FKstatic final org.jooq.UniqueKey<CarrierServiceOptions> CarrierUniqueKeys.CARRIER_SERVICE_OPTIONS_PKstatic final org.jooq.ForeignKey<CarrierServiceOptions, Selectors> CarrierForeignKeys.CARRIER_SERVICE_OPTIONS_RECOMMENDED_GEO_CODE_SELECTOR_FKstatic final org.jooq.ForeignKey<CarrierServiceOptions, Selectors> CarrierForeignKeys.CARRIER_SERVICE_OPTIONS_RECOMMENDED_ITEM_SELECTOR_FKstatic final org.jooq.ForeignKey<CarrierServiceOptions, Selectors> CarrierForeignKeys.CARRIER_SERVICE_OPTIONS_RECOMMENDED_ORDER_SELECTOR_FKstatic final org.jooq.ForeignKey<CarrierServiceOptions, Selectors> CarrierForeignKeys.CARRIER_SERVICE_OPTIONS_RECOMMENDED_SHIPMENT_SELECTOR_FKstatic final org.jooq.ForeignKey<CarrierServiceOptions, Selectors> CarrierForeignKeys.CARRIER_SERVICE_OPTIONS_REQUIRED_GEO_CODE_SELECTOR_FKstatic final org.jooq.ForeignKey<CarrierServiceOptions, Selectors> CarrierForeignKeys.CARRIER_SERVICE_OPTIONS_REQUIRED_ITEM_SELECTOR_FKstatic final org.jooq.ForeignKey<CarrierServiceOptions, Selectors> CarrierForeignKeys.CARRIER_SERVICE_OPTIONS_REQUIRED_ORDER_SELECTOR_FKstatic final org.jooq.ForeignKey<CarrierServiceOptions, Selectors> CarrierForeignKeys.CARRIER_SERVICE_OPTIONS_REQUIRED_SHIPMENT_SELECTOR_FK -
Uses of CarrierServiceOptions in com.echothree.model.jooq.server.tables.carrier
Fields in com.echothree.model.jooq.server.tables.carrier with type parameters of type CarrierServiceOptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<CarrierServiceOptions, CarrierOptionPK> CarrierServiceOptions.CARRIER_OPTIONThe columncarrierserviceoptions.crrsrvopt_crropt_carrieroptionid.final org.jooq.TableField<CarrierServiceOptions, CarrierServicePK> CarrierServiceOptions.CARRIER_SERVICEThe columncarrierserviceoptions.crrsrvopt_crrsrv_carrierserviceid.final org.jooq.TableField<CarrierServiceOptions, CarrierServiceOptionPK> CarrierServiceOptions.CARRIER_SERVICE_OPTIONThe columncarrierserviceoptions.crrsrvopt_carrierserviceoptionid.final org.jooq.TableField<CarrierServiceOptions, Long> CarrierServiceOptions.FROM_TIMEThe columncarrierserviceoptions.crrsrvopt_fromtime.final org.jooq.TableField<CarrierServiceOptions, Boolean> CarrierServiceOptions.IS_RECOMMENDEDThe columncarrierserviceoptions.crrsrvopt_isrecommended.final org.jooq.TableField<CarrierServiceOptions, Boolean> CarrierServiceOptions.IS_REQUIREDThe columncarrierserviceoptions.crrsrvopt_isrequired.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.RECOMMENDED_GEO_CODE_SELECTORThe columncarrierserviceoptions.crrsrvopt_recommendedgeocodeselectorid.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.RECOMMENDED_ITEM_SELECTORThe columncarrierserviceoptions.crrsrvopt_recommendeditemselectorid.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.RECOMMENDED_ORDER_SELECTORThe columncarrierserviceoptions.crrsrvopt_recommendedorderselectorid.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.RECOMMENDED_SHIPMENT_SELECTORThe columncarrierserviceoptions.crrsrvopt_recommendedshipmentselectorid.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.REQUIRED_GEO_CODE_SELECTORThe columncarrierserviceoptions.crrsrvopt_requiredgeocodeselectorid.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.REQUIRED_ITEM_SELECTORThe columncarrierserviceoptions.crrsrvopt_requireditemselectorid.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.REQUIRED_ORDER_SELECTORThe columncarrierserviceoptions.crrsrvopt_requiredorderselectorid.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.REQUIRED_SHIPMENT_SELECTORThe columncarrierserviceoptions.crrsrvopt_requiredshipmentselectorid.final org.jooq.TableField<CarrierServiceOptions, Long> CarrierServiceOptions.THRU_TIMEThe columncarrierserviceoptions.crrsrvopt_thrutime.Methods in com.echothree.model.jooq.server.tables.carrier that return types with arguments of type CarrierServiceOptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CarrierServiceOptions> CarrierServiceOptions.getPrimaryKey()CarrierServiceOptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CarrierServiceOptions, ?>> CarrierServiceOptions.getReferences()List<org.jooq.UniqueKey<CarrierServiceOptions>> CarrierServiceOptions.getUniqueKeys()