Class LabelExistsInCMSVersionsPredicate

java.lang.Object
de.hybris.platform.cmsfacades.version.predicate.LabelExistsInCMSVersionsPredicate
All Implemented Interfaces:
BiPredicate<String,String>

public class LabelExistsInCMSVersionsPredicate extends Object implements BiPredicate<String,String>
Predicate to test if a label exists in versions pertaining to an item model.

Returns TRUE if the item model exists AND the label exists in any versions pertaining to the item model; FALSE otherwise.

  • Constructor Details

    • LabelExistsInCMSVersionsPredicate

      public LabelExistsInCMSVersionsPredicate()
  • Method Details