Interface PIAPaymentFieldBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PIAPaymentFieldBeanImpl

public interface PIAPaymentFieldBean extends Remote
Remote interface for PIAPaymentField controller. This controller is used to determine if the current account is in a hierarchy (which means Subordinate should be a payment option) and it is used to retrieve the system supported payment types.
Version:
%version: 2 % %date_modified: Sun May 27 18:24:53 2001 %
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int[]
    Retrieves default method of payment information.
    int
    Indicates whether payment method is subordinate of another billing group.
  • Field Details

  • Method Details

    • getPaymentMethodIndices

      int[] getPaymentMethodIndices() throws RemoteException
      Retrieves default method of payment information.
      Returns:
      array of "payment method" indices
      Throws:
      RemoteException
    • getSubordinateStatus

      int getSubordinateStatus() throws RemoteException
      Indicates whether payment method is subordinate of another billing group.
      Returns:
      NONSUBORDINATE if it is non-subordinate, SUBORDINATE if it is subordinate, and UNKNOWN if there is no way to determine (for example, this widget is being used during account creation and so there is nothing to test against).
      Throws:
      RemoteException