Uses of Class
com.echothree.model.data.item.server.value.ItemVariablePriceValue
Packages that use ItemVariablePriceValue
Package
Description
-
Uses of ItemVariablePriceValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemVariablePriceValueModifier and TypeMethodDescriptionItemControl.getItemVariablePriceValue(ItemVariablePrice itemVariablePrice) ItemControl.getItemVariablePriceValueForUpdate(ItemPrice itemPrice) Methods in com.echothree.model.control.item.server.control with parameters of type ItemVariablePriceValueModifier and TypeMethodDescriptionvoidItemControl.updateItemVariablePriceFromValue(ItemVariablePriceValue itemVariablePriceValue, BasePK updatedBy) -
Uses of ItemVariablePriceValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemVariablePriceValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemVariablePriceValueModifier and TypeMethodDescriptionvoidItemVariablePrice.setItemVariablePriceValue(ItemVariablePriceValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type ItemVariablePriceValueModifierConstructorDescriptionItemVariablePrice(ItemVariablePriceValue value, EntityPermission entityPermission) Creates a new instance of ItemVariablePrice -
Uses of ItemVariablePriceValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemVariablePriceValueModifier and TypeMethodDescriptionItemVariablePriceFactory.getValueFromPK(Session session, ItemVariablePricePK pk) ItemVariablePriceFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemVariablePriceValueModifier and TypeMethodDescriptionItemVariablePriceFactory.getValuesFromPKs(Session session, Collection<ItemVariablePricePK> pks) ItemVariablePriceFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemVariablePriceValueModifier and TypeMethodDescriptionItemVariablePriceFactory.getEntityFromValue(EntityPermission entityPermission, ItemVariablePriceValue value) ItemVariablePriceFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ItemVariablePriceValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemVariablePriceValueModifier and TypeMethodDescriptionvoidItemVariablePriceFactory.create(Session session, Collection<ItemVariablePriceValue> _values) voidItemVariablePriceFactory.create(Collection<ItemVariablePriceValue> _values) -
Uses of ItemVariablePriceValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemVariablePriceValue