Uses of Class
de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
Packages that use CMSItemNotFoundException
Package
Description
-
Uses of CMSItemNotFoundException in de.hybris.platform.acceleratorfacades.email
Methods in de.hybris.platform.acceleratorfacades.email that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionEmailTemplateFacade.getPageTemplate(EmailPageData emailPageData) Get an email page rendered as a string -
Uses of CMSItemNotFoundException in de.hybris.platform.acceleratorfacades.email.impl
Methods in de.hybris.platform.acceleratorfacades.email.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultEmailTemplateFacade.getPageTemplate(EmailPageData emailPageData) -
Uses of CMSItemNotFoundException in de.hybris.platform.acceleratorservices.email
Methods in de.hybris.platform.acceleratorservices.email that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionEmailTemplateService.getPageTemplate(EmailPageData emailPageData) -
Uses of CMSItemNotFoundException in de.hybris.platform.acceleratorservices.email.impl
Methods in de.hybris.platform.acceleratorservices.email.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultEmailTemplateService.getPageTemplate(EmailPageData emailPageData) -
Uses of CMSItemNotFoundException in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages
Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionprotected voidAbstractCartPageController.continueUrl(org.springframework.ui.Model model) protected voidAbstractCartPageController.createProductList(org.springframework.ui.Model model) protected abstract AbstractPageModelAbstractRegisterPageController.getCmsPage()protected ContentPageModelAbstractPageController.getContentPageForLabelOrId(String labelOrId) Finds a content page by label or id and evaluates the cms restrictions associated to the page and components on the page.protected StringAbstractLoginPageController.getDefaultLoginPage(boolean loginError, javax.servlet.http.HttpSession session, org.springframework.ui.Model model) protected StringAbstractRegisterPageController.getDefaultRegistrationPage(org.springframework.ui.Model model) protected StringAbstractRegisterPageController.handleRegistrationError(org.springframework.ui.Model model) protected voidAbstractCartPageController.prepareDataForPage(org.springframework.ui.Model model) protected voidAbstractPageController.prepareNotFoundPage(org.springframework.ui.Model model, javax.servlet.http.HttpServletResponse response) Prepares Not Found (404) Pageprotected StringAbstractRegisterPageController.processAnonymousCheckoutUserRequest(GuestForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Anonymous checkout process.protected StringAbstractRegisterPageController.processRegisterUserRequest(String referer, RegisterForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) This method takes data from the registration form and create a new customer account and attempts to log in using the credentials of this new user. -
Uses of CMSItemNotFoundException in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.checkout.steps
Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.checkout.steps that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) Swapping the parameter order might break the validation aspect from working.protected voidAbstractCheckoutStepController.prepareDataForPage(org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.accountsummaryaddon.controllers.pages
Methods in de.hybris.platform.accountsummaryaddon.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionAccountStatusController.accountStatus(String unit, org.springframework.ui.Model model) AccountStatusController.accountStatus(org.springframework.ui.Model model) AccountSummaryPageController.accountSummaryUnitDetails(int page, String sortCode, AbstractSearchPageController.ShowMode showMode, String unit, String startRange, String endRange, String documentTypeCode, String documentStatus, String filterByKey, String filterByValue, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) AccountSummaryPageController.accountSummaryUnitTree(org.springframework.ui.Model model) AccountStatusController.search(org.springframework.ui.Model model, String unit, Integer currentPage, Integer pageSize, String searchBy, String searchValue, String searchRangeMin, String searchRangeMax, String status, String sort) -
Uses of CMSItemNotFoundException in de.hybris.platform.addons.xyformssamples.controllers.pages
Methods in de.hybris.platform.addons.xyformssamples.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionprotected AbstractPageModelYFormsDemoPageController.getPage()YFormsDemoPageController.getStoreFinderPage(org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.addonsupport.controllers.page
Methods in de.hybris.platform.addonsupport.controllers.page that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionprotected ContentPageModelAbstractAddOnPageController.getContentPageForLabelOrId(String labelOrId) -
Uses of CMSItemNotFoundException in de.hybris.platform.addressaddon.controllers.pages
Methods in de.hybris.platform.addressaddon.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionChineseAccountPageController.addAddress(ChineseAddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) ChineseAccountPageController.addAddress(org.springframework.ui.Model model) ChineseAccountPageController.editAddress(ChineseAddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) ChineseAccountPageController.editAddress(String addressCode, org.springframework.ui.Model model) protected voidChineseAccountPageController.prepareAddressFormAfterError(ChineseAddressForm addressForm, org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.addressaddon.controllers.pages.checkout.steps
Methods in de.hybris.platform.addressaddon.controllers.pages.checkout.steps that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionChineseDeliveryAddressCheckoutStepController.add(AddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) ChineseDeliveryAddressCheckoutStepController.add(ChineseAddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model) ChineseDeliveryAddressCheckoutStepController.edit(AddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) ChineseDeliveryAddressCheckoutStepController.edit(ChineseAddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model) ChineseDeliveryAddressCheckoutStepController.editAddressForm(String editAddressCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) ChineseDeliveryAddressCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) ChineseAddressCheckoutStepController.getOrderSummaryAddress(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) ChineseAddressCheckoutStepController.getShippingItemAddress(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) -
Uses of CMSItemNotFoundException in de.hybris.platform.addressaddon.controllers.pages.checkout.steps.imported
Methods in de.hybris.platform.addressaddon.controllers.pages.checkout.steps.imported that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDeliveryAddressCheckoutStepController.add(AddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) DeliveryAddressCheckoutStepController.edit(AddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) DeliveryAddressCheckoutStepController.editAddressForm(String editAddressCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) DeliveryAddressCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) protected voidDeliveryAddressCheckoutStepController.populateCommonModelAttributes(org.springframework.ui.Model model, CartData cartData, AddressForm addressForm) DeliveryAddressCheckoutStepController.removeAddress(String addressCode, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.addressaddon.controllers.pages.imported
Methods in de.hybris.platform.addressaddon.controllers.pages.imported that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionAccountPageController.account(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) AccountPageController.addAddress(AddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) AccountPageController.addAddress(org.springframework.ui.Model model) voidAccountPageController.closeAccount(javax.servlet.http.HttpServletRequest request) AccountPageController.consentManagement(org.springframework.ui.Model model) AccountPageController.editAddress(AddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) AccountPageController.editAddress(String addressCode, org.springframework.ui.Model model) AccountPageController.editEmail(org.springframework.ui.Model model) AccountPageController.editProfile(org.springframework.ui.Model model) AccountPageController.getAddressBook(org.springframework.ui.Model model) AccountPageController.order(String orderCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) AccountPageController.orders(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model) AccountPageController.paymentDetails(org.springframework.ui.Model model) AccountPageController.profile(org.springframework.ui.Model model) AccountPageController.removePaymentMethod(String paymentMethodId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) protected StringAccountPageController.setErrorMessagesAndCMSPage(org.springframework.ui.Model model, String cmsPageLabelOrId) AccountPageController.showCloseAccountPage(org.springframework.ui.Model model) AccountPageController.updateEmail(UpdateEmailForm updateEmailForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AccountPageController.updatePassword(UpdatePasswordForm updatePasswordForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AccountPageController.updatePassword(org.springframework.ui.Model model) AccountPageController.updateProfile(UpdateProfileForm updateProfileForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AccountPageController.withdrawConsent(String consentCode, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of CMSItemNotFoundException in de.hybris.platform.b2bacceleratoraddon.controllers.pages
Methods in de.hybris.platform.b2bacceleratoraddon.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionAdvanceSearchPageController.advanceSearchResults(String keywords, String searchResultType, String searchQuery, boolean onlyProductIds, boolean isCreateOrderForm, int page, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) MyReplenishmentOrdersController.cancelReplenishment(String jobCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) MyReplenishmentOrdersController.cancelReplenishmentFromDetailPage(String jobCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) MyReplenishmentOrdersController.confirmCancelReplenishment(String jobCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) MyReplenishmentOrdersController.confirmCancelReplenishmentFromDetailsPage(String jobCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) CheckoutLoginController.doCheckoutLogin(boolean loginError, javax.servlet.http.HttpSession session, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) protected AbstractPageModelCheckoutLoginController.getCmsPage()MyReplenishmentOrdersController.myReplenishment(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model) OrderApprovalController.orderApprovalDashboard(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model) OrderApprovalController.orderApprovalDecision(OrderApprovalDecisionForm orderApprovalDecisionForm, org.springframework.ui.Model model) OrderApprovalController.orderApprovalDetails(String workflowActionCode, org.springframework.ui.Model model) MyReplenishmentOrdersController.replenishmentDetails(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, String jobCode, org.springframework.ui.Model model) MyReplenishmentOrdersController.replenishmentOrderDetail(String jobCode, String orderCode, org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.b2bacceleratoraddon.controllers.pages.checkout
Methods in de.hybris.platform.b2bacceleratoraddon.controllers.pages.checkout that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionCheckoutReplenishmentController.orderConfirmation(String jobCode, org.springframework.ui.Model model) protected StringCheckoutReplenishmentController.processOrderCode(String jobCode, org.springframework.ui.Model model) ReorderCheckoutController.reorder(String orderCode, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of CMSItemNotFoundException in de.hybris.platform.b2bacceleratoraddon.controllers.pages.checkout.steps
Methods in de.hybris.platform.b2bacceleratoraddon.controllers.pages.checkout.steps that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionPaymentTypeCheckoutStepController.choose(PaymentTypeForm paymentTypeForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model) PaymentTypeCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) SummaryCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) SummaryCheckoutStepController.placeOrder(PlaceOrderForm placeOrderForm, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of CMSItemNotFoundException in de.hybris.platform.b2bacceleratoraddon.controllers.secureportal
Methods in de.hybris.platform.b2bacceleratoraddon.controllers.secureportal that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionprotected AbstractPageModelB2BRegistrationController.getCmsPage()B2BRegistrationController.showRegistrationPage(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model) B2BRegistrationController.submitRegistration(RegistrationForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession session, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of CMSItemNotFoundException in de.hybris.platform.b2bpunchoutaddon.controllers.pages
Methods in de.hybris.platform.b2bpunchoutaddon.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultPunchOutController.cancelRequisition(org.springframework.ui.Model model) Cancels a requisition (POST) to the punch out provider sending a cancel message.DefaultPunchOutController.placeRequisition(org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) Places a requisition (POST) to the punchout provider sending the information of the cart.protected voidDefaultPunchOutController.processRequisitionMessage(CXML cXML, org.springframework.ui.Model model) DefaultInspectCartController.showCart(org.springframework.ui.Model model) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CMSItemNotFoundException in de.hybris.platform.chinesecommerceorgaddressaddon.controllers.pages
Methods in de.hybris.platform.chinesecommerceorgaddressaddon.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionChineseBusinessUnitManagementPageController.addAddress(String unit, ChineseUnitAddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) ChineseBusinessUnitManagementPageController.editAddress(String unit, String addressId, ChineseUnitAddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) ChineseBusinessUnitManagementPageController.editAddress(String unit, String addressId, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) ChineseBusinessUnitManagementPageController.getAddressData(String unit, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) protected StringChineseBusinessUnitManagementPageController.prepareModelAndViewAfterError(org.springframework.ui.Model model, ChineseUnitAddressForm addressForm, String unit, String addressId) -
Uses of CMSItemNotFoundException in de.hybris.platform.chineselogisticaddon.controllers.imported
Methods in de.hybris.platform.chineselogisticaddon.controllers.imported that throw CMSItemNotFoundException -
Uses of CMSItemNotFoundException in de.hybris.platform.chineselogisticaddon.controllers.pages.checkout.steps
-
Uses of CMSItemNotFoundException in de.hybris.platform.chinesepaymentaddon.controllers.pages
Methods in de.hybris.platform.chinesepaymentaddon.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionprotected StringChineseOrderConfirmationController.processOrderCode(String orderCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of CMSItemNotFoundException in de.hybris.platform.chinesepaymentaddon.controllers.pages.checkout.steps
Methods in de.hybris.platform.chinesepaymentaddon.controllers.pages.checkout.steps that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionChinesePaymentMethodCheckoutStepController.add(org.springframework.ui.Model model, PaymentDetailsForm paymentDetailsForm, org.springframework.validation.BindingResult bindingResult) ChineseSummaryCheckoutStepController.checkPaymentResult(org.springframework.ui.Model model, String orderCode) ChineseSummaryCheckoutStepController.doPayment(String orderCode, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) ChinesePaymentMethodCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) voidChineseSummaryCheckoutStepController.handleAsynResponse(String paymentServiceProvider, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) ChineseSummaryCheckoutStepController.handleSyncResponse(String paymentServiceProvider, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model model) ChineseSummaryCheckoutStepController.hopPayment(String orderCode, org.springframework.ui.Model model) ChineseSummaryCheckoutStepController.placeOrder(PlaceOrderForm placeOrderForm, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) protected voidChinesePaymentMethodCheckoutStepController.setupAddPaymentPage(org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.chinesepaymentaddon.controllers.pages.checkout.steps.imported
Methods in de.hybris.platform.chinesepaymentaddon.controllers.pages.checkout.steps.imported that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionPaymentMethodCheckoutStepController.add(org.springframework.ui.Model model, @Valid PaymentDetailsForm paymentDetailsForm, org.springframework.validation.BindingResult bindingResult) PaymentMethodCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) SummaryCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) SummaryCheckoutStepController.placeOrder(PlaceOrderForm placeOrderForm, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) PaymentMethodCheckoutStepController.remove(String paymentMethodId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) protected voidPaymentMethodCheckoutStepController.setupAddPaymentPage(org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.chinesepaymentaddon.controllers.pages.imported
Methods in de.hybris.platform.chinesepaymentaddon.controllers.pages.imported that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionCheckoutController.orderConfirmation(GuestRegisterForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) CheckoutController.orderConfirmation(String orderCode, javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) protected StringCheckoutController.processOrderCode(String orderCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) protected StringCheckoutController.processRegisterGuestUserRequest(GuestRegisterForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of CMSItemNotFoundException in de.hybris.platform.chineseproductsharing.controllers.pages
Methods in de.hybris.platform.chineseproductsharing.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionProductQrPageController.getQrPageView(org.springframework.ui.Model model, String url) -
Uses of CMSItemNotFoundException in de.hybris.platform.chineseprofile.controllers.pages
Methods in de.hybris.platform.chineseprofile.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionChineseMobileBindingController.bindMobileAfterRegister(org.springframework.ui.Model model, VerificationCodeForm form) ChineseMobileBindingController.bindMobileAfterRegister(org.springframework.ui.Model model, VerificationCodeForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) ChineseMobileBindingController.bindMobileNumber(org.springframework.ui.Model model, VerificationCodeForm form) ChineseMobileBindingController.bindMobileNumber(org.springframework.ui.Model model, VerificationCodeForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) protected voidChineseMobileBindingController.populateAttributes(org.springframework.ui.Model model) Populate some common data.protected StringChineseLoginPageController.processRegisterUserRequest(String referer, RegisterForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) This method takes data from the registration form and create a new customer account and attempts to log in using the credentials of this new user.protected StringChineseEmailPageController.setErrorMessagesAndCMSPage(org.springframework.ui.Model model, String cmsPageLabelOrId) protected StringChineseEmailPageController.updateEmail(UpdateEmailForm updateEmailForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) ChineseEmailPageController.updateEmailLanguage(UpdateEmailForm updateEmailForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) ChineseMobileBindingController.verifyMobile(org.springframework.ui.Model model, VerificationCodeForm verificationCodeForm) ChineseMobileBindingController.verifyMobile(org.springframework.ui.Model model, VerificationCodeForm verificationCodeForm, org.springframework.validation.BindingResult bindingResult, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of CMSItemNotFoundException in de.hybris.platform.chineseprofile.controllers.pages.imported
Methods in de.hybris.platform.chineseprofile.controllers.pages.imported that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionLoginPageController.doLogin(String referer, boolean loginError, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpSession session) LoginPageController.doRegister(String referer, RegisterForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) protected AbstractPageModelLoginPageController.getCmsPage()LoginPageController.getTermsAndConditions(org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.chinesepspwechatpay.controllers.misc
Methods in de.hybris.platform.chinesepspwechatpay.controllers.misc that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidChineseWeChatPayResponseController.handlePaymentResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of CMSItemNotFoundException in de.hybris.platform.chinesepspwechatpay.controllers.pages
Methods in de.hybris.platform.chinesepspwechatpay.controllers.pages that throw CMSItemNotFoundException -
Uses of CMSItemNotFoundException in de.hybris.platform.chinesetaxinvoiceaddon.controllers.pages.checkout.steps
Methods in de.hybris.platform.chinesetaxinvoiceaddon.controllers.pages.checkout.steps that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionChineseTaxInvoiceController.addInvoice(TaxInvoiceForm invoiceForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirect) ChineseTaxInvoiceController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) protected voidChineseTaxInvoiceController.populatorAttributes(org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.cms2.cloning.strategy
Methods in de.hybris.platform.cms2.cloning.strategy that throw CMSItemNotFoundException -
Uses of CMSItemNotFoundException in de.hybris.platform.cms2.cloning.strategy.impl
Methods in de.hybris.platform.cms2.cloning.strategy.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionComponentCloningStrategy.clone(AbstractCMSComponentModel sourceComponentModel, Optional<AbstractCMSComponentModel> template, Optional<Map<String, Object>> context) ContentSlotCloningStrategy.clone(ContentSlotModel sourceContentSlotModel, Optional<ContentSlotModel> template, Optional<Map<String, Object>> context) PageCloningStrategy.clone(AbstractPageModel sourcePageModel, Optional<AbstractPageModel> template, Optional<Map<String, Object>> context) ComponentCloningStrategy.cloneForItemModel(ItemModel sourceItemModel) Clones the CMS item given by the source universal identifier.voidPageCloningStrategyTest.shouldClone()voidComponentCloningStrategyTest.shouldCloneComponent()voidContentSlotCloningStrategyTest.shouldCloneComponentsInsideNewSlot()voidComponentCloningStrategyTest.shouldCloneItemModel()voidContentSlotCloningStrategyTest.shouldCreateCustomComponent()voidContentSlotCloningStrategyTest.shouldCreateLocalComponent()voidComponentCloningStrategyTest.shouldFailCloneItemModelWhenCatalogVersionIsNull()voidComponentCloningStrategyTest.shouldFailCloneItemModelWhenItemModelNonCloneable()voidComponentCloningStrategyTest.shouldFailCloneWhenCatalogVersionIsNull()voidComponentCloningStrategyTest.shouldFailCloneWhenComponentNonCloneable()voidContentSlotCloningStrategyTest.shouldFailCloneWhenContextIsEmpty()voidPageCloningStrategyTest.shouldFailCloneWhenContextIsNull()voidContentSlotCloningStrategyTest.shouldFailCloneWhenPageNotInContext()voidContentSlotCloningStrategyTest.shouldFailCloneWhenTemplateIsEmpty()voidPageCloningStrategyTest.shouldFailCloneWhenTemplateIsEmpty()voidPageCloningStrategyTest.shouldFailCloneWhenTemplateIsNull()voidContentSlotCloningStrategyTest.shouldReferenceComponentsInsideNewSlot()voidContentSlotCloningStrategyTest.shouldRemoveComponentsInsideNewSlot()voidContentSlotCloningStrategyTest.shouldThrowExceptionIfNewCustomSLotPositionIsTaken() -
Uses of CMSItemNotFoundException in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidDefaultCMSNavigationDaoIntegrationTest.testFindCMSNavigationNodes() -
Uses of CMSItemNotFoundException in de.hybris.platform.cms2.servicelayer.interceptor.impl
Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidNavigationNodeRemoveInterceptorIntegrationTest.givenNavigationNodeWithNavigationEntryWhenNodeIsDeletedThenEntryMustNotHaveLinkToDeletedNode() -
Uses of CMSItemNotFoundException in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that throw CMSItemNotFoundExceptionModifier and TypeMethodDescription<T extends AbstractCMSComponentModel>
TCMSComponentService.getAbstractCMSComponent(String id) Gets the abstract cms component.<T extends AbstractCMSComponentModel>
TCMSComponentService.getAbstractCMSComponent(String id, String contentSlotId, Collection<CatalogVersionModel> catalogVersions) Gets the abstract cms component.<T extends AbstractCMSComponentModel>
TCMSComponentService.getAbstractCMSComponent(String id, Collection<CatalogVersionModel> catalogVersions) Gets the abstract cms component.CMSPageService.getContentSlotForPage(AbstractPageModel page, String position) Returns a contentslot for the given page and position.CMSPageService.getContentSlotForPage(AbstractPageModel page, String position, PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.since 2105, no longer needed.CMSPageService.getDefaultCatalogPage()Returns the default catalog page WITHOUT evaluating any restrictionsCMSPageService.getDefaultCategoryPage()Returns the default category page WITHOUT evaluating any restrictionsCMSContentPageService.getDefaultPageForLabel(String label, CatalogVersionModel version) Gets the default page by label and catalog version.CMSPageService.getDefaultPageForLabel(String label, CatalogVersionModel version) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSContentPageService.getDefaultPageForLabel(String, CatalogVersionModel)insteadCMSPageService.getDefaultProductPage()Returns the default product page WITHOUT evaluating any restrictionsCMSNavigationService.getNavigationNodeForId(String id) Returns a Navigation Node identified via its idCMSNavigationService.getNavigationNodesForContentPageId(String pageId) Returns a list of all Navigation Nodes which contain the given pageCMSPageService.getPageForCatalog(CatalogModel catalog) Gets the page by catalog.CMSPageService.getPageForCatalogId(String catalogId) Gets the page for catalog id.CMSPageService.getPageForCategory(CategoryModel category) Gets the page for category.CMSPageService.getPageForCategory(CategoryModel category, PagePreviewCriteriaData pagePreviewCriteria) Gets the page for category andPagePreviewCriteriaData.CMSPageService.getPageForCategoryCode(String categoryCode) Gets the page for category code.CMSPageService.getPageForCategoryCode(String categoryCode, PagePreviewCriteriaData pagePreviewCriteria) Gets the page for category code andPagePreviewCriteriaData.CMSPageService.getPageForId(String id) Gets the page for id.CMSPageService.getPageForId(String id, PagePreviewCriteriaData pagePreviewCriteria) Gets the page for id andPagePreviewCriteriaData.CMSPageService.getPageForIdWithRestrictions(String id) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, no longer neededCMSPageService.getPageForLabel(String label) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSContentPageService.getPageForLabelAndStatuses(String, List)insteadCMSPageService.getPageForLabel(String label, PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSContentPageService.getPageForLabelAndPreview(String, PagePreviewCriteriaData)insteadCMSPageService.getPageForLabelAndPageStatuses(String label, List<CmsPageStatus> pageStatuses) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSContentPageService.getPageForLabelAndStatuses(String, List)insteadCMSContentPageService.getPageForLabelAndPreview(String label, PagePreviewCriteriaData pagePreviewCriteria) Gets the page for label andPagePreviewCriteriaData.CMSContentPageService.getPageForLabelAndStatuses(String label, List<CmsPageStatus> pageStatuses) Gets the page for label by page status.CMSPageService.getPageForLabelOrId(String labelOrId) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSContentPageService.getPageForLabelOrIdAndMatchType(String, boolean)insteadCMSPageService.getPageForLabelOrId(String labelOrId, PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSContentPageService.getPageForLabelOrIdAndMatchType(String, PagePreviewCriteriaData, boolean)insteadCMSContentPageService.getPageForLabelOrIdAndMatchType(String labelOrId, boolean exactLabelMatch) Gets the page for label or id.CMSContentPageService.getPageForLabelOrIdAndMatchType(String labelOrId, PagePreviewCriteriaData pagePreviewCriteria, boolean exactLabelMatch) Gets the page matching the provided for label or id filtered by thePagePreviewCriteriaDatainformation.CMSPageService.getPageForProduct(ProductModel product) Gets the page for product.CMSPageService.getPageForProduct(ProductModel product, PagePreviewCriteriaData pagePreviewCriteria) Gets the page for product andPagePreviewCriteriaData.CMSPageService.getPageForProductCode(String productCode) Gets the page for product code.CMSPageService.getPageForProductCode(String productCode, PagePreviewCriteriaData pagePreviewCriteria) Gets the page for product code andPagePreviewCriteriaData.CMSNavigationService.getRootNavigationNodesForContentPageId(String pageId) Returns a list of all root Navigation Nodes which have this page assigned, or which have a children in their navigation tree which has this page assigned<T extends SimpleCMSComponentModel>
TCMSComponentService.getSimpleCMSComponent(String id) Gets the simple cms component.CMSSiteService.getSiteForURL(URL url) Returns the site which is associated with the given urlvoidCMSSiteService.setCurrentCatalogVersion(CatalogVersionModel catalogVersion) sets a catalogversion as current catalogversionCMSSiteService.setCurrentSite(URL url, PreviewDataModel previewData) Sets the site that is associated with the given url as current site.voidCMSSiteService.setCurrentSiteAndCatalogVersions(CMSSiteModel site, boolean setDefaultCatalog) Activates the given site and all associated catalog versions.CMSSiteService.setCurrentSiteAndCatalogVersions(String siteId, boolean setDefaultCatalog) Activates a CMSSite and all associated catalog versions.CMSSiteService.setCurrentSiteAndCatalogVersionsForURL(URL url, boolean setDefaultCatalog) Sets the site that is associated with the given url as current site. -
Uses of CMSItemNotFoundException in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidCMSAdminRestrictionService.createRelation(String pageId, String restrictionId) creates a new relation between the given page (pageId) and the given restriction (restrictionId)voidCMSAdminContentSlotService.deleteContentSlot(String contentSlotId) delete a content slot and ALL PAGE RELATIONS to it.voidCMSAdminPageService.deletePage(String id) Delete a page from the active catalog versionvoidCMSAdminRestrictionService.deleteRelation(String restrictionId, String pageId) deletes the relation between the restriction and the pageFinds theCMSItemModeluniquely identified by its uid and the catalogVersion currently in sessionCMSAdminItemService.findByUid(String uid, CatalogVersionModel catalogVersion) Finds theCMSItemModeluniquely identified by its uid and catalogVersionCMSAdminRestrictionService.getAllowedRestrictionTypesForPage(String pageId) Returns a collection of all restrictions which can be applied on the given page (via its id)CMSAdminRestrictionService.getAllRestrictionsByType(String restrictionType) Returns all restriction of the given restriction typeCMSAdminRestrictionService.getAllRestrictionsByTypeNotLinkedToPage(String pageId, String restrictionType) Returns all restrictions of the given restriction type which are currently not linked to the given page (via its id)CMSAdminRestrictionService.getRestriction(String id) Returns a restriction via its idCMSAdminRestrictionService.getRestrictionsByName(String name) Returns a restriction via its nameCMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page, String restrictionType) Returns all restrictions of the given restriction type which are applied on the given pageCMSAdminRestrictionService.getRestrictionsForPage(String pageId, String restrictionType) Returns all restrictions of the given restriction type which are applied on the given page (via its id)CMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForPage(AbstractPageModel page, ContentSlotModel contentSlot) Get all component type restrictions for a given page and content slot.CMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForTemplate(PageTemplateModel pageTemplate, ContentSlotModel contentSlot) Get all component type restrictions for a given template and content slot.CMSAdminTypeRestrictionsService.getTypeRestrictionsForContentSlot(AbstractPageModel page, ContentSlotModel contentSlot) Get all component type restrictions for a given content slot from two sources of the given page and its master template.booleanCMSAdminRestrictionService.hasOtherRelations(String restrictionId, String pageId) Checks if a given restriction has also other relations than to the given pagevoidCMSAdminSiteService.setActiveCatalogVersion(String catalogId, String versionId) Set a catalog version (via catalog id and version id) as active.voidCMSAdminPageService.trashPage(String pageUid, CatalogVersionModel catalogVersion) Soft deletes a page by updating the pageStatus to DELETED.voidCMSAdminPageService.updatePage(AbstractPageModel page, String name, String masterTemplateId) Updates the given page. -
Uses of CMSItemNotFoundException in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidDefaultCMSAdminRestrictionService.createRelation(String pageId, String restrictionId) voidDefaultCMSAdminContentSlotService.deleteContentSlot(String contentSlotId) delete a content slot and ALL PAGE RELATIONS to it.voidDefaultCMSAdminPageService.deletePage(String id) Delete a page from the active catalog versionvoidDefaultCMSAdminRestrictionService.deleteRelation(String restrictionId, String pageId) voidDefaultCMSAdminItemServiceTest.findByItemDataWillDelegateToTheDao()Finds theCMSItemModeluniquely identified by its uid and the catalogVersion currently in sessionDefaultCMSAdminItemService.findByUid(String uid, CatalogVersionModel catalogVersion) Finds theCMSItemModeluniquely identified by its uid and catalogVersionvoidDefaultCMSAdminItemServiceTest.findByUidWillDelegateToTheDaoWithPassedVersion()voidDefaultCMSAdminItemServiceTest.findByUidWillDelegateToTheDaoWithVersionInSession()voidDefaultCMSAdminItemServiceTest.findByUidWillThrowExceptionWhenNotFound()DefaultCMSAdminRestrictionService.getAllowedRestrictionTypesForPage(String id) DefaultCMSAdminRestrictionService.getAllRestrictionsByType(String restrictionType) DefaultCMSAdminRestrictionService.getAllRestrictionsByTypeNotLinkedToPage(String pageId, String restrictionType) protected ComposedTypeModelDefaultCMSAdminRestrictionService.getComposedTypeModel(String composedType) protected Set<CMSComponentTypeModel>DefaultCMSAdminTypeRestrictionsService.getMergedTypeRestrictionForContentSlot(List<ContentSlotNameModel> availableContentSlots, String contentSlotForNamePosition) Merge the restrictions for a content slots fromContentSlotNameModel.getValidComponentTypes()andComponentTypeGroupModel.getCmsComponentTypes()DefaultCMSAdminRestrictionService.getRestriction(String id) DefaultCMSAdminRestrictionService.getRestrictionsByName(String name) DefaultCMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page, String restrictionType) DefaultCMSAdminRestrictionService.getRestrictionsForPage(String id, String restrictionType) DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForPage(AbstractPageModel page, ContentSlotModel contentSlot) DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForTemplate(PageTemplateModel pageTemplate, ContentSlotModel contentSlot) DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsForContentSlot(AbstractPageModel page, ContentSlotModel contentSlot) booleanDefaultCMSAdminRestrictionService.hasOtherRelations(String restrictionId, String pageId) voidDefaultCMSAdminSiteService.setActiveCatalogVersion(String catalogId, String versionId) voidDefaultCMSAdminTypeRestrictionsServiceTest.shouldFailGetTypeRestrictions_MultipleContentSlotForPage()voidDefaultCMSAdminTypeRestrictionsServiceTest.shouldFailGetTypeRestrictions_NoContentSlotForNameInTemplate()voidDefaultCMSAdminTypeRestrictionsServiceTest.shouldFailGetTypeRestrictions_NoContentSlotForPage()voidDefaultCMSAdminRestrictionServiceTest.shouldGetAllowedRestrictionsForPage()voidDefaultCMSAdminTypeRestrictionsServiceTest.shouldGetNoTypeRestrictions_NoneFound()voidDefaultCMSAdminTypeRestrictionsServiceTest.shouldGetTypeRestrictions_CompTypeGroupAndValidComponentTypes()voidDefaultCMSAdminTypeRestrictionsServiceTest.shouldGetTypeRestrictions_CompTypeGroupOnly()voidDefaultCMSAdminTypeRestrictionsServiceTest.shouldGetTypeRestrictions_ValidComponentTypesOnly()voidDefaultCMSAdminPageService.trashPage(String pageUid, CatalogVersionModel catalogVersion) voidDefaultCMSAdminPageServiceTest.trashPageShouldFailWhenPageNotFound()voidDefaultCMSAdminPageServiceTest.trashPageShouldSetPageStatusToDeletedAndSaveWhenPageFound()voidDefaultCMSAdminPageService.updatePage(AbstractPageModel page, String name, String masterTemplateId) Updates the given page. -
Uses of CMSItemNotFoundException in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescription<T extends AbstractCMSComponentModel>
TDefaultCMSComponentService.getAbstractCMSComponent(String id) Gets the abstract cms component.<T extends AbstractCMSComponentModel>
TDefaultCMSComponentService.getAbstractCMSComponent(String id, String contentSlotId, Collection<CatalogVersionModel> catalogVersions) Gets the abstract cms component.<T extends AbstractCMSComponentModel>
TDefaultCMSComponentService.getAbstractCMSComponent(String id, Collection<CatalogVersionModel> catalogVersions) Gets the abstract cms component.DefaultCMSPageService.getContentSlotForPage(AbstractPageModel page, String position) DefaultCMSPageService.getContentSlotForPage(AbstractPageModel page, String position, PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.since 2105, no longer needed.protected Collection<ContentSlotData>DefaultCMSPageService.getContentSlotsForPageVersionFromSessionContext(AbstractPageModel page) DefaultCMSPageService.getDefaultCatalogPage()DefaultCMSPageService.getDefaultCategoryPage()protected AbstractPageModelDefaultCMSPageService.getDefaultPage(String composedTypeCode) DefaultCMSContentPageService.getDefaultPageForLabel(String label, CatalogVersionModel version) DefaultCMSPageService.getDefaultPageForLabel(String label, CatalogVersionModel version) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCMSPageService.getDefaultProductPage()DefaultCMSNavigationService.getNavigationNodeForId(String id) Returns a Navigation Node identified via its idDefaultCMSNavigationService.getNavigationNodesForContentPageId(String pageId) Returns a list of all Navigation Nodes which contain the given pageprotected ContentSlotDataDefaultCMSPageService.getPageContentSlotFromVersionSessionContext(String position) Return the Content Slot Data for a given page associated by the version in the session context and position.DefaultCMSPageService.getPageForCatalog(CatalogModel catalog) DefaultCMSPageService.getPageForCatalogId(String catalogId) DefaultCMSPageService.getPageForCategory(CategoryModel category) DefaultCMSPageService.getPageForCategory(CategoryModel category, PagePreviewCriteriaData pagePreviewCriteria) DefaultCMSPageService.getPageForCategoryCode(String categoryCode) DefaultCMSPageService.getPageForCategoryCode(String categoryCode, PagePreviewCriteriaData pagePreviewCriteria) protected AbstractPageModelAbstractCMSPageService.getPageForId(String uid) Returns the page associated to a given uid.DefaultCMSPageService.getPageForId(String id) DefaultCMSPageService.getPageForId(String id, PagePreviewCriteriaData pagePreviewCriteria) Gets the page for id andPagePreviewCriteriaData.DefaultCMSPageService.getPageForIdWithRestrictions(String id) Deprecated, for removal: This API element is subject to removal in a future version.protected ContentPageModelDefaultCMSContentPageService.getPageForLabel(String label, List<CmsPageStatus> pageStatuses, boolean exactLabelMatch) Gets the page for label by page status and label match type.DefaultCMSPageService.getPageForLabel(String label) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCMSPageService.getPageForLabel(String label, PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCMSPageService.getPageForLabelAndPageStatuses(String label, List<CmsPageStatus> pageStatuses) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCMSContentPageService.getPageForLabelAndPreview(String label, PagePreviewCriteriaData pagePreviewCriteria) DefaultCMSContentPageService.getPageForLabelAndStatuses(String label, List<CmsPageStatus> pageStatuses) DefaultCMSPageService.getPageForLabelOrId(String labelOrId) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCMSPageService.getPageForLabelOrId(String labelOrId, PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCMSContentPageService.getPageForLabelOrIdAndMatchType(String labelOrId, boolean exactLabelMatch) DefaultCMSContentPageService.getPageForLabelOrIdAndMatchType(String labelOrId, PagePreviewCriteriaData pagePreviewCriteria, boolean exactLabelMatch) DefaultCMSPageService.getPageForProduct(ProductModel product) DefaultCMSPageService.getPageForProduct(ProductModel product, PagePreviewCriteriaData pagePreviewCriteria) DefaultCMSPageService.getPageForProductCode(String productCode) DefaultCMSPageService.getPageForProductCode(String productCode, PagePreviewCriteriaData pagePreviewCriteria) DefaultCMSNavigationService.getRootNavigationNodesForContentPageId(String pageId) Returns a list of all root Navigation Nodes which have this page assigned, or which have a children in their navigation tree which has this page assigned<T extends SimpleCMSComponentModel>
TDefaultCMSComponentService.getSimpleCMSComponent(String id) Gets the simple cms component.DefaultCMSSiteService.getSiteForURL(URL url) Returns the site which is associated with the given urlvoidDefaultCMSSiteService.setCurrentCatalogVersion(CatalogVersionModel catalogVersion) sets a catalogversion as current catalogversionDefaultCMSSiteService.setCurrentSite(URL url, PreviewDataModel previewData) Sets the site that is associated with the given url as current site.voidDefaultCMSSiteService.setCurrentSiteAndCatalogVersions(CMSSiteModel site, boolean setDefaultCatalog) Activates the given site and all associated catalog versions.DefaultCMSSiteService.setCurrentSiteAndCatalogVersions(String siteId, boolean setDefaultCatalog) Activates a CMSSite and all associated catalog versions.DefaultCMSSiteService.setCurrentSiteAndCatalogVersionsForURL(URL url, boolean setDefaultCatalog) Sets the site that is associated with the given url as current site.voidDefaultCMSContentPageServiceIntegrationTest.testFindPageByBestLabelMatch_IgnoreTrailingSlash()voidDefaultCMSContentPageServiceIntegrationTest.testFindPageByBestLabelMatch_IgnoreTrailingSlash_NextLevel()voidDefaultCMSContentPageServiceIntegrationTest.testFindPageByBestLabelMatch_MostMatchToParent()voidDefaultCMSContentPageServiceIntegrationTest.testFindPageByBestLabelMatch_MostMatchToParent_NextLevel()voidDefaultCMSContentPageServiceIntegrationTest.testFindPageByBestLabelMatch_NotStartingWithSlash()voidDefaultCMSContentPageServiceIntegrationTest.testFindPageByBestLabelMatch_WithTrailingSlash()voidDefaultCMSContentPageServiceIntegrationTest.testFindPageByExactLabelMatch()voidDefaultCMSContentPageServiceIntegrationTest.testFindPageByExactLabelMatch_StartingWithSlash() -
Uses of CMSItemNotFoundException in de.hybris.platform.cms2.strategies.impl
Methods in de.hybris.platform.cms2.strategies.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionprotected voidDefaultCMSActivateBaseSiteInSessionStrategyTest.throwExceptionIfInteraction()Assures if no interaction withCMSSiteService.setCurrentSite(CMSSiteModel)andCMSSiteService.setCurrentCatalogVersion(CatalogVersionModel)was recorded. -
Uses of CMSItemNotFoundException in de.hybris.platform.cms2.version.service.impl
Methods in de.hybris.platform.cms2.version.service.impl that throw CMSItemNotFoundException -
Uses of CMSItemNotFoundException in de.hybris.platform.cms2lib.cmstags
Methods in de.hybris.platform.cms2lib.cmstags that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionprotected Collection<SimpleCMSComponentModel>CMSComponentTag.getComponents(org.springframework.web.context.WebApplicationContext appContext, javax.servlet.http.HttpServletRequest request) -
Uses of CMSItemNotFoundException in de.hybris.platform.cmscockpit.components.liveedit.impl
Methods in de.hybris.platform.cmscockpit.components.liveedit.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionprotected booleanDefaultPreviewLoader.loadRestrictionBasedValues(PreviewDataModel previewCtx, AbstractPageModel page) Fills the supplied preview contextpreviewCtxwith values related to the page's restrictions. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.catalogversions
Methods in de.hybris.platform.cmsfacades.catalogversions that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionCatalogVersionFacade.getCatalogVersion(String catalogId, String versionId) Retrieve catalog version information, including page display conditions. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.catalogversions.impl
Methods in de.hybris.platform.cmsfacades.catalogversions.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultCatalogVersionFacade.getCatalogVersion(String catalogId, String versionId) voidDefaultCatalogVersionFacadeTest.shouldFailGetCatalogVersion_CatalogVersionNotFound()voidDefaultCatalogVersionFacadeTest.shouldGetCatalogVersion() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.catalogversions.service.impl
Methods in de.hybris.platform.cmsfacades.catalogversions.service.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidDefaultPageDisplayConditionServiceTest.shouldGetCatalogVersion_NoSupportedPageTypes() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.cmsitems
Methods in de.hybris.platform.cmsfacades.cmsitems that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionCMSItemFacade.createItem(Map<String, Object> itemMap) Create CMS Items given the attribute value map.voidCMSItemFacade.deleteCMSItemByUuid(String uuid) Deletes one single CMSItem by its uuid (Universal Unique Identifier)CMSItemFacade.findCMSItems(List<String> uuids) A Search for CMSItems by their universally unique identifiersCMSItemFacade.findCMSItems(List<String> uuids, String mode) A Search for CMSItems by their universally unique identifiers.CMSItemFacade.getCMSItemByUuid(String uuid) Get one single CMSItem by its uuid (Universal Unique Identifier) For more information about Unique Identifiers, seeUniqueItemIdentifierServiceCMSItemFacade.getCMSItemByUuid(String uuid, String mode) Get one single CMSItem by its uuid (Universal Unique Identifier) For more information about Unique Identifiers, seeUniqueItemIdentifierServiceCMSItemFacade.updateItem(String uuid, Map<String, Object> itemMap) Updates a CMS Item given the attribute value map and its uuid.CMSItemFacade.validateItemForCreate(Map<String, Object> itemMap) Validates CMS Items given the attribute value map.CMSItemFacade.validateItemForUpdate(String uuid, Map<String, Object> itemMap) Validates a CMS Item given the attribute value map and its uuid. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.cmsitems.converter
Methods in de.hybris.platform.cmsfacades.cmsitems.converter that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidDefaultCMSItemConverterTest.shouldCloneComponentFromRepresentation()voidDefaultCMSItemConverterTest.shouldNotCloneComponentFromRepresentationWithSessionAlreadyInitialized() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.cmsitems.impl
Methods in de.hybris.platform.cmsfacades.cmsitems.impl that return CMSItemNotFoundExceptionModifier and TypeMethodDescriptionprotected CMSItemNotFoundExceptionDefaultCMSItemFacade.createCMSItemNotFoundException(String uuid) Creates a newCMSItemNotFoundException.Methods in de.hybris.platform.cmsfacades.cmsitems.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultCMSItemFacade.createItem(Map<String, Object> itemMap) Create CMS Items given the attribute value map.voidDefaultCMSItemFacade.deleteCMSItemByUuid(String uuid) Deletes one single CMSItem by its uuid (Universal Unique Identifier)DefaultCMSItemFacade.findCMSItems(List<String> uuids) DefaultCMSItemFacade.findCMSItems(List<String> uuids, String mode) DefaultCMSItemFacade.getCMSItemByUuid(String uuid) Get one single CMSItem by its uuid (Universal Unique Identifier) For more information about Unique Identifiers, seeUniqueItemIdentifierServiceDefaultCMSItemFacade.getCMSItemByUuid(String uuid, String mode) DefaultCMSItemFacadeIntegrationTest.getComponent(String uid, String catalogId, String catalogVersion) protected Optional<PageContentSlotData>DefaultMulticountryCMSItemFacadeIntegrationTest.getNewCreatedContentDataSlotForPage(String pageName, String slotUid) Retrieves the list of content slots (PageContentSlotData) for provided page and finds there a slot with provided uid.protected voidDefaultCMSItemFacade.initialUpdateValidation(String uuid, Map<String, Object> itemMap) Checks if an item exists.protected voidDefaultCMSItemFacade.setCatalogInSession(Map<String, Object> source) Sets the catalogVersion in the current session.voidDefaultCMSItemFacadeTest.setup()voidDefaultMulticountryCMSItemFacadeIntegrationTest.shouldChangePageStatusToCheckAfterCreatingCustomSlot()voidDefaultMulticountryCMSItemFacadeIntegrationTest.shouldChangePageStatusToCheckAfterCustomSlotIsRemoved()voidDefaultCMSItemFacadeIntegrationTest.shouldCreateCMSTimeRestrictionWithoutUseStoreTimeZone()voidDefaultMulticountryCMSItemFacadeIntegrationTest.shouldCreateCustomSlotForHomePageUk()voidDefaultMulticountryCMSItemFacadeIntegrationTest.shouldCreateCustomSlotOnTopOfAlreadyCreatedLocalSlotInSameCatalogVersion()voidDefaultMulticountryCMSItemFacadeIntegrationTest.shouldCreateCustomSlotWithOriginalReferencedComponents()voidDefaultMulticountryCMSItemFacadeIntegrationTest.shouldCreateEmptyCustomSlot()voidDefaultMulticountryCMSItemFacadeIntegrationTest.shouldCreateEmptyLocalSlot()voidDefaultCMSItemFacadeTest.shouldCreateItem()voidDefaultMulticountryCMSItemFacadeIntegrationTest.shouldCreateLocalSlotWithingElectronicsUkCatalog()voidDefaultCMSItemFacadeTest.shouldDeleteValidUid()voidDefaultCMSItemFacadeTest.shouldFailCreateItemInsufficientTypePermission()voidDefaultCMSItemFacadeTest.shouldFailDeleteItemInsufficientTypePermission()voidDefaultCMSItemFacadeTest.shouldFailFindByIdInsufficientTypePermission()voidDefaultCMSItemFacadeTest.shouldFailFindByIdInvalidUid()voidDefaultCMSItemFacadeTest.shouldFailUpdateItemInsufficientTypePermission()voidDefaultCMSItemFacadeTest.shouldFailUpdateWhenItemHasInconsistentValue()voidDefaultCMSItemFacadeTest.shouldFailUpdateWhenUuidIsInvalid()voidDefaultCMSItemFacadeTest.shouldFindByIdValidUid()voidDefaultCMSItemFacadeIntegrationTest.shouldReturnAllAttributesIfModeDoesNotExists()voidDefaultCMSItemFacadeIntegrationTest.shouldReturnAllAttributesIfModeNotProvided()voidDefaultCMSItemFacadeIntegrationTest.shouldReturnAttributesConfiguredForType()voidDefaultCMSItemFacadeIntegrationTest.shouldReturnAttributesFromAbstractPageConfigAndFromCurrentPageConfig()voidDefaultCMSItemFacadeIntegrationTest.shouldReturnAttributesNotOnlyFromCurrentModeButAlsoFromParentMode()voidDefaultMulticountryCMSItemFacadeIntegrationTest.shouldThrowExceptionWhenRemovingLocalSlotThatWasOverridenWithCustomSlot()voidDefaultMulticountryCMSItemFacadeIntegrationTest.shouldThrowExceptionWhenTryingToOverrideCustomSlotWithAnotherCustomSlot()voidDefaultCMSItemFacadeIntegrationTest.shouldUpdateCMSTimeRestrictionWithoutUseStoreTimeZone()voidDefaultCMSItemFacadeTest.shouldUpdateItem()voidDefaultCMSItemFacadeTest.shouldValidateItemForCreateAndRollbackTransaction()voidDefaultCMSItemFacadeTest.shouldValidateItemForUpdateAndRollbackTransaction()voidDefaultCMSItemFacadeIntegrationTest.testApprovalStatusIsCHECKWhenCreateNewPage()voidDefaultCMSItemFacadeIntegrationTest.testApprovalStatusIsCHECKWhenUpdatePageMetaData()voidCMSItemFacadePermissionIntegrationTest.testAttributeWithNoPermissionIsNotVisibleToCmsEditor()voidCMSItemFacadePermissionIntegrationTest.testReadOnlyAttributeIsNotEditableByCmsEditor()voidDefaultCMSItemFacadeIntegrationTest.testThrowExceptionIfUserIsNotParticipantOfActiveWorkflowAction()voidDefaultCMSItemFacadeIntegrationTest.testUpdateContentPageToRestoreWithAnExistingPageLabelShouldDeleteTheCurrentPage()voidDefaultCMSItemFacadeIntegrationTest.testUpdateProductPageToRestoreWithAnExistingPrimaryShouldDeleteTheCurrentPrimaryPage()voidDefaultCMSItemFacadeIntegrationTest.testUserIsParticipantOfActiveWorkflowAction()DefaultCMSItemFacade.updateItem(String uuid, Map<String, Object> itemMap) Updates a CMS Item given the attribute value map and its uuid.DefaultCMSItemFacade.validateItemForCreate(Map<String, Object> itemMap) DefaultCMSItemFacade.validateItemForUpdate(String uuid, Map<String, Object> itemMap) -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.cmsitems.populators
Methods in de.hybris.platform.cmsfacades.cmsitems.populators that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidCloneContentSlotPopulatorTest.shouldThrowExceptionWhenCloneContentSlotModelWithEmptyContext()voidCloneContentSlotPopulatorTest.testCloneContentSlotModelWithInvalidContentSlotUUIDShouldFail()voidCloneContentSlotPopulatorTest.testCloneContentSlotModelWithInvalidPageUUIDShouldFail()voidCloneContentSlotPopulatorTest.testCloneContentSlotModelWithoutCloneComponentsShouldFail()voidCloneContentSlotPopulatorTest.testCloneContentSlotModelWithoutContentSlotUUIDShouldFail()voidCloneContentSlotPopulatorTest.testCloneContentSlotModelWithoutPageUUIDShouldFail()voidCloneContentSlotPopulatorTest.testCloneContentSlotModelWithValidPageAndContentSlotUUID()voidClonePagePopulatorTest.testClonePageModelWithInvalidPageUUIDShouldFail()voidClonePagePopulatorTest.testClonePageModelWithoutCloneComponentsShouldFail()voidClonePagePopulatorTest.testClonePageModelWithoutSourcePageUUIDShouldFail()voidClonePagePopulatorTest.testClonePageModelWithValidPageUUID() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.common.predicate
Methods in de.hybris.platform.cmsfacades.common.predicate that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidComponentTypeAllowedForContentSlotPredicateTest.setUp()voidComponentTypeAllowedForContentSlotPredicateTest.shouldFail_GetRestrictionsThrowsException()voidPageExistsPredicateTest.shouldFail_PageNotFound()voidPageExistsPredicateTest.shouldPass_PageExists()voidContentPageLabelOrIdExistsPredicateTest.shouldReturnFalseIfLabelOrIdNotExists()voidContentPageLabelOrIdExistsPredicateTest.shouldReturnTrueIfLabelOrIdExists() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.items
Methods in de.hybris.platform.cmsfacades.items that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionComponentItemFacade.getComponentById(String componentId, String categoryCode, String productCode, String catalogCode) Returns theAbstractCMSComponentDataobject by component id restricted by categoryCode or productCode or catalogCode. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.items.impl
Methods in de.hybris.platform.cmsfacades.items.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultComponentItemFacade.getComponentById(String componentId, String categoryCode, String productCode, String catalogCode) voidDefaultComponentItemFacadeTest.shouldFailGetComponentById_InvalidId()voidDefaultComponentItemFacadeTest.shouldGetComponentById() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.media.service.impl
Methods in de.hybris.platform.cmsfacades.media.service.impl that throw CMSItemNotFoundException -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.mediacontainers
Methods in de.hybris.platform.cmsfacades.mediacontainers that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionMediaContainerFacade.getMediaContainerForQualifier(String qualifier) Gets a single media container. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.mediacontainers.impl
Methods in de.hybris.platform.cmsfacades.mediacontainers.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultMediaContainerFacade.getMediaContainerForQualifier(String qualifier) voidDefaultMediaContainerFacadeTest.shouldFailGetMediaContainerForInvalidQualifier()voidDefaultMediaContainerFacadeTest.shouldGetMediaContainerForQualifier() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.pages
Methods in de.hybris.platform.cmsfacades.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionPageFacade.findFallbackPages(String pageId) Find all default pages for a given page.PageFacade.findVariationPages(String pageId) Find all variant pages for a given page.PageFacade.getPageByUid(String uid) Deprecated, for removal: This API element is subject to removal in a future version.since 6.6.PageFacade.getPageData(String pageId) ReturnsAbstractPageDataobject based on the pageId.PageFacade.getPageData(String pageType, String pageLabelOrId, String code) ReturnsAbstractPageDataobject based on pageLabelOrId or code.PageFacade.performOperation(String pageId, CMSPageOperationsData cmsPageOperationData) Performs different operations defined byCMSPageOperationon the page such as trash page. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.pages.impl
Methods in de.hybris.platform.cmsfacades.pages.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidDefaultPageFacadeTest.deletePageOperation_shouldTrashPageAndReturnOperationData()DefaultPageFacade.findFallbackPages(String pageId) Find all default pages for a given page.DefaultPageFacade.findVariationPages(String pageId) Find all variant pages for a given page.DefaultPageFacade.getPageByUid(String uid) Deprecated, for removal: This API element is subject to removal in a future version.since 6.6DefaultPageFacade.getPageData(String pageId) DefaultPageFacade.getPageData(String pageType, String pageLabelOrId, String code) protected AbstractPageModelDefaultPageFacade.getPageModelById(String pageId) DefaultPageFacade.performOperation(String pageId, CMSPageOperationsData cmsPageOperationData) voidDefaultPageFacadeTest.shouldFailFindAllFallbackPages_InvalidPageId()voidDefaultPageFacadeTest.shouldFailGetPageByUid_AmbiguousIdentifier()voidDefaultPageFacadeTest.shouldFailGetPageByUid_UnknownIdentifier()voidDefaultPageFacadeTest.shouldFailWhenOperationIsNotSet()voidDefaultPageFacadeTest.shouldFailWhenPageDoesnotExist()voidDefaultPageFacadeTest.shouldFindFallbackPages()voidDefaultPageFacadeTest.shouldFindVariationPages()voidDefaultPageFacadeTest.shouldGetPageByUid()voidDefaultPageFacadeTest.shouldInitializeCacheBeforeRetrievingPageById()voidDefaultPageFacadeTest.shouldInitializeCacheBeforeRetrievingPageByType() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.pagescontentslots
Methods in de.hybris.platform.cmsfacades.pagescontentslots that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionPageContentSlotFacade.getContentSlotsByPage(String pageId) Get a list of content slots with their slot and their position in the page for a given page. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.pagescontentslots.impl
Methods in de.hybris.platform.cmsfacades.pagescontentslots.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultPageContentSlotFacade.getContentSlotsByPage(String pageId) voidDefaultPageContentSlotFacadeTest.shouldFailConversion()voidDefaultPageContentSlotFacadeTest.shouldFindContentSlotsForPage()voidDefaultPageContentSlotFacadeTest.shouldFindNoContentSlotForPage()voidDefaultPageContentSlotFacadeTest.shouldNotFindPageId() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.pagescontentslotscomponents
Methods in de.hybris.platform.cmsfacades.pagescontentslotscomponents that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionPageContentSlotComponentFacade.addComponentToContentSlot(PageContentSlotComponentData pageContentSlotComponent) Add an existing component item into a specific index position of an existing content slot.PageContentSlotComponentFacade.getPageContentSlotComponentsByPageId(String pageId) Get a list of content slot with their components and their position in the slots for a given page.PageContentSlotComponentFacade.moveComponent(String pageUid, String componentUid, String originSlotUid, PageContentSlotComponentData pageContentSlotComponentData) Moves a component within a slot or between slots.voidPageContentSlotComponentFacade.removeComponentFromContentSlot(String slotId, String componentId) Remove a component item from a content slot. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.pagescontentslotscomponents.impl
Methods in de.hybris.platform.cmsfacades.pagescontentslotscomponents.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultPageContentSlotComponentFacade.addComponentToContentSlot(PageContentSlotComponentData pageContentSlotComponent) protected AbstractCMSComponentModelDefaultPageContentSlotComponentFacade.fetchComponent(String componentId) protected ContentSlotModelDefaultPageContentSlotComponentFacade.fetchContentSlot(String slotId) DefaultPageContentSlotComponentFacade.getPageContentSlotComponentsByPageId(String pageId) DefaultPageContentSlotComponentFacade.moveComponent(String pageUid, String componentUid, String originSlotUid, PageContentSlotComponentData pageContentSlotComponentData) voidDefaultPageContentSlotComponentFacade.removeComponentFromContentSlot(String slotId, String componentId) voidDefaultPageContentSlotComponentFacadeTest.shouldAddComponentToContentSlot()voidDefaultPageContentSlotComponentFacadeTest.shouldFailAddComponentToContentSlot_AmbiguousSlot()voidDefaultPageContentSlotComponentFacadeTest.shouldFailAddComponentToContentSlot_PermissionException()voidDefaultPageContentSlotComponentFacadeTest.shouldFailAddComponentToContentSlot_SlotNotFound()voidDefaultPageContentSlotComponentFacadeTest.shouldFailAddComponentToContentSlot_ValidationException()voidDefaultPageContentSlotComponentFacadeTest.shouldFailRemoveComponent_AbstractCMSComponentModelReadPermissionException()voidDefaultPageContentSlotComponentFacadeTest.shouldFailRemoveComponent_ComponentNotInSlot()voidDefaultPageContentSlotComponentFacadeTest.shouldFailRemoveComponent_ContentSlotModelChangePermissionException()voidDefaultPageContentSlotComponentFacadeTest.shouldFailRemoveComponent_ContentSlotModelReadPermissionException()voidDefaultPageContentSlotComponentFacadeTest.shouldFailRemoveComponent_NotFoundComponent()voidDefaultPageContentSlotComponentFacadeTest.shouldFailRemoveComponentFromContentSlot_AmbiguousSlot()voidDefaultPageContentSlotComponentFacadeTest.shouldRemoveComponent() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.pagescontentslotscontainers
Methods in de.hybris.platform.cmsfacades.pagescontentslotscontainers that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionPageContentSlotContainerFacade.getPageContentSlotContainersByPageId(String pageId) Get a list of containers with their components for a given page. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.pagescontentslotscontainers.impl
Methods in de.hybris.platform.cmsfacades.pagescontentslotscontainers.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultPageContentSlotContainerFacade.getPageContentSlotContainersByPageId(String pageId) voidDefaultPageContentSlotContainerFacadeTest.GivenAnAmbiguousPage_getPageContentSlotContainersByPageId_WillThrowCmsItemNotFoundException()voidDefaultPageContentSlotContainerFacadeTest.GivenAnInexistentPage_getPageContentSlotContainersByPageId_WillThrowCmsItemNotFoundException()voidDefaultPageContentSlotContainerFacadeTest.GivenPageHasContainers_getPageContentSlotContainersByPageId_WillReturnThem()voidDefaultPageContentSlotContainerFacadeTest.GivenPageHasNoContainers_getPageContentSlotContainersByPageId_WillReturnAnEmptyList()voidDefaultPageContentSlotContainerFacadeTest.setUp() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.pagescontentslotstyperestrictions
Methods in de.hybris.platform.cmsfacades.pagescontentslotstyperestrictions that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptiondefault List<ContentSlotTypeRestrictionsData>PageContentSlotTypeRestrictionsFacade.getTypeRestrictionsForContentSlots(CMSPageContentSlotListData contentSlotListData) Fetches type restrictions for each content slot.PageContentSlotTypeRestrictionsFacade.getTypeRestrictionsForContentSlotUID(String pageUid, String contentSlotUid) Fetches type restrictions for the given content slot on a given page. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.pagescontentslotstyperestrictions.impl
Methods in de.hybris.platform.cmsfacades.pagescontentslotstyperestrictions.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultPageContentSlotTypeRestrictionsFacade.getTypeRestrictionsForContentSlots(CMSPageContentSlotListData contentSlotListData) DefaultPageContentSlotTypeRestrictionsFacade.getTypeRestrictionsForContentSlotUID(String pageUid, String contentSlotUid) -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.pagesrestrictions
Methods in de.hybris.platform.cmsfacades.pagesrestrictions that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionPageRestrictionFacade.getRestrictionsByPage(String pageId) Get a list of restrictions for a given page.voidPageRestrictionFacade.updateRestrictionRelationsByPage(String pageId, List<PageRestrictionData> pageRestrictionsListData) Updates the list of restrictions associated with the pageId based according to the provided pageRestrictionsListData -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.pagesrestrictions.impl
Methods in de.hybris.platform.cmsfacades.pagesrestrictions.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultPageRestrictionFacade.getRestrictionsByPage(String pageId) voidDefaultPageRestrictionFacadeTest.setUp()voidDefaultPageRestrictionFacadeTest.shouldFailUpdateRestrictionRelationsByPage_NoRestrictionOnVariationPage()voidDefaultPageRestrictionFacadeTest.shouldGetRestrictionsByPage()voidDefaultPageRestrictionFacadeTest.shouldNotGetRestrictionsByPage_PageNotFound()voidDefaultPageRestrictionFacadeTest.shouldUpdateRestrictionRelationsByPage()voidDefaultPageRestrictionFacade.updateRestrictionRelationsByPage(String pageId, List<PageRestrictionData> pageRestrictionsListData) -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.rendering
Methods in de.hybris.platform.cmsfacades.rendering that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionComponentRenderingService.getComponentById(String componentId, String categoryCode, String productCode, String catalogCode) Returns theAbstractCMSComponentDataobject by component id restricted by categoryCode or productCode or catalogCode.PageRenderingService.getPageRenderingData(String pageId) ReturnsAbstractPageDataobject based on pageId.PageRenderingService.getPageRenderingData(String pageTypeCode, String pageLabelOrId, String code) ReturnsAbstractPageDataobject based on pageLabelOrId or code. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.rendering.impl
Methods in de.hybris.platform.cmsfacades.rendering.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultComponentRenderingService.getComponentById(String componentId, String categoryCode, String productCode, String catalogCode) protected AbstractPageModelDefaultPageRenderingService.getPageModel(String pageType, String qualifier) Returns theAbstractPageModel.DefaultPageRenderingService.getPageRenderingData(String pageId) DefaultPageRenderingService.getPageRenderingData(String pageTypeCode, String pageLabelOrId, String code) voidDefaultComponentRenderingServiceTest.shouldFailGetComponentByIdWithNotFoundError()voidDefaultComponentRenderingServiceTest.shouldFailGetComponentByIdWithValidationError()voidDefaultComponentRenderingServiceTest.shouldFailGetComponentsByIdsWithValidationError()voidDefaultComponentRenderingServiceTest.shouldGetAllComponents()voidDefaultComponentRenderingServiceTest.shouldGetComponentById()voidDefaultComponentRenderingServiceTest.shouldGetComponentsByIds()voidDefaultComponentRenderingServiceTest.shouldGetZeroComponentsByIdsWhenItemsNotFound()voidDefaultPageRenderingServiceTest.shouldReturnAbstractPageData()voidDefaultPageRenderingServiceTest.shouldThrowExceptionIfAnyAttributeIsWrong()voidDefaultPageRenderingServiceTest.shouldThrowExceptionIfInvalidPageLabelOrId()voidDefaultPageRenderingServiceTest.shouldThrowExceptionIfPageNotFound()protected voidDefaultPageRenderingService.validateParameters(String pageTypeCode, String pageLabelOrId, String code) Validates input parameters. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.rendering.suppliers.page.impl
Methods in de.hybris.platform.cmsfacades.rendering.suppliers.page.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidRenderingCatalogPageModelSupplierTest.shouldReturnEmptyForInvalidCatalogCode()voidRenderingCategoryPageModelSupplierTest.shouldReturnEmptyForInvalidCategoryCode()voidRenderingProductPageModelSupplierTest.shouldReturnEmptyForInvalidProductCode()voidRenderingContentPageModelSupplierTest.shouldReturnEmptyIfPageDoesNotExists()voidRenderingContentPageModelSupplierTest.shouldReturnHomePageIfLabelOrIdNotFound()voidRenderingContentPageModelSupplierTest.shouldReturnPageByDefaultLabelOrIdLabelOrIdNotFoundAndIfHomePageNotFound()voidRenderingContentPageModelSupplierTest.shouldReturnPageByLabelOrId()voidRenderingCatalogPageModelSupplierTest.shouldReturnPageForValidCatalogCode()voidRenderingCategoryPageModelSupplierTest.shouldReturnPageForValidCategoryCode()voidRenderingProductPageModelSupplierTest.shouldReturnPageForValidProductCode() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.synchronization
Methods in de.hybris.platform.cmsfacades.synchronization that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionSynchronizationFacade.createCatalogSynchronization(SyncRequestData syncJobRequest) Attempts to create a synchronization job. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.types
Methods in de.hybris.platform.cmsfacades.types that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptiondefault SearchResult<ComponentTypeData>ComponentTypeFacade.getAllComponentTypesForPage(CMSComponentTypesForPageSearchData searchData, PageableData pageableData) A paged Search for ComponentTypes that are valid to be used in a given page. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.types.impl
Methods in de.hybris.platform.cmsfacades.types.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultComponentTypeFacade.getAllComponentTypesForPage(CMSComponentTypesForPageSearchData searchData, PageableData pageableData) DefaultComponentTypeFacade.getTypeRestrictionsForPage(String pageId) This method retrieves the codes of the component types applicable (type restrictions) on the given page. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.uniqueidentifier.functions
Methods in de.hybris.platform.cmsfacades.uniqueidentifier.functions that throw CMSItemNotFoundException -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.usergroups
Methods in de.hybris.platform.cmsfacades.usergroups that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionUserGroupFacade.getUserGroupById(String uid) Get a single user group. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.usergroups.impl
Methods in de.hybris.platform.cmsfacades.usergroups.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultUserGroupFacade.getUserGroupById(String uid) voidDefaultUserGroupFacadeTest.shouldFailGetOneUserGroupById()voidDefaultUserGroupFacadeTest.shouldGetOneUserGroupById() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.users
Methods in de.hybris.platform.cmsfacades.users that throw CMSItemNotFoundException -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.users.impl
Methods in de.hybris.platform.cmsfacades.users.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultUserFacade.getUserById(String userUID) voidDefaultUserFacadeTest.givenInvalidId_WhenGetUserByIdIsCalled_ThenItMustReturnException()voidDefaultUserFacadeTest.givenValidId_WhenGetUserByIdIsCalled_ThenItMustReturnUserData() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.version
Methods in de.hybris.platform.cmsfacades.version that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionCMSVersionFacade.findVersionsForItem(String itemUUID, String mask, PageableData pageableData) Retrieves a paginated result of CMSVersionData matching the search criteria -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.version.impl
Methods in de.hybris.platform.cmsfacades.version.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultCMSVersionFacade.findVersionsForItem(String itemUUID, String mask, PageableData pageableData) voidDefaultCMSVersionFacadeTest.shouldFailFindVersionsForItem_CMSItemDoesNotExist()voidDefaultCMSVersionFacadeTest.shouldFindVersionsForItem() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.version.populator
Methods in de.hybris.platform.cmsfacades.version.populator that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidCMSVersionDataPopulatorTest.shouldFailPopulateItemNotFound()voidCMSVersionDataPopulatorTest.shouldPopulateVersionAndItemUUIDs() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidDefaultCMSWorkflowFacadeTest.givenCreateVersionFlagIsFalse_WhenCreateAndStartWorkflowCalled_ThenNoVersionIsCreated()voidDefaultCMSWorkflowFacadeTest.givenCreateVersionFlagIsTrue_WhenCreateAndStartWorkflowCalled_ThenItMustGenerateANewVersionForEachAttachment()voidDefaultCMSWorkflowFacadeTest.givenInvalidPayload_WhenCreateAndStartWorkflowCalled_ThenItMustThrowValidationError()voidDefaultCMSWorkflowFacadeTest.givenUserHasNoCreatePermissionOnWorkflow_WhenCreateAndStartWorkflowCalled_ThenItThrowsAnException()voidDefaultCMSWorkflowFacadeTest.givenValidPayload_WhenCreateAndStartWorkflowCalled_ThenItMustConvertAndReturnTheRightResponsePayload()voidDefaultCMSWorkflowFacadeTest.givenValidPayload_WhenCreateAndStartWorkflowCalled_ThenItMustCreateAndStartWorkflow()voidDefaultCMSWorkflowFacadeTest.givenWorkflowCannotBeStarted_WhenCreateAndStartWorkflowIsCalled_ThenItMustThrowAnException()voidDefaultCMSWorkflowActionFacadeTest.setUp()voidDefaultCMSWorkflowFacadeTest.setUp()voidDefaultCMSWorkflowFacadeTest.shouldThrowExceptionIfUidDoesNotExistWhileVerifyingWhetherItemsEditableOrNot() -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsocc.controllers
Methods in de.hybris.platform.cmsocc.controllers that throw CMSItemNotFoundException -
Uses of CMSItemNotFoundException in de.hybris.platform.cmsoccaddon.controllers
Methods in de.hybris.platform.cmsoccaddon.controllers that throw CMSItemNotFoundException -
Uses of CMSItemNotFoundException in de.hybris.platform.cmssmarteditwebservices.pages.controller
Methods in de.hybris.platform.cmssmarteditwebservices.pages.controller that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionPageComponentTypesController.getComponentTypesAvailableToPage(CMSComponentTypesForPageSearchWsDTO componentTypesForPageSearchWsDTO, PageableWsDTO pageableInfo, String fields) PageOperationsController.perform(String catalogId, String pageId, CMSPageOperationWsDTO dto) -
Uses of CMSItemNotFoundException in de.hybris.platform.cmswebservices.cmsitems.controller
Methods in de.hybris.platform.cmswebservices.cmsitems.controller that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionCMSItemController.createCMSItem(Map<String, Object> inputMap, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) CMSItemController.findCmsItemsByUuidsInBody(CMSItemUuidListWsDTO dto) CMSItemController.getCMSItemByUUid(String uuid, String fields) voidCMSItemController.removeCMSItembyUUid(String uuid) CMSItemController.updateCMSItem(String uuid, Map<String, Object> inputMap) CMSItemController.validateCMSItemForCreation(Boolean dryRun, Map<String, Object> inputMap, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) CMSItemController.validateCMSItemForUpdate(Boolean dryRun, String uuid, Map<String, Object> inputMap) -
Uses of CMSItemNotFoundException in de.hybris.platform.cmswebservices.media.controller
Methods in de.hybris.platform.cmswebservices.media.controller that throw CMSItemNotFoundException -
Uses of CMSItemNotFoundException in de.hybris.platform.cmswebservices.pages.controller
Methods in de.hybris.platform.cmswebservices.pages.controller that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionPageController.findFallbackPages(String pageId) PageController.findVariationPages(String pageId) PageController.getPageByUid(String pageId) Deprecated, for removal: This API element is subject to removal in a future version.since 6.6 -
Uses of CMSItemNotFoundException in de.hybris.platform.cmswebservices.pagescontentslotscomponents.controller
Methods in de.hybris.platform.cmswebservices.pagescontentslotscomponents.controller that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionPageContentSlotComponentController.addComponentToSlot(PageContentSlotComponentData pageContentSlotComponentData, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) PageContentSlotComponentController.moveComponent(String pageId, String slotId, String componentId, PageContentSlotComponentData pageContentSlotComponent) voidPageContentSlotComponentController.removeComponent(String slotId, String componentId) -
Uses of CMSItemNotFoundException in de.hybris.platform.cmswebservices.pagescontentslotstyperestrictions.controller
Methods in de.hybris.platform.cmswebservices.pagescontentslotstyperestrictions.controller that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionPageContentSlotTypeRestrictionController.getTypeRestrictionsForContentSlot(String pageId, String slotId) PageContentSlotTypeRestrictionController.searchTypeRestrictionBySlotIds(String pageId, CMSContentSlotIdListWsDTO data) -
Uses of CMSItemNotFoundException in de.hybris.platform.cmswebservices.pagesrestrictions.controller
Methods in de.hybris.platform.cmswebservices.pagesrestrictions.controller that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionPagesRestrictionsController.updatePageRestrictionListData(String pageId, PageRestrictionListData pageRestrictionListData) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSItemController#getCMSItemByUUid(String)using the page UUID instead. -
Uses of CMSItemNotFoundException in de.hybris.platform.cmswebservices.products.controller
Methods in de.hybris.platform.cmswebservices.products.controller that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionCategoryController.getCategoryByCode(String code) ProductController.getProductByCode(String code) -
Uses of CMSItemNotFoundException in de.hybris.platform.cmswebservices.synchronization.controller
Methods in de.hybris.platform.cmswebservices.synchronization.controller that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionCatalogVersionSynchronizationController.createSynchronizationByCatalogSourceTarget(SyncJobRequestData syncJobRequest) Deprecated, for removal: This API element is subject to removal in a future version.since 2005, please useCatalogVersionSynchronizationController.requestNewSynchronizationByCatalogSourceTarget(SyncJobRequestData)instead.CatalogVersionSynchronizationController.requestNewSynchronizationByCatalogSourceTarget(SyncJobRequestData syncJobRequest) -
Uses of CMSItemNotFoundException in de.hybris.platform.cmswebservices.usergroups.controller
Methods in de.hybris.platform.cmswebservices.usergroups.controller that throw CMSItemNotFoundException -
Uses of CMSItemNotFoundException in de.hybris.platform.cmswebservices.users.controller
Methods in de.hybris.platform.cmswebservices.users.controller that throw CMSItemNotFoundException -
Uses of CMSItemNotFoundException in de.hybris.platform.cmswebservices.version.controller
Methods in de.hybris.platform.cmswebservices.version.controller that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionCMSVersionController.findVersionsForItem(String itemUUID, String mask, PageableWsDTO pageableInfo) -
Uses of CMSItemNotFoundException in de.hybris.platform.commerceorgaddon.controllers.pages
Methods in de.hybris.platform.commerceorgaddon.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionBusinessUnitManagementPageController.addAddress(String unit, @Valid AddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) BusinessUnitManagementPageController.addAddress(String unit, org.springframework.ui.Model model) CostCenterManagementPageController.addCostCenter(org.springframework.ui.Model model) protected StringMyCompanyPageController.addCostCenter(org.springframework.ui.Model model) BusinessUnitManagementPageController.addCostCenterToUnit(String unit, @Valid B2BCostCenterForm b2BCostCenterForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) BusinessUnitManagementPageController.addCostCenterToUnit(String unit, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) BudgetManagementPageController.addNewBudget(@Valid B2BBudgetForm b2BBudgetForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) PermissionManagementPageController.addNewPermission(@Valid B2BPermissionTypeSelectionForm b2BPermissionTypeSelectionForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model) PermissionManagementPageController.addNewPermissionForm(String permissionType, org.springframework.ui.Model model) CostCenterManagementPageController.assignBudgetsForCostCenter(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, String costCenterCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) BudgetManagementPageController.confirmDisableBudgets(String budgetCode, org.springframework.ui.Model model) CostCenterManagementPageController.confirmDisableCostCenter(String costCenterCode, org.springframework.ui.Model model) PermissionManagementPageController.confirmDisablePermission(String permissionCode, org.springframework.ui.Model model) BusinessUnitUserManagementPageController.confirmRemoveApproverFromUnit(String unit, String user, String role, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) UserManagementPageController.confirmRemoveApproverFromUser(String user, String approver, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) BusinessUnitUserManagementPageController.confirmRemoveMemberFromUnit(String unit, String user, String role, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) UserManagementPageController.confirmRemovePermissionFromUser(String user, String permission, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) UserManagementPageController.confirmRemoveUserGroupFromUser(String user, String usergroup, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) BusinessUnitUserManagementPageController.createCustomerOfUnit(String unit, String role, @Valid B2BCustomerForm b2bCustomerForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) BusinessUnitUserManagementPageController.createCustomerOfUnit(String unit, String role, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) BusinessUnitManagementPageController.createUnit(@Valid B2BUnitForm unitForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) BusinessUnitManagementPageController.createUnit(String unit, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) protected StringMyCompanyPageController.createUser(B2BCustomerForm b2BCustomerForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) protected StringMyCompanyPageController.createUser(org.springframework.ui.Model model) UserManagementPageController.createUser(@Valid B2BCustomerForm b2BCustomerForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) UserManagementPageController.createUser(org.springframework.ui.Model model) B2BUserGroupManagementPageController.createUserGroup(@Valid B2BUserGroupForm userGroupForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) B2BUserGroupManagementPageController.createUserGroup(org.springframework.ui.Model model) BusinessUnitUserManagementPageController.deselectApprover(String unit, String user) UserManagementPageController.deselectApproverForCustomer(String user, String approver) UserManagementPageController.deselectB2BUserGroupForCustomer(String user, String usergroup) CostCenterManagementPageController.deselectBudgetForCostCenter(String costCenterCode, String budgetCode) BusinessUnitUserManagementPageController.deselectCustomer(String user, String role) B2BUserGroupManagementPageController.deselectMemberOfUnitGroup(String usergroup, String user) UserManagementPageController.deselectPermissionForCustomer(String user, String permission) B2BUserGroupManagementPageController.deselectPermissonForUserGroup(String usergroup, String permission) BudgetManagementPageController.disableBudget(String budgetCode, org.springframework.ui.Model model) CostCenterManagementPageController.disableCostCenter(String costCenterCode, org.springframework.ui.Model model) PermissionManagementPageController.disablePermission(String permissionCode, org.springframework.ui.Model model) BusinessUnitManagementPageController.disableUnit(String unit, org.springframework.ui.Model model) BusinessUnitManagementPageController.disableUnitConfirmation(String unit, org.springframework.ui.Model model) UserManagementPageController.disableUser(String user, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) UserManagementPageController.disableUserConfirmation(String user, org.springframework.ui.Model model) B2BUserGroupManagementPageController.disableUserGroup(String usergroup) B2BUserGroupManagementPageController.disableUsergroupConfirmation(String usergroup, org.springframework.ui.Model model) BusinessUnitManagementPageController.editAddress(String unit, String addressId, @Valid AddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) BusinessUnitManagementPageController.editAddress(String unit, String addressId, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) BudgetManagementPageController.editBudgetsDetails(String budgetCode, org.springframework.ui.Model model) CostCenterManagementPageController.editCostCenterDetails(String costCenterCode, org.springframework.ui.Model model) protected StringMyCompanyPageController.editCostCenterDetails(String costCenterCode, org.springframework.ui.Model model) BusinessUnitManagementPageController.editCostCenterToUnit(String unit, String costCenterCode, @Valid B2BCostCenterForm b2BCostCenterForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) BusinessUnitManagementPageController.editCostCenterToUnit(String unit, String costCenterCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) MyCompanyPageController.editPermission(B2BPermissionForm b2BPermissionForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) MyCompanyPageController.editPermission(String permissionCode, org.springframework.ui.Model model) PermissionManagementPageController.editPermission(@Valid B2BPermissionForm b2BPermissionForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) PermissionManagementPageController.editPermission(String permissionCode, org.springframework.ui.Model model) BusinessUnitManagementPageController.editUnit(String unit, @Valid B2BUnitForm unitForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) protected StringMyCompanyPageController.editUser(String user, B2BCustomerForm b2BCustomerForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) UserManagementPageController.editUser(String user, @Valid B2BCustomerForm b2BCustomerForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) B2BUserGroupManagementPageController.editUserGroup(String usergroup, @Valid B2BUserGroupForm userGroupForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) B2BUserGroupManagementPageController.editUserGroup(String usergroup, org.springframework.ui.Model model) UserManagementPageController.editUsersPermission(String user, String permission, @Valid B2BPermissionForm b2BPermissionForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) UserManagementPageController.editUsersPermission(String user, String permission, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) BudgetManagementPageController.enableBudget(String budgetCode, org.springframework.ui.Model model) CostCenterManagementPageController.enableCostCenter(String costCenterCode, org.springframework.ui.Model model) PermissionManagementPageController.enablePermission(String permissionCode, org.springframework.ui.Model model) BusinessUnitManagementPageController.enableUnit(String unit, org.springframework.ui.Model model) UserManagementPageController.enableUser(String user, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) BudgetManagementPageController.getAddBudgetPage(org.springframework.ui.Model model) PermissionManagementPageController.getAddErrorPermissionPage(org.springframework.ui.Model model) PermissionManagementPageController.getAddPermissionPage(org.springframework.ui.Model model) protected AbstractPageModelMyCompanyLoginController.getCmsPage()BusinessUnitUserManagementPageController.getPagedAdministratorsForUnit(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, String unit, String role, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) UserManagementPageController.getPagedApproversForCustomer(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, String user, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) BusinessUnitUserManagementPageController.getPagedApproversForUnit(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, String unit, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) B2BUserGroupManagementPageController.getPagedB2BUserGroups(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model) UserManagementPageController.getPagedB2BUserGroupsForCustomer(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, String user, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) BusinessUnitUserManagementPageController.getPagedCustomersForUnit(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, String unit, String role, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) B2BUserGroupManagementPageController.getPagedCustomersForUserGroup(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, String usergroup, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) BusinessUnitUserManagementPageController.getPagedManagersForUnit(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, String unit, String role, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) UserManagementPageController.getPagedPermissionsForCustomer(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, String user, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) B2BUserGroupManagementPageController.getPagedPermissionsForUserGroup(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, String usergroup, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) PermissionManagementPageController.getSelectPermissionTypePage(org.springframework.ui.Model model) BudgetManagementPageController.manageBudgets(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model) CostCenterManagementPageController.manageCostCenters(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model) PermissionManagementPageController.managePermissions(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model) BusinessUnitManagementPageController.manageUnits(org.springframework.ui.Model model) protected StringMyCompanyPageController.manageUserDetail(String user, org.springframework.ui.Model model) UserManagementPageController.manageUserDetail(String user, org.springframework.ui.Model model) UserManagementPageController.manageUsers(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model) BusinessUnitManagementPageController.removeAddress(String unit, String addressId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) UserManagementPageController.removeApproverFromCustomer(String user, String approver, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) BusinessUnitUserManagementPageController.removeApproverFromUnit(String unit, String user, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) UserManagementPageController.removeCustomersPermission(String user, String permission, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) UserManagementPageController.removeCustomersUserGroup(String user, String usergroup, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) BusinessUnitUserManagementPageController.removeMemberFromUnit(String unit, String user, String role, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) B2BUserGroupManagementPageController.removeUserGroup(String usergroup, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) B2BUserGroupManagementPageController.removeUsergroupConfirmation(String usergroup, org.springframework.ui.Model model) CostCenterManagementPageController.saveCostCenter(@Valid B2BCostCenterForm b2BCostCenterForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) protected StringMyCompanyPageController.saveCostCenter(@Valid B2BCostCenterForm b2BCostCenterForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) PermissionManagementPageController.saveNewPermissionDetails(@Valid B2BPermissionForm b2BPermissionForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) BusinessUnitUserManagementPageController.selectApprover(String unit, String user) UserManagementPageController.selectApproverForCustomer(String user, String approver) UserManagementPageController.selectB2BUserGroupForCustomer(String user, String usergroup) CostCenterManagementPageController.selectBudgetForCostCenter(String costCenterCode, String budgetCode) BusinessUnitUserManagementPageController.selectCustomer(String user, String role) B2BUserGroupManagementPageController.selectMemberOfUnitGroup(String usergroup, String user) UserManagementPageController.selectPermissionForCustomer(String user, String permission) B2BUserGroupManagementPageController.selectPermissonForUserGroup(String usergroup, String permission) BusinessUnitManagementPageController.unitDetails(String unit, org.springframework.ui.Model model) protected StringMyCompanyPageController.unitDetails(String unit, org.springframework.ui.Model model) BudgetManagementPageController.updateBudgetsDetails(String budgetCode, @Valid B2BBudgetForm b2BBudgetForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) CostCenterManagementPageController.updateCostCenterDetails(@Valid B2BCostCenterForm b2BCostCenterForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) protected StringMyCompanyPageController.updateCostCenterDetails(B2BCostCenterForm b2BCostCenterForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) UserManagementPageController.updatePassword(String user, @Valid CustomerResetPasswordForm customerResetPasswordForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) UserManagementPageController.updatePassword(String user, org.springframework.ui.Model model) BudgetManagementPageController.viewBudgetsDetails(String budgetCode, org.springframework.ui.Model model) BudgetManagementPageController.viewBudgetUnitDetails(String budgetCode, String unit, org.springframework.ui.Model model) CostCenterManagementPageController.viewCostCenterDetails(String costCenterCode, org.springframework.ui.Model model) protected StringMyCompanyPageController.viewCostCenterDetails(String costCenterCode, org.springframework.ui.Model model) BusinessUnitManagementPageController.viewCostCenterForUnit(String unit, String costCenterCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) CostCenterManagementPageController.viewCostCenterUnitDetails(String costCenterCode, String unit, org.springframework.ui.Model model) BusinessUnitUserManagementPageController.viewCustomerOfUnit(String unit, String user, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) PermissionManagementPageController.viewPermissionDetails(String permissionCode, org.springframework.ui.Model model) B2BUserGroupManagementPageController.viewUserGroupDetails(String usergroup, org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.configurablebundleaddon.controllers.pages
Methods in de.hybris.platform.configurablebundleaddon.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionBundlePageController.editEntryGroup(Integer groupNumber, String searchQuery, int page, AbstractSearchPageController.ShowMode showMode, String sortCode, javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model) Select products for given bundle component. -
Uses of CMSItemNotFoundException in de.hybris.platform.customercouponaddon.controllers.pages
Methods in de.hybris.platform.customercouponaddon.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionCustomerCouponsPageController.coupons(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.customerinterestsaddon.controllers.pages
Methods in de.hybris.platform.customerinterestsaddon.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionMyInterestsPageController.getCustomerInterests(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.customerticketingaddon.controllers.pages
Methods in de.hybris.platform.customerticketingaddon.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionAccountSupportTicketsPageController.addSupportTicket(org.springframework.ui.Model model) Used for retrieving page to create a customer support ticket.AccountSupportTicketsPageController.getSupportTicket(String ticketId, org.springframework.ui.Model model, boolean ticketUpdated, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) Get Ticket Details.AccountSupportTicketsPageController.supportTickets(int pageNumber, AbstractSearchPageController.ShowMode showMode, String sortCode, boolean ticketAdded, org.springframework.ui.Model model) Lists all tickets -
Uses of CMSItemNotFoundException in de.hybris.platform.marketplaceaddon.controllers.pages
Methods in de.hybris.platform.marketplaceaddon.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionCustomerReviewController.enterPage(String orderCode, String consignmentCode, OrderReviewForm orderReviewForm, org.springframework.ui.Model model) protected voidCustomerReviewController.populateCommonModelAttributes(org.springframework.ui.Model model, OrderReviewForm form, String orderCode) CustomerReviewController.postReview(String orderCode, String consignmentCode, OrderReviewForm orderReviewForm, org.springframework.ui.Model model, org.springframework.validation.BindingResult result, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs) VendorLandingPageController.reviews(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, String vendorCode, org.springframework.ui.Model model) VendorIndexPageController.vendorIndexPage(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.marketplaceservices.dataimport.batch.translator
Methods in de.hybris.platform.marketplaceservices.dataimport.batch.translator that throw CMSItemNotFoundException -
Uses of CMSItemNotFoundException in de.hybris.platform.notificationaddon.controllers.pages
Methods in de.hybris.platform.notificationaddon.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionNotificationPreferencePageController.getNotificationPreferences(org.springframework.ui.Model model) NotificationPreferencePageController.updateNotificationPreference(NotificationChannelForm notificationPreferenceForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of CMSItemNotFoundException in de.hybris.platform.orderselfserviceaddon.controllers.pages
Methods in de.hybris.platform.orderselfserviceaddon.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionCancelOrderPageController.confirmCancelOrderPage(String orderCode, OrderEntryCancelForm orderEntryCancelForm, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) ReturnOrderPageController.confirmReturnOrderPage(String orderCode, OrderEntryReturnForm orderEntryReturnForm, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) AccountReturnsPageController.getMyReturnRequests(int pageNumber, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model) Lists all return requestsCancelOrderPageController.showCancelOrderPage(String orderCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) CancelReturnPageController.showCancelReturnPage(String returnCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) Displays the cancel return pageReturnOrderPageController.showReturnOrderPage(String orderCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) AccountReturnsPageController.showReturnRequestDetailsPage(String returnRequestCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) CancelOrderPageController.submitCancelOrderPage(String orderCode, OrderEntryCancelForm orderEntryCancelForm, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) ReturnOrderPageController.submitCancelOrderPage(String orderCode, OrderEntryReturnForm orderEntryReturnForm, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) CancelReturnPageController.submitCancelReturnPage(String returnCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) Submits the return cancellation request -
Uses of CMSItemNotFoundException in de.hybris.platform.personalizationcms.strategy
Methods in de.hybris.platform.personalizationcms.strategy that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidDefaultCxCmsContainerStrategyTest.initMocks()voidDefaultCxCmsContainerStrategyTest.shouldReturn1CxComponentWhen1ActionResult()voidDefaultCxCmsContainerStrategyTest.shouldReturn1CxComponentWhen2ActionResult()voidDefaultCxCmsContainerStrategyTest.shouldReturn1CxComponentWhen2ActionResultOtherOrder()voidDefaultCxCmsContainerStrategyTest.shouldReturnDefaultComponentWhenComponentNotFound()voidDefaultCxCmsContainerStrategyTest.shouldReturnDefaultComponentWhenNoActionResultForSpecificContainer() -
Uses of CMSItemNotFoundException in de.hybris.platform.personalizationcmsweb
Methods in de.hybris.platform.personalizationcmsweb that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidPersonalizationCmsWebservicesVersionQueryTest.shouldAllowVersionChange()voidPersonalizationCmsWebservicesVersionQueryTest.shouldWarnForVersionChange() -
Uses of CMSItemNotFoundException in de.hybris.platform.personalizationcmsweb.queries
Methods in de.hybris.platform.personalizationcmsweb.queries that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidCxReplaceComponentWithContainerExecutorTest.executeAfterValidationWhenComponentFromParentCatalogTest()voidCxReplaceComponentWithContainerExecutorTest.executeAfterValidationWhenComponentNotExistTest()voidCxReplaceComponentWithContainerExecutorTest.setup() -
Uses of CMSItemNotFoundException in de.hybris.platform.previewwebservices.controllers
Methods in de.hybris.platform.previewwebservices.controllers that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PreviewTicketWsDTO>PreviewController.createPreviewTicket(PreviewTicketWsDTO previewTicketInformation, org.springframework.web.util.UriComponentsBuilder builder) Creates a new preview ticket -
Uses of CMSItemNotFoundException in de.hybris.platform.previewwebservices.facades
Methods in de.hybris.platform.previewwebservices.facades that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionPreviewFacade.createPreviewTicket(PreviewTicketWsDTO previewTicketWsDTO) Create a new preview ticket -
Uses of CMSItemNotFoundException in de.hybris.platform.previewwebservices.facades.impl
Methods in de.hybris.platform.previewwebservices.facades.impl that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDefaultPreviewFacade.createPreviewTicket(PreviewTicketWsDTO previewTicketWsDTO) voidDefaultPreviewFacadeTest.testCreatePreviewTicketShouldCallTheConverter() -
Uses of CMSItemNotFoundException in de.hybris.platform.previewwebservices.populators
Methods in de.hybris.platform.previewwebservices.populators that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidPreviewTicketReversePopulatorTest.setUp()voidPreviewTicketReversePopulatorTest.shouldCallCmsSiteServiceIfSiteIdNotProvided() -
Uses of CMSItemNotFoundException in de.hybris.platform.sap.productconfig.frontend.controllers
Methods in de.hybris.platform.sap.productconfig.frontend.controllers that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionVariantOverviewController.getVariantOverview(String productCodeEncoded, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) Renders the product configuration overview page, using a product configuration variant as input.VariantOverviewController.getVariantOverviewFromCartBoundConfig(String productCodeEncoded, int entryNumber, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) Renders the product configuration overview page, using an entry number and a product configuration variant as input.protected voidAbstractProductConfigController.populateCMSAttributes(org.springframework.ui.Model model) protected voidCartConfigureProductController.populateConfigurationModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, OrderEntryData currentEntry, ConfigurationData configData) protected voidAbstractConfigurationOverviewController.prepareUiModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, OverviewUiData overviewUiData, ConfigurationOverviewData configOverviewData) protected org.springframework.web.servlet.ModelAndViewUpdateConfigureProductController.render(org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, UpdateDataHolder updateData) org.springframework.web.servlet.ModelAndViewVariantOverviewController.updateVariantOverview(String productCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) Updates the product config overview page for variants. -
Uses of CMSItemNotFoundException in de.hybris.platform.selectivecartaddon.controllers.misc
Methods in de.hybris.platform.selectivecartaddon.controllers.misc that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionMiniCartControllerForSelectiveCart.rolloverMiniCartPopup(String componentUid, org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.selectivecartsplitlistaddon.controllers.misc
Methods in de.hybris.platform.selectivecartsplitlistaddon.controllers.misc that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionMiniCartControllerForSelectiveCart.rolloverMiniCartPopup(String componentUid, org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.smarteditaddon.service
Methods in de.hybris.platform.smarteditaddon.service that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionvoidSmartEditEmailTemplateServiceTest.addSmartEditPageBodyAttributes_appendsBodyCssClasses()SmartEditEmailTemplateService.getPageTemplate(EmailPageData emailPageData) -
Uses of CMSItemNotFoundException in de.hybris.platform.textfieldconfiguratortemplateaddon.controllers.pages
Methods in de.hybris.platform.textfieldconfiguratortemplateaddon.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionProductTextfieldConfiguratorController.displayConfigurationInOrderEntry(String orderCode, int entryNumber, org.springframework.ui.Model model) ProductTextfieldConfiguratorController.displayConfigurationInQuoteEntry(String quoteCode, int entryNumber, org.springframework.ui.Model model) ProductTextfieldConfiguratorController.displayConfigurationInSavedCartEntry(String cartCode, int entryNumber, org.springframework.ui.Model model) ProductTextfieldConfiguratorController.editConfigurationInEntry(int entryNumber, org.springframework.ui.Model model) protected StringProductTextfieldConfiguratorController.productConfigurator(String encodedProductCode, org.springframework.ui.Model model, ConfigureForm configureForm) Renders the dynamic product textfield configuration content page for the given product.ProductTextfieldConfiguratorController.productConfiguratorGet(String encodedProductCode, org.springframework.ui.Model model, ConfigureForm configureForm) Accepts HTTP-GET requests and delegates toProductTextfieldConfiguratorController.productConfigurator(String, Model, ConfigureForm)ProductTextfieldConfiguratorController.productConfiguratorPost(String encodedProductCode, org.springframework.ui.Model model, ConfigureForm configureForm) Accepts HTTP-POST requests and delegates toProductTextfieldConfiguratorController.productConfigurator(String, Model, ConfigureForm)protected voidProductTextfieldConfiguratorController.storePageData(String productCode, List<ConfigurationInfoData> configuration, org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.yacceleratorstorefront.controllers.cms
Methods in de.hybris.platform.yacceleratorstorefront.controllers.cms that throw CMSItemNotFoundException -
Uses of CMSItemNotFoundException in de.hybris.platform.yacceleratorstorefront.controllers.misc
Methods in de.hybris.platform.yacceleratorstorefront.controllers.misc that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionMiniCartController.rolloverMiniCartPopup(String componentUid, org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.yacceleratorstorefront.controllers.pages
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionAccountPageController.account(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) AccountPageController.addAddress(AddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) AccountPageController.addAddress(org.springframework.ui.Model model) PasswordResetPageController.changePassword(@Valid UpdatePwdForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) CheckoutLoginController.checkoutRegister(boolean loginError, javax.servlet.http.HttpSession session, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) voidAccountPageController.closeAccount(javax.servlet.http.HttpServletRequest request) AccountPageController.consentManagement(org.springframework.ui.Model model) CheckoutLoginController.doAnonymousCheckout(boolean loginError, javax.servlet.http.HttpSession session, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) CheckoutLoginController.doAnonymousCheckout(GuestForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) CheckoutLoginController.doCheckoutLogin(boolean loginError, javax.servlet.http.HttpSession session, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) CheckoutLoginController.doCheckoutRegister(RegisterForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) CheckoutRegisterController.doCheckoutRegister(RegisterForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) CheckoutRegisterController.doCheckoutRegister(org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) LoginPageController.doLogin(String referer, boolean loginError, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpSession session) LoginPageController.doRegister(String referer, RegisterForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) RegisterPageController.doRegister(RegisterForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) RegisterPageController.doRegister(org.springframework.ui.Model model) AccountPageController.editAddress(AddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) AccountPageController.editAddress(String addressCode, org.springframework.ui.Model model) AccountPageController.editEmail(org.springframework.ui.Model model) AccountPageController.editProfile(org.springframework.ui.Model model) PasswordResetPageController.externalPasswordRequest(@Valid ForgottenPwdForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) StoreLocatorPageController.findStores(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, String locationQuery, Double latitude, Double longitude, StoreFinderForm storeFinderForm, org.springframework.ui.Model model, org.springframework.validation.BindingResult bindingResult) DefaultPageController.get(org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) AccountPageController.getAddressBook(org.springframework.ui.Model model) SearchPageController.getAutocompleteSuggestions(String componentUid, String term) PasswordResetPageController.getChangePassword(String token, org.springframework.ui.Model model) protected AbstractPageModelCheckoutLoginController.getCmsPage()protected AbstractPageModelCheckoutRegisterController.getCmsPage()protected AbstractPageModelLoginPageController.getCmsPage()protected AbstractPageModelRegisterPageController.getCmsPage()PasswordResetPageController.getExternalPasswordRequest(org.springframework.ui.Model model) PasswordResetPageController.getExternalPasswordRequestConf(org.springframework.ui.Model model) SearchPageController.getFacets(String searchQuery, int page, AbstractSearchPageController.ShowMode showMode, String sortCode) protected AbstractPageModelProductPageController.getPageForProduct(String productCode) PasswordResetPageController.getPasswordRequest(org.springframework.ui.Model model) QuickOrderPageController.getQuickOrderPage(org.springframework.ui.Model model) protected AbstractPageModelStoreLocatorPageController.getStoreFinderPage()StoreLocatorPageController.getStoreFinderPage(org.springframework.ui.Model model) protected AbstractPageModelStorePageController.getStoreFinderPage()LoginPageController.getTermsAndConditions(org.springframework.ui.Model model) HomePageController.home(boolean closeAcc, boolean logout, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) SearchPageController.jsonSearchResults(String searchQuery, int page, AbstractSearchPageController.ShowMode showMode, String sortCode) QuoteController.newCart(String quoteCode, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) AccountPageController.order(String orderCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) GuestOrderController.order(String orderGUID, org.springframework.ui.Model model, javax.servlet.http.HttpServletResponse response) CheckoutController.orderConfirmation(GuestRegisterForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) CheckoutController.orderConfirmation(String orderCode, javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) AccountPageController.orders(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model) PasswordResetPageController.passwordRequest(@Valid ForgottenPwdForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model) AccountPageController.paymentDetails(org.springframework.ui.Model model) protected voidProductPageController.populateProductDetailForDisplay(String productCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, List<ProductOption> extraOptions) ProductPageController.postReview(String productCode, ReviewForm form, org.springframework.validation.BindingResult result, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs) protected StringCartPageController.prepareCartUrl(org.springframework.ui.Model model) protected voidCartPageController.prepareDataForPage(org.springframework.ui.Model model) protected voidPasswordResetPageController.prepareErrorMessage(org.springframework.ui.Model model, String page) Prepares the view to display an error messageprotected StringCheckoutController.processOrderCode(String orderCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) protected StringCheckoutController.processRegisterGuestUserRequest(GuestRegisterForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) ConfigureController.productDetail(String productCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) ProductPageController.productDetail(String productCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) ProductPageController.productFutureStock(String productCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) ProductPageController.productOrderForm(String productCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) AccountPageController.profile(org.springframework.ui.Model model) MyQuotesController.quote(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, String quoteCode) MyQuotesController.quotes(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) SearchPageController.refineSearch(String searchQuery, int page, AbstractSearchPageController.ShowMode showMode, String sortCode, String searchText, javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model) AccountPageController.removePaymentMethod(String paymentMethodId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AccountSavedCartsPageController.savedCart(String cartCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) ImportCSVPageController.savedCartImport(org.springframework.ui.Model model) AccountSavedCartsPageController.savedCarts(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, org.springframework.ui.Model model) StoreLocatorPageController.searchByCurrentPosition(int page, AbstractSearchPageController.ShowMode showMode, String sortCode, StorePositionForm storePositionForm, org.springframework.ui.Model model) protected StringAccountPageController.setErrorMessagesAndCMSPage(org.springframework.ui.Model model, String cmsPageLabelOrId) protected voidProductPageController.setUpReviewPage(org.springframework.ui.Model model, String productCode) CartPageController.showCart(org.springframework.ui.Model model) AccountPageController.showCloseAccountPage(org.springframework.ui.Model model) QuoteController.showQuoteEdit(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, String quoteCode) Loads quote edit page.StorePageController.storeDetail(String storeCode, Double sourceLatitude, Double sourceLongitude, String locationQuery, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) SearchPageController.textSearch(String searchText, javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model) CartPageController.updateCartQuantities(long entryNumber, org.springframework.ui.Model model, @Valid UpdateQuantityForm form, org.springframework.validation.BindingResult bindingResult, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) AccountPageController.updateEmail(UpdateEmailForm updateEmailForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AccountPageController.updatePassword(UpdatePasswordForm updatePasswordForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AccountPageController.updatePassword(org.springframework.ui.Model model) AccountPageController.updateProfile(UpdateProfileForm updateProfileForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) StorePageController.viewMap(String storeCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) AccountPageController.withdrawConsent(String consentCode, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) ProductPageController.writeReview(String productCode, ReviewForm form, org.springframework.validation.BindingResult result, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs) ProductPageController.writeReview(String productCode, org.springframework.ui.Model model) -
Uses of CMSItemNotFoundException in de.hybris.platform.yacceleratorstorefront.controllers.pages.checkout.steps
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages.checkout.steps that throw CMSItemNotFoundExceptionModifier and TypeMethodDescriptionDeliveryAddressCheckoutStepController.add(AddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) PaymentMethodCheckoutStepController.add(org.springframework.ui.Model model, @Valid PaymentDetailsForm paymentDetailsForm, org.springframework.validation.BindingResult bindingResult) SopPaymentResponseController.doHandleSopResponse(javax.servlet.http.HttpServletRequest request, @Valid SopPaymentDetailsForm sopPaymentDetailsForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) HopPaymentResponseController.doHostedOrderPageError(String decision, String reasonCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) PickupLocationCheckoutStepController.doSelectDeliveryLocation(String posName, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) DeliveryAddressCheckoutStepController.edit(AddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) DeliveryAddressCheckoutStepController.editAddressForm(String editAddressCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) DeliveryAddressCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) DeliveryMethodCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) MultiStepCheckoutController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) PaymentMethodCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) PickupLocationCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) SummaryCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) MultiStepCheckoutController.getTermsAndConditions(org.springframework.ui.Model model) MultiStepCheckoutController.performExpressCheckout(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) SummaryCheckoutStepController.placeOrder(PlaceOrderForm placeOrderForm, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) protected voidDeliveryAddressCheckoutStepController.populateCommonModelAttributes(org.springframework.ui.Model model, CartData cartData, AddressForm addressForm) protected StringSopPaymentResponseController.processErrors(@Valid SopPaymentDetailsForm sopPaymentDetailsForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes, PaymentSubscriptionResultData paymentSubscriptionResultData) PaymentMethodCheckoutStepController.remove(String paymentMethodId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) DeliveryAddressCheckoutStepController.removeAddress(String addressCode, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, org.springframework.ui.Model model) protected voidPaymentMethodCheckoutStepController.setupAddPaymentPage(org.springframework.ui.Model model)