Uses of Class
com.labs64.netlicensing.exception.NetLicensingException
Packages that use NetLicensingException
Package
Description
Service interfaces.
-
Uses of NetLicensingException in com.labs64.netlicensing.domain
Methods in com.labs64.netlicensing.domain that throw NetLicensingExceptionModifier and TypeMethodDescription<T> TEntityFactory.create(Netlicensing netlicensing, Class<T> entityClass) Creates entity of specific class from service response<T> Page<T>EntityFactory.createPage(Netlicensing netlicensing, Class<T> entityClass) Creates page of entities of specified class from service response -
Uses of NetLicensingException in com.labs64.netlicensing.exception
Subclasses of NetLicensingException in com.labs64.netlicensing.exceptionModifier and TypeClassDescriptionclassThe exception is thrown when signature validation of NetLicensing signed response fails.classThis exception class should be used when there's a problem during the conversion from one representation of object to another (for example, during the transformation of an XML item to an entity).classThrown when illegal arguments are passed to the NetLicensing client call.classThe Class RestException can be used in cases where no checked exception can be thrown (e.g.classServiceException is thrown when error response is received from the service.classThe exception class that should be used when the content of the response of NetLicensing service doesn't meet expectations that we impose on it. -
Uses of NetLicensingException in com.labs64.netlicensing.service
Methods in com.labs64.netlicensing.service that throw NetLicensingExceptionModifier and TypeMethodDescriptionstatic BundleCreates new bundle with given properties.static LicenseeCreates new licensee object with given properties.static LicenseLicenseService.create(Context context, String licenseeNumber, String licenseTemplateNumber, String transactionNumber, License license) Creates new license object with given properties.static LicenseTemplateLicenseTemplateService.create(Context context, String productModuleNumber, LicenseTemplate licenseTemplate) Creates new license template object with given properties.static NotificationNotificationService.create(Context context, Notification notification) Creates new notification with given properties.static ProductModuleProductModuleService.create(Context context, String productNumber, ProductModule productModule) Creates new product module object with given properties.static ProductCreates new product with given properties.static TokenCreates new token.static TransactionTransactionService.create(Context context, Transaction transaction) Creates new transaction object with given properties.static voidDeletes bundle.static voidDeletes licensee.static voidDeletes license.static voidDeletes license template.static voidDeletes notification.static voidDeletes product module.static voidDeletes product.static voidDelete token by its number.static BundleGets bundle by its number.static LicenseeGets licensee by its number.static LicenseGets license by its number.static LicenseTemplateGets license template by its number.static NotificationGets notification by its number.static PaymentMethodGets payment method by its number.static ProductModuleGets product module by its number.static ProductGets product by its number.static TokenGets token by its number.static TransactionGets transaction by its number.Returns bundles of a vendor.Returns all licensees of a vendor.Returns licenses of a vendor.static Page<LicenseTemplate>Returns all license templates of a vendor.static Page<Notification>Returns notifications of a vendor.static Page<PaymentMethod>Returns payment methods of a vendor.static Page<ProductModule>Returns all product modules of a vendor.Returns products of a vendor.Returns tokens of a vendor.static Page<Transaction>Returns all transactions of a vendor.UtilityService.listCountries(Context context, String filter) Returns all countries.UtilityService.listLicenseTypes(Context context) Returns all license types.UtilityService.listLicensingModels(Context context) Returns all licensing models.Obtain bundle(create licenses from a bundle license templates).BundleService.obtain(Context context, String number, String licenseeNumber, String transactionNumber) Obtain bundle(create licenses from a bundle license templates).protected <RES> RESNetLicensingService.processResponse(MetaInfo[] meta, Netlicensing netlicensing, Class<RES> resultType) NetLicensingService.request(Context context, HttpMethod method, String urlTemplate, Form request, Map<String, String> queryParams) Helper method for performing request to NetLicensing API services.static NetlicensingValidationService.retrieveValidationFile(Context context, String number, ValidationParameters validationParameters) Retrieves validation file for the given licensee from the server asNetlicensingobject.static voidTransfer licenses between licensees.static BundleUpdates bundle properties.static LicenseeUpdates licensee properties.static LicenseUpdates license properties.static LicenseTemplateLicenseTemplateService.update(Context context, String number, LicenseTemplate licenseTemplate) Updates license template properties.static NotificationNotificationService.update(Context context, String number, Notification notification) Updates notification properties.static PaymentMethodPaymentMethodService.update(Context context, String number, PaymentMethod paymentMethod) Updates payment method properties.static ProductModuleProductModuleService.update(Context context, String number, ProductModule productModule) Updates product module properties.static ProductUpdates product properties.static TransactionTransactionService.update(Context context, String number, Transaction transaction) Updates transaction properties.static ValidationResultLicenseeService.validate(Context context, String number, ValidationParameters validationParameters, MetaInfo... meta) Validates active licenses of the licensee.static ValidationResultLicenseeService.validate(Context context, String number, String productNumber, String licenseeName, ValidationParameters validationParameters, MetaInfo... meta) Deprecated.static ValidationResultValidationService.validate(Context context, String number, ValidationParameters validationParameters, MetaInfo... meta) Validates active licenses of the licensee.static ValidationResultValidationService.validateOffline(Context context, Netlicensing validationFile, MetaInfo... meta) Perform validation without connecting to the server (offline) using validation file previously retrieved byValidationService.retrieveValidationFile(com.labs64.netlicensing.domain.vo.Context, java.lang.String, com.labs64.netlicensing.domain.vo.ValidationParameters). -
Uses of NetLicensingException in com.labs64.netlicensing.util
Methods in com.labs64.netlicensing.util that throw NetLicensingException