Uses of Class
com.vaadin.pro.licensechecker.Product
Packages that use Product
-
Uses of Product in com.vaadin.pro.licensechecker
Methods in com.vaadin.pro.licensechecker with parameters of type ProductModifier and TypeMethodDescriptionstatic StringVaadinComIntegration.constructUrl(String uniqueId, Product product) static InstantHistory.getLastCheckTime(Product product, BuildType buildType, ProKey proKey) static InstantHistory.getLastPreTrialCheckTime(Product product, String machineId) static StringHistory.getLastSubscription(Product product, ProKey proKey) LicenseChecker.getPreTrial(Product product) Gets the status of a pre-trial period for the given product using the default machine ID.LicenseChecker.getPreTrial(Product product, String machineId) Gets the status of a pre-trial period for the given product and machineId.static StringHistory.setLastSubscription(Product product, String subscription, ProKey proKey) Constructors in com.vaadin.pro.licensechecker with parameters of type ProductModifierConstructorDescriptionMissingLicenseKeyException(Product product) Constructs a new MissingLicenseKeyException for the specified product.MissingLicenseKeyException(Product product, String message) Constructs a new MissingLicenseKeyException with a specified detail message and product information.