public abstract class ProductFactory extends Object
| Constructor and Description |
|---|
ProductFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Product |
getProduct(Product.Name productId)
Returns the product associated with the specified productId.
|
abstract Product |
getProductImplementation(Product.Name product) |
public static final Product getProduct(Product.Name productId)
productId - The id of the product.public abstract Product getProductImplementation(Product.Name product)
Copyright © 2016 Liferay, Inc.. All rights reserved.