Uses of Class
com.echothree.model.data.offer.common.pk.OfferItemPricePK
Packages that use OfferItemPricePK
Package
Description
-
Uses of OfferItemPricePK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferItemPricePKModifier and TypeMethodDescriptionOfferItemFixedPrice.getOfferItemPricePK()OfferItemVariablePrice.getOfferItemPricePK()OfferItemPrice.getPrimaryKey()Methods in com.echothree.model.data.offer.server.entity with parameters of type OfferItemPricePKModifier and TypeMethodDescriptionvoidOfferItemFixedPrice.setOfferItemPricePK(OfferItemPricePK offerItemPricePK) voidOfferItemVariablePrice.setOfferItemPricePK(OfferItemPricePK offerItemPricePK) -
Uses of OfferItemPricePK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferItemPricePKModifier and TypeMethodDescriptionOfferItemPriceFactory.getNextPK()OfferItemPriceFactory.getPKFromQuery(PreparedStatement ps, Object... params) OfferItemPriceFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferItemPricePKModifier and TypeMethodDescriptionOfferItemPriceFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OfferItemPriceFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OfferItemPriceFactory.getPKsFromResultSetAsList(ResultSet rs) OfferItemPriceFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferItemPricePKModifier and TypeMethodDescriptionOfferItemFixedPriceFactory.create(OfferItemPricePK offerItemPricePK, Long unitPrice, Long fromTime, Long thruTime) OfferItemVariablePriceFactory.create(OfferItemPricePK offerItemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) OfferItemPriceFactory.getEntityFromCache(OfferItemPricePK pk) OfferItemPriceFactory.getEntityFromPK(EntityPermission entityPermission, OfferItemPricePK pk) OfferItemPriceFactory.getValueFromPK(OfferItemPricePK pk) voidOfferItemPriceFactory.remove(OfferItemPricePK pk) booleanOfferItemPriceFactory.validPK(OfferItemPricePK pk) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferItemPricePKModifier and TypeMethodDescriptionOfferItemPriceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OfferItemPricePK> pks) OfferItemPriceFactory.getValuesFromPKs(Collection<OfferItemPricePK> pks) voidOfferItemPriceFactory.remove(Collection<OfferItemPricePK> pks) -
Uses of OfferItemPricePK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferItemPricePKModifier and TypeMethodDescriptionOfferItemFixedPriceValue.getOfferItemPricePK()OfferItemVariablePriceValue.getOfferItemPricePK()OfferItemPriceValue.getPrimaryKey()Methods in com.echothree.model.data.offer.server.value with parameters of type OfferItemPricePKModifier and TypeMethodDescriptionvoidOfferItemFixedPriceValue.setOfferItemPricePK(OfferItemPricePK offerItemPricePK) voidOfferItemVariablePriceValue.setOfferItemPricePK(OfferItemPricePK offerItemPricePK) Constructors in com.echothree.model.data.offer.server.value with parameters of type OfferItemPricePKModifierConstructorDescriptionOfferItemFixedPriceValue(OfferItemFixedPricePK offerItemFixedPricePK, OfferItemPricePK offerItemPricePK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of OfferItemFixedPriceValueOfferItemFixedPriceValue(OfferItemPricePK offerItemPricePK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of OfferItemFixedPriceValueOfferItemPriceValue(OfferItemPricePK offerItemPricePK, OfferItemPK offerItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) Creates a new instance of OfferItemPriceValueOfferItemVariablePriceValue(OfferItemPricePK offerItemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) Creates a new instance of OfferItemVariablePriceValueOfferItemVariablePriceValue(OfferItemVariablePricePK offerItemVariablePricePK, OfferItemPricePK offerItemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) Creates a new instance of OfferItemVariablePriceValue