public interface PNewServicePageBean extends Remote
| Modifier and Type | Method and Description |
|---|---|
void |
appendLoginData(PModelHandle event,
PModelHandle loginModelHandle)
Appends the data collected from service page to the event Model.
|
void |
collectLoginInfo(PModelHandle serviceModel,
PModelHandle loginInfo,
PModelHandle origMH)
The loginInfo need to be appended to serviceModel and updated serviceModel need to be appended to origMH.
|
void |
convertModelHandleForUpgrade(PModelHandle origMH,
PModelHandle servicesAttrInfo)
Appends the data collected from service page to the origMH as per the upgrade specification
|
PModelHandle |
getModelHandleForPurchasedDeals(PModelHandle origMH)
Gets the model handle for purchased services.
|
PModelHandle |
getModelHandleForPurchasedServices(PModelHandle origMH)
Returns the clone of origMH with required deals
|
PModelHandle |
getModelHandleForPurchasedServices(PModelHandle origMH,
PModelHandle fromPlanMH,
boolean isRequired)
Returns the clone of origMH with required/purchased deals
|
String |
getServiceID(PModelHandle handle)
retrieves the service id from the PModelHandle passed
|
HashMap |
getTableModelIndexesToServiceIndexMap()
Retrieves the model indexes for all the services.
|
boolean |
isCSRPlan(PModelHandle plan)
Checks if the given plan has /service/admin_client in it.
|
PModelHandle getModelHandleForPurchasedServices(PModelHandle origMH) throws RemoteException
origMH - RemoteExceptionPModelHandle getModelHandleForPurchasedServices(PModelHandle origMH, PModelHandle fromPlanMH, boolean isRequired) throws RemoteException
origMH - fromPlanMH - isRequired - RemoteExceptionHashMap getTableModelIndexesToServiceIndexMap() throws RemoteException
RemoteExceptionboolean isCSRPlan(PModelHandle plan) throws RemoteException
plan - RemoteExceptionPModelHandle getModelHandleForPurchasedDeals(PModelHandle origMH) throws RemoteException
origMH - RemoteExceptionvoid collectLoginInfo(PModelHandle serviceModel, PModelHandle loginInfo, PModelHandle origMH) throws RemoteException
serviceModel - loginInfo - origMH - RemoteExceptionvoid convertModelHandleForUpgrade(PModelHandle origMH, PModelHandle servicesAttrInfo) throws RemoteException
origMH - servicesAttrInfo - RemoteExceptionvoid appendLoginData(PModelHandle event, PModelHandle loginModelHandle) throws RemoteException
event - loginModelHandle - RemoteExceptionString getServiceID(PModelHandle handle) throws RemoteException
handle - RemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.