Uses of Class
de.hybris.platform.servicelayer.exceptions.AttributeNotSupportedException
-
-
Uses of AttributeNotSupportedException in de.hybris.platform.cockpit.helpers.validation
Methods in de.hybris.platform.cockpit.helpers.validation that throw AttributeNotSupportedException Modifier and Type Method Description voidValidationUIHelper. setModelLocalizedValue(ItemModel model, java.lang.String qualifier, java.lang.String languageIso, java.lang.Object value)voidValidationUIHelper. setModelSingleValue(ItemModel model, java.lang.String qualifier, java.lang.Object value) -
Uses of AttributeNotSupportedException in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl that throw AttributeNotSupportedException Modifier and Type Method Description voidNewItemServiceImpl. setModelLocalizedValue(ItemModel model, java.lang.String qualifier, java.lang.String languageIso, java.lang.Object value)voidNewItemServiceImpl. setModelSingleValue(ItemModel model, java.lang.String qualifier, java.lang.Object value) -
Uses of AttributeNotSupportedException in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that throw AttributeNotSupportedException Modifier and Type Method Description voidEditorArea. setModelLocalizedValue(ItemModel model, java.lang.String qualifier, java.lang.String languageIso, java.lang.Object value)voidEditorArea. setModelSingleValue(ItemModel model, java.lang.String qualifier, java.lang.Object value) -
Uses of AttributeNotSupportedException in de.hybris.platform.cockpit.wizards.generic
Methods in de.hybris.platform.cockpit.wizards.generic that throw AttributeNotSupportedException Modifier and Type Method Description voidDefaultGenericItemMandatoryPageController. setModelLocalizedValue(ItemModel model, java.lang.String qualifier, java.lang.String languageIso, java.lang.Object value)voidDefaultGenericItemMandatoryPageController. setModelSingleValue(ItemModel model, java.lang.String qualifier, java.lang.Object value)
-