| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain | |
| org.broadleafcommerce.core.inventory.service.type |
| Modifier and Type | Method and Description |
|---|---|
InventoryType |
SkuImpl.getInventoryType() |
InventoryType |
Category.getInventoryType()
Returns the type of inventory for this category
|
InventoryType |
CategoryImpl.getInventoryType() |
InventoryType |
Sku.getInventoryType()
Returns the type of inventory for this sku
|
| Modifier and Type | Method and Description |
|---|---|
void |
SkuImpl.setInventoryType(InventoryType inventoryType) |
void |
Category.setInventoryType(InventoryType inventoryType)
Sets the type of inventory for this category
|
void |
CategoryImpl.setInventoryType(InventoryType inventoryType) |
void |
Sku.setInventoryType(InventoryType inventoryType)
Sets the type of inventory for this sku
|
| Modifier and Type | Field and Description |
|---|---|
static InventoryType |
InventoryType.BASIC |
static InventoryType |
InventoryType.NONE |
| Modifier and Type | Method and Description |
|---|---|
static InventoryType |
InventoryType.getInstance(String type) |
Copyright © 2014. All Rights Reserved.