Interface WarehousingFulfillmentConfigDao
-
- All Known Implementing Classes:
DefaultWarehousingFulfillmentConfigDao
public interface WarehousingFulfillmentConfigDaoProvides operations on the warehousing fulfillment system configuration for aWarehouseModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetConfiguration(WarehouseModel warehouse)Retrieves the fulfillment system configuration attached to aWarehouseModel
-
-
-
Method Detail
-
getConfiguration
java.lang.Object getConfiguration(WarehouseModel warehouse)
Retrieves the fulfillment system configuration attached to aWarehouseModel- Parameters:
warehouse- theWarehouseModelfor which to retrieve the fulfillment system configuration- Returns:
- the configuration object
-
-