|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.faces.util.product.ProductFactory
public abstract class ProductFactory
| Constructor Summary | |
|---|---|
ProductFactory()
|
|
| Method Summary | |
|---|---|
static Product |
getProduct(Product.Name productName)
Deprecated. Use getProductInstance(javax.faces.context.ExternalContext,
com.liferay.faces.util.product.Product.Name) instead. |
Product |
getProductImplementation(Product.Name productName)
Deprecated. Use getProductInfo(com.liferay.faces.util.product.Product.Name) instead. |
abstract Product |
getProductInfo(Product.Name productName)
Returns the thread-safe singleton instance of Product associated with the specified Product#Name. |
static Product |
getProductInstance(javax.faces.context.ExternalContext externalContext,
Product.Name productName)
Returns the thread-safe singleton instance of Product associated with the specified Product#Name
from the ProductFactory found by the FactoryExtensionFinder. |
abstract ProductFactory |
getWrapped()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProductFactory()
| Method Detail |
|---|
@Deprecated public static final Product getProduct(Product.Name productName)
getProductInstance(javax.faces.context.ExternalContext,
com.liferay.faces.util.product.Product.Name) instead.
Product associated with the specified Product#Name
from the ProductFactory found by the FactoryExtensionFinder. The returned instance is not
guaranteed to be javax.io.Serializable.
productName - The name of the product.
public static Product getProductInstance(javax.faces.context.ExternalContext externalContext,
Product.Name productName)
Product associated with the specified Product#Name
from the ProductFactory found by the FactoryExtensionFinder. The returned instance is not
guaranteed to be javax.io.Serializable.
productName - The name of the product.public abstract Product getProductInfo(Product.Name productName)
Product associated with the specified Product#Name.
The returned instance is not guaranteed to be javax.io.Serializable.
productName - The name of the product.public abstract ProductFactory getWrapped()
getWrapped in interface javax.faces.FacesWrapper<ProductFactory>@Deprecated public Product getProductImplementation(Product.Name productName)
getProductInfo(com.liferay.faces.util.product.Product.Name) instead.
Product associated with the specified Product#Name.
The returned instance is not guaranteed to be javax.io.Serializable.
productName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||