Uses of Interface
de.hybris.platform.integrationservices.model.AttributeSettableChecker
Packages that use AttributeSettableChecker
Package
Description
Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.
-
Uses of AttributeSettableChecker in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return AttributeSettableCheckerModifier and TypeMethodDescriptionAttributeSettableCheckerFactory.create(@NotNull TypeAttributeDescriptor descriptor) Create an attribute settable checker for the given attribute descriptor. -
Uses of AttributeSettableChecker in de.hybris.platform.integrationservices.model.impl
Classes in de.hybris.platform.integrationservices.model.impl that implement AttributeSettableCheckerModifier and TypeClassDescriptionclassChecks whether the given classification attribute is settable.classAn attribute settable checker that always returnsfalse.Methods in de.hybris.platform.integrationservices.model.impl that return AttributeSettableCheckerModifier and TypeMethodDescriptionDefaultAttributeSettableCheckerFactory.create(@NotNull TypeAttributeDescriptor descriptor) NullAttributeSettableCheckerFactory.create(@NotNull TypeAttributeDescriptor descriptor) DefaultAttributeSettableCheckerFactory.getClassificationAttributeSettableChecker()DefaultAttributeSettableCheckerFactory.getStandardAttributeSettableChecker()Methods in de.hybris.platform.integrationservices.model.impl with parameters of type AttributeSettableCheckerModifier and TypeMethodDescriptionvoidDefaultAttributeSettableCheckerFactory.setClassificationAttributeSettableChecker(AttributeSettableChecker classificationAttributeSettableChecker) voidDefaultAttributeSettableCheckerFactory.setStandardAttributeSettableChecker(AttributeSettableChecker standardAttributeSettableChecker)