psdi.app.invoice

Interface InvoiceCostSetRemote

    • Method Detail

      • validateInvoiceCost

        void validateInvoiceCost()
                          throws MXException,
                                 java.rmi.RemoteException
        Validates the invoice cost lines associated with the related invoice line. The invoice cost's quantity, cost, percentage have to be consistent with the invoice line.
        Throws:
        MXApplicationException - (invoice, CostQtyShouldBeNull) Invoice cost quantity should be null.
        MXApplicationException - (invoice, QuantitySumInvalid) Invoice cost quantity total not equal to invoice line quantity.
        MXApplicationException - (invoice, LineCostSumInvalid) Invoice cost linecost total not equal to invoice line linecost.
        MXException
        java.rmi.RemoteException