public class DefaultWarehousingFulfillmentConfigDao extends java.lang.Object implements WarehousingFulfillmentConfigDao
WarehousingFulfillmentConfigDao| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
GET_WAREHOUSES |
| Constructor and Description |
|---|
DefaultWarehousingFulfillmentConfigDao() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
collectRelatedConfigs(WarehouseModel warehouse,
java.util.List configsList,
java.lang.Object config)
Collect the configurations which are linked to the given
WarehouseModel through an attribute named 'warehouses' |
java.lang.Object |
getConfiguration(WarehouseModel warehouse)
Retrieves the fulfillment system configuration attached to a
WarehouseModel |
protected FlexibleSearchService |
getFlexibleSearchService() |
protected java.util.List<java.lang.String> |
getWarehouseFulfillmentProcessConfigs() |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setWarehouseFulfillmentProcessConfigs(java.util.List<java.lang.String> warehouseFulfillmentProcessConfigs) |
protected static final java.lang.String GET_WAREHOUSES
public DefaultWarehousingFulfillmentConfigDao()
public java.lang.Object getConfiguration(WarehouseModel warehouse)
WarehousingFulfillmentConfigDaoWarehouseModelgetConfiguration in interface WarehousingFulfillmentConfigDaowarehouse - the WarehouseModel for which to retrieve the fulfillment system configurationprotected void collectRelatedConfigs(WarehouseModel warehouse, java.util.List configsList, java.lang.Object config)
WarehouseModel through an attribute named 'warehouses'warehouse - the WarehouseModel for which the configuration is requestedconfigsList - the existing configuration's list to add toconfig - the configuration to testprotected FlexibleSearchService getFlexibleSearchService()
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
protected java.util.List<java.lang.String> getWarehouseFulfillmentProcessConfigs()
public void setWarehouseFulfillmentProcessConfigs(java.util.List<java.lang.String> warehouseFulfillmentProcessConfigs)
Copyright © 2018 SAP SE. All Rights Reserved.