Class WarehousingStorePickupDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.commerceservices.delivery.dao.impl.DefaultStorePickupDao
de.hybris.platform.warehousing.atp.dao.impl.WarehousingStorePickupDao
- All Implemented Interfaces:
StorePickupDao,Dao
Warehousing default implementation of
StorePickupDao using the warehousing deliveryMode relations to
determine if a product is available for pickup.-
Field Summary
FieldsFields inherited from class de.hybris.platform.commerceservices.delivery.dao.impl.DefaultStorePickupDao
IN_STOCK_DEFINITION, PICKUP_CHECK_QUERY, STOCKLEVELS_FOR_POINTS_OF_SERVICE_QUERYFields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckProductForPickup(String productCode, BaseStoreModel baseStoreModel) Checks if a product can be picked upMethods inherited from class de.hybris.platform.commerceservices.delivery.dao.impl.DefaultStorePickupDao
getLocalStockLevelsForProductAndBaseStoreMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.commerceservices.delivery.dao.StorePickupDao
getLocalStockLevelsForProductAndBaseStore
-
Field Details
-
PICKUP_CODE
- See Also:
-
PICKUP_WAREHOUSING_CHECK_QUERY
- See Also:
-
-
Constructor Details
-
WarehousingStorePickupDao
public WarehousingStorePickupDao()
-
-
Method Details
-
checkProductForPickup
Description copied from interface:StorePickupDaoChecks if a product can be picked up- Specified by:
checkProductForPickupin interfaceStorePickupDao- Overrides:
checkProductForPickupin classDefaultStorePickupDao
-