psdi.app.invoice

Interface InvoiceMatchRemote

    • Method Detail

      • getReceipt

        ReceiptMboRemote getReceipt()
                             throws MXException,
                                    java.rmi.RemoteException
        Get the receipt corressponding to this match. This case takes care of getting all the receipts for this match even if they are not in the database.
        Returns:
        ReceiptMboRemote The remote of the receipt mbo.
        Throws:
        MXException
        java.rmi.RemoteException
      • setReceipt

        void setReceipt(ReceiptMboRemote receiptMboRemote)
                 throws MXException,
                        java.rmi.RemoteException
        Set the matching receipt reference to the passed in receipt (ReceiptMboRemote).
        Parameters:
        receiptMboRemote - The receipt mbo remote to which the reference is to be set.
        Throws:
        MXException
        java.rmi.RemoteException