Class DefaultRestockConfigDao
- java.lang.Object
-
- de.hybris.platform.warehousing.returns.dao.impl.DefaultRestockConfigDao
-
- All Implemented Interfaces:
RestockConfigDao
public class DefaultRestockConfigDao extends java.lang.Object implements RestockConfigDao
Default implementation of theRestockConfigDao
-
-
Constructor Summary
Constructors Constructor Description DefaultRestockConfigDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FlexibleSearchServicegetFlexibleSearchService()RestockConfigModelgetRestockConfig()Retrieves aRestockConfigModelprotected <T extends RestockConfigModel>
java.util.Collection<T>getRestockConfig(FlexibleSearchQuery query)voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-
-
Method Detail
-
getRestockConfig
public RestockConfigModel getRestockConfig() throws RestockException
Description copied from interface:RestockConfigDaoRetrieves aRestockConfigModel- Specified by:
getRestockConfigin interfaceRestockConfigDao- Returns:
- the unique
RestockConfigModel - Throws:
RestockException
-
getFlexibleSearchService
protected FlexibleSearchService getFlexibleSearchService()
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
getRestockConfig
protected <T extends RestockConfigModel> java.util.Collection<T> getRestockConfig(FlexibleSearchQuery query)
-
-