Package | Description |
---|---|
com.crm.dataobject.billing | |
com.crm.dataobject.jobs | |
com.crm.dataobject.priceplan | |
com.crm.dataobject.products | |
com.crm.dataobject.subscriptions |
Modifier and Type | Method and Description |
---|---|
CRMDOPricePlan |
BillingTermPeriod.getPricePlan() |
CRMDOPricePlan |
PricePlanPeriod.getPricePlan() |
CRMDOPricePlan |
CRMDOBillingTerm.getPricePlan() |
CRMDOPricePlan |
CRMDORatedBillingItem.getPricePlan() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<CRMDOPricePlan> |
CRMDOBillingRun.getPricePlans() |
Modifier and Type | Method and Description |
---|---|
void |
BillingTermPeriod.setPricePlan(CRMDOPricePlan pricePlan) |
void |
PricePlanPeriod.setPricePlan(CRMDOPricePlan pricePlan) |
void |
CRMDOBillingTerm.setPricePlan(CRMDOPricePlan pricePlan) |
void |
CRMDORatedBillingItem.setPricePlan(CRMDOPricePlan pricePlan) |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOBillingRun.setPricePlans(java.util.ArrayList<CRMDOPricePlan> pricePlans) |
Modifier and Type | Method and Description |
---|---|
CRMDOPricePlan |
CRMDOJobRequestedBillingTerm.getPricePlan() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOJobRequestedBillingTerm.setPricePlan(CRMDOPricePlan pricePlan) |
Modifier and Type | Method and Description |
---|---|
CRMDOPricePlan |
CRMDOPricePlan.getBasePricePlan() |
CRMDOPricePlan |
EvaluationSettingsModal.getPricePlan() |
CRMDOPricePlan |
PricePlanResult.getPricePlan() |
CRMDOPricePlan |
CRMDOPricePlanRate.getPricePlan() |
CRMDOPricePlan |
PricePlanCriterion.getPricePlan() |
CRMDOPricePlan |
CRMDOPricePlan.getReplacedPricePlan() |
Modifier and Type | Method and Description |
---|---|
int |
CRMDOPricePlan.compare(CRMDOPricePlan object1,
CRMDOPricePlan object2) |
void |
CRMDOPricePlan.setBasePricePlan(CRMDOPricePlan basePricePlan) |
void |
EvaluationSettingsModal.setPricePlan(CRMDOPricePlan pricePlan) |
void |
PricePlanResult.setPricePlan(CRMDOPricePlan pricePlan) |
void |
CRMDOPricePlanRate.setPricePlan(CRMDOPricePlan pricePlan) |
void |
PricePlanCriterion.setPricePlan(CRMDOPricePlan pricePlan) |
void |
CRMDOPricePlan.setReplacedPricePlan(CRMDOPricePlan replacedPricePlan) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<CRMDOPricePlan> |
CRMDOProduct.getPricePlans() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOProduct.setPricePlans(java.util.Set<CRMDOPricePlan> pricePlans) |
Modifier and Type | Method and Description |
---|---|
CRMDOPricePlan |
BillingTermAmendment.getNewPricePlan() |
Modifier and Type | Method and Description |
---|---|
void |
BillingTermAmendment.setNewPricePlan(CRMDOPricePlan newPricePlan) |