Class TmaEntryGroupEditPageController


@Controller @RequestMapping("/bpo/edit") public class TmaEntryGroupEditPageController extends AbstractPageController
Controller Redirect To first step of the BPO Guided Selling Journey based on the entry group .
Since:
6.7
  • Field Details

  • Constructor Details

    • TmaEntryGroupEditPageController

      public TmaEntryGroupEditPageController()
  • Method Details

    • editEntryGroup

      @RequestMapping(value="/configure/{bpoCode}/{entryGroupNumber}", method=GET) public String editEntryGroup(@PathVariable("bpoCode") String bpoCode, @PathVariable(value="entryGroupNumber",required=false) String entryGroupNumber, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) throws UnsupportedEncodingException, de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
      Throws:
      UnsupportedEncodingException
      de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
    • setupErrorPage

      protected String setupErrorPage(org.springframework.ui.Model model, String label, String errorMessage) throws de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
      Throws:
      de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
    • getTmaBpoGuidedSellingFacade

      protected TmaBpoGuidedSellingFacade getTmaBpoGuidedSellingFacade()
    • setTmaBpoGuidedSellingFacade

      @Autowired public void setTmaBpoGuidedSellingFacade(TmaBpoGuidedSellingFacade tmaBpoGuidedSellingFacade)