public interface PPurchasePlansBean extends Remote
PPurchasePlansBean
is a Remote
interface
used for purchasing plans.Modifier and Type | Method and Description |
---|---|
List |
getPlans()
Gets the list of plans available for purchase when the bean is loaded.
|
String |
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 |
purchasePlans(PModelHandle mH)
Displays the plans purchased for this account.
|
void |
setConfirmation(String sPassword)
Sets the input data/hidden variable
ConfirmPassword
with the value of the customer's password verification String . |
void |
setIndex(String index)
Sets the input data/hidden variable
SelectedPlanIndex
to purchase the selected plan. |
void |
setLogin(String sLogin)
Sets the input data for the login.
|
void |
setPassword(String sPassword)
Sets the input data for the password.
|
void setIndex(String index) throws RemoteException
SelectedPlanIndex
to purchase the selected plan.index
- a specific plan to purchaseRemoteException
void setLogin(String sLogin) throws RemoteException
sLogin
- the login to useRemoteException
void setPassword(String sPassword) throws RemoteException
sPassword
- the password to useRemoteException
void setConfirmation(String sPassword) throws RemoteException
ConfirmPassword
with the value of the customer's password verification String
.sPassword
- a String
with the customer's password
verification valueRemoteException
List getPlans() throws RemoteException
List
of available plans.RemoteException
String getPlans(int index) throws RemoteException
index
- the specified index corresponding to the plan to displayRemoteException
void purchasePlans(PModelHandle mH) throws RemoteException
mH
- the account's PModelHandle
saved in the sessionRemoteException
void listOfPlans(PModelHandle mH, ResourceBundle bundle) throws RemoteException
mH
- the account's PModelHandle
saved in the sessionbundle
- the resource bundleRemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.