org.broadleafcommerce.core.inventory.dao
Interface AvailabilityDao

All Known Implementing Classes:
AvailabilityDaoImpl

Deprecated. This is no longer required and is instead implemented as a third-party inventory module

@Deprecated
public interface AvailabilityDao


Method Summary
 List<SkuAvailability> readSKUAvailability(List<Long> skuIds, boolean realTime)
          Deprecated. Returns a SKU Availability record for the passed in skuId.
 List<SkuAvailability> readSKUAvailabilityForLocation(List<Long> skuIds, Long locationId, boolean realTime)
          Deprecated. Returns a SKU Availability record for the passed in skuId and locationId.
 void save(SkuAvailability skuAvailability)
          Deprecated.  
 

Method Detail

readSKUAvailability

List<SkuAvailability> readSKUAvailability(List<Long> skuIds,
                                          boolean realTime)
Deprecated. 
Returns a SKU Availability record for the passed in skuId. Uses a cacheable query unless the realTime flag is set to true.

Parameters:
skuId -
realTime -
Returns:

readSKUAvailabilityForLocation

List<SkuAvailability> readSKUAvailabilityForLocation(List<Long> skuIds,
                                                     Long locationId,
                                                     boolean realTime)
Deprecated. 
Returns a SKU Availability record for the passed in skuId and locationId. Uses a cacheable query unless the realTime flag is set to true.

Parameters:
skuId -
realTime -
Returns:

save

void save(SkuAvailability skuAvailability)
Deprecated. 


Copyright © 2013. All Rights Reserved.