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 aListwith 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 searchvoidonlinepaymentaudit(PModelHandle mH, ResourceBundle bundle) Starts the online payment process.voidsetEndTime(Date sEdate) Sets the end date for audit events search.voidSets the processing mode of the bean/form.voidsetStartTime(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- aStringwith 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 aListwith the results of the audit event search.- Throws:
RemoteException
-
getMode
Get the processing mode.- Returns:
- A
Stringwith 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 anActionmethod 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- thePModelHandlefor the accountbundle- the resource bundle- Throws:
RemoteException
-