psdi.app.common.receipt

Class ReceiptMboSet

    • Constructor Detail

      • ReceiptMboSet

        public ReceiptMboSet(MboServerInterface ms)
                      throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getRecordCount

        public int getRecordCount()
                           throws MXException,
                                  java.rmi.RemoteException
        Returns the number of records in the MboSet that are yet to be saved.
        Throws:
        MXException
        java.rmi.RemoteException
      • countRecords

        public void countRecords()
                          throws MXException,
                                 java.rmi.RemoteException
        Counts the number of records in the MboSet that are yet to be saved.
        Throws:
        MXException
        java.rmi.RemoteException
      • setInvoiceString

        public void setInvoiceString(java.lang.String invoiceString)
                              throws MXException,
                                     java.rmi.RemoteException
        Method to store the invoice number that was last created from a receipt.
        Throws:
        MXException
        java.rmi.RemoteException
      • incCurrentReceiptCount

        public void incCurrentReceiptCount()
                                    throws MXException,
                                           java.rmi.RemoteException
        Each time a receipt is processed, the currentReceiptCount is incremented by one.
        Throws:
        MXException
        java.rmi.RemoteException
      • setInvoiceCreditType

        public void setInvoiceCreditType(boolean creditInvoiceType)
                                  throws MXException,
                                         java.rmi.RemoteException
        Set the credit invoice type to be true or false.
        Parameters:
        creditInvoiceType -
        Throws:
        MXException
        java.rmi.RemoteException
      • isInvoiceCreditType

        public boolean isInvoiceCreditType()
                                    throws MXException,
                                           java.rmi.RemoteException
        Is the invoice created credit type.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException