Class BaseStoresController
java.lang.Object
de.hybris.platform.ycommercewebservices.v2.controller.BaseController
de.hybris.platform.ycommercewebservices.v2.controller.BaseStoresController
@Controller
@RequestMapping("/{baseSiteId}/basestores")
public class BaseStoresController
extends BaseController
Web Services Controller to expose the functionality of the
BaseStoreFacade-
Field Summary
Fields inherited from class de.hybris.platform.ycommercewebservices.v2.controller.BaseController
BASIC_FIELD_SET, DEFAULT_CURRENT_PAGE, DEFAULT_FIELD_SET, DEFAULT_PAGE_SIZE, HEADER_TOTAL_COUNT, INVALID_REQUEST_BODY_ERROR_MESSAGE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.ycommercewebservices.v2.controller.BaseController
addPaginationField, getDataMapper, handleDuplicateUidException, handleErrorInternal, handleHttpMessageNotReadableException, handleModelNotFoundException, logParam, logParam, logValue, sanitize, setDataMapper, setTotalCountHeader, setTotalCountHeader, validate
-
Constructor Details
-
BaseStoresController
public BaseStoresController()
-
-
Method Details
-
getBaseStore
@RequestMapping(value="/{baseStoreUid}", method=GET) @ResponseBody public BaseStoreWsDTO getBaseStore(@PathVariable String baseStoreUid, @RequestParam(defaultValue="DEFAULT") String fields)
-