Package com.portal.web.comp
Interface POnlinePaymentAuditBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
POnlinePaymentAuditBeanImpl
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 Summary
Modifier and TypeMethodDescriptionGets aList
with the results of the audit event search.Get the end date for audit events searchgetMode()
Get the processing mode.Get the start date for audit events searchvoid
onlinepaymentaudit
(PModelHandle mH, ResourceBundle bundle) Starts the online payment process.void
setEndTime
(Date sEdate) Sets the end date for audit events search.void
Sets the processing mode of the bean/form.void
setStartTime
(Date sSdate) Sets the start date for audit events search.
-
Method Details
-
setStartTime
Sets the start date for audit events search.- Throws:
RemoteException
-
setEndTime
Sets the end date for audit events search.- Throws:
RemoteException
-
setMode
Sets the processing mode of the bean/form.- Parameters:
sMode
- aString
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
Get the start date for audit events search- Throws:
RemoteException
-
getEndTime
Get the end date for audit events search- Throws:
RemoteException
-
getAuditResults
Gets aList
with the results of the audit event search.- Throws:
RemoteException
-
getMode
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
Starts the online payment process. This is anAction
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
- thePModelHandle
for the accountbundle
- the resource bundle- Throws:
RemoteException
-