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.voidlistOfPlans(PModelHandle mH, ResourceBundle bundle) Displays the list of plans available for purchase for this account.voidDisplays the plans purchased for this account.voidsetConfirmation(String sPassword) Sets the input data/hidden variableConfirmPasswordwith the value of the customer's password verificationString.voidSets the input data/hidden variableSelectedPlanIndexto purchase the selected plan.voidSets the input data for the login.voidsetPassword(String sPassword) Sets the input data for the password.
-
Method Details
-
setIndex
Sets the input data/hidden variableSelectedPlanIndexto 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 variableConfirmPasswordwith the value of the customer's password verificationString.- Parameters:
sPassword- aStringwith the customer's password verification value- Throws:
RemoteException
-
getPlans
Gets the list of plans available for purchase when the bean is loaded.- Returns:
- A
Listof 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'sPModelHandlesaved in the session- Throws:
RemoteException
-
listOfPlans
Displays the list of plans available for purchase for this account.- Parameters:
mH- the account'sPModelHandlesaved in the sessionbundle- the resource bundle- Throws:
RemoteException
-