Class WPaymentFormMixedPOS

All Implemented Interfaces:
IPaymentForm

public class WPaymentFormMixedPOS extends PaymentFormMixedPOS
Form for mixed POS payment rule (X_C_Order.PAYMENTRULE_MixedPOSPayment).
As it is, this is a dummy implementation that doesn't do anything.
Author:
Elaine
  • Constructor Details

    • WPaymentFormMixedPOS

      public WPaymentFormMixedPOS(int windowNo, GridTab mTab)
      Parameters:
      windowNo -
      mTab -
  • Method Details

    • loadData

      public void loadData()
      Description copied from interface: IPaymentForm
      Load payment and related transaction records. Usually call from dynInit()
    • checkMandatory

      public boolean checkMandatory()
      Description copied from interface: IPaymentForm
      mandatory field validations
      Returns:
      true if all mandatory field have been populated
    • saveChangesInTrx

      public boolean saveChangesInTrx(String trxName)
      Description copied from interface: IPaymentForm
      Save changes to DB
      Returns:
      true if save successfully
    • showWindow

      public void showWindow()
      Description copied from interface: IPaymentForm
      show form
    • closeWindow

      public void closeWindow()
      Description copied from interface: IPaymentForm
      close form
    • getWindow

      public Object getWindow()
      Returns:
      instance of UI form
    • afterSave

      protected void afterSave(boolean success)
      Description copied from class: PaymentForm
      after save and trx committed/rollback
      Specified by:
      afterSave in class PaymentForm