Entitlement |
Entitlement.cancelEntitlementWithDate(org.joda.time.DateTime entitlementEffectiveDate,
org.joda.time.DateTime billingEffectiveDate,
Iterable<PluginProperty> properties,
CallContext context) |
Cancels the Entitlement with the specified entitlementEffectiveDate and billingEffectiveDate
After this operation, the existing object becomes stale.
|
Entitlement |
Entitlement.cancelEntitlementWithDate(org.joda.time.LocalDate effectiveDate,
boolean overrideBillingEffectiveDate,
Iterable<PluginProperty> properties,
CallContext context) |
Cancels the Entitlement at the specified date.
|
Entitlement |
Entitlement.cancelEntitlementWithDateOverrideBillingPolicy(org.joda.time.LocalDate effectiveDate,
BillingActionPolicy billingPolicy,
Iterable<PluginProperty> properties,
CallContext context) |
Cancels the Entitlement at the specified date
After this operation, the existing object becomes stale.
|
Entitlement |
Entitlement.cancelEntitlementWithPolicy(Entitlement.EntitlementActionPolicy policy,
Iterable<PluginProperty> properties,
CallContext context) |
Cancel the Entitlement with a policy.
|
Entitlement |
Entitlement.cancelEntitlementWithPolicyOverrideBillingPolicy(Entitlement.EntitlementActionPolicy policy,
BillingActionPolicy billingPolicy,
Iterable<PluginProperty> properties,
CallContext context) |
Cancels the Entitlement at the specified date and overrides the default billing policy.
|
Entitlement |
Entitlement.changePlan(EntitlementSpecifier spec,
Iterable<PluginProperty> properties,
CallContext context) |
Change Entitlement plan using default policy.
|
Entitlement |
Entitlement.changePlanOverrideBillingPolicy(EntitlementSpecifier spec,
org.joda.time.LocalDate effectiveDate,
BillingActionPolicy billingPolicy,
Iterable<PluginProperty> properties,
CallContext context) |
Change Entitlement plan at the specified date and overrides the billing policy.
|
Entitlement |
Entitlement.changePlanWithDate(EntitlementSpecifier spec,
org.joda.time.DateTime effectiveDate,
Iterable<PluginProperty> properties,
CallContext context) |
Change Entitlement plan at the specified date.
|
Entitlement |
Entitlement.changePlanWithDate(EntitlementSpecifier spec,
org.joda.time.LocalDate effectiveDate,
Iterable<PluginProperty> properties,
CallContext context) |
Change Entitlement plan at the specified date.
|
Entitlement |
EntitlementApi.getEntitlementForId(UUID id,
boolean includeDeletedEvents,
TenantContext context) |
Retrieves an Entitlement using its id.
|