Uses of Class
com.echothree.model.data.sales.server.value.SalesOrderBatchValue
Packages that use SalesOrderBatchValue
Package
Description
-
Uses of SalesOrderBatchValue in com.echothree.model.control.sales.server.control
Methods in com.echothree.model.control.sales.server.control that return SalesOrderBatchValueModifier and TypeMethodDescriptionSalesOrderBatchControl.getSalesOrderBatchValue(SalesOrderBatch salesOrderBatch) SalesOrderBatchControl.getSalesOrderBatchValueForUpdate(Batch batch) Methods in com.echothree.model.control.sales.server.control with parameters of type SalesOrderBatchValueModifier and TypeMethodDescriptionvoidSalesOrderBatchControl.updateSalesOrderBatchFromValue(SalesOrderBatchValue salesOrderBatchValue, BasePK updatedBy) -
Uses of SalesOrderBatchValue in com.echothree.model.data.sales.server.entity
Methods in com.echothree.model.data.sales.server.entity that return SalesOrderBatchValueMethods in com.echothree.model.data.sales.server.entity with parameters of type SalesOrderBatchValueModifier and TypeMethodDescriptionvoidSalesOrderBatch.setSalesOrderBatchValue(SalesOrderBatchValue value) Constructors in com.echothree.model.data.sales.server.entity with parameters of type SalesOrderBatchValueModifierConstructorDescriptionSalesOrderBatch(SalesOrderBatchValue value, EntityPermission entityPermission) Creates a new instance of SalesOrderBatch -
Uses of SalesOrderBatchValue in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory that return SalesOrderBatchValueModifier and TypeMethodDescriptionSalesOrderBatchFactory.getValueFromPK(Session session, SalesOrderBatchPK pk) SalesOrderBatchFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.sales.server.factory that return types with arguments of type SalesOrderBatchValueModifier and TypeMethodDescriptionSalesOrderBatchFactory.getValuesFromPKs(Session session, Collection<SalesOrderBatchPK> pks) SalesOrderBatchFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.sales.server.factory with parameters of type SalesOrderBatchValueModifier and TypeMethodDescriptionSalesOrderBatchFactory.getEntityFromValue(EntityPermission entityPermission, SalesOrderBatchValue value) SalesOrderBatchFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SalesOrderBatchValue value) Method parameters in com.echothree.model.data.sales.server.factory with type arguments of type SalesOrderBatchValueModifier and TypeMethodDescriptionvoidSalesOrderBatchFactory.create(Session session, Collection<SalesOrderBatchValue> _values) voidSalesOrderBatchFactory.create(Collection<SalesOrderBatchValue> _values) -
Uses of SalesOrderBatchValue in com.echothree.model.data.sales.server.value
Methods in com.echothree.model.data.sales.server.value that return SalesOrderBatchValue