public interface PIACAPackageInfoBean extends Remote
PIACAPackagePanel
component.Modifier and Type | Method and Description |
---|---|
List |
getPlans() |
String |
getPlans(int index) |
Object |
getSelectedPlanModel(PModelHandle planModel,
String index,
String[] login,
String[] password,
String ipAddress,
PIAComponentCollection[] serviceColl)
Updates a plan with user-provided extended services information.
|
Object |
getSelectedPlanModel(PModelHandle planModel,
String index,
String login,
String password,
String ipAddress) |
String[] |
getServiceDescriptions(PModelHandle planModel,
String index)
Gets the services of the plan specified by index.
|
Object |
listOfPlans()
Gets the plan list.
|
Object |
listOfPlans(String planName)
Gets the plan list or updates a plan with user-provided services information.
|
void |
mergeModelHandle(PModelHandle accountModel,
PModelHandle planModel)
Appends the selected plan Model to the accountModel for account creation
|
List getPlans() throws RemoteException
RemoteException
String getPlans(int index) throws RemoteException
RemoteException
Object listOfPlans(String planName) throws RemoteException
event
- The action event, with direction on what to doRemoteException
Object getSelectedPlanModel(PModelHandle planModel, String index, String login, String password, String ipAddress) throws RemoteException
RemoteException
Object listOfPlans() throws RemoteException
RemoteException
void mergeModelHandle(PModelHandle accountModel, PModelHandle planModel) throws RemoteException
accountModel
- planModel
- RemoteException
String[] getServiceDescriptions(PModelHandle planModel, String index) throws RemoteException
planModel
- index
- RemoteException
Object getSelectedPlanModel(PModelHandle planModel, String index, String[] login, String[] password, String ipAddress, PIAComponentCollection[] serviceColl) throws RemoteException
planModel
- index
- login
- password
- ipAddress
- serviceColl
- RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.