Uses of Class
de.hybris.platform.servicelayer.exceptions.BusinessException
-
-
Uses of BusinessException in de.hybris.platform.audit.internal.config.validation
Subclasses of BusinessException in de.hybris.platform.audit.internal.config.validation Modifier and Type Class Description classAuditConfigValidationException -
Uses of BusinessException in de.hybris.platform.catalog.exceptions
Subclasses of BusinessException in de.hybris.platform.catalog.exceptions Modifier and Type Class Description classCatalogAwareObjectResolvingExceptionThrown by theCatalogTypeService.getCatalogVersionAwareModel(de.hybris.platform.catalog.model.CatalogVersionModel, String, java.util.Map)when one of the method parameters was a non-persisted model. -
Uses of BusinessException in de.hybris.platform.chinesepaymentfacades.checkout
Methods in de.hybris.platform.chinesepaymentfacades.checkout that throw BusinessException Modifier and Type Method Description OrderDataChineseCheckoutFacade. createOrder()Creates an order. -
Uses of BusinessException in de.hybris.platform.chinesepaymentfacades.checkout.impl
Methods in de.hybris.platform.chinesepaymentfacades.checkout.impl that throw BusinessException Modifier and Type Method Description OrderDataDefaultChineseCheckoutFacade. createOrder() -
Uses of BusinessException in de.hybris.platform.chinesepaymentoccaddon.controllers
Methods in de.hybris.platform.chinesepaymentoccaddon.controllers that throw BusinessException Modifier and Type Method Description OrderWsDTOPaymentInfoController. createChineseOrder(java.lang.String fields) -
Uses of BusinessException in de.hybris.platform.cms2.exceptions
Subclasses of BusinessException in de.hybris.platform.cms2.exceptions Modifier and Type Class Description classCMSItemCreateExceptionclassCMSItemNotFoundExceptionclassCMSVersionNotFoundExceptionException used when aCMSVersionModeldoes not existclassItemNotFoundExceptionException used when aItemModeldoes not existclassItemRollbackExceptionException used when anItemModelcannot be rolled back.classRestrictionEvaluationException -
Uses of BusinessException in de.hybris.platform.cms2.strategies.impl
Methods in de.hybris.platform.cms2.strategies.impl that throw BusinessException Modifier and Type Method Description voidDefaultCMSActivateBaseSiteInSessionStrategyTest. testCurrentCMSSiteEqualsGivenSiteNoCMSSiteSetExpected()voidDefaultCMSActivateBaseSiteInSessionStrategyTest. testCurrentCMSSiteNotEqualsGivenSiteNoCMSSiteSetExpected()voidDefaultCMSActivateBaseSiteInSessionStrategyTest. testCurrentCMSSiteNotEqualsGivenSiteWith()voidDefaultCMSActivateBaseSiteInSessionStrategyTest. testNoCurrentCMSSiteAvailableAndHasNotCurrentCatalogVersionNoCMSSiteSetExpected()voidDefaultCMSActivateBaseSiteInSessionStrategyTest. testNoCurrentCMSSiteAvailableAssureNoSetCurrentSiteCalledNoCMSSiteSetExpected()voidDefaultCMSActivateBaseSiteInSessionStrategyTest. testShouldThrowAnExceptionForFewStoresForSite()voidDefaultCMSActivateBaseSiteInSessionStrategyTest. testThrowAnExceptionWhenNotEmptyContentCatalogs() -
Uses of BusinessException in de.hybris.platform.cmsfacades.types
Subclasses of BusinessException in de.hybris.platform.cmsfacades.types Modifier and Type Class Description classComponentTypeNotFoundExceptionException thrown when searching for a component type that could not be found or does not exist. -
Uses of BusinessException in de.hybris.platform.commercefacades.voucher.exceptions
Subclasses of BusinessException in de.hybris.platform.commercefacades.voucher.exceptions Modifier and Type Class Description classVoucherOperationException -
Uses of BusinessException in de.hybris.platform.commerceservices.order
Subclasses of BusinessException in de.hybris.platform.commerceservices.order Modifier and Type Class Description classCommerceCartMergingExceptionException thrown if the cart cannot be mergedclassCommerceCartModificationExceptionException thrown if the cart cannot be modifiedclassCommerceCartRestorationExceptionException thrown if the cart cannot be modifiedclassCommerceSaveCartExceptionException thrown if the cart cannot be saved -
Uses of BusinessException in de.hybris.platform.commerceservices.promotion
Subclasses of BusinessException in de.hybris.platform.commerceservices.promotion Modifier and Type Class Description classCommercePromotionRestrictionException -
Uses of BusinessException in de.hybris.platform.couponservices.interceptor
Subclasses of BusinessException in de.hybris.platform.couponservices.interceptor Modifier and Type Class Description classCouponInterceptorException -
Uses of BusinessException in de.hybris.platform.hac.scripting.exceptions
Subclasses of BusinessException in de.hybris.platform.hac.scripting.exceptions Modifier and Type Class Description classScriptCompilationExceptionException which is thrown when script provided to the Scripting Language Shell has bad syntax. -
Uses of BusinessException in de.hybris.platform.impex.exceptions
Subclasses of BusinessException in de.hybris.platform.impex.exceptions Modifier and Type Class Description classDecoratorInitExceptionException specific for decorator creation.classImportExportExceptionBase exception for import/export logic via ImpEx mechanism.classInsufficientDataExceptionException for cases where insufficiency of some data occurs.classUnresolvedValueExceptionException covering cases where some unresolvable data for some call value occurs. -
Uses of BusinessException in de.hybris.platform.mediaconversion.model.interceptors
Subclasses of BusinessException in de.hybris.platform.mediaconversion.model.interceptors Modifier and Type Class Description classMediaConversionModelValidationExceptionException thrown if vital model constraints are violated. -
Uses of BusinessException in de.hybris.platform.order
Subclasses of BusinessException in de.hybris.platform.order Modifier and Type Class Description classInvalidCartExceptionThrown when creation or modification of cart is not possible.classPriceExceptionDeprecated.since ages -
Uses of BusinessException in de.hybris.platform.order.exceptions
Subclasses of BusinessException in de.hybris.platform.order.exceptions Modifier and Type Class Description classCalculationExceptionA general exception used byCalculationServiceextensions if an (expected) error occurs during price calculation or requesting price informations.classDeliveryModeInterceptorExceptionThrow this exception when problems in Delivery Mode methods occur. -
Uses of BusinessException in de.hybris.platform.order.interceptors
Methods in de.hybris.platform.order.interceptors that throw BusinessException Modifier and Type Method Description voidCreditCardPaymentInfoValidatorTest. testInValid()voidCreditCardPaymentInfoValidatorTest. testUnchanged()Tests what happens if the card data: number and type were unchanged.voidCreditCardPaymentInfoValidatorTest. testValid() -
Uses of BusinessException in de.hybris.platform.order.strategies.paymentinfo
Methods in de.hybris.platform.order.strategies.paymentinfo that throw BusinessException Modifier and Type Method Description booleanCreditCardNumberHelper. isValidCardNumber(java.lang.String cardNumber, CreditCardType type)Validates Credit card number according to the given card type. -
Uses of BusinessException in de.hybris.platform.order.strategies.paymentinfo.impl
Methods in de.hybris.platform.order.strategies.paymentinfo.impl that throw BusinessException Modifier and Type Method Description booleanDefaultCreditCardNumberHelper. isValidCardNumber(java.lang.String cardNumber, CreditCardType type)voidDefaultCreditCardNumberHelperTest. shouldNotValidateCardNumberWhenInputCardNumberIsImproperlyFormatted()voidDefaultCreditCardNumberHelperTest. shouldNotValidateCardNumberWhenThereIsNoRegexpConfiguredForCardType()voidDefaultCreditCardNumberHelperTest. shouldNotValidateDINERSCardWithBadStart()voidDefaultCreditCardNumberHelperTest. shouldNotValidateMASTERCardWithBadStart()voidDefaultCreditCardNumberHelperTest. shouldNotValidateTooLongAMEXCard()voidDefaultCreditCardNumberHelperTest. shouldNotValidateTooLongDINERSCard()voidDefaultCreditCardNumberHelperTest. shouldNotValidateTooLongMASTERCard()voidDefaultCreditCardNumberHelperTest. shouldNotValidateTooLongOldVISACard()voidDefaultCreditCardNumberHelperTest. shouldNotValidateTooLongVISACard()voidDefaultCreditCardNumberHelperTest. shouldNotValidateTooShortAMEXCard()voidDefaultCreditCardNumberHelperTest. shouldNotValidateTooShortDINERSCard()voidDefaultCreditCardNumberHelperTest. shouldNotValidateTooShortMASTERCard()voidDefaultCreditCardNumberHelperTest. shouldNotValidateTooShortOldVISACard()voidDefaultCreditCardNumberHelperTest. shouldNotValidateTooShortVISACard()voidDefaultCreditCardNumberHelperTest. shouldNotValidateVISACardWithBadStart()voidDefaultCreditCardNumberHelperTest. shouldValidateValid13DigitOldVISACard()voidDefaultCreditCardNumberHelperTest. shouldValidateValid16DigitVISACard()voidDefaultCreditCardNumberHelperTest. shouldValidateValidAMEXCard()voidDefaultCreditCardNumberHelperTest. shouldValidateValidDINERSCard()voidDefaultCreditCardNumberHelperTest. shouldValidateValidMASTERCard() -
Uses of BusinessException in de.hybris.platform.sap.productconfig.frontend.controllers
Methods in de.hybris.platform.sap.productconfig.frontend.controllers that throw BusinessException Modifier and Type Method Description protected voidSearchSimilarVariantsController. checkForCartEntryLink(java.util.List<ConfigurationVariantData> variants, java.lang.String configId)java.lang.StringConfigureProductController. configureProduct(java.lang.String productCodeEncoded, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)Renders the dynamic product configuration content page for the given product.protected voidOrderEntryOverviewController. getAbstractOrderOverview(java.lang.String code, int entryNumber, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, ConfigurationOverviewData configOverviewData, OverviewMode overviewMode)protected java.lang.IntegerAbstractProductConfigController. getCartEntryNumber(AbstractOrderData orderData, java.lang.String configId)protected java.lang.IntegerAbstractProductConfigController. getCartEntryNumber(java.lang.String productCode)protected java.lang.StringAbstractConfigurationOverviewController. getCartItemPk(java.lang.String abstractOrderCode, int intValue)java.lang.StringConfigurationOverviewController. getConfigurationOverview(java.lang.String configIdEncoded, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)Renders the product config overview page.protected OrderEntryDataAbstractProductConfigController. getOrderEntry(int entryNumber, AbstractOrderData abstractOrder)protected java.util.Optional<OrderEntryData>AbstractProductConfigController. getOrderEntry(java.lang.String cartItemKey, AbstractOrderData abstractOrder)protected java.lang.StringAbstractConfigurationOverviewController. getOrderItemPk(java.lang.String orderCode, int orderEntryNumber)java.lang.StringOrderEntryOverviewController. getOrderOverview(java.lang.String orderCode, int entryNumber, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, javax.servlet.http.HttpServletRequest request)This method handles the case, when the overview page is displayed in context of an order.protected java.lang.StringAbstractProductConfigController. getProductCodeForCartItem(java.lang.String cartItemKey)java.lang.StringOrderEntryOverviewController. getQuotationOverview(java.lang.String quotationId, int entryNumber, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, javax.servlet.http.HttpServletRequest request)This method handles the case, when the configuration overview is displayed in the context of a quotation.protected java.lang.StringAbstractConfigurationOverviewController. getQuoteItemPk(java.lang.String quoteCode, int quoteEntryNumber)java.lang.StringOrderEntryOverviewController. getSavedCartOverview(java.lang.String cartCode, int entryNumber, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, javax.servlet.http.HttpServletRequest request)This method handles the case, when the overview page is displayed in context of a saved cart.protected UiStatusAbstractConfigurationOverviewController. getUiStatusForOverview(java.lang.String cartEntryKey, OverviewUiData overviewUiData)protected voidConfigurationOverviewController. handleCPQAction(OverviewUiData overviewUIData, ConfigurationOverviewData configOverviewData, UiStatus uiStatus)protected ConfigurationDataConfigureProductController. populateConfigurationModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, java.lang.String productCode)protected voidAbstractConfigurationOverviewController. prepareOverviewUiData(UiStatus uiStatus, OverviewUiData overviewUiData, ConfigurationOverviewData configOverviewData, KBKeyData kbKey)protected voidAbstractConfigurationOverviewController. prepareUiModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, UiStatus uiStatus, OverviewUiData overviewUiData, ConfigurationOverviewData configOverviewData)org.springframework.web.servlet.ModelAndViewSearchSimilarVariantsController. searchVariant(java.lang.String configId, java.lang.String productCode, org.springframework.ui.Model model)Searches similar variants considering the value assignments of the given runtime configuration.protected voidAbstractConfigurationOverviewController. setUiStatusForOverviewInSession(UiStatus uiStatus, java.lang.String cartEntryKey, OverviewUiData overviewUiData)org.springframework.web.servlet.ModelAndViewConfigurationOverviewController. updateConfiguationOverview(OverviewUiData overviewUIData, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)Updates the product config overview page.org.springframework.web.servlet.ModelAndViewUpdateConfigureProductController. updateConfigureProduct(@Valid ConfigurationData configData, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)Updates a configuration based on the user inputs and renders back the changes.protected voidAbstractConfigurationOverviewController. updateUiStatusForOverviewInSession(java.lang.String cartEntryKey, UiStatus uiStatus, OverviewUiData overviewUIData) -
Uses of BusinessException in de.hybris.platform.secureportaladdon.exceptions
Subclasses of BusinessException in de.hybris.platform.secureportaladdon.exceptions Modifier and Type Class Description classCustomerAlreadyExistsExceptionThrown when a customer already exists -
Uses of BusinessException in de.hybris.platform.servicelayer.cronjob
Methods in de.hybris.platform.servicelayer.cronjob that throw BusinessException Modifier and Type Method Description voidCronJobServiceDemoTest. testGetExistingJob()voidCronJobServiceTest. testGetNotExistingCronJob()voidCronJobServiceTest. testGetNotExistingJob() -
Uses of BusinessException in de.hybris.platform.servicelayer.interceptor
Subclasses of BusinessException in de.hybris.platform.servicelayer.interceptor Modifier and Type Class Description classInterceptorExceptionException which is thrown from anInterceptor.classValidationConfigurationExceptionException thrown when some error in validation configuration is detected. -
Uses of BusinessException in de.hybris.platform.servicelayer.interceptor.impl
Subclasses of BusinessException in de.hybris.platform.servicelayer.interceptor.impl Modifier and Type Class Description static classMandatoryAttributesValidator.MissingMandatoryAttributesExceptionstatic classUniqueAttributesInterceptor.AmbiguousUniqueKeysExceptionstatic classUniqueAttributesInterceptor.NonSearchableAttributeExceptionstatic classUniqueAttributesInterceptor.UniqueAttributeInterceptorException -
Uses of BusinessException in de.hybris.platform.servicelayer.security.auth
Subclasses of BusinessException in de.hybris.platform.servicelayer.security.auth Modifier and Type Class Description classAuthenticationExceptionThrown when an authentication related error occurs.classInvalidCredentialsExceptionThrows when there's no user with a given username/password combination. -
Uses of BusinessException in de.hybris.platform.stock
Methods in de.hybris.platform.stock that throw BusinessException Modifier and Type Method Description voidStockServiceTest. testProductStockStatus()Tests stock level status.voidStockServiceTest. testRelease()Tests release of stock level.voidStockServiceTest. testReleaseNoHistoryCreated()Tests release of stock level with no history created.voidStockServiceTest. testSuccessfulReservations()voidStockServiceTest. testTotalActualAmount()Tests the search for all stock levels and the total actual amount.voidStockServiceTest. testUnsuccessfulReservations()Tests an unsuccessful reservation and a successful one in sequence. -
Uses of BusinessException in de.hybris.platform.stock.exception
Subclasses of BusinessException in de.hybris.platform.stock.exception Modifier and Type Class Description classInsufficientStockLevelException -
Uses of BusinessException in de.hybris.platform.validation.exceptions
Subclasses of BusinessException in de.hybris.platform.validation.exceptions Modifier and Type Class Description classValidationViolationExceptionThe ValidationViolationException is thrown during model saving when the given model and the configuredconstraintsdoesn't match. -
Uses of BusinessException in de.hybris.platform.voucher.backoffice.cockpitng.editor.insets
Subclasses of BusinessException in de.hybris.platform.voucher.backoffice.cockpitng.editor.insets Modifier and Type Class Description protected static classVoucherApplierInset.SimpleVoucherExceptionprotected static classVoucherApplierInset.VoucherExceptionprotected static classVoucherApplierInset.VoucherViolationException -
Uses of BusinessException in de.hybris.platform.workflow.exceptions
Subclasses of BusinessException in de.hybris.platform.workflow.exceptions Modifier and Type Class Description classAutomatedWorkflowTemplateExceptionException thrown when the automated workflow template job cannot be found for giveAutomatedWorkflowActionTemplateModel.
-