Uses of Class
com.echothree.model.data.item.server.value.ItemFixedPriceValue
Packages that use ItemFixedPriceValue
Package
Description
-
Uses of ItemFixedPriceValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemFixedPriceValueModifier and TypeMethodDescriptionItemControl.getItemFixedPriceValue
(ItemFixedPrice itemFixedPrice) ItemControl.getItemFixedPriceValueForUpdate
(ItemPrice itemPrice) Methods in com.echothree.model.control.item.server.control with parameters of type ItemFixedPriceValueModifier and TypeMethodDescriptionvoid
ItemControl.updateItemFixedPriceFromValue
(ItemFixedPriceValue itemFixedPriceValue, BasePK updatedBy) -
Uses of ItemFixedPriceValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemFixedPriceValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemFixedPriceValueModifier and TypeMethodDescriptionvoid
ItemFixedPrice.setItemFixedPriceValue
(ItemFixedPriceValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type ItemFixedPriceValueModifierConstructorDescriptionItemFixedPrice
(ItemFixedPriceValue value, EntityPermission entityPermission) Creates a new instance of ItemFixedPrice -
Uses of ItemFixedPriceValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemFixedPriceValueModifier and TypeMethodDescriptionItemFixedPriceFactory.getValueFromPK
(Session session, ItemFixedPricePK pk) ItemFixedPriceFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemFixedPriceValueModifier and TypeMethodDescriptionItemFixedPriceFactory.getValuesFromPKs
(Session session, Collection<ItemFixedPricePK> pks) ItemFixedPriceFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemFixedPriceValueModifier and TypeMethodDescriptionItemFixedPriceFactory.getEntityFromValue
(EntityPermission entityPermission, ItemFixedPriceValue value) ItemFixedPriceFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemFixedPriceValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemFixedPriceValueModifier and TypeMethodDescriptionvoid
ItemFixedPriceFactory.create
(Session session, Collection<ItemFixedPriceValue> _values) void
ItemFixedPriceFactory.create
(Collection<ItemFixedPriceValue> _values) -
Uses of ItemFixedPriceValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemFixedPriceValue