public interface POnlinePaymentAuditBean extends Remote
POnlinePaymentAuditBean
is a Remote
interface that defines the Online Payment Audit Input Form
and the corresponding processing methods.Modifier and Type | Method and Description |
---|---|
List |
getAuditResults()
Gets a
List with the results of the audit event search. |
Date |
getEndTime()
Get the end date for audit events search
|
String |
getMode()
Get the processing mode.
|
Date |
getStartTime()
Get the start date for audit events search
|
void |
onlinepaymentaudit(PModelHandle mH,
ResourceBundle bundle)
Starts the online payment process.
|
void |
setEndTime(Date sEdate)
Sets the end date for audit events search.
|
void |
setMode(String sMode)
Sets the processing mode of the bean/form.
|
void |
setStartTime(Date sSdate)
Sets the start date for audit events search.
|
void setStartTime(Date sSdate) throws RemoteException
RemoteException
void setEndTime(Date sEdate) throws RemoteException
RemoteException
void setMode(String sMode) throws RemoteException
sMode
- a String
with the processing mode
to use:RemoteException
Date getStartTime() throws RemoteException
RemoteException
Date getEndTime() throws RemoteException
RemoteException
List getAuditResults() throws RemoteException
List
with the results of the audit event search.RemoteException
String getMode() throws RemoteException
String
with the processing mode
to use:RemoteException
void onlinepaymentaudit(PModelHandle mH, ResourceBundle bundle) throws RemoteException
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.
mH
- the PModelHandle
for the accountbundle
- the resource bundleRemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.