| 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()
Used to determine availability for all of the products/skus in 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.ALWAYS_AVAILABLE |
static InventoryType |
InventoryType.BASIC
Deprecated.
|
static InventoryType |
InventoryType.CHECK_QUANTITY |
static InventoryType |
InventoryType.NONE
Deprecated.
|
static InventoryType |
InventoryType.UNAVAILABLE |
| Modifier and Type | Method and Description |
|---|---|
static InventoryType |
InventoryType.getInstance(String type) |
Copyright © 2014. All Rights Reserved.