Uses of Class
org.broadleafcommerce.core.catalog.service.type.ProductType

Packages that use ProductType
org.broadleafcommerce.core.catalog.dao   
org.broadleafcommerce.core.catalog.service   
org.broadleafcommerce.core.catalog.service.type   
 

Uses of ProductType in org.broadleafcommerce.core.catalog.dao
 

Methods in org.broadleafcommerce.core.catalog.dao with parameters of type ProductType
 Product ProductDao.create(ProductType productType)
          Create a new Product instance.
 Product ProductDaoImpl.create(ProductType productType)
           
 

Uses of ProductType in org.broadleafcommerce.core.catalog.service
 

Methods in org.broadleafcommerce.core.catalog.service with parameters of type ProductType
 Product CatalogServiceImpl.createProduct(ProductType productType)
           
 Product CatalogService.createProduct(ProductType productType)
           
 

Uses of ProductType in org.broadleafcommerce.core.catalog.service.type
 

Fields in org.broadleafcommerce.core.catalog.service.type declared as ProductType
static ProductType ProductType.PRODUCT
           
static ProductType ProductType.PRODUCT_SKU
           
 

Methods in org.broadleafcommerce.core.catalog.service.type that return ProductType
static ProductType ProductType.getInstance(String type)
           
 



Copyright © 2012. All Rights Reserved.