Uses of Class
de.hybris.platform.servicelayer.exceptions.AttributeNotSupportedException
Packages that use AttributeNotSupportedException
Package
Description
-
Uses of AttributeNotSupportedException in de.hybris.platform.cockpit.helpers.validation
Methods in de.hybris.platform.cockpit.helpers.validation that throw AttributeNotSupportedExceptionModifier and TypeMethodDescriptionvoidValidationUIHelper.setModelLocalizedValue(ItemModel model, String qualifier, String languageIso, Object value) voidValidationUIHelper.setModelSingleValue(ItemModel model, String qualifier, Object value) -
Uses of AttributeNotSupportedException in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl that throw AttributeNotSupportedExceptionModifier and TypeMethodDescriptionvoidNewItemServiceImpl.setModelLocalizedValue(ItemModel model, String qualifier, String languageIso, Object value) voidNewItemServiceImpl.setModelSingleValue(ItemModel model, String qualifier, Object value) -
Uses of AttributeNotSupportedException in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that throw AttributeNotSupportedExceptionModifier and TypeMethodDescriptionvoidEditorArea.setModelLocalizedValue(ItemModel model, String qualifier, String languageIso, Object value) voidEditorArea.setModelSingleValue(ItemModel model, String qualifier, Object value) -
Uses of AttributeNotSupportedException in de.hybris.platform.cockpit.wizards.generic
Methods in de.hybris.platform.cockpit.wizards.generic that throw AttributeNotSupportedExceptionModifier and TypeMethodDescriptionvoidDefaultGenericItemMandatoryPageController.setModelLocalizedValue(ItemModel model, String qualifier, String languageIso, Object value) voidDefaultGenericItemMandatoryPageController.setModelSingleValue(ItemModel model, String qualifier, Object value)