Class DefaultWarehousingFulfillmentConfigDao
- java.lang.Object
-
- de.hybris.platform.warehousing.externalfulfillment.dao.impl.DefaultWarehousingFulfillmentConfigDao
-
- All Implemented Interfaces:
WarehousingFulfillmentConfigDao
public class DefaultWarehousingFulfillmentConfigDao extends java.lang.Object implements WarehousingFulfillmentConfigDao
The default implementation ofWarehousingFulfillmentConfigDao
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringGET_WAREHOUSES
-
Constructor Summary
Constructors Constructor Description DefaultWarehousingFulfillmentConfigDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcollectRelatedConfigs(WarehouseModel warehouse, java.util.List configsList, java.lang.Object config)Collect the configurations which are linked to the givenWarehouseModelthrough an attribute named 'warehouses'java.lang.ObjectgetConfiguration(WarehouseModel warehouse)Retrieves the fulfillment system configuration attached to aWarehouseModelprotected FlexibleSearchServicegetFlexibleSearchService()protected java.util.List<java.lang.String>getWarehouseFulfillmentProcessConfigs()voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)voidsetWarehouseFulfillmentProcessConfigs(java.util.List<java.lang.String> warehouseFulfillmentProcessConfigs)
-
-
-
Field Detail
-
GET_WAREHOUSES
protected static final java.lang.String GET_WAREHOUSES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getConfiguration
public java.lang.Object getConfiguration(WarehouseModel warehouse)
Description copied from interface:WarehousingFulfillmentConfigDaoRetrieves the fulfillment system configuration attached to aWarehouseModel- Specified by:
getConfigurationin interfaceWarehousingFulfillmentConfigDao- Parameters:
warehouse- theWarehouseModelfor which to retrieve the fulfillment system configuration- Returns:
- the configuration object
-
collectRelatedConfigs
protected void collectRelatedConfigs(WarehouseModel warehouse, java.util.List configsList, java.lang.Object config)
Collect the configurations which are linked to the givenWarehouseModelthrough an attribute named 'warehouses'- Parameters:
warehouse- theWarehouseModelfor which the configuration is requestedconfigsList- the existing configuration's list to add toconfig- the configuration to test
-
getFlexibleSearchService
protected FlexibleSearchService getFlexibleSearchService()
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
getWarehouseFulfillmentProcessConfigs
protected java.util.List<java.lang.String> getWarehouseFulfillmentProcessConfigs()
-
setWarehouseFulfillmentProcessConfigs
public void setWarehouseFulfillmentProcessConfigs(java.util.List<java.lang.String> warehouseFulfillmentProcessConfigs)
-
-