com.liferay.faces.util.product
Class ProductFactory
java.lang.Object
com.liferay.faces.util.product.ProductFactory
public abstract class ProductFactory
- extends Object
- Author:
- Kyle Stiemann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductFactory
public ProductFactory()
getProduct
public static final Product getProduct(Product.Name productId)
- Returns the product associated with the specified productId.
- Parameters:
productId - The id of the product.
- Returns:
- The product associated with the specified productId.
getProductImplementation
public abstract Product getProductImplementation(Product.Name product)
Copyright © 2017 Liferay, Inc.. All rights reserved.