Uses of Class
com.echothree.model.data.vendor.server.value.VendorItemCostValue
Packages that use VendorItemCostValue
Package
Description
-
Uses of VendorItemCostValue in com.echothree.model.control.vendor.server.control
Methods in com.echothree.model.control.vendor.server.control that return VendorItemCostValueModifier and TypeMethodDescriptionVendorControl.getVendorItemCostValue(VendorItemCost vendorItemCost) VendorControl.getVendorItemCostValueForUpdate(VendorItem vendorItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) Methods in com.echothree.model.control.vendor.server.control with parameters of type VendorItemCostValueModifier and TypeMethodDescriptionvoidVendorControl.updateVendorItemCostFromValue(VendorItemCostValue vendorItemCostValue, BasePK updatedBy) -
Uses of VendorItemCostValue in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return VendorItemCostValueMethods in com.echothree.model.data.vendor.server.entity with parameters of type VendorItemCostValueModifier and TypeMethodDescriptionvoidVendorItemCost.setVendorItemCostValue(VendorItemCostValue value) Constructors in com.echothree.model.data.vendor.server.entity with parameters of type VendorItemCostValueModifierConstructorDescriptionVendorItemCost(VendorItemCostValue value, EntityPermission entityPermission) Creates a new instance of VendorItemCost -
Uses of VendorItemCostValue in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory that return VendorItemCostValueModifier and TypeMethodDescriptionVendorItemCostFactory.getValueFromPK(VendorItemCostPK pk) VendorItemCostFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory that return types with arguments of type VendorItemCostValueModifier and TypeMethodDescriptionVendorItemCostFactory.getValuesFromPKs(Collection<VendorItemCostPK> pks) VendorItemCostFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory with parameters of type VendorItemCostValueModifier and TypeMethodDescriptionVendorItemCostFactory.getEntityFromValue(EntityPermission entityPermission, VendorItemCostValue value) Method parameters in com.echothree.model.data.vendor.server.factory with type arguments of type VendorItemCostValueModifier and TypeMethodDescriptionvoidVendorItemCostFactory.create(Collection<VendorItemCostValue> _values) -
Uses of VendorItemCostValue in com.echothree.model.data.vendor.server.value
Methods in com.echothree.model.data.vendor.server.value that return VendorItemCostValue