A B C D E F G H I L M N O P Q R S U V

A

add(PersistencePackage, DynamicEntityDao, RecordHelper) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.FulfillmentLocationCustomPersistenceHandler
 
add(PersistencePackage, DynamicEntityDao, RecordHelper) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
address - Variable in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
AdminInventoryPersister - Class in org.broadleafcommerce.inventory.admin.server.service.handler
Used in order to create a new transaction when trying to save inventory.
AdminInventoryPersister() - Constructor for class org.broadleafcommerce.inventory.admin.server.service.handler.AdminInventoryPersister
 
applyAdditionalFetchCriteria(PersistentEntityCriteria, CriteriaTransferObject, PersistencePackage) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.InventorySkuCustomPersistenceHandler
 
asCanvas() - Method in class org.broadleafcommerce.inventory.admin.client.view.FulfillmentLocationView
 

B

bind() - Method in class org.broadleafcommerce.inventory.admin.client.presenter.FulfillmentLocationPresenter
 
bind() - Method in class org.broadleafcommerce.inventory.admin.client.presenter.InventoryPresenter
 
build(DataSource, DataSource...) - Method in class org.broadleafcommerce.inventory.admin.client.view.FulfillmentLocationView
 

C

canHandleAdd(PersistencePackage) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.FulfillmentLocationCustomPersistenceHandler
 
canHandleAdd(PersistencePackage) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
canHandleFetch(PersistencePackage) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
canHandleFetch(PersistencePackage) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.InventorySkuCustomPersistenceHandler
 
canHandleInspect(PersistencePackage) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
canHandleInspect(PersistencePackage) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.InventorySkuCustomPersistenceHandler
 
canHandleUpdate(PersistencePackage) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.FulfillmentLocationCustomPersistenceHandler
 
canHandleUpdate(PersistencePackage) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
catalogService - Variable in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
catalogService - Variable in class org.broadleafcommerce.inventory.admin.server.service.handler.InventorySkuCustomPersistenceHandler
 
catalogService - Variable in class org.broadleafcommerce.inventory.service.workflow.CheckAvailabilityActivity
 
changeSelection(Record) - Method in class org.broadleafcommerce.inventory.admin.client.presenter.FulfillmentLocationPresenter
 
CheckAvailabilityActivity - Class in org.broadleafcommerce.inventory.service.workflow
 
CheckAvailabilityActivity() - Constructor for class org.broadleafcommerce.inventory.service.workflow.CheckAvailabilityActivity
 
ConcurrentInventoryModificationException - Exception in org.broadleafcommerce.inventory.exception
This is an exception that is thrown in case two threads try to concurrently modify inventory.
ConcurrentInventoryModificationException() - Constructor for exception org.broadleafcommerce.inventory.exception.ConcurrentInventoryModificationException
 
ConcurrentInventoryModificationException(String, Throwable) - Constructor for exception org.broadleafcommerce.inventory.exception.ConcurrentInventoryModificationException
 
ConcurrentInventoryModificationException(String) - Constructor for exception org.broadleafcommerce.inventory.exception.ConcurrentInventoryModificationException
 
ConcurrentInventoryModificationException(Throwable) - Constructor for exception org.broadleafcommerce.inventory.exception.ConcurrentInventoryModificationException
 
correctSkuProperties(Entity, Sku, RecordHelper) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
Ensures that Sku properties delegate to their getters as necessary as well as adds a new property for the consolidated product option values
createDataSource(String, OperationTypes, Object[], AsyncCallback<DataSource>) - Method in class org.broadleafcommerce.inventory.admin.client.datasource.FulfillmentLocationDataSourceFactory
 
createDataSource(String, OperationTypes, Object[], AsyncCallback<DataSource>) - Method in class org.broadleafcommerce.inventory.admin.client.datasource.InventoryDataSourceFactory
 
createDataSource(String, OperationTypes, Object[], AsyncCallback<DataSource>) - Method in class org.broadleafcommerce.inventory.admin.client.datasource.InventorySkuDataSourceFactory
 

D

dataSource - Static variable in class org.broadleafcommerce.inventory.admin.client.datasource.FulfillmentLocationDataSourceFactory
 
dataSource - Static variable in class org.broadleafcommerce.inventory.admin.client.datasource.InventoryDataSourceFactory
 
dataSource - Static variable in class org.broadleafcommerce.inventory.admin.client.datasource.InventorySkuDataSourceFactory
 
