Class MiniCartComponentControllerForSelectiveCart
- java.lang.Object
-
- de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
-
- de.hybris.platform.acceleratorstorefrontcommons.controllers.cms.AbstractCMSComponentController<MiniCartComponentModel>
-
- de.hybris.platform.selectivecartaddon.controllers.cms.MiniCartComponentControllerForSelectiveCart
-
@Controller @RequestMapping("/view/MiniCartComponentController") public class MiniCartComponentControllerForSelectiveCart extends AbstractCMSComponentController<MiniCartComponentModel>Controller for Override the MiniCartComponentControllerForSelectiveCart to add wish list quantity into checked list total items.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
AbstractController.HttpNotFoundException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSUB_TOTALstatic java.lang.StringTOTAL_DISPLAYstatic java.lang.StringTOTAL_ITEMSstatic java.lang.StringTOTAL_NO_DELIVERYstatic java.lang.StringTOTAL_PRICE-
Fields inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.cms.AbstractCMSComponentController
COMPONENT, COMPONENT_UID, SANITIZE_REGEX
-
Fields inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
FORWARD_PREFIX, REDIRECT_PREFIX, ROOT
-
-
Constructor Summary
Constructors Constructor Description MiniCartComponentControllerForSelectiveCart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.IntegercalculateTotalNumber()protected voidfillModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, MiniCartComponentModel component)protected CartFacadegetCartFacade()protected SelectiveCartFacadegetSelectiveCartFacade()protected java.lang.StringgetView(MiniCartComponentModel component)-
Methods inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.cms.AbstractCMSComponentController
checkIfComponentNotEmpty, getCmsComponentService, getCmsPageContextService, getRequestContextData, getTypeCode, handleComponent, handleGet, setCmsComponentService
-
Methods inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
addRequestToModel, getBean
-
-
-
-
Field Detail
-
TOTAL_ITEMS
public static final java.lang.String TOTAL_ITEMS
- See Also:
- Constant Field Values
-
TOTAL_PRICE
public static final java.lang.String TOTAL_PRICE
- See Also:
- Constant Field Values
-
TOTAL_DISPLAY
public static final java.lang.String TOTAL_DISPLAY
- See Also:
- Constant Field Values
-
TOTAL_NO_DELIVERY
public static final java.lang.String TOTAL_NO_DELIVERY
- See Also:
- Constant Field Values
-
SUB_TOTAL
public static final java.lang.String SUB_TOTAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
fillModel
protected void fillModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, MiniCartComponentModel component)- Specified by:
fillModelin classAbstractCMSComponentController<MiniCartComponentModel>
-
getView
protected java.lang.String getView(MiniCartComponentModel component)
- Specified by:
getViewin classAbstractCMSComponentController<MiniCartComponentModel>
-
calculateTotalNumber
protected java.lang.Integer calculateTotalNumber()
-
getCartFacade
protected CartFacade getCartFacade()
-
getSelectiveCartFacade
protected SelectiveCartFacade getSelectiveCartFacade()
-
-