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.RemoteExceptionMXExceptionpublic static void setItemStatus(ItemRemote item, java.lang.String status, boolean rolldown) throws java.rmi.RemoteException, MXException
- java.rmi.RemoteExceptionMXExceptionpublic static void setPOStatus(PORemote po, java.lang.String status) throws java.rmi.RemoteException, MXException
- java.rmi.RemoteExceptionMXExceptionpublic static POLineRemote fetchPOLine(PORemote po, java.lang.String lineNum) throws MXException, java.rmi.RemoteException
PORemote - MXExceptionjava.rmi.RemoteException