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 TypeMethodDescriptionvoid
OfferItemPrice.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
(Session session, OfferItemPricePK pk) OfferItemPriceFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferItemPriceValueModifier and TypeMethodDescriptionOfferItemPriceFactory.getValuesFromPKs
(Session session, Collection<OfferItemPricePK> pks) OfferItemPriceFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferItemPriceValueModifier and TypeMethodDescriptionOfferItemPriceFactory.getEntityFromValue
(EntityPermission entityPermission, OfferItemPriceValue value) OfferItemPriceFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OfferItemPriceValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferItemPriceValueModifier and TypeMethodDescriptionvoid
OfferItemPriceFactory.create
(Session session, Collection<OfferItemPriceValue> _values) void
OfferItemPriceFactory.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