Class ServicePlansListingPageController


  • @Controller
    @RequestMapping("/servicePlanList")
    public class ServicePlansListingPageController
    extends AbstractController
    Controller exposing ServicePlans category page actions
    Since:
    6.7
    • Constructor Detail

      • ServicePlansListingPageController

        public ServicePlansListingPageController()
    • Method Detail

      • showServicePlanBpoList

        @RequestMapping("/show")
        public org.springframework.web.servlet.ModelAndView showServicePlanBpoList​(@RequestParam
                                                                                   java.lang.String spoCode,
                                                                                   org.springframework.ui.Model model)