Class NavigationEntryTypesController

java.lang.Object
de.hybris.platform.cmswebservices.navigationentrytypes.controller.NavigationEntryTypesController

@Controller @RequestMapping("/v1/navigationentrytypes") @Deprecated(since="1811", forRemoval=true) public class NavigationEntryTypesController extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 1811 - no longer needed
Controller to get the supported Navigation Node Entry Types
  • Constructor Details

    • NavigationEntryTypesController

      public NavigationEntryTypesController()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • findAllNavigationEntryTypes

      @RequestMapping(method=GET) @ResponseBody public NavigationEntryTypeListData findAllNavigationEntryTypes()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getNavigationEntryTypesFacade

      protected NavigationEntryTypesFacade getNavigationEntryTypesFacade()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setNavigationEntryTypesFacade

      public void setNavigationEntryTypesFacade(NavigationEntryTypesFacade navigationEntryTypesFacade)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDataMapper

      protected DataMapper getDataMapper()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDataMapper

      public void setDataMapper(DataMapper dataMapper)
      Deprecated, for removal: This API element is subject to removal in a future version.