public interface PBestPricingBean
Modifier and Type | Field and Description |
---|---|
static String |
ALT_DEALS |
static String |
APPLY_MODE |
static String |
BASE_DEAL |
static String |
BEFORE_SAVING |
static String |
SAVING_DATA |
Modifier and Type | Method and Description |
---|---|
Object |
calculateBestPricing(Poid acPoid)
calculate on demand best pricing by calling SUBSCRIPTION_CALC_BEST_PRICING
in CALC_ONLY mode.
|
ArrayList |
getAllBestDeals()
This method returns all the best pricing configured deals.
|
HashMap |
getBestConfigDeal(Poid dealObj)
Used to to find out the configuration details of the selected deal
|
boolean |
hasBestDeal(Poid accPoid)
finds out if the current account has any best configured deal purchased
|
boolean |
isBestDeal(Poid dealPoid)
Checks if the current deal is best configured deal.
|
static final String BASE_DEAL
static final String ALT_DEALS
static final String APPLY_MODE
static final String SAVING_DATA
static final String BEFORE_SAVING
Object calculateBestPricing(Poid acPoid)
acPoid
- Account PoidRemoteException
HashMap getBestConfigDeal(Poid dealObj)
model
- the PModelHandle containing the selected deal.boolean hasBestDeal(Poid accPoid)
accPoid
- Poidboolean isBestDeal(Poid dealPoid)
RemoteException
ArrayList getAllBestDeals()
Copyright © 2003, 2023, Oracle and/or its affiliates.