Class MiniCartControllerForSelectiveCart
java.lang.Object
de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
de.hybris.platform.selectivecartsplitlistaddon.controllers.misc.MiniCartControllerForSelectiveCart
Controller to Override the MiniCart Controller to add wish list quantity into checked list total items add wish list
entry into checked list.
-
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 Integerprotected Integerprotected CartFacadeprotected CMSComponentServicegetMiniCart(String totalDisplay, org.springframework.ui.Model model) protected SelectiveCartFacaderolloverMiniCartPopup(String componentUid, org.springframework.ui.Model model) Methods inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
addRequestToModel, getBean
-
Constructor Details
-
MiniCartControllerForSelectiveCart
public MiniCartControllerForSelectiveCart()
-
-
Method Details
-
getMiniCart
-
rolloverMiniCartPopup
@RequestMapping(value="/cart/rollover/{componentUid:.*}", method=GET) public String rolloverMiniCartPopup(@PathVariable String componentUid, org.springframework.ui.Model model) throws CMSItemNotFoundException - Throws:
CMSItemNotFoundException
-
calculateTotalItemNumber
-
calculateTotalQuantityNumber
-
getSelectiveCartFacade
-
getCartFacade
-
getCmsComponentService
-