Example usage for com.liferay.portal.util LicenseUtil registerOrder

List of usage examples for com.liferay.portal.util LicenseUtil registerOrder

Introduction

In this page you can find the example usage for com.liferay.portal.util LicenseUtil registerOrder.

Prototype

public static Map<String, Object> registerOrder(String orderUuid, String productEntryName, int maxServers) 

Source Link

Usage

From source file:com.liferay.marketplace.store.web.internal.util.MarketplaceLicenseUtil.java

License:Open Source License

public static void registerOrder(String orderUuid, String productEntryName) throws Exception {

    LicenseUtil.registerOrder(orderUuid, productEntryName, 0);
}