public class WarehousingBaseStoresController extends WarehousingBaseController
WarehousingBaseStoreFacade
http://host:port/warehousingwebservices/basestoresdataMapper, DEFAULT_CURRENT_PAGE, DEFAULT_FIELD_SET, DEFAULT_PAGE_SIZE, DEFAULT_SORT| Constructor and Description |
|---|
WarehousingBaseStoresController() |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceSearchPageWsDTO |
getPointsOfServiceForBaseStoreId(java.lang.String uid,
java.lang.String fields,
int currentPage,
int pageSize,
java.lang.String sort)
Request to get all
PointOfServiceModel for the given "uid" |
WarehouseSearchPageWsDto |
getWarehousesForBaseStoreId(java.lang.String uid,
java.lang.String fields,
int currentPage,
int pageSize,
java.lang.String sort)
Request to get all
WarehouseModel for the given "uid" |
createPageable, validatepublic WarehouseSearchPageWsDto getWarehousesForBaseStoreId(java.lang.String uid, java.lang.String fields, int currentPage, int pageSize, java.lang.String sort)
WarehouseModel for the given "uid"uid - baseStore uid to get its warehousesfields - defaulted to DEFAULT but can be FULL or BASICcurrentPage - number of the current pagepageSize - number of items in a pagesort - sorting the results ascending or descendingpublic PointOfServiceSearchPageWsDTO getPointsOfServiceForBaseStoreId(java.lang.String uid, java.lang.String fields, int currentPage, int pageSize, java.lang.String sort)
PointOfServiceModel for the given "uid"uid - baseStore uid to get its stores (Points Of Service)fields - defaulted to DEFAULT but can be FULL or BASICcurrentPage - number of the current pagepageSize - number of items in a pagesort - sorting the results ascending or descendingCopyright © 2018 SAP SE. All Rights Reserved.