Package org.apache.ofbiz.shipment.verify
Class VerifyPickSessionRow
java.lang.Object
org.apache.ofbiz.shipment.verify.VerifyPickSessionRow
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVerifyPickSessionRow
(String orderId, String orderItemSeqId, String shipGroupSeqId, String productId, String originGeoId, String inventoryItemId, BigDecimal quantity) -
Method Summary
Modifier and TypeMethodDescriptionGets inventory item id.Gets invoice item seq id.Gets order id.Gets order item.Gets order item seq id.Gets origin geo id.Gets product id.Gets ready to verify qty.Gets ship group seq id.Gets shipment item seq id.boolean
Is same item boolean.protected void
issueItemToShipment
(String shipmentId, String picklistBinId, GenericValue userLogin, BigDecimal quantity, LocalDispatcher dispatcher, Locale locale) Issue item to shipment.void
setInvoiceItemSeqId
(String invoiceItemSeqId) Sets invoice item seq id.void
setReadyToVerifyQty
(BigDecimal readyToVerifyQty) Sets ready to verify qty.void
setShipmentItemSeqId
(String shipmentItemSeqId) Sets shipment item seq id.
-
Constructor Details
-
VerifyPickSessionRow
public VerifyPickSessionRow() -
VerifyPickSessionRow
-
-
Method Details
-
getOrderId
Gets order id.- Returns:
- the order id
-
getOrderItemSeqId
Gets order item seq id.- Returns:
- the order item seq id
-
getShipGroupSeqId
Gets ship group seq id.- Returns:
- the ship group seq id
-
getProductId
Gets product id.- Returns:
- the product id
-
getOriginGeoId
Gets origin geo id.- Returns:
- the origin geo id
-
getInventoryItemId
Gets inventory item id.- Returns:
- the inventory item id
-
getReadyToVerifyQty
Gets ready to verify qty.- Returns:
- the ready to verify qty
-
setReadyToVerifyQty
Sets ready to verify qty.- Parameters:
readyToVerifyQty
- the ready to verify qty
-
setShipmentItemSeqId
Sets shipment item seq id.- Parameters:
shipmentItemSeqId
- the shipment item seq id
-
getShipmentItemSeqId
Gets shipment item seq id.- Returns:
- the shipment item seq id
-
setInvoiceItemSeqId
Sets invoice item seq id.- Parameters:
invoiceItemSeqId
- the invoice item seq id
-
getInvoiceItemSeqId
Gets invoice item seq id.- Returns:
- the invoice item seq id
-
getOrderItem
Gets order item.- Returns:
- the order item
-
isSameItem
Is same item boolean.- Parameters:
line
- the line- Returns:
- the boolean
-
issueItemToShipment
protected void issueItemToShipment(String shipmentId, String picklistBinId, GenericValue userLogin, BigDecimal quantity, LocalDispatcher dispatcher, Locale locale) throws GeneralException Issue item to shipment.- Parameters:
shipmentId
- the shipment idpicklistBinId
- the picklist bin iduserLogin
- the user loginquantity
- the quantitydispatcher
- the dispatcherlocale
- the locale- Throws:
GeneralException
- the general exception
-