Uses of Class
com.liferay.faces.util.product.Product.Name

Packages that use Product.Name
com.liferay.faces.util.product   
 

Uses of Product.Name in com.liferay.faces.util.product
 

Methods in com.liferay.faces.util.product that return Product.Name
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.
 

Methods in com.liferay.faces.util.product with parameters of type Product.Name
static Product ProductFactory.getProduct(Product.Name productName)
          Deprecated. Use ProductFactory.getProductInstance(javax.faces.context.ExternalContext, com.liferay.faces.util.product.Product.Name) instead.
 Product ProductFactory.getProductImplementation(Product.Name productName)
          Deprecated. Use ProductFactory.getProductInfo(com.liferay.faces.util.product.Product.Name) instead.
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 © 2019 Liferay, Inc.. All rights reserved.