Uses of Class
org.broadleafcommerce.core.inventory.service.type.InventoryType

Packages that use InventoryType
org.broadleafcommerce.core.catalog.domain   
org.broadleafcommerce.core.inventory.service.type   
 

Uses of InventoryType in org.broadleafcommerce.core.catalog.domain
 

Methods in org.broadleafcommerce.core.catalog.domain that return InventoryType
 InventoryType CategoryImpl.getInventoryType()
           
 InventoryType SkuImpl.getInventoryType()
           
 InventoryType Category.getInventoryType()
          Returns the type of inventory for this category
 InventoryType Sku.getInventoryType()
          Returns the type of inventory for this sku
 

Methods in org.broadleafcommerce.core.catalog.domain with parameters of type InventoryType
 void CategoryImpl.setInventoryType(InventoryType inventoryType)
           
 void SkuImpl.setInventoryType(InventoryType inventoryType)
           
 void Category.setInventoryType(InventoryType inventoryType)
          Sets the type of inventory for this category
 void Sku.setInventoryType(InventoryType inventoryType)
          Sets the type of inventory for this sku
 

Uses of InventoryType in org.broadleafcommerce.core.inventory.service.type
 

Fields in org.broadleafcommerce.core.inventory.service.type declared as InventoryType
static InventoryType InventoryType.BASIC
           
static InventoryType InventoryType.NONE
           
 

Methods in org.broadleafcommerce.core.inventory.service.type that return InventoryType
static InventoryType InventoryType.getInstance(String type)
           
 



Copyright © 2013. All Rights Reserved.