B C D E G I O Q R S 

B

BasicInventoryContainer - Interface in org.broadleafcommerce.inventory.basic.domain.ext
This interface and its implementation will get woven with the SkuImpl at runtime.
BasicInventoryContainerImpl - Class in org.broadleafcommerce.inventory.basic.domain.ext
 
BasicInventoryContainerImpl() - Constructor for class org.broadleafcommerce.inventory.basic.domain.ext.BasicInventoryContainerImpl
 
BasicInventoryDao - Interface in org.broadleafcommerce.inventory.basic.dao
Reads inventory from the database.
BasicInventoryDaoImpl - Class in org.broadleafcommerce.inventory.basic.dao
 
BasicInventoryDaoImpl() - Constructor for class org.broadleafcommerce.inventory.basic.dao.BasicInventoryDaoImpl
 
BasicInventoryRollbackHandler - Class in org.broadleafcommerce.inventory.basic.service.workflow
Provides a standard rollback handler to ensure that in the event of something going wrong in a workflow, that
BasicInventoryRollbackHandler() - Constructor for class org.broadleafcommerce.inventory.basic.service.workflow.BasicInventoryRollbackHandler
 
BasicInventoryService - Interface in org.broadleafcommerce.inventory.basic.service
This basic inventory service checks and adjusts the current inventory of a sku.
BasicInventoryServiceImpl - Class in org.broadleafcommerce.inventory.basic.service
 
BasicInventoryServiceImpl() - Constructor for class org.broadleafcommerce.inventory.basic.service.BasicInventoryServiceImpl
 
BasicInventoryUnavailableException - Exception in org.broadleafcommerce.inventory.basic.service
 
BasicInventoryUnavailableException(Long, Integer, Integer) - Constructor for exception org.broadleafcommerce.inventory.basic.service.BasicInventoryUnavailableException
 
BasicInventoryUnavailableException(String, Long, Integer, Integer) - Constructor for exception org.broadleafcommerce.inventory.basic.service.BasicInventoryUnavailableException
 
basicQuantityAvailable - Variable in class org.broadleafcommerce.inventory.basic.domain.ext.BasicInventoryContainerImpl
 

C

catalogService - Variable in class org.broadleafcommerce.inventory.basic.service.BasicInventoryServiceImpl
 
checkBasicAvailablility(Sku) - Method in class org.broadleafcommerce.inventory.basic.service.BasicInventoryServiceImpl
 
CheckBasicInventoryAvailabilityActivity - Class in org.broadleafcommerce.inventory.basic.service.workflow
Workflow activity to check availability of inventory during cart operations.
CheckBasicInventoryAvailabilityActivity() - Constructor for class org.broadleafcommerce.inventory.basic.service.workflow.CheckBasicInventoryAvailabilityActivity
 

D

DecrementBasicInventoryActivity - Class in org.broadleafcommerce.inventory.basic.service.workflow
Default workflow activity to decrement inventory.
DecrementBasicInventoryActivity() - Constructor for class org.broadleafcommerce.inventory.basic.service.workflow.DecrementBasicInventoryActivity
 
decrementInventory(Long, int) - Method in interface org.broadleafcommerce.inventory.basic.service.BasicInventoryService
Attempts to decrement inventory if it is available.
decrementInventory(Map<Long, Integer>) - Method in interface org.broadleafcommerce.inventory.basic.service.BasicInventoryService
Attempts to decrement inventory for a map of Sku ids and quantities.
decrementInventory(Long, int) - Method in class org.broadleafcommerce.inventory.basic.service.BasicInventoryServiceImpl
 
decrementInventory(Map<Long, Integer>) - Method in class org.broadleafcommerce.inventory.basic.service.BasicInventoryServiceImpl
 

E

em - Variable in class org.broadleafcommerce.inventory.basic.dao.BasicInventoryDaoImpl
 
entityConfiguration - Variable in class org.broadleafcommerce.inventory.basic.dao.BasicInventoryDaoImpl
 
execute(ProcessContext<CartOperationRequest>) - Method in class org.broadleafcommerce.inventory.basic.service.workflow.CheckBasicInventoryAvailabilityActivity
 
execute(ProcessContext<CheckoutSeed>) - Method in class org.broadleafcommerce.inventory.basic.service.workflow.DecrementBasicInventoryActivity
 

G

getQuantityAvailable() - Method in interface org.broadleafcommerce.inventory.basic.domain.ext.BasicInventoryContainer
 
getQuantityAvailable() - Method in class org.broadleafcommerce.inventory.basic.domain.ext.BasicInventoryContainerImpl
 
getQuantityAvailable() - Method in exception org.broadleafcommerce.inventory.basic.service.BasicInventoryUnavailableException
 
getQuantityRequested() - Method in exception org.broadleafcommerce.inventory.basic.service.BasicInventoryUnavailableException
 
getSkuId() - Method in exception org.broadleafcommerce.inventory.basic.service.BasicInventoryUnavailableException
 

I

incrementInventory(Long, int) - Method in interface org.broadleafcommerce.inventory.basic.service.BasicInventoryService
Attempts to increment inventory.
incrementInventory(Map<Long, Integer>) - Method in interface org.broadleafcommerce.inventory.basic.service.BasicInventoryService
Attempts to increment inventory for a map of Sku ids and quantities.
incrementInventory(Long, int) - Method in class org.broadleafcommerce.inventory.basic.service.BasicInventoryServiceImpl
 
