com.liferay.faces.util.product
Class ProductFactory

java.lang.Object
  extended by com.liferay.faces.util.product.ProductFactory

public abstract class ProductFactory
extends Object

Author:
Kyle Stiemann

Constructor Summary
ProductFactory()
           
 
Method Summary
static Product getProduct(Product.Name productId)
          Returns the product associated with the specified productId.
abstract  Product getProductImplementation(Product.Name product)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductFactory

public ProductFactory()
Method Detail

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.