psdi.app.inventory

Class WOMATStatusSync

  • java.lang.Object
  • All Implemented Interfaces:
    java.rmi.Remote, WOMATStatusSyncRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class WOMATStatusSync
    extends Mbo
    implements WOMATStatusSyncRemote
    Inventory records are added to this object (WOMATSTATUSSYNC), when reservations are performed and/or inventory balances are modified. Once a transaction occurs, a record will be written to the table and later its picked up by the WOMaterialStatusUpdateCronTask and processed in order to update related work order storeroom status and main work order status.
    • Constructor Detail

      • WOMATStatusSync

        public WOMATStatusSync(MboSet ms)
                        throws MXException,
                               java.rmi.RemoteException
        Construct the WOMATStatusSync object
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • updateMbo

        public void updateMbo(MboRemote mbo)
                       throws MXException,
                              java.rmi.RemoteException
        Adds a new WOMATSTATUSSYNC record. WOMATSTATUSSYNC records are unique records which get picked up by the WOMaterialStatusUpdateCrontask.
        Specified by:
        updateMbo in interface WOMATStatusSyncRemote
        Throws:
        MXException
        java.rmi.RemoteException