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
- RemoteException
PModelHandle getModelHandleForPurchasedServices(PModelHandle origMH, PModelHandle fromPlanMH, boolean isRequired) throws RemoteException
origMH
- fromPlanMH
- isRequired
- RemoteException
HashMap getTableModelIndexesToServiceIndexMap() throws RemoteException
RemoteException
boolean isCSRPlan(PModelHandle plan) throws RemoteException
plan
- RemoteException
PModelHandle getModelHandleForPurchasedDeals(PModelHandle origMH) throws RemoteException
origMH
- RemoteException
void collectLoginInfo(PModelHandle serviceModel, PModelHandle loginInfo, PModelHandle origMH) throws RemoteException
serviceModel
- loginInfo
- origMH
- RemoteException
void convertModelHandleForUpgrade(PModelHandle origMH, PModelHandle servicesAttrInfo) throws RemoteException
origMH
- servicesAttrInfo
- RemoteException
void appendLoginData(PModelHandle event, PModelHandle loginModelHandle) throws RemoteException
event
- loginModelHandle
- RemoteException
String getServiceID(PModelHandle handle) throws RemoteException
handle
- RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.