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
public class WarehousingStorePickupDao extends DefaultStorePickupDao implements StorePickupDao
Warehousing default implementation ofStorePickupDaousing the warehousing deliveryMode relations to determine if a product is available for pickup.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringPICKUP_CODEprotected static java.lang.StringPICKUP_WAREHOUSING_CHECK_QUERY-
Fields inherited from class de.hybris.platform.commerceservices.delivery.dao.impl.DefaultStorePickupDao
IN_STOCK_DEFINITION, PICKUP_CHECK_QUERY, STOCKLEVELS_FOR_POINTS_OF_SERVICE_QUERY
-
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService
-
-
Constructor Summary
Constructors Constructor Description WarehousingStorePickupDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleancheckProductForPickup(java.lang.String productCode, BaseStoreModel baseStoreModel)Checks if a product can be picked up-
Methods inherited from class de.hybris.platform.commerceservices.delivery.dao.impl.DefaultStorePickupDao
getLocalStockLevelsForProductAndBaseStore
-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.commerceservices.delivery.dao.StorePickupDao
getLocalStockLevelsForProductAndBaseStore
-
-
-
-
Field Detail
-
PICKUP_CODE
protected static final java.lang.String PICKUP_CODE
- See Also:
- Constant Field Values
-
PICKUP_WAREHOUSING_CHECK_QUERY
protected static final java.lang.String PICKUP_WAREHOUSING_CHECK_QUERY
- See Also:
- Constant Field Values
-
-
Method Detail
-
checkProductForPickup
public java.lang.Boolean checkProductForPickup(java.lang.String productCode, BaseStoreModel baseStoreModel)Description copied from interface:StorePickupDaoChecks if a product can be picked up- Specified by:
checkProductForPickupin interfaceStorePickupDao- Overrides:
checkProductForPickupin classDefaultStorePickupDao
-
-