Class DefaultPropertyDescriptorCodeResolver
java.lang.Object
de.hybris.platform.cockpit.services.meta.impl.DefaultPropertyDescriptorCodeResolver
- All Implemented Interfaces:
PropertyDescriptorCodeResolver
public class DefaultPropertyDescriptorCodeResolver
extends Object
implements PropertyDescriptorCodeResolver
Implements
PropertyDescriptorCodeResolver. Returns the classification attribute path with escaped dots and
slashes.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveClassificationPropertyCode(String classificationClassCode, String classificationAttributeCode) Returns unique classification attribute path that is assigned to the classification class
-
Constructor Details
-
DefaultPropertyDescriptorCodeResolver
public DefaultPropertyDescriptorCodeResolver()
-
-
Method Details
-
resolveClassificationPropertyCode
public String resolveClassificationPropertyCode(String classificationClassCode, String classificationAttributeCode) Description copied from interface:PropertyDescriptorCodeResolverReturns unique classification attribute path that is assigned to the classification class- Specified by:
resolveClassificationPropertyCodein interfacePropertyDescriptorCodeResolver- Returns:
- Path of classification attribute
-