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 purchaseRemoteExceptionvoid setLogin(String sLogin) throws RemoteException
sLogin - the login to useRemoteExceptionvoid setPassword(String sPassword) throws RemoteException
sPassword - the password to useRemoteExceptionvoid 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 valueRemoteExceptionList getPlans() throws RemoteException
List of available plans.RemoteExceptionString getPlans(int index) throws RemoteException
index - the specified index corresponding to the plan to displayRemoteExceptionvoid purchasePlans(PModelHandle mH) throws RemoteException
mH - the account's PModelHandle saved in the sessionRemoteExceptionvoid listOfPlans(PModelHandle mH, ResourceBundle bundle) throws RemoteException
mH - the account's PModelHandle saved in the sessionbundle - the resource bundleRemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.