Class IsNavigationNodeRelationPredicate
java.lang.Object
de.hybris.platform.cmsfacades.common.predicate.attributes.IsNavigationNodeRelationPredicate
- All Implemented Interfaces:
Predicate<AttributeDescriptorModel>
public class IsNavigationNodeRelationPredicate
extends Object
implements Predicate<AttributeDescriptorModel>
Predicate that returns true if the provided
AttributeDescriptorModel is partOf relation except "CMSNavigationNodeChildren"-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanattributeContainsSkipRelation(AttributeDescriptorModel attributeDescriptorModel) booleantest(AttributeDescriptorModel attributeDescriptorModel)
-
Constructor Details
-
IsNavigationNodeRelationPredicate
public IsNavigationNodeRelationPredicate()
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<AttributeDescriptorModel>
-
attributeContainsSkipRelation
-