static Page<Licensee> |
LicenseeService.list(Context context,
String filter) |
Returns all licensees of a vendor.
|
static Page<License> |
LicenseService.list(Context context,
String filter) |
Returns licenses of a vendor.
|
static Page<LicenseTemplate> |
LicenseTemplateService.list(Context context,
String filter) |
Returns all license templates of a vendor.
|
static Page<Notification> |
NotificationService.list(Context context,
String filter) |
Returns notifications of a vendor.
|
static Page<PaymentMethod> |
PaymentMethodService.list(Context context,
String filter) |
Returns payment methods of a vendor.
|
static Page<ProductModule> |
ProductModuleService.list(Context context,
String filter) |
Returns all product modules of a vendor.
|
static Page<Product> |
ProductService.list(Context context,
String filter) |
Returns products of a vendor.
|
static Page<Token> |
TokenService.list(Context context,
String filter) |
Returns tokens of a vendor.
|
static Page<Transaction> |
TransactionService.list(Context context,
String filter) |
Returns all transactions of a vendor.
|
static Page<Country> |
UtilityService.listCountries(Context context,
String filter) |
Returns all countries.
|
static Page<String> |
UtilityService.listLicenseTypes(Context context) |
Returns all license types.
|
static Page<String> |
UtilityService.listLicensingModels(Context context) |
Returns all licensing models.
|