public class ReceivingLibrary
extends java.lang.Object
Constructor and Description |
---|
ReceivingLibrary() |
Modifier and Type | Method and Description |
---|---|
static Shipment |
addShipmentLines(Shipment shipment)
Adds the shipment lines to the shipment and completes those that can be completed
|
static POLineRemote |
fetchPOLine(PORemote po,
java.lang.String lineNum)
Fetch a POLine.
|
static void |
setItemStatus(ItemRemote item,
java.lang.String status,
boolean rolldown)
Set item status
|
static void |
setPOStatus(PORemote po,
java.lang.String status)
Set PO status
|
public static Shipment addShipmentLines(Shipment shipment) throws java.rmi.RemoteException, MXException
shipment
- java.rmi.RemoteException
MXException
public static void setItemStatus(ItemRemote item, java.lang.String status, boolean rolldown) throws java.rmi.RemoteException, MXException
- java.rmi.RemoteException
MXException
public static void setPOStatus(PORemote po, java.lang.String status) throws java.rmi.RemoteException, MXException
- java.rmi.RemoteException
MXException
public static POLineRemote fetchPOLine(PORemote po, java.lang.String lineNum) throws MXException, java.rmi.RemoteException
PORemote
- MXException
java.rmi.RemoteException