Uses of Interface
de.hybris.platform.integrationservices.model.AttributeSettableChecker
-
Packages that use AttributeSettableChecker Package Description de.hybris.platform.integrationservices.model Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.de.hybris.platform.integrationservices.model.impl -
-
Uses of AttributeSettableChecker in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return AttributeSettableChecker Modifier and Type Method Description AttributeSettableCheckerAttributeSettableCheckerFactory. 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 AttributeSettableChecker Modifier and Type Class Description classClassificationAttributeSettableCheckerChecks whether the given classification attribute is settable.classNullAttributeSettableCheckerAn attribute settable checker that always returnsfalse.Methods in de.hybris.platform.integrationservices.model.impl that return AttributeSettableChecker Modifier and Type Method Description AttributeSettableCheckerDefaultAttributeSettableCheckerFactory. create(@NotNull TypeAttributeDescriptor descriptor)AttributeSettableCheckerNullAttributeSettableCheckerFactory. create(@NotNull TypeAttributeDescriptor descriptor)AttributeSettableCheckerDefaultAttributeSettableCheckerFactory. getClassificationAttributeSettableChecker()AttributeSettableCheckerDefaultAttributeSettableCheckerFactory. getStandardAttributeSettableChecker()Methods in de.hybris.platform.integrationservices.model.impl with parameters of type AttributeSettableChecker Modifier and Type Method Description voidDefaultAttributeSettableCheckerFactory. setClassificationAttributeSettableChecker(AttributeSettableChecker classificationAttributeSettableChecker)voidDefaultAttributeSettableCheckerFactory. setStandardAttributeSettableChecker(AttributeSettableChecker standardAttributeSettableChecker)
-