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