Uses of Class
com.echothree.model.data.offer.server.value.OfferItemFixedPriceValue
Packages that use OfferItemFixedPriceValue
Package
Description
-
Uses of OfferItemFixedPriceValue in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control that return OfferItemFixedPriceValueModifier and TypeMethodDescriptionOfferItemControl.getOfferItemFixedPriceValueForUpdate
(OfferItemPrice offerItemPrice) Methods in com.echothree.model.control.offer.server.control with parameters of type OfferItemFixedPriceValueModifier and TypeMethodDescriptionOfferItemControl.updateOfferItemFixedPriceFromValue
(OfferItemFixedPriceValue offerItemFixedPriceValue, BasePK updatedBy) Use the function in OfferItemLogic instead. -
Uses of OfferItemFixedPriceValue in com.echothree.model.control.offer.server.logic
Methods in com.echothree.model.control.offer.server.logic with parameters of type OfferItemFixedPriceValueModifier and TypeMethodDescriptionvoid
OfferItemLogic.updateOfferItemFixedPriceFromValue
(OfferItemFixedPriceValue offerItemFixedPriceValue, BasePK updatedBy) -
Uses of OfferItemFixedPriceValue in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferItemFixedPriceValueMethods in com.echothree.model.data.offer.server.entity with parameters of type OfferItemFixedPriceValueModifier and TypeMethodDescriptionvoid
OfferItemFixedPrice.setOfferItemFixedPriceValue
(OfferItemFixedPriceValue value) Constructors in com.echothree.model.data.offer.server.entity with parameters of type OfferItemFixedPriceValueModifierConstructorDescriptionOfferItemFixedPrice
(OfferItemFixedPriceValue value, EntityPermission entityPermission) Creates a new instance of OfferItemFixedPrice -
Uses of OfferItemFixedPriceValue in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferItemFixedPriceValueModifier and TypeMethodDescriptionOfferItemFixedPriceFactory.getValueFromPK
(Session session, OfferItemFixedPricePK pk) OfferItemFixedPriceFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferItemFixedPriceValueModifier and TypeMethodDescriptionOfferItemFixedPriceFactory.getValuesFromPKs
(Session session, Collection<OfferItemFixedPricePK> pks) OfferItemFixedPriceFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferItemFixedPriceValueModifier and TypeMethodDescriptionOfferItemFixedPriceFactory.getEntityFromValue
(EntityPermission entityPermission, OfferItemFixedPriceValue value) OfferItemFixedPriceFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OfferItemFixedPriceValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferItemFixedPriceValueModifier and TypeMethodDescriptionvoid
OfferItemFixedPriceFactory.create
(Session session, Collection<OfferItemFixedPriceValue> _values) void
OfferItemFixedPriceFactory.create
(Collection<OfferItemFixedPriceValue> _values) -
Uses of OfferItemFixedPriceValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferItemFixedPriceValue