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 of
WarehousingBaseStoreFacade-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BaseStoreServiceprotected Converter<PointOfServiceModel,PointOfServiceData> getPointsOfServiceForBaseStoreId(PageableData pageableData, String uid) API to get allPointOfServiceDatain the system, for the givenBaseStoreModel.UIDprotected PagedGenericDao<PointOfServiceModel>protected Converter<WarehouseModel,WarehouseData> protected PagedGenericDao<WarehouseModel>getWarehousesForBaseStoreId(PageableData pageableData, String uid) API to get allWarehouseModelin the system, for the givenBaseStoreModel.UIDvoidsetBaseStoreService(BaseStoreService baseStoreService) voidsetPointOfServiceConverter(Converter<PointOfServiceModel, PointOfServiceData> pointOfServiceConverter) voidsetPointsOfServicePagedDao(PagedGenericDao<PointOfServiceModel> pointsOfServicePagedDao) voidsetWarehouseConverter(Converter<WarehouseModel, WarehouseData> warehouseConverter) voidsetWarehousesByBaseStorePagedDao(PagedGenericDao<WarehouseModel> warehousesByBaseStorePagedDao) Methods inherited from class de.hybris.platform.ordermanagementfacades.OmsBaseFacade
convertSearchPageData, createPaginationData, discardOrderSnapshot, getModelService, getOrderGenericDao, getOrderModelForCode, setModelService, setOrderGenericDao
-
Constructor Details
-
DefaultWarehousingBaseStoreFacade
public DefaultWarehousingBaseStoreFacade()
-
-
Method Details
-
getWarehousesForBaseStoreId
public SearchPageData<WarehouseData> getWarehousesForBaseStoreId(PageableData pageableData, 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, 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
-
setWarehouseConverter
-
getBaseStoreService
-
setBaseStoreService
-
getWarehousesByBaseStorePagedDao
-
setWarehousesByBaseStorePagedDao
public void setWarehousesByBaseStorePagedDao(PagedGenericDao<WarehouseModel> warehousesByBaseStorePagedDao) -
getPointsOfServicePagedDao
-
setPointsOfServicePagedDao
public void setPointsOfServicePagedDao(PagedGenericDao<PointOfServiceModel> pointsOfServicePagedDao) -
getPointOfServiceConverter
-
setPointOfServiceConverter
public void setPointOfServiceConverter(Converter<PointOfServiceModel, PointOfServiceData> pointOfServiceConverter)
-