Uses of Class
com.echothree.model.data.offer.common.pk.OfferItemFixedPricePK
Packages that use OfferItemFixedPricePK
Package
Description
-
Uses of OfferItemFixedPricePK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferItemFixedPricePK -
Uses of OfferItemFixedPricePK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferItemFixedPricePKModifier and TypeMethodDescriptionOfferItemFixedPriceFactory.getNextPK()OfferItemFixedPriceFactory.getPKFromQuery(PreparedStatement ps, Object... params) OfferItemFixedPriceFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferItemFixedPricePKModifier and TypeMethodDescriptionOfferItemFixedPriceFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OfferItemFixedPriceFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OfferItemFixedPriceFactory.getPKsFromResultSetAsList(ResultSet rs) OfferItemFixedPriceFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferItemFixedPricePKModifier and TypeMethodDescriptionOfferItemFixedPriceFactory.getEntityFromCache(OfferItemFixedPricePK pk) OfferItemFixedPriceFactory.getEntityFromPK(EntityPermission entityPermission, OfferItemFixedPricePK pk) OfferItemFixedPriceFactory.getValueFromPK(OfferItemFixedPricePK pk) voidOfferItemFixedPriceFactory.remove(OfferItemFixedPricePK pk) booleanOfferItemFixedPriceFactory.validPK(OfferItemFixedPricePK pk) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferItemFixedPricePKModifier and TypeMethodDescriptionOfferItemFixedPriceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OfferItemFixedPricePK> pks) OfferItemFixedPriceFactory.getValuesFromPKs(Collection<OfferItemFixedPricePK> pks) voidOfferItemFixedPriceFactory.remove(Collection<OfferItemFixedPricePK> pks) -
Uses of OfferItemFixedPricePK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferItemFixedPricePKConstructors in com.echothree.model.data.offer.server.value with parameters of type OfferItemFixedPricePKModifierConstructorDescriptionOfferItemFixedPriceValue(OfferItemFixedPricePK offerItemFixedPricePK, OfferItemPricePK offerItemPricePK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of OfferItemFixedPriceValue -
Uses of OfferItemFixedPricePK in com.echothree.model.jooq.server.records.offer
Methods in com.echothree.model.jooq.server.records.offer that return OfferItemFixedPricePKModifier and TypeMethodDescriptionOfferItemFixedPrices.OfferItemFixedPrice()Getter forofferitemfixedprices.ofritmfp_offeritemfixedpriceid.Methods in com.echothree.model.jooq.server.records.offer that return types with arguments of type OfferItemFixedPricePKModifier and TypeMethodDescriptionorg.jooq.Record1<OfferItemFixedPricePK> OfferItemFixedPrices.key()Methods in com.echothree.model.jooq.server.records.offer with parameters of type OfferItemFixedPricePKModifier and TypeMethodDescriptionvoidOfferItemFixedPrices.OfferItemFixedPrice(OfferItemFixedPricePK value) Setter forofferitemfixedprices.ofritmfp_offeritemfixedpriceid.Constructors in com.echothree.model.jooq.server.records.offer with parameters of type OfferItemFixedPricePKModifierConstructorDescriptionOfferItemFixedPrices(OfferItemFixedPricePK OfferItemFixedPrice, OfferItemPricePK OfferItemPrice, Long UnitPrice, Long FromTime, Long ThruTime) Create a detached, initialised OfferItemFixedPrices -
Uses of OfferItemFixedPricePK in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type OfferItemFixedPricePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OfferItemFixedPrices, OfferItemFixedPricePK> OfferItemFixedPrices.OFFER_ITEM_FIXED_PRICEThe columnofferitemfixedprices.ofritmfp_offeritemfixedpriceid.