Uses of Class
com.echothree.model.jooq.server.records.offer.OfferItemPrices
Packages that use OfferItemPrices
Package
Description
-
Uses of OfferItemPrices in com.echothree.model.jooq.server.keys.offer
Fields in com.echothree.model.jooq.server.keys.offer with type parameters of type OfferItemPricesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<OfferItemFixedPrices, OfferItemPrices> OfferForeignKeys.OFFER_ITEM_FIXED_PRICES_OFFER_ITEM_PRICE_FKstatic final org.jooq.ForeignKey<OfferItemPrices, Currencies> OfferForeignKeys.OFFER_ITEM_PRICES_CURRENCY_FKstatic final org.jooq.ForeignKey<OfferItemPrices, InventoryConditions> OfferForeignKeys.OFFER_ITEM_PRICES_INVENTORY_CONDITION_FKstatic final org.jooq.UniqueKey<OfferItemPrices> static final org.jooq.ForeignKey<OfferItemPrices, OfferItems> OfferForeignKeys.OFFER_ITEM_PRICES_OFFER_ITEM_FKstatic final org.jooq.UniqueKey<OfferItemPrices> OfferUniqueKeys.OFFER_ITEM_PRICES_PKstatic final org.jooq.ForeignKey<OfferItemPrices, UnitOfMeasureTypes> OfferForeignKeys.OFFER_ITEM_PRICES_UNIT_OF_MEASURE_TYPE_FKstatic final org.jooq.ForeignKey<OfferItemVariablePrices, OfferItemPrices> OfferForeignKeys.OFFER_ITEM_VARIABLE_PRICES_OFFER_ITEM_PRICE_FK -
Uses of OfferItemPrices in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type OfferItemPricesModifier and TypeFieldDescriptionfinal org.jooq.TableField<OfferItemPrices, CurrencyPK> OfferItemPrices.CURRENCYThe columnofferitemprices.ofritmp_cur_currencyid.final org.jooq.TableField<OfferItemPrices, Long> OfferItemPrices.FROM_TIMEThe columnofferitemprices.ofritmp_fromtime.final org.jooq.TableField<OfferItemPrices, InventoryConditionPK> OfferItemPrices.INVENTORY_CONDITIONThe columnofferitemprices.ofritmp_invcon_inventoryconditionid.final org.jooq.TableField<OfferItemPrices, OfferItemPK> OfferItemPrices.OFFER_ITEMThe columnofferitemprices.ofritmp_ofri_offeritemid.final org.jooq.TableField<OfferItemPrices, OfferItemPricePK> OfferItemPrices.OFFER_ITEM_PRICEThe columnofferitemprices.ofritmp_offeritempriceid.final org.jooq.TableField<OfferItemPrices, Long> OfferItemPrices.THRU_TIMEThe columnofferitemprices.ofritmp_thrutime.final org.jooq.TableField<OfferItemPrices, UnitOfMeasureTypePK> OfferItemPrices.UNIT_OF_MEASURE_TYPEThe columnofferitemprices.ofritmp_uomt_unitofmeasuretypeid.Methods in com.echothree.model.jooq.server.tables.offer that return types with arguments of type OfferItemPricesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<OfferItemPrices> OfferItemPrices.getPrimaryKey()OfferItemPrices.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<OfferItemPrices, ?>> OfferItemPrices.getReferences()List<org.jooq.UniqueKey<OfferItemPrices>> OfferItemPrices.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.offer with type arguments of type OfferItemPricesModifierConstructorDescriptionOfferItemPrices(org.jooq.Table<O> path, org.jooq.ForeignKey<O, OfferItemPrices> childPath, org.jooq.InverseForeignKey<O, OfferItemPrices> parentPath) OfferItemPrices(org.jooq.Table<O> path, org.jooq.ForeignKey<O, OfferItemPrices> childPath, org.jooq.InverseForeignKey<O, OfferItemPrices> parentPath) OfferItemPricesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, OfferItemPrices> childPath, org.jooq.InverseForeignKey<O, OfferItemPrices> parentPath) OfferItemPricesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, OfferItemPrices> childPath, org.jooq.InverseForeignKey<O, OfferItemPrices> parentPath)