Uses of Class
com.echothree.model.data.sales.server.value.SalesOrderValue
Packages that use SalesOrderValue
Package
Description
-
Uses of SalesOrderValue in com.echothree.model.control.sales.server.control
Methods in com.echothree.model.control.sales.server.control that return SalesOrderValueModifier and TypeMethodDescriptionSalesOrderControl.getSalesOrderValue(SalesOrder salesOrder) SalesOrderControl.getSalesOrderValueForUpdate(Order order) Methods in com.echothree.model.control.sales.server.control with parameters of type SalesOrderValueModifier and TypeMethodDescriptionvoidSalesOrderControl.updateSalesOrderFromValue(SalesOrderValue salesOrderValue, BasePK updatedBy) -
Uses of SalesOrderValue in com.echothree.model.data.sales.server.entity
Methods in com.echothree.model.data.sales.server.entity that return SalesOrderValueMethods in com.echothree.model.data.sales.server.entity with parameters of type SalesOrderValueConstructors in com.echothree.model.data.sales.server.entity with parameters of type SalesOrderValueModifierConstructorDescriptionSalesOrder(SalesOrderValue value, EntityPermission entityPermission) Creates a new instance of SalesOrder -
Uses of SalesOrderValue in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory that return SalesOrderValueModifier and TypeMethodDescriptionSalesOrderFactory.getValueFromPK(Session session, SalesOrderPK pk) SalesOrderFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.sales.server.factory that return types with arguments of type SalesOrderValueModifier and TypeMethodDescriptionSalesOrderFactory.getValuesFromPKs(Session session, Collection<SalesOrderPK> pks) SalesOrderFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.sales.server.factory with parameters of type SalesOrderValueModifier and TypeMethodDescriptionSalesOrderFactory.getEntityFromValue(EntityPermission entityPermission, SalesOrderValue value) SalesOrderFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SalesOrderValue value) Method parameters in com.echothree.model.data.sales.server.factory with type arguments of type SalesOrderValueModifier and TypeMethodDescriptionvoidSalesOrderFactory.create(Session session, Collection<SalesOrderValue> _values) voidSalesOrderFactory.create(Collection<SalesOrderValue> _values) -
Uses of SalesOrderValue in com.echothree.model.data.sales.server.value
Methods in com.echothree.model.data.sales.server.value that return SalesOrderValue