incrementInventory(Map<Long, Integer>) - Method in class org.broadleafcommerce.inventory.basic.service.BasicInventoryServiceImpl
 
inventoryDao - Variable in class org.broadleafcommerce.inventory.basic.service.BasicInventoryServiceImpl
 
inventoryService - Variable in class org.broadleafcommerce.inventory.basic.service.workflow.BasicInventoryRollbackHandler
 
inventoryService - Variable in class org.broadleafcommerce.inventory.basic.service.workflow.CheckBasicInventoryAvailabilityActivity
 
inventoryService - Variable in class org.broadleafcommerce.inventory.basic.service.workflow.DecrementBasicInventoryActivity
 
isAvailable(Long, int) - Method in interface org.broadleafcommerce.inventory.basic.service.BasicInventoryService
Indicates whether the given quantity is available for the particular skuId.
isAvailable(Long, int) - Method in class org.broadleafcommerce.inventory.basic.service.BasicInventoryServiceImpl
 

O

org.broadleafcommerce.inventory.basic.dao - package org.broadleafcommerce.inventory.basic.dao
 
org.broadleafcommerce.inventory.basic.domain.ext - package org.broadleafcommerce.inventory.basic.domain.ext
 
org.broadleafcommerce.inventory.basic.service - package org.broadleafcommerce.inventory.basic.service
 
org.broadleafcommerce.inventory.basic.service.workflow - package org.broadleafcommerce.inventory.basic.service.workflow
 

Q

quantityAvailable - Variable in exception org.broadleafcommerce.inventory.basic.service.BasicInventoryUnavailableException
 
quantityRequested - Variable in exception org.broadleafcommerce.inventory.basic.service.BasicInventoryUnavailableException
 

R

readInventory(Long) - Method in interface org.broadleafcommerce.inventory.basic.dao.BasicInventoryDao
Reads an inventory value by the id of the sku.
readInventory(Set<Long>) - Method in interface org.broadleafcommerce.inventory.basic.dao.BasicInventoryDao
Reads a number of inventory values by ids of skus.
readInventory(Long) - Method in class org.broadleafcommerce.inventory.basic.dao.BasicInventoryDaoImpl
 
readInventory(Set<Long>) - Method in class org.broadleafcommerce.inventory.basic.dao.BasicInventoryDaoImpl
 
retrieveQuantitiesAvailable(Set<Long>) - Method in interface org.broadleafcommerce.inventory.basic.service.BasicInventoryService
Retrieves the quantities available for a set of sku ids.
retrieveQuantitiesAvailable(Set<Long>) - Method in class org.broadleafcommerce.inventory.basic.service.BasicInventoryServiceImpl
 
retrieveQuantityAvailable(Long) - Method in interface org.broadleafcommerce.inventory.basic.service.BasicInventoryService
Retrieves the quantity available for a particular sku.
retrieveQuantityAvailable(Long) - Method in class org.broadleafcommerce.inventory.basic.service.BasicInventoryServiceImpl
 
ROLLBACK_BLC_INVENTORY_DECREMENTED - Static variable in class org.broadleafcommerce.inventory.basic.service.workflow.BasicInventoryRollbackHandler
 
ROLLBACK_BLC_INVENTORY_INCREMENTED - Static variable in class org.broadleafcommerce.inventory.basic.service.workflow.BasicInventoryRollbackHandler
 
ROLLBACK_BLC_ORDER_ID - Static variable in class org.broadleafcommerce.inventory.basic.service.workflow.BasicInventoryRollbackHandler
 
rollbackState(Activity<? extends ProcessContext<CheckoutSeed>>, ProcessContext<CheckoutSeed>, Map<String, Object>) - Method in class org.broadleafcommerce.inventory.basic.service.workflow.BasicInventoryRollbackHandler
 

S

setCatalogService(CatalogService) - Method in class org.broadleafcommerce.inventory.basic.service.BasicInventoryServiceImpl
 
setInventoryDao(BasicInventoryDao) - Method in class org.broadleafcommerce.inventory.basic.service.BasicInventoryServiceImpl
 
setInventoryService(BasicInventoryService) - Method in class org.broadleafcommerce.inventory.basic.service.workflow.BasicInventoryRollbackHandler
 
setInventoryService(BasicInventoryService) - Method in class org.broadleafcommerce.inventory.basic.service.workflow.CheckBasicInventoryAvailabilityActivity
 
setInventoryService(BasicInventoryService) - Method in class org.broadleafcommerce.inventory.basic.service.workflow.DecrementBasicInventoryActivity
 
setQuantityAvailable(Integer) - Method in interface org.broadleafcommerce.inventory.basic.domain.ext.BasicInventoryContainer
 
setQuantityAvailable(Integer) - Method in class org.broadleafcommerce.inventory.basic.domain.ext.BasicInventoryContainerImpl
 
setQuantityAvailable(int) - Method in exception org.broadleafcommerce.inventory.basic.service.BasicInventoryUnavailableException
 
setQuantityRequested(int) - Method in exception org.broadleafcommerce.inventory.basic.service.BasicInventoryUnavailableException
 
setSkuId(Long) - Method in exception org.broadleafcommerce.inventory.basic.service.BasicInventoryUnavailableException
 
skuId - Variable in exception org.broadleafcommerce.inventory.basic.service.BasicInventoryUnavailableException
 
B C D E G I O Q R S 

Copyright © 2014. All rights reserved.