Package com.portal.web.comp
Interface PPurchasePlansBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PPurchasePlansBeanImpl
PPurchasePlansBean
is a Remote
interface
used for purchasing plans.- Version:
- %version: 6 % %date_modified: Thu Nov 08 18:28:28 2001 %
- Author:
- sujata
-
Method Summary
Modifier and TypeMethodDescriptiongetPlans()
Gets the list of plans available for purchase when the bean is loaded.getPlans
(int index) Accesses a specific plan available for purchase when the bean is loaded.void
listOfPlans
(PModelHandle mH, ResourceBundle bundle) Displays the list of plans available for purchase for this account.void
Displays the plans purchased for this account.void
setConfirmation
(String sPassword) Sets the input data/hidden variableConfirmPassword
with the value of the customer's password verificationString
.void
Sets the input data/hidden variableSelectedPlanIndex
to purchase the selected plan.void
Sets the input data for the login.void
setPassword
(String sPassword) Sets the input data for the password.
-
Method Details
-
setIndex
Sets the input data/hidden variableSelectedPlanIndex
to purchase the selected plan.- Parameters:
index
- a specific plan to purchase- Throws:
RemoteException
-
setLogin
Sets the input data for the login.- Parameters:
sLogin
- the login to use- Throws:
RemoteException
-
setPassword
Sets the input data for the password.- Parameters:
sPassword
- the password to use- Throws:
RemoteException
-
setConfirmation
Sets the input data/hidden variableConfirmPassword
with the value of the customer's password verificationString
.- Parameters:
sPassword
- aString
with the customer's password verification value- Throws:
RemoteException
-
getPlans
Gets the list of plans available for purchase when the bean is loaded.- Returns:
- A
List
of available plans. - Throws:
RemoteException
-
getPlans
Accesses a specific plan available for purchase when the bean is loaded.- Parameters:
index
- the specified index corresponding to the plan to display- Throws:
RemoteException
-
purchasePlans
Displays the plans purchased for this account.- Parameters:
mH
- the account'sPModelHandle
saved in the session- Throws:
RemoteException
-
listOfPlans
Displays the list of plans available for purchase for this account.- Parameters:
mH
- the account'sPModelHandle
saved in the sessionbundle
- the resource bundle- Throws:
RemoteException
-