Class NavigationController
java.lang.Object
de.hybris.platform.cmswebservices.navigations.controller.NavigationController
@Controller
@RequestMapping("/v1/sites/{siteId}/catalogs/{catalogId}/versions/{versionId}/navigations")
public class NavigationController
extends Object
Controller to deal with Navigation Nodes objects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateNavigationNodeById(NavigationNodeData navigationNode, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.since 1811, please useCMSItemController.removeCMSItembyUUid(String)instead.findAllNavigationAncestorsAndSelf(String navigationNodeUid) Deprecated, for removal: This API element is subject to removal in a future version.since 1811, please useCMSItemController.findCmsItems(CMSItemSearchWsDTO, PageableWsDTO)instead.findAllNavigationNodesByParentUid(String parentUid) Deprecated, for removal: This API element is subject to removal in a future version.since 1811, please usede.hybris.platform.cmswebservices.cmsitems.controller.CMSItemController#getCMSItemByUUid(String)instead.protected DataMapperprotected LocationHeaderResourceprotected NavigationFacadevoidsetDataMapper(DataMapper dataMapper) voidsetLocationHeaderResource(LocationHeaderResource locationHeaderResource) voidsetNavigationFacade(NavigationFacade navigationFacade) updateNavigationNodeById(String uid, NavigationNodeData navigationNode) Deprecated, for removal: This API element is subject to removal in a future version.since 1811, please useCMSItemController.updateCMSItem(String, Map)instead.
-
Constructor Details
-
NavigationController
public NavigationController()
-
-
Method Details
-
getLocationHeaderResource
-
setLocationHeaderResource
-
getDataMapper
-
setDataMapper
CMSItemController.createCMSItem(Map, HttpServletRequest, HttpServletResponse)instead.