Class ProductConfigurationCartEntryValidationStrategyImpl

java.lang.Object
de.hybris.platform.sap.productconfig.services.strategies.impl.ProductConfigurationCartEntryValidationStrategyImpl
All Implemented Interfaces:
ProductConfigurationCartEntryValidationStrategy

public class ProductConfigurationCartEntryValidationStrategyImpl extends Object implements ProductConfigurationCartEntryValidationStrategy
  • Field Details

    • REVIEW_CONFIGURATION

      public static final String REVIEW_CONFIGURATION
      Indicates that customer needs to revisit product configuration. Postfix in corresponding resource text
      See Also:
    • PRICING_ERROR

      public static final String PRICING_ERROR
      Indicates that prices cannot be retrieved at the moment
      See Also:
    • KB_NOT_VALID

      public static final String KB_NOT_VALID
      Indicates that the KB-Version which was used to create the external configuratiuon, is not known/valid anymore
      See Also:
    • UNRESOLVABLE_ISSUES

      public static final String UNRESOLVABLE_ISSUES
      Indicates that the configuration has some unresolvable issues
      See Also:
  • Constructor Details

    • ProductConfigurationCartEntryValidationStrategyImpl

      public ProductConfigurationCartEntryValidationStrategyImpl()
  • Method Details