Package com.portal.app.ccare.comp
Interface PPurchaseOfferingBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PPurchaseOfferingBeanImpl
Specification for purchasing a new offering (deal or plan).
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dumpModel
(PModelHandle model) Prints out the FList corresponding to the passed-in model handlepurchaseOffering
(PModelHandle model) Tries to purchase a new offeringTries to purchase a deal offering.purchases optional deals in purchase offering.
-
Method Details
-
purchaseOffering
Tries to purchase a new offering- Parameters:
modelHandle
- data to be used in purchasing the offering- Returns:
null
if the purchase attempt is successful. If the purchase attempt fails, then aCustomerError
object will returned which represents the error(s) associated with the failure.- Throws:
RemoteException
- See Also:
-
dumpModel
Prints out the FList corresponding to the passed-in model handle- Parameters:
model
- Model handle- Throws:
RemoteException
-
purchaseOfferingForChangeOption
purchases optional deals in purchase offering.- Parameters:
model
-- Returns:
- Throws:
RemoteException
-
purchaseOfferingDealTransition
Tries to purchase a deal offering.- Parameters:
modelHandle
- data to be used in purchasing the offering- Returns:
null
if the purchase attempt is successful. If the purchase attempt fails, then aCustomerError
object will returned which represents the error(s) associated with the failure.- Throws:
RemoteException
- See Also:
-