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 AbstractController
Controller 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 -
Method Summary
Modifier and TypeMethodDescriptionprotected TmaProductOfferFacadeorg.springframework.web.servlet.ModelAndViewshowServicePlanBpoList(String spoCode, org.springframework.ui.Model model) Methods inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
addRequestToModel, getBean
-
Constructor Details
-
ServicePlansListingPageController
public ServicePlansListingPageController()
-
-
Method Details
-
showServicePlanBpoList
@RequestMapping("/show") public org.springframework.web.servlet.ModelAndView showServicePlanBpoList(@RequestParam String spoCode, org.springframework.ui.Model model) -
getTmaProductOfferFacade
-