Package org.openbravo.materialmgmt
Class StockUtils
- java.lang.Object
-
- org.openbravo.materialmgmt.StockUtils
-
public class StockUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description StockUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CSResponseGetStockParam
getStock(String uuid, String recordId, BigDecimal quantity, String mProductId, String mLocatorId, String mWarehouseId, String priorityWarehouseId, String adOrgId, String mAttributeSetInstanceId, String adUserId, String adClientId, String warehouseRuleId, String cUomId, String productUomId, String adTableId, String auxId, Long lineNo, String processId, String mReservationId, String calledFromApp)
static CSResponseGetStockParam
getStock(String uuid, String recordId, BigDecimal quantity, String mProductId, String mLocatorId, String mWarehouseId, String priorityWarehouseId, String adOrgId, String mAttributeSetInstanceId, String adUserId, String adClientId, String warehouseRuleId, String cUomId, String productUomId, String adTableId, String auxId, Long lineNo, String processId, String mReservationId, String calledFromApp, String available, String nettable, String overIssue)
static org.hibernate.ScrollableResults
getStockProposed(OrderLine orderLine, BigDecimal quantity, Warehouse warehouse)
-
-
-
Method Detail
-
getStock
public static CSResponseGetStockParam getStock(String uuid, String recordId, BigDecimal quantity, String mProductId, String mLocatorId, String mWarehouseId, String priorityWarehouseId, String adOrgId, String mAttributeSetInstanceId, String adUserId, String adClientId, String warehouseRuleId, String cUomId, String productUomId, String adTableId, String auxId, Long lineNo, String processId, String mReservationId, String calledFromApp) throws javax.servlet.ServletException, NoConnectionAvailableException
- Throws:
javax.servlet.ServletException
NoConnectionAvailableException
-
getStock
public static CSResponseGetStockParam getStock(String uuid, String recordId, BigDecimal quantity, String mProductId, String mLocatorId, String mWarehouseId, String priorityWarehouseId, String adOrgId, String mAttributeSetInstanceId, String adUserId, String adClientId, String warehouseRuleId, String cUomId, String productUomId, String adTableId, String auxId, Long lineNo, String processId, String mReservationId, String calledFromApp, String available, String nettable, String overIssue) throws javax.servlet.ServletException, NoConnectionAvailableException
- Throws:
javax.servlet.ServletException
NoConnectionAvailableException
-
getStockProposed
public static org.hibernate.ScrollableResults getStockProposed(OrderLine orderLine, BigDecimal quantity, Warehouse warehouse)
-
-