|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FulfillmentLocation in org.broadleafcommerce.inventory.dao |
|---|
| Methods in org.broadleafcommerce.inventory.dao that return FulfillmentLocation | |
|---|---|
FulfillmentLocation |
FulfillmentLocationDao.readById(Long fulfillmentLocationId)
Retrieves a FulfillmentLocation from the given id |
FulfillmentLocation |
FulfillmentLocationDaoImpl.readById(Long fulfillmentLocationId)
|
FulfillmentLocation |
FulfillmentLocationDao.readDefaultFulfillmentLocation()
Reads the first fulfillment location that it finds that is flagged as default |
FulfillmentLocation |
FulfillmentLocationDaoImpl.readDefaultFulfillmentLocation()
|
FulfillmentLocation |
FulfillmentLocationDao.save(FulfillmentLocation fulfillmentLocation)
Persists the FulfillmentLocation |
FulfillmentLocation |
FulfillmentLocationDaoImpl.save(FulfillmentLocation fulfillmentLocation)
|
| Methods in org.broadleafcommerce.inventory.dao that return types with arguments of type FulfillmentLocation | |
|---|---|
List<FulfillmentLocation> |
FulfillmentLocationDao.readAll()
Retrieves all of the fulfillment locations |
List<FulfillmentLocation> |
FulfillmentLocationDaoImpl.readAll()
|
List<FulfillmentLocation> |
FulfillmentLocationDao.readAllFulfillmentLocationsForSku(Long skuId)
Reads all fulfillment locations associated with a sku |
List<FulfillmentLocation> |
FulfillmentLocationDaoImpl.readAllFulfillmentLocationsForSku(Long skuId)
|
| Methods in org.broadleafcommerce.inventory.dao with parameters of type FulfillmentLocation | |
|---|---|
void |
FulfillmentLocationDao.delete(FulfillmentLocation fulfillmentLocation)
Deletes the passed FulfillmentLocation |
void |
FulfillmentLocationDaoImpl.delete(FulfillmentLocation fulfillmentLocation)
|
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)
|
List<Inventory> |
InventoryDao.readInventoryForFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
Retrieves all instances of Inventory for this fulfillmentLocation |
List<Inventory> |
InventoryDaoImpl.readInventoryForFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
|
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)
|
List<org.broadleafcommerce.core.catalog.domain.Sku> |
InventoryDao.readSkusNotAtFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
Retrieves skus that do not have inventory records at a particular fulfillment location |
List<org.broadleafcommerce.core.catalog.domain.Sku> |
InventoryDaoImpl.readSkusNotAtFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
|
FulfillmentLocation |
FulfillmentLocationDao.save(FulfillmentLocation fulfillmentLocation)
Persists the FulfillmentLocation |
FulfillmentLocation |
FulfillmentLocationDaoImpl.save(FulfillmentLocation fulfillmentLocation)
|
void |
FulfillmentLocationDao.updateOtherDefaultLocationToFalse(FulfillmentLocation fulfillmentLocation)
Sets the defaultLocation flag to false for all fulfillmentLocations |
void |
FulfillmentLocationDaoImpl.updateOtherDefaultLocationToFalse(FulfillmentLocation fulfillmentLocation)
|
| Uses of FulfillmentLocation in org.broadleafcommerce.inventory.domain |
|---|
| Classes in org.broadleafcommerce.inventory.domain that implement FulfillmentLocation | |
|---|---|
class |
FulfillmentLocationImpl
|
| Fields in org.broadleafcommerce.inventory.domain declared as FulfillmentLocation | |
|---|---|
protected FulfillmentLocation |
InventoryImpl.fulfillmentLocation
|
| Methods in org.broadleafcommerce.inventory.domain that return FulfillmentLocation | |
|---|---|
FulfillmentLocation |
InventoryImpl.getFulfillmentLocation()
|
FulfillmentLocation |
Inventory.getFulfillmentLocation()
Retrieves the fulfillment location information related to this inventory |
| Methods in org.broadleafcommerce.inventory.domain with parameters of type FulfillmentLocation | |
|---|---|
void |
InventoryImpl.setFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
|
void |
Inventory.setFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
Sets the fulfillment location information related to this inventory |
| Uses of FulfillmentLocation in org.broadleafcommerce.inventory.service |
|---|
| Methods in org.broadleafcommerce.inventory.service that return FulfillmentLocation | |
|---|---|
FulfillmentLocation |
FulfillmentLocationServiceImpl.findDefaultFulfillmentLocation()
|
FulfillmentLocation |
FulfillmentLocationService.findDefaultFulfillmentLocation()
Returns the first default fulfillment location found. |
FulfillmentLocation |
FulfillmentLocationServiceImpl.readById(Long fulfillmentLocationId)
|
FulfillmentLocation |
FulfillmentLocationService.readById(Long fulfillmentLocationId)
Retrieves a FulfillmentLocation from the given id |
FulfillmentLocation |
FulfillmentLocationServiceImpl.save(FulfillmentLocation fulfillmentLocation)
|
FulfillmentLocation |
FulfillmentLocationService.save(FulfillmentLocation fulfillmentLocation)
Persists the FulfillmentLocation |
| Methods in org.broadleafcommerce.inventory.service that return types with arguments of type FulfillmentLocation | |
|---|---|
List<FulfillmentLocation> |
FulfillmentLocationServiceImpl.findAllFulfillmentLocationsForSku(Long skuId)
|
List<FulfillmentLocation> |
FulfillmentLocationService.findAllFulfillmentLocationsForSku(Long skuId)
Returns all fulfillment locations associated with a sku |
List<FulfillmentLocation> |
FulfillmentLocationServiceImpl.readAll()
|
List<FulfillmentLocation> |
FulfillmentLocationService.readAll()
Retrieves all of the fulfillment locations |
| Methods in org.broadleafcommerce.inventory.service with parameters of type FulfillmentLocation | |
|---|---|
void |
InventoryService.decrementInventory(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory,
FulfillmentLocation fulfillmentLocation)
Subtracts the quantity from available inventory for each sku in the map for the given fulfillment location. |
void |
InventoryServiceImpl.decrementInventory(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory,
FulfillmentLocation fulfillmentLocation)
|
void |
InventoryService.decrementInventoryOnHand(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory,
FulfillmentLocation fulfillmentLocation)
Subtracts the quantity from inventory on hand for each sku in the map for the given fulfillment location. |
void |
InventoryServiceImpl.decrementInventoryOnHand(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory,
FulfillmentLocation fulfillmentLocation)
|
void |
FulfillmentLocationServiceImpl.delete(FulfillmentLocation fulfillmentLocation)
|
void |
FulfillmentLocationService.delete(FulfillmentLocation fulfillmentLocation)
Deletes the passed FulfillmentLocation |
void |
InventoryService.incrementInventory(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory,
FulfillmentLocation fulfillmentLocation)
Add available inventory to sku. |
void |
InventoryServiceImpl.incrementInventory(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory,
FulfillmentLocation fulfillmentLocation)
|
void |
InventoryService.incrementInventoryOnHand(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory,
FulfillmentLocation fulfillmentLocation)
Add inventory on hand to sku. |
void |
InventoryServiceImpl.incrementInventoryOnHand(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory,
FulfillmentLocation fulfillmentLocation)
|
boolean |
InventoryService.isQuantityAvailable(org.broadleafcommerce.core.catalog.domain.Sku sku,
Integer quantity,
FulfillmentLocation fulfillmentLocation)
Retrieves whether or not the quantity is available for a sku at a fulfillment location. |
boolean |
InventoryServiceImpl.isQuantityAvailable(org.broadleafcommerce.core.catalog.domain.Sku sku,
Integer quantity,
FulfillmentLocation fulfillmentLocation)
|
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)
|
List<Inventory> |
InventoryService.readInventoryForFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
Retrieves all instances of Inventory for this fulfillmentLocation |
List<Inventory> |
InventoryServiceImpl.readInventoryForFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
|
List<org.broadleafcommerce.core.catalog.domain.Sku> |
InventoryService.readSkusNotAtFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
Retrieves skus that do not have inventory records at a particular fulfillment location |
List<org.broadleafcommerce.core.catalog.domain.Sku> |
InventoryServiceImpl.readSkusNotAtFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
|
FulfillmentLocation |
FulfillmentLocationServiceImpl.save(FulfillmentLocation fulfillmentLocation)
|
FulfillmentLocation |
FulfillmentLocationService.save(FulfillmentLocation fulfillmentLocation)
Persists the FulfillmentLocation |
void |
FulfillmentLocationServiceImpl.updateOtherDefaultLocationToFalse(FulfillmentLocation fulfillmentLocation)
|
void |
FulfillmentLocationService.updateOtherDefaultLocationToFalse(FulfillmentLocation fulfillmentLocation)
Sets the defaultLocation flag to false for all fulfillmentLocations |
| Uses of FulfillmentLocation in org.broadleafcommerce.inventory.service.workflow |
|---|
| Methods in org.broadleafcommerce.inventory.service.workflow that return FulfillmentLocation | |
|---|---|
FulfillmentLocation |
InventoryState.getFulfillmentLocation()
|
| Methods in org.broadleafcommerce.inventory.service.workflow with parameters of type FulfillmentLocation | |
|---|---|
void |
InventoryState.setFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||