psdi.app.inventory

Interface InvUseServiceRemote

  • All Superinterfaces:
    AppServiceRemote, java.rmi.Remote, ServiceRemote
    All Known Implementing Classes:
    InvUseService


    public interface InvUseServiceRemote
    extends AppServiceRemote
    Remote Interface to the InvUseService object. Any method that needs to be remotely called on the InvUseService needs to be defined on this interface
    • Method Detail

      • changeStatus

        void changeStatus(InvUseRemote invuse,
                          java.lang.String status,
                          java.util.Date date,
                          java.lang.String memo)
                   throws MXException,
                          java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        throws MXException, RemoteException
      • createShipmentReturn

        MboRemote createShipmentReturn(UserInfo userInfo,
                                       MboSetRemote receiptSet,
                                       java.lang.String shipmentnum,
                                       long shipmentlinenum,
                                       java.lang.String ownersysid,
                                       java.lang.String siteid)
                                throws MXException,
                                       java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException