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
RemoteExceptionString getPlans(int index) throws RemoteException
RemoteExceptionObject listOfPlans(String planName) throws RemoteException
event - The action event, with direction on what to doRemoteExceptionObject getSelectedPlanModel(PModelHandle planModel, String index, String login, String password, String ipAddress) throws RemoteException
RemoteExceptionObject listOfPlans() throws RemoteException
RemoteExceptionvoid mergeModelHandle(PModelHandle accountModel, PModelHandle planModel) throws RemoteException
accountModel - planModel - RemoteExceptionString[] getServiceDescriptions(PModelHandle planModel, String index) throws RemoteException
planModel - index - RemoteExceptionObject getSelectedPlanModel(PModelHandle planModel, String index, String[] login, String[] password, String ipAddress, PIAComponentCollection[] serviceColl) throws RemoteException
planModel - index - login - password - ipAddress - serviceColl - RemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.