Class MediaContainerForMediaAttributePartOfPredicate
- java.lang.Object
-
- de.hybris.platform.cms2.cloning.service.predicate.MediaContainerForMediaAttributePartOfPredicate
-
- All Implemented Interfaces:
java.util.function.BiPredicate<ItemModel,java.lang.String>
public class MediaContainerForMediaAttributePartOfPredicate extends java.lang.Object implements java.util.function.BiPredicate<ItemModel,java.lang.String>
Predicate to test if theMEDIASqualifier of theMediaContainerModelcomponent should be treated aspartOfduring the deep cloning process.When the expression evaluates to
TRUE, the qualifier of the component will be treated as partOf and the qualifier's object will be deep copied; otherwise copy by reference.
-
-
Constructor Summary
Constructors Constructor Description MediaContainerForMediaAttributePartOfPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(ItemModel component, java.lang.String qualifier)
-