Uses of Class
com.echothree.model.data.offer.server.value.OfferItemPriceValue
Packages that use OfferItemPriceValue
Package
Description
-
Uses of OfferItemPriceValue in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferItemPriceValueMethods in com.echothree.model.data.offer.server.entity with parameters of type OfferItemPriceValueModifier and TypeMethodDescriptionvoidOfferItemPrice.setOfferItemPriceValue(OfferItemPriceValue value) Constructors in com.echothree.model.data.offer.server.entity with parameters of type OfferItemPriceValueModifierConstructorDescriptionOfferItemPrice(OfferItemPriceValue value, EntityPermission entityPermission) Creates a new instance of OfferItemPrice -
Uses of OfferItemPriceValue in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferItemPriceValueModifier and TypeMethodDescriptionOfferItemPriceFactory.getValueFromPK(OfferItemPricePK pk) OfferItemPriceFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferItemPriceValueModifier and TypeMethodDescriptionOfferItemPriceFactory.getValuesFromPKs(Collection<OfferItemPricePK> pks) OfferItemPriceFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferItemPriceValueModifier and TypeMethodDescriptionOfferItemPriceFactory.getEntityFromValue(EntityPermission entityPermission, OfferItemPriceValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferItemPriceValueModifier and TypeMethodDescriptionvoidOfferItemPriceFactory.create(Collection<OfferItemPriceValue> _values) -
Uses of OfferItemPriceValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferItemPriceValue