Uses of Interface
org.killbill.billing.entitlement.api.EntitlementSpecifier
-
Packages that use EntitlementSpecifier Package Description org.killbill.billing.entitlement.api org.killbill.billing.invoice.api -
-
Uses of EntitlementSpecifier in org.killbill.billing.entitlement.api
Methods in org.killbill.billing.entitlement.api that return types with arguments of type EntitlementSpecifier Modifier and Type Method Description Iterable<EntitlementSpecifier>BaseEntitlementWithAddOnsSpecifier. getEntitlementSpecifier()Methods in org.killbill.billing.entitlement.api with parameters of type EntitlementSpecifier Modifier and Type Method Description UUIDEntitlementApi. addEntitlement(UUID bundleId, EntitlementSpecifier spec, org.joda.time.LocalDate entitlementEffectiveDate, org.joda.time.LocalDate billingEffectiveDate, boolean isMigrated, Iterable<PluginProperty> properties, CallContext context)Adds an ADD_ON|STANDALONE entitlement to previously created entitlement.EntitlementEntitlement. changePlan(EntitlementSpecifier spec, Iterable<PluginProperty> properties, CallContext context)ChangeEntitlementplan using default policy.EntitlementEntitlement. changePlanOverrideBillingPolicy(EntitlementSpecifier spec, org.joda.time.LocalDate effectiveDate, BillingActionPolicy billingPolicy, Iterable<PluginProperty> properties, CallContext context)ChangeEntitlementplan at the specified date and overrides the billing policy.EntitlementEntitlement. changePlanWithDate(EntitlementSpecifier spec, org.joda.time.DateTime effectiveDate, Iterable<PluginProperty> properties, CallContext context)ChangeEntitlementplan at the specified date.EntitlementEntitlement. changePlanWithDate(EntitlementSpecifier spec, org.joda.time.LocalDate effectiveDate, Iterable<PluginProperty> properties, CallContext context)ChangeEntitlementplan at the specified date.UUIDEntitlementApi. createBaseEntitlement(UUID accountId, EntitlementSpecifier spec, String bundleExternalKey, org.joda.time.LocalDate entitlementEffectiveDate, org.joda.time.LocalDate billingEffectiveDate, boolean isMigrated, boolean renameCancelledBundleIfExist, Iterable<PluginProperty> properties, CallContext context)Create a new entitlement for that account. -
Uses of EntitlementSpecifier in org.killbill.billing.invoice.api
Methods in org.killbill.billing.invoice.api that return EntitlementSpecifier Modifier and Type Method Description EntitlementSpecifierDryRunArguments. getEntitlementSpecifier()
-