public interface PPurchaseOfferingBean extends Remote
Modifier and Type | Method and Description |
---|---|
void |
dumpModel(PModelHandle model)
Prints out the FList corresponding to the passed-in model handle
|
Object |
purchaseOffering(PModelHandle model)
Tries to purchase a new offering
|
Object |
purchaseOfferingDealTransition(PModelHandle model)
Tries to purchase a deal offering.
|
Object |
purchaseOfferingForChangeOption(PModelHandle model)
purchases optional deals in purchase offering.
|
Object purchaseOffering(PModelHandle model) throws RemoteException
modelHandle
- data to be used in purchasing the offeringnull
if the purchase attempt is successful. If
the purchase attempt fails, then a CustomerError
object will returned which represents the error(s) associated
with the failure.RemoteException
CustomerError
void dumpModel(PModelHandle model) throws RemoteException
model
- Model handleRemoteException
Object purchaseOfferingForChangeOption(PModelHandle model) throws RemoteException
model
- RemoteException
Object purchaseOfferingDealTransition(PModelHandle model) throws RemoteException
modelHandle
- data to be used in purchasing the offeringnull
if the purchase attempt is successful. If
the purchase attempt fails, then a CustomerError
object will returned which represents the error(s) associated
with the failure.RemoteException
CustomerError
Copyright © 2003, 2023, Oracle and/or its affiliates.