Class SimpleResponsiveBannerForMediaAttributePartOfPredicate

java.lang.Object
de.hybris.platform.acceleratorcms.component.cloning.predicate.SimpleResponsiveBannerForMediaAttributePartOfPredicate
All Implemented Interfaces:
BiPredicate<ItemModel,String>

public class SimpleResponsiveBannerForMediaAttributePartOfPredicate extends Object implements BiPredicate<ItemModel,String>
Predicate to test if the MEDIA qualifier of the SimpleResponsiveBannerComponentModel component should be treated as partOf during 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 Details

    • SimpleResponsiveBannerForMediaAttributePartOfPredicate

      public SimpleResponsiveBannerForMediaAttributePartOfPredicate()
  • Method Details