Class ServicePlansListingPageController
- java.lang.Object
-
- de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
-
- de.hybris.platform.b2ctelcoaddon.controllers.misc.ServicePlansListingPageController
-
@Controller @RequestMapping("/servicePlanList") public class ServicePlansListingPageController extends AbstractControllerController exposing ServicePlans category page actions- Since:
- 6.7
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
AbstractController.HttpNotFoundException
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
FORWARD_PREFIX, REDIRECT_PREFIX, ROOT
-
-
Constructor Summary
Constructors Constructor Description ServicePlansListingPageController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TmaProductOfferFacadegetTmaProductOfferFacade()org.springframework.web.servlet.ModelAndViewshowServicePlanBpoList(java.lang.String spoCode, org.springframework.ui.Model model)-
Methods inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
addRequestToModel, getBean
-
-
-
-
Method Detail
-
showServicePlanBpoList
@RequestMapping("/show") public org.springframework.web.servlet.ModelAndView showServicePlanBpoList(@RequestParam java.lang.String spoCode, org.springframework.ui.Model model)
-
getTmaProductOfferFacade
protected TmaProductOfferFacade getTmaProductOfferFacade()
-
-