Uses of Class
com.echothree.model.data.offer.common.pk.OfferItemPK
Packages that use OfferItemPK
Package
Description
-
Uses of OfferItemPK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferItemPKMethods in com.echothree.model.data.offer.server.entity with parameters of type OfferItemPK -
Uses of OfferItemPK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferItemPKModifier and TypeMethodDescriptionOfferItemFactory.getNextPK()OfferItemFactory.getPKFromQuery(PreparedStatement ps, Object... params) OfferItemFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferItemPKModifier and TypeMethodDescriptionOfferItemFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OfferItemFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OfferItemFactory.getPKsFromResultSetAsList(ResultSet rs) OfferItemFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferItemPKModifier and TypeMethodDescriptionOfferItemPriceFactory.create(OfferItemPK offerItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) OfferItemFactory.getEntityFromCache(OfferItemPK pk) OfferItemFactory.getEntityFromPK(EntityPermission entityPermission, OfferItemPK pk) OfferItemFactory.getValueFromPK(OfferItemPK pk) voidOfferItemFactory.remove(OfferItemPK pk) booleanOfferItemFactory.validPK(OfferItemPK pk) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferItemPKModifier and TypeMethodDescriptionOfferItemFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OfferItemPK> pks) OfferItemFactory.getValuesFromPKs(Collection<OfferItemPK> pks) voidOfferItemFactory.remove(Collection<OfferItemPK> pks) -
Uses of OfferItemPK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferItemPKModifier and TypeMethodDescriptionOfferItemPriceValue.getOfferItemPK()OfferItemValue.getPrimaryKey()Methods in com.echothree.model.data.offer.server.value with parameters of type OfferItemPKModifier and TypeMethodDescriptionvoidOfferItemPriceValue.setOfferItemPK(OfferItemPK offerItemPK) Constructors in com.echothree.model.data.offer.server.value with parameters of type OfferItemPKModifierConstructorDescriptionOfferItemPriceValue(OfferItemPK offerItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) Creates a new instance of OfferItemPriceValueOfferItemPriceValue(OfferItemPricePK offerItemPricePK, OfferItemPK offerItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) Creates a new instance of OfferItemPriceValueOfferItemValue(OfferItemPK offerItemPK, OfferPK offerPK, ItemPK itemPK, Long fromTime, Long thruTime) Creates a new instance of OfferItemValue -
Uses of OfferItemPK in com.echothree.model.jooq.server.records.offer
Methods in com.echothree.model.jooq.server.records.offer that return OfferItemPKModifier and TypeMethodDescriptionOfferItemPrices.OfferItem()Getter forofferitemprices.ofritmp_ofri_offeritemid.OfferItems.OfferItem()Getter forofferitems.ofri_offeritemid.Methods in com.echothree.model.jooq.server.records.offer that return types with arguments of type OfferItemPKMethods in com.echothree.model.jooq.server.records.offer with parameters of type OfferItemPKModifier and TypeMethodDescriptionvoidOfferItemPrices.OfferItem(OfferItemPK value) Setter forofferitemprices.ofritmp_ofri_offeritemid.voidOfferItems.OfferItem(OfferItemPK value) Setter forofferitems.ofri_offeritemid.Constructors in com.echothree.model.jooq.server.records.offer with parameters of type OfferItemPKModifierConstructorDescriptionOfferItemPrices(OfferItemPricePK OfferItemPrice, OfferItemPK OfferItem, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, CurrencyPK Currency, Long FromTime, Long ThruTime) Create a detached, initialised OfferItemPricesOfferItems(OfferItemPK OfferItem, OfferPK Offer, ItemPK Item, Long FromTime, Long ThruTime) Create a detached, initialised OfferItems -
Uses of OfferItemPK in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type OfferItemPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OfferItemPrices, OfferItemPK> OfferItemPrices.OFFER_ITEMThe columnofferitemprices.ofritmp_ofri_offeritemid.final org.jooq.TableField<OfferItems, OfferItemPK> OfferItems.OFFER_ITEMThe columnofferitems.ofri_offeritemid.