Uses of Interface
org.broadleafcommerce.inventory.domain.Inventory

Packages that use Inventory
org.broadleafcommerce.inventory.admin.server.service.handler   
org.broadleafcommerce.inventory.dao   
org.broadleafcommerce.inventory.domain   
org.broadleafcommerce.inventory.service   
 

Uses of Inventory in org.broadleafcommerce.inventory.admin.server.service.handler
 

Methods in org.broadleafcommerce.inventory.admin.server.service.handler that return Inventory
protected  Inventory AdminInventoryPersister.populateInventory(Inventory adminInstance, org.broadleafcommerce.openadmin.client.dto.Entity entity, Map<String,org.broadleafcommerce.openadmin.client.dto.FieldMetadata> inventoryProperties, org.broadleafcommerce.openadmin.server.service.persistence.module.RecordHelper helper)
          Attempts to populate the given Inventory instance with the merged properties from the admin.
 Inventory AdminInventoryPersister.saveAdminInventory(Long inventoryId, org.broadleafcommerce.openadmin.client.dto.Entity entity, Map<String,org.broadleafcommerce.openadmin.client.dto.FieldMetadata> adminProperties, org.broadleafcommerce.openadmin.server.service.persistence.module.RecordHelper helper)
          Creates a new transaction and attempts a read, populate, update within the transaction.
 

Methods in org.broadleafcommerce.inventory.admin.server.service.handler with parameters of type Inventory
protected  Inventory AdminInventoryPersister.populateInventory(Inventory adminInstance, org.broadleafcommerce.openadmin.client.dto.Entity entity, Map<String,org.broadleafcommerce.openadmin.client.dto.FieldMetadata> inventoryProperties, org.broadleafcommerce.openadmin.server.service.persistence.module.RecordHelper helper)
          Attempts to populate the given Inventory instance with the merged properties from the admin.
 

Uses of Inventory in org.broadleafcommerce.inventory.dao
 

Methods in org.broadleafcommerce.inventory.dao that return Inventory
 Inventory InventoryDao.readById(Long id)
           
 Inventory InventoryDaoImpl.readById(Long id)
           
 Inventory InventoryDao.readForUpdateById(Long id)
          Same as read, but refreshes and handles locking for concurrent updates
 Inventory InventoryDaoImpl.readForUpdateById(Long id)
           
 Inventory InventoryDao.readInventory(org.broadleafcommerce.core.catalog.domain.Sku sku, FulfillmentLocation fulfillmentLocation)
          Retrieves the Inventory for the given Sku and FulfillmentLocation
 Inventory InventoryDaoImpl.readInventory(org.broadleafcommerce.core.catalog.domain.Sku sku, FulfillmentLocation fulfillmentLocation)
           
 Inventory InventoryDao.readInventoryForDefaultFulfillmentLocation(org.broadleafcommerce.core.catalog.domain.Sku sku)
          Retrieves the Inventory for the given Sku
 Inventory InventoryDaoImpl.readInventoryForDefaultFulfillmentLocation(org.broadleafcommerce.core.catalog.domain.Sku sku)
           
 Inventory InventoryDao.readInventoryForUpdate(org.broadleafcommerce.core.catalog.domain.Sku sku, FulfillmentLocation fulfillmentLocation)
          Same as readInventory but refreshes and locks the object.
 Inventory InventoryDaoImpl.readInventoryForUpdate(org.broadleafcommerce.core.catalog.domain.Sku sku, FulfillmentLocation fulfillmentLocation)
           
 Inventory InventoryDao.readInventoryForUpdateForDefaultFulfillmentLocation(org.broadleafcommerce.core.catalog.domain.Sku sku)
          Same as readInventoryForDefaultFulfillmentLocation but refreshes and locks the object.
 Inventory InventoryDaoImpl.readInventoryForUpdateForDefaultFulfillmentLocation(org.broadleafcommerce.core.catalog.domain.Sku sku)
           
 Inventory InventoryDao.save(Inventory inventory)
          Persists the Inventory
 Inventory InventoryDaoImpl.save(Inventory inventory)
           
 

Methods in org.broadleafcommerce.inventory.dao that return types with arguments of type Inventory
 List<Inventory> InventoryDao.readInventoryForFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
          Retrieves all instances of Inventory for this fulfillmentLocation
 List<Inventory> InventoryDaoImpl.readInventoryForFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
           
 

Methods in org.broadleafcommerce.inventory.dao with parameters of type Inventory
 void InventoryDao.delete(Inventory inventory)
          Deletes the Inventory
 void InventoryDaoImpl.delete(Inventory inventory)
           
 Inventory InventoryDao.save(Inventory inventory)
          Persists the Inventory
 Inventory InventoryDaoImpl.save(Inventory inventory)
           
 

Uses of Inventory in org.broadleafcommerce.inventory.domain
 

Classes in org.broadleafcommerce.inventory.domain that implement Inventory
 class InventoryImpl
           
 

Fields in org.broadleafcommerce.inventory.domain with type parameters of type Inventory
protected  List<Inventory> FulfillmentLocationImpl.inventoryList
           
 

Uses of Inventory in org.broadleafcommerce.inventory.service
 

Methods in org.broadleafcommerce.inventory.service that return Inventory
 Inventory InventoryService.readInventory(org.broadleafcommerce.core.catalog.domain.Sku sku)
          Retrieves inventory for this sku at the default fulfillment location.
 Inventory InventoryServiceImpl.readInventory(org.broadleafcommerce.core.catalog.domain.Sku sku)
           
 Inventory InventoryService.readInventory(org.broadleafcommerce.core.catalog.domain.Sku sku, FulfillmentLocation fulfillmentLocation)
          Retrieves the Inventory for the given Sku and FulfillmentLocation
 Inventory InventoryServiceImpl.readInventory(org.broadleafcommerce.core.catalog.domain.Sku sku, FulfillmentLocation fulfillmentLocation)
           
 Inventory InventoryService.save(Inventory inventory)
          Persists the inventory
 Inventory InventoryServiceImpl.save(Inventory inventory)
           
 

Methods in org.broadleafcommerce.inventory.service that return types with arguments of type Inventory
 List<Inventory> InventoryService.readInventoryForFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
          Retrieves all instances of Inventory for this fulfillmentLocation
 List<Inventory> InventoryServiceImpl.readInventoryForFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
           
 

Methods in org.broadleafcommerce.inventory.service with parameters of type Inventory
 Inventory InventoryService.save(Inventory inventory)
          Persists the inventory
 Inventory InventoryServiceImpl.save(Inventory inventory)
           
 



Copyright © 2013. All Rights Reserved.