Interface POnlinePaymentAuditBean

All Superinterfaces:
Remote
All Known Implementing Classes:
POnlinePaymentAuditBeanImpl

public interface POnlinePaymentAuditBean extends Remote
POnlinePaymentAuditBean is a Remote interface that defines the Online Payment Audit Input Form and the corresponding processing methods.
Version:
%version: 7 % %date_modified: Thu Nov 08 18:28:10 2001 %
Author:
Senthil Vaiyapuri
  • Method Details

    • setStartTime

      void setStartTime(Date sSdate) throws RemoteException
      Sets the start date for audit events search.
      Throws:
      RemoteException
    • setEndTime

      void setEndTime(Date sEdate) throws RemoteException
      Sets the end date for audit events search.
      Throws:
      RemoteException
    • setMode

      void setMode(String sMode) throws RemoteException
      Sets the processing mode of the bean/form.
      Parameters:
      sMode - a String with the processing mode to use:
      • "init" populates the form with default values
      • "show" searches for audit events and shows the results
      Throws:
      RemoteException
    • getStartTime

      Date getStartTime() throws RemoteException
      Get the start date for audit events search
      Throws:
      RemoteException
    • getEndTime

      Date getEndTime() throws RemoteException
      Get the end date for audit events search
      Throws:
      RemoteException
    • getAuditResults

      List getAuditResults() throws RemoteException
      Gets a List with the results of the audit event search.
      Throws:
      RemoteException
    • getMode

      String getMode() throws RemoteException
      Get the processing mode.
      Returns:
      A String with the processing mode to use:
      • "init" populates the form with default values
      • "show" searches for audit events and shows the results
      Throws:
      RemoteException
    • onlinepaymentaudit

      void onlinepaymentaudit(PModelHandle mH, ResourceBundle bundle) throws RemoteException
      Starts the online payment process. This is an Action method called by the Infranet Servlet.

      Depending on the processing mode, this method either populates the form with default values or takes in the form input and searches for online payment audit events and populates the result set.

      Parameters:
      mH - the PModelHandle for the account
      bundle - the resource bundle
      Throws:
      RemoteException