Class DefaultInspectCartController
java.lang.Object
de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.AbstractPageController
de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.AbstractCartPageController
de.hybris.platform.b2bpunchoutaddon.controllers.pages.DefaultInspectCartController
- All Implemented Interfaces:
PunchOutController
@Deprecated(since="2205",
forRemoval=true)
@Component
@RequestMapping("/punchout/cxml/inspect")
public class DefaultInspectCartController
extends AbstractCartPageController
implements PunchOutController
Deprecated, for removal: This API element is subject to removal in a future version.
(Please use #de.hybris.platform.b2bpunchoutocc.controllers instead)
Controller for Punch Out Inspect operation.
-
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.pages.AbstractPageController
CMS_PAGE_MODEL, CMS_PAGE_TITLE, PAGE_ROOT, REDIRECT_TO_LOGIN_FOR_CHECKOUT, REDIRECT_TO_MULTISTEP_CHECKOUT, REGISTRATION_CONSENT_ID, UTF_8Fields inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
FORWARD_PREFIX, REDIRECT_PREFIX, ROOT -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetNotUpdatable(org.springframework.ui.Model model) Deprecated, for removal: This API element is subject to removal in a future version.Set items from cart as not updatable.showCart(org.springframework.ui.Model model) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.AbstractCartPageController
clearSessionRestorationData, continueUrl, createProductEntryList, createProductList, getCartFacade, getCheckoutFacade, getSessionService, getSiteConfigService, prepareDataForPage, setupCartPageRestorationData, validateCartMethods inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.AbstractPageController
addRegistrationConsentDataToModel, checkRequestUrl, createMetaElement, decodeWithScheme, getBaseSiteService, getCheckoutRedirectUrl, getCmsPageService, getCmsPreviewService, getCmsSiteService, getConfigurationService, getConsentFacade, getContentPageForLabelOrId, getCurrencies, getCurrentCurrency, getCurrentLanguage, getCustomerFacade, getHostConfigService, getI18nService, getLanguages, getMessageSource, getPageTitleResolver, getRequestContextData, getSiteName, getSiteUid, getStoreSessionFacade, getUser, getUserFacade, getViewForPage, getViewForPage, prepareNotFoundPage, setUpMetaData, setUpMetaDataForContentPage, storeCmsPageInModel, storeContentPageTitleInModel, storeContinueUrl, urlEncodeMethods inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
addRequestToModel, getBean
-
Constructor Details
-
DefaultInspectCartController
public DefaultInspectCartController()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
showCart
@GetMapping public String showCart(org.springframework.ui.Model model) throws CMSItemNotFoundException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
CMSItemNotFoundException
-
setNotUpdatable
protected void setNotUpdatable(org.springframework.ui.Model model) Deprecated, for removal: This API element is subject to removal in a future version.Set items from cart as not updatable.- Parameters:
model- Model that will contain the cart.
-