static Account |
Account.create(Account account) |
static Address |
Address.create(Address address) |
static PaymentMethod |
PaymentMethod.create(PaymentMethod paymentMethod) |
static Product |
Product.create(Product product) |
static RatePlan |
RatePlan.create(RatePlan ratePlan) |
static Subscription |
Subscription.create(Subscription subscription) |
static TaxationStrategy |
TaxationStrategy.create(TaxationStrategy taxationStrategy) |
protected static <TStaticEntityType extends BillingEntity> TStaticEntityType[] |
InsertableEntity.create(TStaticEntityType entity,
ResourcePath path) |
protected static <TStaticEntityType extends BillingEntity> TStaticEntityType[] |
InsertableEntity.create(TStaticEntityType entity,
ResourcePath path,
String extraPath) |
static UnitOfMeasure |
UnitOfMeasure.create(UnitOfMeasure unitOfMeasure) |
static Webhook |
Webhook.create(Webhook webhook) |
static Webhook[] |
Webhook.getAll() |
static UnitOfMeasure[] |
UnitOfMeasure.getAll() |
static TaxationStrategy[] |
TaxationStrategy.getAll() |
static Subscription[] |
Subscription.getAll() |
static RatePlan[] |
RatePlan.getAll() |
static Profile[] |
Profile.getAll() |
static Product[] |
Product.getAll() |
static Webhook[] |
Organization.getAll() |
TEntityType[] |
Controller.getAll() |
static Address[] |
Address.getAll() |
static Account[] |
Account.getAll() |
protected static <TStaticEntityType extends BillingEntity> TStaticEntityType[] |
BillingEntity.getAll(ResourcePath path) |
static Subscription[] |
Subscription.getByAccountID(String accountID) |
static Webhook |
Webhook.getByID(String ID) |
static UnitOfMeasure |
UnitOfMeasure.getByID(String ID) |
static TaxationStrategy |
TaxationStrategy.getByID(String ID) |
static Subscription |
Subscription.getByID(String ID) |
static RatePlan |
RatePlan.getByID(String ID) |
static Profile |
Profile.getByID(String ID) |
static Product |
Product.getByID(String ID) |
static PaymentMethod |
PaymentMethod.getByID(String ID) |
static Organization |
Organization.getByID(String ID) |
static Invoice |
Invoice.getByID(String ID) |
TEntityType |
Controller.getByID(String ID) |
static Address |
Address.getByID(String ID) |
static Account |
Account.getByID(String ID) |
protected static <TStaticEntityType extends BillingEntity> TStaticEntityType[] |
BillingEntity.getByID(String ID,
ResourcePath path) |
protected static <TStaticEntityType extends BillingEntity> TStaticEntityType[] |
BillingEntity.getByID(String ID,
String prePath,
ResourcePath path) |
protected static <TStaticEntityType extends BillingEntity> TStaticEntityType[] |
BillingEntity.getByIDPostPath(String ID,
String postPath,
ResourcePath path) |
static Subscription[] |
Subscription.getByProductID(String productID) |
static RatePlan[] |
RatePlan.getByProductID(String productID) |
static Subscription[] |
Subscription.getByRatePlanID(String ratePlanID) |
static Invoice[] |
Invoice.getByState(Invoice.InvoiceState invoiceState_) |
static Subscription[] |
Subscription.getByState(Subscription.SubscriptionState state_) |
static Invoice[] |
Invoice.getBySubscriptionID(String subscriptionID) |
static Organization |
Organization.getMine() |
static PriceCalculation |
PricingCalculator.requestPriceCalculation(PriceRequest priceRequest_) |
RatePlan |
RatePlan.retire() |
Product |
Product.retire() |
protected static <TStaticEntityType extends BillingEntity> TStaticEntityType |
InsertableEntity.retire(String ID,
ResourcePath path) |
TEntityType |
MutableEntity.save() |