Class BaseSitesController
- java.lang.Object
-
- de.hybris.platform.ycommercewebservices.v2.controller.BaseController
-
- de.hybris.platform.ycommercewebservices.v2.controller.BaseSitesController
-
@Controller @RequestMapping("/basesites") public class BaseSitesController extends BaseController
-
-
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 Constructor Description BaseSitesController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseSiteListWsDTOgetBaseSites(java.lang.String fields)-
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
-
-
-
-
Method Detail
-
getBaseSites
@RequestMapping(method=GET) @ResponseBody public BaseSiteListWsDTO getBaseSites(@RequestParam(defaultValue="DEFAULT") java.lang.String fields)
-
-