decrementInventory(Map<Sku, Integer>) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Subtracts the quantity from available inventory in the default fulfillment location for each sku in the map.
decrementInventory(Map<Sku, Integer>, FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Subtracts the quantity from available inventory for each sku in the map for the given fulfillment location.
decrementInventory(Map<Sku, Integer>) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
decrementInventory(Map<Sku, Integer>, FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
DecrementInventoryActivity - Class in org.broadleafcommerce.inventory.service.workflow
Default workflow activity to decrement inventory.
DecrementInventoryActivity() - Constructor for class org.broadleafcommerce.inventory.service.workflow.DecrementInventoryActivity
 
decrementInventoryOnHand(Map<Sku, Integer>) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Subtracts the quantity from inventory on hand in the default fulfillment location for each sku in the map.
decrementInventoryOnHand(Map<Sku, Integer>, FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Subtracts the quantity from inventory on hand for each sku in the map for the given fulfillment location.
decrementInventoryOnHand(Map<Sku, Integer>) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
decrementInventoryOnHand(Map<Sku, Integer>, FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
defaultLocation - Variable in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
delete(FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.dao.FulfillmentLocationDao
Deletes the passed FulfillmentLocation
delete(FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.dao.FulfillmentLocationDaoImpl
 
delete(Inventory) - Method in interface org.broadleafcommerce.inventory.dao.InventoryDao
Deletes the Inventory
delete(Inventory) - Method in class org.broadleafcommerce.inventory.dao.InventoryDaoImpl
 
delete(FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.service.FulfillmentLocationService
Deletes the passed FulfillmentLocation
delete(FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.service.FulfillmentLocationServiceImpl
 
dynamicFormDisplay - Variable in class org.broadleafcommerce.inventory.admin.client.view.FulfillmentLocationView
 

E

em - Variable in class org.broadleafcommerce.inventory.dao.FulfillmentLocationDaoImpl
 
em - Variable in class org.broadleafcommerce.inventory.dao.InventoryDaoImpl
 
entityConfiguration - Variable in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
execute(ProcessContext) - Method in class org.broadleafcommerce.inventory.service.workflow.CheckAvailabilityActivity
 
execute(ProcessContext) - Method in class org.broadleafcommerce.inventory.service.workflow.DecrementInventoryActivity
 
executeAdd(String, DSRequest, DSResponse, String[], AsyncCallback<DataSource>) - Method in class org.broadleafcommerce.inventory.admin.client.datasource.FulfillmentLocationClientEntityModule
 
executeUpdate(String, DSRequest, DSResponse, String[], AsyncCallback<DataSource>) - Method in class org.broadleafcommerce.inventory.admin.client.datasource.FulfillmentLocationClientEntityModule
 
expectedAvailabilityDate - Variable in class org.broadleafcommerce.inventory.domain.InventoryImpl
 

F

fetch(PersistencePackage, CriteriaTransferObject, DynamicEntityDao, RecordHelper) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
findAllFulfillmentLocationsForSku(Long) - Method in interface org.broadleafcommerce.inventory.service.FulfillmentLocationService
Returns all fulfillment locations associated with a sku
findAllFulfillmentLocationsForSku(Long) - Method in class org.broadleafcommerce.inventory.service.FulfillmentLocationServiceImpl
 
findDefaultFulfillmentLocation() - Method in interface org.broadleafcommerce.inventory.service.FulfillmentLocationService
Returns the first default fulfillment location found.
findDefaultFulfillmentLocation() - Method in class org.broadleafcommerce.inventory.service.FulfillmentLocationServiceImpl
 
FULFILLMENT_LOCATION - Static variable in class org.broadleafcommerce.inventory.admin.client.datasource.InventoryCeilingEntities
 
FULFILLMENT_LOCATION - Static variable in class org.broadleafcommerce.inventory.admin.client.datasource.InventoryEntityImplementations
 
FulfillmentLocation - Interface in org.broadleafcommerce.inventory.domain
 
fulfillmentLocation - Variable in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
FulfillmentLocationClientEntityModule - Class in org.broadleafcommerce.inventory.admin.client.datasource
This entity module is responsible for setting all of the other displayed fulfillment locations to not be the default location if I am updating/adding a location that should be the new default.
FulfillmentLocationClientEntityModule(String, PersistencePerspective, DynamicEntityServiceAsync) - Constructor for class org.broadleafcommerce.inventory.admin.client.datasource.FulfillmentLocationClientEntityModule
 
FulfillmentLocationCustomPersistenceHandler - Class in org.broadleafcommerce.inventory.admin.server.service.handler
 
FulfillmentLocationCustomPersistenceHandler() - Constructor for class org.broadleafcommerce.inventory.admin.server.service.handler.FulfillmentLocationCustomPersistenceHandler
 
FulfillmentLocationDao - Interface in org.broadleafcommerce.inventory.dao
 
fulfillmentLocationDao - Variable in class org.broadleafcommerce.inventory.service.FulfillmentLocationServiceImpl
 
FulfillmentLocationDaoImpl - Class in org.broadleafcommerce.inventory.dao
 
FulfillmentLocationDaoImpl() - Constructor for class org.broadleafcommerce.inventory.dao.FulfillmentLocationDaoImpl
 
FulfillmentLocationDataSourceFactory - Class in org.broadleafcommerce.inventory.admin.client.datasource
 
FulfillmentLocationDataSourceFactory() - Constructor for class org.broadleafcommerce.inventory.admin.client.datasource.FulfillmentLocationDataSourceFactory
 
FulfillmentLocationDisplay - Interface in org.broadleafcommerce.inventory.admin.client.view
 
FulfillmentLocationImpl - Class in org.broadleafcommerce.inventory.domain
 
FulfillmentLocationImpl() - Constructor for class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
FulfillmentLocationPresenter - Class in org.broadleafcommerce.inventory.admin.client.presenter
 
FulfillmentLocationPresenter() - Constructor for class org.broadleafcommerce.inventory.admin.client.presenter.FulfillmentLocationPresenter
 
fulfillmentLocationService - Variable in class org.broadleafcommerce.inventory.admin.server.service.handler.FulfillmentLocationCustomPersistenceHandler
 
fulfillmentLocationService - Variable in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
FulfillmentLocationService - Interface in org.broadleafcommerce.inventory.service
 
fulfillmentLocationService - Variable in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
fulfillmentLocationService - Variable in class org.broadleafcommerce.inventory.service.workflow.DecrementInventoryActivity
 
FulfillmentLocationServiceImpl - Class in org.broadleafcommerce.inventory.service
 
FulfillmentLocationServiceImpl() - Constructor for class org.broadleafcommerce.inventory.service.FulfillmentLocationServiceImpl
 
FulfillmentLocationView - Class in org.broadleafcommerce.inventory.admin.client.view
 
FulfillmentLocationView() - Constructor for class org.broadleafcommerce.inventory.admin.client.view.FulfillmentLocationView
 

G

getAddress() - Method in interface org.broadleafcommerce.inventory.domain.FulfillmentLocation
Get the @link Address of the fulfillment location
getAddress() - Method in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
getCallback(TreeNode, DSRequest, AsyncCallback<DataSource>) - Method in class org.broadleafcommerce.inventory.admin.client.datasource.FulfillmentLocationClientEntityModule
 
getDefaultLocation() - Method in interface org.broadleafcommerce.inventory.domain.FulfillmentLocation
Retrieves if this fulfillment location as default
getDefaultLocation() - Method in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
getDisplay() - Method in class org.broadleafcommerce.inventory.admin.client.presenter.FulfillmentLocationPresenter
 
getDynamicFormDisplay() - Method in class org.broadleafcommerce.inventory.admin.client.view.FulfillmentLocationView
 
getExpectedAvailabilityDate() - Method in interface org.broadleafcommerce.inventory.domain.Inventory
Retrieves the expected availability date
getExpectedAvailabilityDate() - Method in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
getFulfillmentLocation() - Method in interface org.broadleafcommerce.inventory.domain.Inventory
Retrieves the fulfillment location information related to this inventory
getFulfillmentLocation() - Method in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
getFulfillmentLocation() - Method in class org.broadleafcommerce.inventory.service.workflow.InventoryState
 
getId() - Method in interface org.broadleafcommerce.inventory.domain.FulfillmentLocation
 
getId() - Method in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
getId() - Method in interface org.broadleafcommerce.inventory.domain.Inventory
Retrieves the unique identifier of the Inventory
getId() - Method in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
getInventoryDisplay() - Method in interface org.broadleafcommerce.inventory.admin.client.view.FulfillmentLocationDisplay
 
getInventoryDisplay() - Method in class org.broadleafcommerce.inventory.admin.client.view.FulfillmentLocationView
 
getListDisplay() - Method in class org.broadleafcommerce.inventory.admin.client.view.FulfillmentLocationView
 
getName() - Method in interface org.broadleafcommerce.inventory.domain.FulfillmentLocation
For convenience you can name an inventory location.
getName() - Method in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
getPickupLocation() - Method in interface org.broadleafcommerce.inventory.domain.FulfillmentLocation
 
getPickupLocation() - Method in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
getQuantityAvailable() - Method in interface org.broadleafcommerce.inventory.domain.Inventory
Retrieves the inventory available for sale.
getQuantityAvailable() - Method in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
getQuantityOnHand() - Method in interface org.broadleafcommerce.inventory.domain.Inventory
Retrieves the actual inventory in possession of the business
getQuantityOnHand() - Method in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
getShippingLocation() - Method in interface org.broadleafcommerce.inventory.domain.FulfillmentLocation
 
getShippingLocation() - Method in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
getSku() - Method in interface org.broadleafcommerce.inventory.domain.Inventory
Retrieves the sku for this Inventory
getSku() - Method in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
getSkuInventoryAvailable() - Method in exception org.broadleafcommerce.inventory.exception.InventoryUnavailableException
 
getSkuLookupDatasource() - Method in class org.broadleafcommerce.inventory.admin.client.presenter.FulfillmentLocationPresenter
 
getSkuLookupDatasource() - Method in class org.broadleafcommerce.inventory.admin.client.presenter.InventoryPresenter
 
getSkuQuantityMap() - Method in class org.broadleafcommerce.inventory.service.workflow.InventoryState
 
getVersion() - Method in interface org.broadleafcommerce.inventory.domain.Inventory
Retrieves the version set by Hibernate.
getVersion() - Method in class org.broadleafcommerce.inventory.domain.InventoryImpl
 

H

handleError(ProcessContext, Throwable) - Method in class org.broadleafcommerce.inventory.checkout.service.workflow.InventoryCompensatingCheckoutErrorHandler
Deprecated.  

I

id - Variable in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
id - Variable in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
incrementInventory(Map<Sku, Integer>, FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Add available inventory to sku.
incrementInventory(Map<Sku, Integer>) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Attempts to add available inventory to an inventory record associated with a default fulfillment location.
incrementInventory(Map<Sku, Integer>, FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
incrementInventory(Map<Sku, Integer>) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
incrementInventoryOnHand(Map<Sku, Integer>, FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Add inventory on hand to sku.
incrementInventoryOnHand(Map<Sku, Integer>) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Attempts to add inventory on hand to an inventory record associated with a default fulfillment location.
incrementInventoryOnHand(Map<Sku, Integer>, FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
incrementInventoryOnHand(Map<Sku, Integer>) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
inspect(PersistencePackage, DynamicEntityDao, InspectHelper) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
INVENTORY - Static variable in class org.broadleafcommerce.inventory.admin.client.datasource.InventoryCeilingEntities
 
INVENTORY - Static variable in class org.broadleafcommerce.inventory.admin.client.datasource.InventoryEntityImplementations
 
Inventory - Interface in org.broadleafcommerce.inventory.domain
 
InventoryCeilingEntities - Class in org.broadleafcommerce.inventory.admin.client.datasource
 
InventoryCeilingEntities() - Constructor for class org.broadleafcommerce.inventory.admin.client.datasource.InventoryCeilingEntities
 
InventoryCompensatingCheckoutErrorHandler - Class in org.broadleafcommerce.inventory.checkout.service.workflow
Deprecated. Use InventoryRollbackHandler
InventoryCompensatingCheckoutErrorHandler() - Constructor for class org.broadleafcommerce.inventory.checkout.service.workflow.InventoryCompensatingCheckoutErrorHandler
Deprecated.  
InventoryCustomPersistenceHandler - Class in org.broadleafcommerce.inventory.admin.server.service.handler
 
InventoryCustomPersistenceHandler() - Constructor for class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
inventoryDao - Variable in class org.broadleafcommerce.inventory.admin.server.service.handler.AdminInventoryPersister
 
inventoryDao - Variable in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
InventoryDao - Interface in org.broadleafcommerce.inventory.dao
 
inventoryDao - Variable in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
InventoryDaoImpl - Class in org.broadleafcommerce.inventory.dao
 
InventoryDaoImpl() - Constructor for class org.broadleafcommerce.inventory.dao.InventoryDaoImpl
 
InventoryDataSourceFactory - Class in org.broadleafcommerce.inventory.admin.client.datasource
 
InventoryDataSourceFactory() - Constructor for class org.broadleafcommerce.inventory.admin.client.datasource.InventoryDataSourceFactory
 
inventoryDisplay - Variable in class org.broadleafcommerce.inventory.admin.client.view.FulfillmentLocationView
 
InventoryEntityImplementations - Class in org.broadleafcommerce.inventory.admin.client.datasource
 
InventoryEntityImplementations() - Constructor for class org.broadleafcommerce.inventory.admin.client.datasource.InventoryEntityImplementations
 
InventoryImpl - Class in org.broadleafcommerce.inventory.domain
 
InventoryImpl() - Constructor for class org.broadleafcommerce.inventory.domain.InventoryImpl
 
inventoryList - Variable in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
InventoryMessages - Interface in org.broadleafcommerce.inventory.admin.client
 
InventoryModule - Class in org.broadleafcommerce.inventory.admin.client
 
InventoryModule() - Constructor for class org.broadleafcommerce.inventory.admin.client.InventoryModule
 
inventoryPersister - Variable in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
inventoryPresenter - Variable in class org.broadleafcommerce.inventory.admin.client.presenter.FulfillmentLocationPresenter
 
InventoryPresenter - Class in org.broadleafcommerce.inventory.admin.client.presenter
 
InventoryPresenter(GridStructureDisplay, String) - Constructor for class org.broadleafcommerce.inventory.admin.client.presenter.InventoryPresenter
 
InventoryRollbackHandler - Class in org.broadleafcommerce.inventory.service.workflow
Provides a standard rollback handler to ensure that in the event of something going wrong in a workflow, that
InventoryRollbackHandler() - Constructor for class org.broadleafcommerce.inventory.service.workflow.InventoryRollbackHandler
 
inventoryService - Variable in class org.broadleafcommerce.inventory.admin.server.service.handler.AdminInventoryPersister
 
inventoryService - Variable in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
inventoryService - Variable in class org.broadleafcommerce.inventory.admin.server.service.handler.InventorySkuCustomPersistenceHandler
 
inventoryService - Variable in class org.broadleafcommerce.inventory.checkout.service.workflow.InventoryCompensatingCheckoutErrorHandler
Deprecated.  
InventoryService - Interface in org.broadleafcommerce.inventory.service
This is a basic inventory service for Broadleaf Commerce.
inventoryService - Variable in class org.broadleafcommerce.inventory.service.workflow.CheckAvailabilityActivity
 
inventoryService - Variable in class org.broadleafcommerce.inventory.service.workflow.DecrementInventoryActivity
 
inventoryService - Variable in class org.broadleafcommerce.inventory.service.workflow.InventoryRollbackHandler
 
InventoryServiceImpl - Class in org.broadleafcommerce.inventory.service
 
InventoryServiceImpl() - Constructor for class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
InventorySkuCustomPersistenceHandler - Class in org.broadleafcommerce.inventory.admin.server.service.handler
 
InventorySkuCustomPersistenceHandler() - Constructor for class org.broadleafcommerce.inventory.admin.server.service.handler.InventorySkuCustomPersistenceHandler
 
InventorySkuDataSourceFactory - Class in org.broadleafcommerce.inventory.admin.client.datasource
 
InventorySkuDataSourceFactory() - Constructor for class org.broadleafcommerce.inventory.admin.client.datasource.InventorySkuDataSourceFactory
 
InventoryState - Class in org.broadleafcommerce.inventory.service.workflow
Contains the inventory state in case of a rollback.
InventoryState() - Constructor for class org.broadleafcommerce.inventory.service.workflow.InventoryState
 
InventoryUnavailableException - Exception in org.broadleafcommerce.inventory.exception
 
InventoryUnavailableException() - Constructor for exception org.broadleafcommerce.inventory.exception.InventoryUnavailableException
 
InventoryUnavailableException(String, Throwable) - Constructor for exception org.broadleafcommerce.inventory.exception.InventoryUnavailableException
 
InventoryUnavailableException(String) - Constructor for exception org.broadleafcommerce.inventory.exception.InventoryUnavailableException
 
InventoryUnavailableException(Throwable) - Constructor for exception org.broadleafcommerce.inventory.exception.InventoryUnavailableException
 
isQuantityAvailable(Sku, Integer) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Retrieves whether or not the quantity is available for a sku at all fulfillment locations.
isQuantityAvailable(Sku, Integer, FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Retrieves whether or not the quantity is available for a sku at a fulfillment location.
isQuantityAvailable(Sku, Integer) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
isQuantityAvailable(Sku, Integer, FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
isSkuEligibleForInventoryCheck(Sku) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Tests whether an inventory check will be invoked for the given Sku.
isSkuEligibleForInventoryCheck(Sku) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 

L

listDisplay - Variable in class org.broadleafcommerce.inventory.admin.client.view.FulfillmentLocationView
 

M

maxRetries - Variable in class org.broadleafcommerce.inventory.service.workflow.DecrementInventoryActivity
 
maxRetries - Variable in class org.broadleafcommerce.inventory.service.workflow.InventoryRollbackHandler
 

N

name - Variable in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 

O

onModuleLoad() - Method in class org.broadleafcommerce.inventory.admin.client.InventoryModule
 
orderItemService - Variable in class org.broadleafcommerce.inventory.service.workflow.CheckAvailabilityActivity
 
org.broadleafcommerce.inventory.admin.client - package org.broadleafcommerce.inventory.admin.client
 
org.broadleafcommerce.inventory.admin.client.datasource - package org.broadleafcommerce.inventory.admin.client.datasource
 
org.broadleafcommerce.inventory.admin.client.presenter - package org.broadleafcommerce.inventory.admin.client.presenter
 
org.broadleafcommerce.inventory.admin.client.view - package org.broadleafcommerce.inventory.admin.client.view
 
org.broadleafcommerce.inventory.admin.server.service.handler - package org.broadleafcommerce.inventory.admin.server.service.handler
 
org.broadleafcommerce.inventory.checkout.service.workflow - package org.broadleafcommerce.inventory.checkout.service.workflow
 
org.broadleafcommerce.inventory.dao - package org.broadleafcommerce.inventory.dao
 
org.broadleafcommerce.inventory.domain - package org.broadleafcommerce.inventory.domain
 
org.broadleafcommerce.inventory.exception - package org.broadleafcommerce.inventory.exception
 
org.broadleafcommerce.inventory.service - package org.broadleafcommerce.inventory.service
 
org.broadleafcommerce.inventory.service.workflow - package org.broadleafcommerce.inventory.service.workflow
 

P

pickupLocation - Variable in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
populateInventory(Inventory, Entity, Map<String, FieldMetadata>, RecordHelper) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.AdminInventoryPersister
Attempts to populate the given Inventory instance with the merged properties from the admin.
postSetup(Canvas) - Method in class org.broadleafcommerce.inventory.admin.client.presenter.FulfillmentLocationPresenter
 

Q

QUANTITY_AVAILABLE_CHANGE_FIELD_NAME - Static variable in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
QUANTITY_ON_HAND_CHANGE_FIELD_NAME - Static variable in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
quantityAvailable - Variable in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
quantityOnHand - Variable in class org.broadleafcommerce.inventory.domain.InventoryImpl
 

R

readAll() - Method in interface org.broadleafcommerce.inventory.dao.FulfillmentLocationDao
Retrieves all of the fulfillment locations
readAll() - Method in class org.broadleafcommerce.inventory.dao.FulfillmentLocationDaoImpl
 
readAll() - Method in interface org.broadleafcommerce.inventory.service.FulfillmentLocationService
Retrieves all of the fulfillment locations
readAll() - Method in class org.broadleafcommerce.inventory.service.FulfillmentLocationServiceImpl
 
readAllFulfillmentLocationsForSku(Long) - Method in interface org.broadleafcommerce.inventory.dao.FulfillmentLocationDao
Reads all fulfillment locations associated with a sku
readAllFulfillmentLocationsForSku(Long) - Method in class org.broadleafcommerce.inventory.dao.FulfillmentLocationDaoImpl
 
readById(Long) - Method in interface org.broadleafcommerce.inventory.dao.FulfillmentLocationDao
Retrieves a FulfillmentLocation from the given id
readById(Long) - Method in class org.broadleafcommerce.inventory.dao.FulfillmentLocationDaoImpl
 
readById(Long) - Method in interface org.broadleafcommerce.inventory.dao.InventoryDao
 
readById(Long) - Method in class org.broadleafcommerce.inventory.dao.InventoryDaoImpl
 
readById(Long) - Method in interface org.broadleafcommerce.inventory.service.FulfillmentLocationService
Retrieves a FulfillmentLocation from the given id
readById(Long) - Method in class org.broadleafcommerce.inventory.service.FulfillmentLocationServiceImpl
 
readDefaultFulfillmentLocation() - Method in interface org.broadleafcommerce.inventory.dao.FulfillmentLocationDao
Reads the first fulfillment location that it finds that is flagged as default
readDefaultFulfillmentLocation() - Method in class org.broadleafcommerce.inventory.dao.FulfillmentLocationDaoImpl
 
readForUpdateById(Long) - Method in interface org.broadleafcommerce.inventory.dao.InventoryDao
Same as read, but refreshes and handles locking for concurrent updates
readForUpdateById(Long) - Method in class org.broadleafcommerce.inventory.dao.InventoryDaoImpl
 
readInventory(Sku, FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.dao.InventoryDao
Retrieves the Inventory for the given Sku and FulfillmentLocation
readInventory(Sku, FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.dao.InventoryDaoImpl
 
readInventory(Sku, FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Retrieves the Inventory for the given Sku and FulfillmentLocation
readInventory(Sku) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Retrieves inventory for this sku at the default fulfillment location.
readInventory(Sku, FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
readInventory(Sku) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
readInventoryForDefaultFulfillmentLocation(Sku) - Method in interface org.broadleafcommerce.inventory.dao.InventoryDao
Retrieves the Inventory for the given Sku
readInventoryForDefaultFulfillmentLocation(Sku) - Method in class org.broadleafcommerce.inventory.dao.InventoryDaoImpl
 
readInventoryForFulfillmentLocation(FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.dao.InventoryDao
Retrieves all instances of Inventory for this fulfillmentLocation
readInventoryForFulfillmentLocation(FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.dao.InventoryDaoImpl
 
readInventoryForFulfillmentLocation(FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Retrieves all instances of Inventory for this fulfillmentLocation
readInventoryForFulfillmentLocation(FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
readInventoryForUpdate(Sku, FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.dao.InventoryDao
Same as readInventory but refreshes and locks the object.
readInventoryForUpdate(Sku, FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.dao.InventoryDaoImpl
 
readInventoryForUpdateForDefaultFulfillmentLocation(Sku) - Method in interface org.broadleafcommerce.inventory.dao.InventoryDao
Same as readInventoryForDefaultFulfillmentLocation but refreshes and locks the object.
readInventoryForUpdateForDefaultFulfillmentLocation(Sku) - Method in class org.broadleafcommerce.inventory.dao.InventoryDaoImpl
 
readSkusNotAtFulfillmentLocation(FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.dao.InventoryDao
Retrieves skus that do not have inventory records at a particular fulfillment location
readSkusNotAtFulfillmentLocation(FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.dao.InventoryDaoImpl
 
readSkusNotAtFulfillmentLocation(FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Retrieves skus that do not have inventory records at a particular fulfillment location
readSkusNotAtFulfillmentLocation(FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
ROLLBACK_BLC_INVENTORY_DECREMENTED - Static variable in class org.broadleafcommerce.inventory.service.workflow.InventoryRollbackHandler
 
ROLLBACK_BLC_INVENTORY_INCREMENTED - Static variable in class org.broadleafcommerce.inventory.service.workflow.InventoryRollbackHandler
 
ROLLBACK_BLC_ORDER_ID - Static variable in class org.broadleafcommerce.inventory.service.workflow.InventoryRollbackHandler
 
rollbackState(Activity, ProcessContext, Map<String, Object>) - Method in class org.broadleafcommerce.inventory.service.workflow.InventoryRollbackHandler
 

S

save(FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.dao.FulfillmentLocationDao
Persists the FulfillmentLocation
save(FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.dao.FulfillmentLocationDaoImpl
 
save(Inventory) - Method in interface org.broadleafcommerce.inventory.dao.InventoryDao
Persists the Inventory
save(Inventory) - Method in class org.broadleafcommerce.inventory.dao.InventoryDaoImpl
 
save(FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.service.FulfillmentLocationService
Persists the FulfillmentLocation
save(FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.service.FulfillmentLocationServiceImpl
 
save(Inventory) - Method in interface org.broadleafcommerce.inventory.service.InventoryService
Persists the inventory
save(Inventory) - Method in class org.broadleafcommerce.inventory.service.InventoryServiceImpl
 
saveAdminInventory(Long, Entity, Map<String, FieldMetadata>, RecordHelper) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.AdminInventoryPersister
Creates a new transaction and attempts a read, populate, update within the transaction.
saveClicked() - Method in class org.broadleafcommerce.inventory.admin.client.presenter.FulfillmentLocationPresenter
 
setAddress(Address) - Method in interface org.broadleafcommerce.inventory.domain.FulfillmentLocation
Set the @link Address of the fulfillment location
setAddress(Address) - Method in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
setBeanName(String) - Method in class org.broadleafcommerce.inventory.checkout.service.workflow.InventoryCompensatingCheckoutErrorHandler
Deprecated.  
setDefaultLocation(Boolean) - Method in interface org.broadleafcommerce.inventory.domain.FulfillmentLocation
Sets whether or not this fulfillment location is the default one
setDefaultLocation(Boolean) - Method in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
setExpectedAvailabilityDate(Date) - Method in interface org.broadleafcommerce.inventory.domain.Inventory
Sets the expected availability date
setExpectedAvailabilityDate(Date) - Method in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
setFulfillmentLocation(FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.domain.Inventory
Sets the fulfillment location information related to this inventory
setFulfillmentLocation(FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
setFulfillmentLocation(FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.service.workflow.InventoryState
 
setId(Long) - Method in interface org.broadleafcommerce.inventory.domain.FulfillmentLocation
 
setId(Long) - Method in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
setId(Long) - Method in interface org.broadleafcommerce.inventory.domain.Inventory
Sets the unique identifier of the Inventory
setId(Long) - Method in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
setMaxRetries(Integer) - Method in class org.broadleafcommerce.inventory.service.workflow.DecrementInventoryActivity
 
setMaxRetries(int) - Method in class org.broadleafcommerce.inventory.service.workflow.InventoryRollbackHandler
 
setName(String) - Method in interface org.broadleafcommerce.inventory.domain.FulfillmentLocation
For convenience you can name an inventory location.
setName(String) - Method in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
setPickupLocation(Boolean) - Method in interface org.broadleafcommerce.inventory.domain.FulfillmentLocation
Sets whether or not a customer can pick up inventory at the fulfillment location
setPickupLocation(Boolean) - Method in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
setQuantityAvailable(Integer) - Method in interface org.broadleafcommerce.inventory.domain.Inventory
Sets the inventory available for sale.
setQuantityAvailable(Integer) - Method in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
setQuantityOnHand(Integer) - Method in interface org.broadleafcommerce.inventory.domain.Inventory
Sets the actual inventory in possession of the business
setQuantityOnHand(Integer) - Method in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
setShippingLocation(Boolean) - Method in interface org.broadleafcommerce.inventory.domain.FulfillmentLocation
Sets whether or not this fulfillment location can ship
setShippingLocation(Boolean) - Method in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
setSku(Sku) - Method in interface org.broadleafcommerce.inventory.domain.Inventory
Sets the sku for this Inventory
setSku(Sku) - Method in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
setSkuInventoryAvailable(Map<Long, Integer>) - Method in exception org.broadleafcommerce.inventory.exception.InventoryUnavailableException
 
setSkuLookupDatasource(ListGridDataSource) - Method in class org.broadleafcommerce.inventory.admin.client.presenter.InventoryPresenter
Must be set after the lookup has been initialized
setSkuQuantityMap(Map<Sku, Integer>) - Method in class org.broadleafcommerce.inventory.service.workflow.InventoryState
 
setup() - Method in class org.broadleafcommerce.inventory.admin.client.presenter.FulfillmentLocationPresenter
 
shippingLocation - Variable in class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl
 
sku - Variable in class org.broadleafcommerce.inventory.domain.InventoryImpl
 
skuInventoryAvailable - Variable in exception org.broadleafcommerce.inventory.exception.InventoryUnavailableException
 
skuLookupDatasource - Variable in class org.broadleafcommerce.inventory.admin.client.presenter.InventoryPresenter
 

U

update(PersistencePackage, DynamicEntityDao, RecordHelper) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.FulfillmentLocationCustomPersistenceHandler
 
update(PersistencePackage, DynamicEntityDao, RecordHelper) - Method in class org.broadleafcommerce.inventory.admin.server.service.handler.InventoryCustomPersistenceHandler
 
updateOtherDefaultLocationToFalse(FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.dao.FulfillmentLocationDao
Sets the defaultLocation flag to false for all fulfillmentLocations
updateOtherDefaultLocationToFalse(FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.dao.FulfillmentLocationDaoImpl
 
updateOtherDefaultLocationToFalse(FulfillmentLocation) - Method in interface org.broadleafcommerce.inventory.service.FulfillmentLocationService
Sets the defaultLocation flag to false for all fulfillmentLocations
updateOtherDefaultLocationToFalse(FulfillmentLocation) - Method in class org.broadleafcommerce.inventory.service.FulfillmentLocationServiceImpl
 

V

version - Variable in class org.broadleafcommerce.inventory.domain.InventoryImpl
 

A B C D E F G H I L M N O P Q R S U V

Copyright © 2013. All Rights Reserved.