| Package | Description |
|---|---|
| com.liferay.faces.util.product |
Copyright (c) 2000-2020 Liferay, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
static Product.Name |
Product.Name.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Product.Name[] |
Product.Name.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Product |
ProductFactory.getProduct(Product.Name productName)
|
Product |
ProductFactory.getProductImplementation(Product.Name productName)
Deprecated.
|
abstract Product |
ProductFactory.getProductInfo(Product.Name productName)
Returns the thread-safe singleton instance of
Product associated with the specified Product.Name. |
static Product |
ProductFactory.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. |
Copyright © 2020 Liferay, Inc.. All rights reserved.