public class DefaultWarehousingBaseStoreFacade extends OmsBaseFacade implements WarehousingBaseStoreFacade
WarehousingBaseStoreFacade| Constructor and Description |
|---|
DefaultWarehousingBaseStoreFacade() |
convertSearchPageData, createPaginationData, discardOrderSnapshot, getModelService, getOrderGenericDao, getOrderModelForCode, setModelService, setOrderGenericDaopublic SearchPageData<WarehouseData> getWarehousesForBaseStoreId(PageableData pageableData, java.lang.String uid)
WarehousingBaseStoreFacadeWarehouseModel in the system, for the given
BaseStoreModel.UIDgetWarehousesForBaseStoreId in interface WarehousingBaseStoreFacadepageableData - 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 retrievedpublic SearchPageData<PointOfServiceData> getPointsOfServiceForBaseStoreId(PageableData pageableData, java.lang.String uid)
WarehousingBaseStoreFacadePointOfServiceData in the system, for the given
BaseStoreModel.UIDgetPointsOfServiceForBaseStoreId in interface WarehousingBaseStoreFacadepageableData - 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 retrievedprotected Converter<WarehouseModel,WarehouseData> getWarehouseConverter()
public void setWarehouseConverter(Converter<WarehouseModel,WarehouseData> warehouseConverter)
protected BaseStoreService getBaseStoreService()
public void setBaseStoreService(BaseStoreService baseStoreService)
protected PagedGenericDao<WarehouseModel> getWarehousesByBaseStorePagedDao()
public void setWarehousesByBaseStorePagedDao(PagedGenericDao<WarehouseModel> warehousesByBaseStorePagedDao)
protected PagedGenericDao<PointOfServiceModel> getPointsOfServicePagedDao()
public void setPointsOfServicePagedDao(PagedGenericDao<PointOfServiceModel> pointsOfServicePagedDao)
protected Converter<PointOfServiceModel,PointOfServiceData> getPointOfServiceConverter()
public void setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter)
Copyright © 2018 SAP SE. All Rights Reserved.