public interface WarehousingBaseStoreFacade
BaseStoreModel| Modifier and Type | Method and Description |
|---|---|
SearchPageData<PointOfServiceData> |
getPointsOfServiceForBaseStoreId(PageableData pageableData,
java.lang.String uid)
API to get all
PointOfServiceData in the system, for the given
BaseStoreModel.UID |
SearchPageData<WarehouseData> |
getWarehousesForBaseStoreId(PageableData pageableData,
java.lang.String uid)
API to get all
WarehouseModel in the system, for the given
BaseStoreModel.UID |
SearchPageData<WarehouseData> getWarehousesForBaseStoreId(PageableData pageableData, java.lang.String uid)
WarehouseModel in the system, for the given
BaseStoreModel.UIDpageableData - 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 retrievedSearchPageData<PointOfServiceData> getPointsOfServiceForBaseStoreId(PageableData pageableData, java.lang.String uid)
PointOfServiceData in the system, for the given
BaseStoreModel.UIDpageableData - 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 retrievedCopyright © 2018 SAP SE. All Rights Reserved.