| Package | Description |
|---|---|
| com.liferay.faces.util.el.internal | |
| com.liferay.faces.util.product | |
| com.liferay.faces.util.product.internal |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Product.Name,Product>> |
ProductMap.entrySet() |
Set<Product.Name> |
ProductMap.keySet() |
| Modifier and Type | Method and Description |
|---|---|
Product |
ProductMap.put(Product.Name key,
Product value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductMap.putAll(Map<? extends Product.Name,? extends Product> m) |
| 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 productId)
Returns the product associated with the specified productId.
|
abstract Product |
ProductFactory.getProductImplementation(Product.Name product) |
| Modifier and Type | Method and Description |
|---|---|
Product |
ProductFactoryImpl.getProductImplementation(Product.Name productId) |
Copyright © 2016 Liferay, Inc.. All rights reserved.