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(Session session, VendorItemCostPK pk) VendorItemCostFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory that return types with arguments of type VendorItemCostValueModifier and TypeMethodDescriptionVendorItemCostFactory.getValuesFromPKs(Session session, Collection<VendorItemCostPK> pks) VendorItemCostFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory with parameters of type VendorItemCostValueModifier and TypeMethodDescriptionVendorItemCostFactory.getEntityFromValue(EntityPermission entityPermission, VendorItemCostValue value) VendorItemCostFactory.getEntityFromValue(Session session, EntityPermission entityPermission, VendorItemCostValue value) Method parameters in com.echothree.model.data.vendor.server.factory with type arguments of type VendorItemCostValueModifier and TypeMethodDescriptionvoidVendorItemCostFactory.create(Session session, Collection<VendorItemCostValue> _values) voidVendorItemCostFactory.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