Class DefaultWarehousingBaseStoreFacade
- java.lang.Object
-
- de.hybris.platform.ordermanagementfacades.OmsBaseFacade
-
- de.hybris.platform.warehousingfacades.basestore.impl.DefaultWarehousingBaseStoreFacade
-
- All Implemented Interfaces:
WarehousingBaseStoreFacade
public class DefaultWarehousingBaseStoreFacade extends OmsBaseFacade implements WarehousingBaseStoreFacade
Default implementation ofWarehousingBaseStoreFacade
-
-
Constructor Summary
Constructors Constructor Description DefaultWarehousingBaseStoreFacade()
-
Method Summary
-
Methods inherited from class de.hybris.platform.ordermanagementfacades.OmsBaseFacade
convertSearchPageData, createPaginationData, discardOrderSnapshot, getModelService, getOrderGenericDao, getOrderModelForCode, setModelService, setOrderGenericDao
-
-
-
-
Method Detail
-
getWarehousesForBaseStoreId
public SearchPageData<WarehouseData> getWarehousesForBaseStoreId(PageableData pageableData, java.lang.String uid)
Description copied from interface:WarehousingBaseStoreFacadeAPI to get allWarehouseModelin the system, for the givenBaseStoreModel.UID- Specified by:
getWarehousesForBaseStoreIdin interfaceWarehousingBaseStoreFacade- Parameters:
pageableData- pageable object that contains info on the number or pages and how many items in each page in addition the sorting infouid- the uid of the BaseStore for which warehouses are being retrieved- Returns:
- searchPageData result which includes the search results of warehouses for the baseStore, the pagination data, and the available sort options.
-
getPointsOfServiceForBaseStoreId
public SearchPageData<PointOfServiceData> getPointsOfServiceForBaseStoreId(PageableData pageableData, java.lang.String uid)
Description copied from interface:WarehousingBaseStoreFacadeAPI to get allPointOfServiceDatain the system, for the givenBaseStoreModel.UID- Specified by:
getPointsOfServiceForBaseStoreIdin interfaceWarehousingBaseStoreFacade- Parameters:
pageableData- pageable object that contains info on the number or pages and how many items in each page in addition the sorting infouid- the uid of the BaseStore for which warehouses are being retrieved- Returns:
- searchPageData result which includes the search results of points of service for the baseStore, the pagination data, and the available sort options.
-
getWarehouseConverter
protected Converter<WarehouseModel,WarehouseData> getWarehouseConverter()
-
setWarehouseConverter
public void setWarehouseConverter(Converter<WarehouseModel,WarehouseData> warehouseConverter)
-
getBaseStoreService
protected BaseStoreService getBaseStoreService()
-
setBaseStoreService
public void setBaseStoreService(BaseStoreService baseStoreService)
-
getWarehousesByBaseStorePagedDao
protected PagedGenericDao<WarehouseModel> getWarehousesByBaseStorePagedDao()
-
setWarehousesByBaseStorePagedDao
public void setWarehousesByBaseStorePagedDao(PagedGenericDao<WarehouseModel> warehousesByBaseStorePagedDao)
-
getPointsOfServicePagedDao
protected PagedGenericDao<PointOfServiceModel> getPointsOfServicePagedDao()
-
setPointsOfServicePagedDao
public void setPointsOfServicePagedDao(PagedGenericDao<PointOfServiceModel> pointsOfServicePagedDao)
-
getPointOfServiceConverter
protected Converter<PointOfServiceModel,PointOfServiceData> getPointOfServiceConverter()
-
setPointOfServiceConverter
public void setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter)
-
-