Uses of Class
com.echothree.model.data.offer.server.value.OfferItemVariablePriceValue
Packages that use OfferItemVariablePriceValue
Package
Description
-
Uses of OfferItemVariablePriceValue in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control that return OfferItemVariablePriceValueModifier and TypeMethodDescriptionOfferItemControl.getOfferItemVariablePriceValueForUpdate
(OfferItemPrice offerItemPrice) Methods in com.echothree.model.control.offer.server.control with parameters of type OfferItemVariablePriceValueModifier and TypeMethodDescriptionOfferItemControl.updateOfferItemVariablePriceFromValue
(OfferItemVariablePriceValue offerItemVariablePriceValue, BasePK updatedBy) Use the function in OfferItemLogic instead. -
Uses of OfferItemVariablePriceValue in com.echothree.model.control.offer.server.logic
Methods in com.echothree.model.control.offer.server.logic with parameters of type OfferItemVariablePriceValueModifier and TypeMethodDescriptionvoid
OfferItemLogic.updateOfferItemVariablePriceFromValue
(OfferItemVariablePriceValue offerItemVariablePriceValue, BasePK updatedBy) -
Uses of OfferItemVariablePriceValue in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferItemVariablePriceValueMethods in com.echothree.model.data.offer.server.entity with parameters of type OfferItemVariablePriceValueModifier and TypeMethodDescriptionvoid
OfferItemVariablePrice.setOfferItemVariablePriceValue
(OfferItemVariablePriceValue value) Constructors in com.echothree.model.data.offer.server.entity with parameters of type OfferItemVariablePriceValueModifierConstructorDescriptionOfferItemVariablePrice
(OfferItemVariablePriceValue value, EntityPermission entityPermission) Creates a new instance of OfferItemVariablePrice -
Uses of OfferItemVariablePriceValue in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferItemVariablePriceValueModifier and TypeMethodDescriptionOfferItemVariablePriceFactory.getValueFromPK
(Session session, OfferItemVariablePricePK pk) OfferItemVariablePriceFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferItemVariablePriceValueModifier and TypeMethodDescriptionOfferItemVariablePriceFactory.getValuesFromPKs
(Session session, Collection<OfferItemVariablePricePK> pks) OfferItemVariablePriceFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferItemVariablePriceValueModifier and TypeMethodDescriptionOfferItemVariablePriceFactory.getEntityFromValue
(EntityPermission entityPermission, OfferItemVariablePriceValue value) OfferItemVariablePriceFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OfferItemVariablePriceValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferItemVariablePriceValueModifier and TypeMethodDescriptionvoid
OfferItemVariablePriceFactory.create
(Session session, Collection<OfferItemVariablePriceValue> _values) void
OfferItemVariablePriceFactory.create
(Collection<OfferItemVariablePriceValue> _values) -
Uses of OfferItemVariablePriceValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferItemVariablePriceValue