Uses of Class
com.echothree.model.data.sales.server.value.SalesOrderLineValue
Packages that use SalesOrderLineValue
Package
Description
-
Uses of SalesOrderLineValue in com.echothree.model.control.sales.server.control
Methods in com.echothree.model.control.sales.server.control that return SalesOrderLineValueModifier and TypeMethodDescriptionSalesOrderControl.getSalesOrderLineValue(SalesOrderLine salesOrderLine) SalesOrderControl.getSalesOrderLineValueForUpdate(OrderLine orderLine) Methods in com.echothree.model.control.sales.server.control with parameters of type SalesOrderLineValueModifier and TypeMethodDescriptionvoidSalesOrderControl.updateSalesOrderLineFromValue(SalesOrderLineValue salesOrderLineValue, BasePK updatedBy) -
Uses of SalesOrderLineValue in com.echothree.model.data.sales.server.entity
Methods in com.echothree.model.data.sales.server.entity that return SalesOrderLineValueMethods in com.echothree.model.data.sales.server.entity with parameters of type SalesOrderLineValueModifier and TypeMethodDescriptionvoidSalesOrderLine.setSalesOrderLineValue(SalesOrderLineValue value) Constructors in com.echothree.model.data.sales.server.entity with parameters of type SalesOrderLineValueModifierConstructorDescriptionSalesOrderLine(SalesOrderLineValue value, EntityPermission entityPermission) Creates a new instance of SalesOrderLine -
Uses of SalesOrderLineValue in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory that return SalesOrderLineValueModifier and TypeMethodDescriptionSalesOrderLineFactory.getValueFromPK(SalesOrderLinePK pk) SalesOrderLineFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.sales.server.factory that return types with arguments of type SalesOrderLineValueModifier and TypeMethodDescriptionSalesOrderLineFactory.getValuesFromPKs(Collection<SalesOrderLinePK> pks) SalesOrderLineFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.sales.server.factory with parameters of type SalesOrderLineValueModifier and TypeMethodDescriptionSalesOrderLineFactory.getEntityFromValue(EntityPermission entityPermission, SalesOrderLineValue value) Method parameters in com.echothree.model.data.sales.server.factory with type arguments of type SalesOrderLineValueModifier and TypeMethodDescriptionvoidSalesOrderLineFactory.create(Collection<SalesOrderLineValue> _values) -
Uses of SalesOrderLineValue in com.echothree.model.data.sales.server.value
Methods in com.echothree.model.data.sales.server.value that return SalesOrderLineValue