Class ServiceUsageUpSellComponentController
java.lang.Object
de.hybris.platform.addonsupport.controllers.AbstractAddOnController
de.hybris.platform.addonsupport.controllers.cms.AbstractCMSAddOnComponentController<ServiceUsageUpSellComponentModel>
de.hybris.platform.b2ctelcoaddon.controllers.cms.ServiceUsageUpSellComponentController
@Controller("ServiceUsageUpSellComponentController")
@RequestMapping("/view/ServiceUsageUpSellComponentController")
public class ServiceUsageUpSellComponentController
extends de.hybris.platform.addonsupport.controllers.cms.AbstractCMSAddOnComponentController<ServiceUsageUpSellComponentModel>
Component controller that displays controller for up sell products of a subscription service usage.
- Since:
- 6.7
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.addonsupport.controllers.AbstractAddOnController
de.hybris.platform.addonsupport.controllers.AbstractAddOnController.HttpNotFoundException -
Field Summary
Fields inherited from class de.hybris.platform.addonsupport.controllers.cms.AbstractCMSAddOnComponentController
COMPONENT, COMPONENT_UID, FORWARD_PREFIX, REDIRECT_PREFIX, ROOT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfillModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, ServiceUsageUpSellComponentModel component) protected TmaSubscribedProductFacadevoidsetTmaSubscribedProductFacade(TmaSubscribedProductFacade tmaSubscribedProductFacade) Methods inherited from class de.hybris.platform.addonsupport.controllers.cms.AbstractCMSAddOnComponentController
checkIfComponentNotEmpty, getAddonUiExtensionName, getCmsComponentFolder, getCmsComponentService, getCmsPageContextService, getRequestContextData, getTypeCode, getView, getViewResourceName, handleComponent, handleGet, setCmsComponentServiceMethods inherited from class de.hybris.platform.addonsupport.controllers.AbstractAddOnController
addRequestToModel, getBean
-
Constructor Details
-
ServiceUsageUpSellComponentController
public ServiceUsageUpSellComponentController()
-
-
Method Details
-
fillModel
protected void fillModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, ServiceUsageUpSellComponentModel component) - Specified by:
fillModelin classde.hybris.platform.addonsupport.controllers.cms.AbstractCMSAddOnComponentController<ServiceUsageUpSellComponentModel>
-
getTmaSubscribedProductFacade
-
setTmaSubscribedProductFacade
-