Uses of Class
com.broadleafcommerce.cart.client.domain.ConfigError
Packages that use ConfigError
-
Uses of ConfigError in com.broadleafcommerce.cart.client.domain
Methods in com.broadleafcommerce.cart.client.domain that return types with arguments of type ConfigErrorModifier and TypeMethodDescriptionCartItem.getAttributeConfigErrors()
Map of configuration errors for related to this item'sCartItem.attributeChoices
that are derived from ProductOptions where the key is the attribute name.CartItem.getDependentItemConfigErrors()
Map of configuration errors for related to this item'sCartItem.dependentCartItems
where the key is the item's identifier such as ProductOption choiceKey.CartItem.getGlobalConfigErrors()
List of global configuration errors.Method parameters in com.broadleafcommerce.cart.client.domain with type arguments of type ConfigErrorModifier and TypeMethodDescriptionvoid
CartItem.setAttributeConfigErrors
(Map<String, List<ConfigError>> attributeConfigErrors) Map of configuration errors for related to this item'sCartItem.attributeChoices
that are derived from ProductOptions where the key is the attribute name.void
CartItem.setDependentItemConfigErrors
(Map<String, List<ConfigError>> dependentItemConfigErrors) Map of configuration errors for related to this item'sCartItem.dependentCartItems
where the key is the item's identifier such as ProductOption choiceKey.void
CartItem.setGlobalConfigErrors
(List<ConfigError> globalConfigErrors) List of global configuration errors.