The LicenseProxy type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | ActivateTenantLicense |
Activates the given tenant's subscription by creating new subscription license form last subscription.
|
![]() ![]() | CreateLicenseForLicensePackage |
This method is used to assign package to tenant.
|
![]() ![]() | DeactivateTenantLicense |
Deactivates the given tenant's subscription by modifying the Validity End Date to now.
|
![]() ![]() | DeleteLicensePackage |
This method is used to deactivate the license package details for the package Identifier.
|
![]() ![]() | DeleteRoleServices |
This method is used to delete role services.
|
![]() ![]() | DeleteTenantService |
This method is used to delete tenant service for given tenantServiceMappingId.
|
![]() ![]() | DeleteTenantServices |
This method is used to delete the tenant services.
|
![]() ![]() | DeleteUserServices |
This method is used to delete user services.
|
![]() ![]() | GetActiveAndFutureTenantServicesByTenantId |
This method is used to get the active and future tenant services by tenant id.
|
![]() ![]() | GetAllLicensePackage |
This method is used to get all the license package details.
|
![]() ![]() | GetAllLicensePackage(String) |
This method is used to get all license package.
|
![]() ![]() | GetAllModules |
This method is used to get all the module details
|
![]() ![]() | GetAllPackageDetails |
This method is used to get all Package details.
|
![]() ![]() | GetAllPackageDetails(String) |
Returns all the subscription packages created by the given tenantId
|
![]() ![]() | GetAllServices |
This method is used to get all the services
|
![]() ![]() | GetAssignableLicensePackages |
This method is used to get all assignable license packages excluding evaluation packages.
|
![]() ![]() | GetAssignablePackageDetailsByPackageId |
This method is used to get the assignable package details by package id.
|
![]() ![]() | GetFeatureByModuleIds |
This method is used to get all the feature details for given module ids
|
![]() ![]() | GetFeatureByServiceIds |
This method is used to get all the feature details for each services
|
![]() ![]() | GetInActiveTenantLicense |
This method is used to get last active tenant license
|
![]() ![]() | GetModuleByServiceIds |
This method is used to get module details by serviceIds
|
![]() ![]() | GetPackageDetails |
This method is used to get active subscription package details.
|
![]() ![]() | GetPackageDetails(String) |
This method is used to get active subscription packages created by the given tenantId.
|
![]() ![]() | GetPackageDetailsByPackageId |
This method is used to get the package details by package identifier.
|
![]() ![]() | GetService |
This method is used to get the service detail by serviceId
|
![]() ![]() | GetServicesByRoleId |
This method is used to get the service details for given roleId.
|
![]() ![]() | GetServicesByRoleIds |
This method is used to get the service details for given roleIds.
|
![]() ![]() | GetServicesByUserId |
This method is used to get the service details for given userId.
|
![]() ![]() | GetServicesByUserIds |
This method is used to get the service details for given userIds.
|
![]() ![]() | GetTenantLicense |
This method is used to get the active tenant subscription license details. Returns TenantLicense object if the tenant has valid license else null if the subscription expires
|
![]() ![]() | GetTenantLicenseHistory |
This method is used to get tenant license history details.
|
![]() ![]() | GetTenantServiceByMappingId |
This method is used to get the tenant service by mapping id.
|
![]() ![]() | GetTenantServicesByTenantId |
This method is used to get the service details for given tenantId.
|
![]() ![]() | GetUnRestrictedPackage |
This method is used to get the details of product admin package.
|
![]() ![]() | GetUsageByModuleIds |
This method is used to get usage details for modules
|
![]() ![]() | InsertPackage |
This method is used to insert package details.
|
![]() ![]() | InsertTenantLicense |
This method is to insert the license for tenant.
|
![]() ![]() | InsertTenantService |
This method is used to insert tenant service
|
![]() ![]() | PermanentDeleteLicensePackage |
This method is used to delete the license package details for the input package Identifier.
|
![]() ![]() | UpdateLicenseForLicensePackage |
This method is to update the tenant license.
|
![]() ![]() | UpdatePackage |
This method is used to update the package details.
|
![]() ![]() | UpdateRoleServices |
This method is used to update role service.
|
![]() ![]() | UpdateTenantLicense |
Updates the given tenant's subscription license
|
![]() ![]() | UpdateTenantService |
This method is used to update tenant service.
|
![]() ![]() | UpdateUserServices |
This method is used to update user service.
|
![]() ![]() | ValidateModuleLicense |
Validates the tenant subscription package whether it contains the given module name.
|
![]() ![]() | ValidateTenantLicense |
Validates the tenant subscription package. Returns "true" If the validatity end date is greater than now (current datetime) else "false"
|
![]() ![]() | ValidateUsageLicense |
This method is used to validate license for usage limit of tenant.
|
See Also