Class RestrictionExistsPredicate

java.lang.Object
de.hybris.platform.cmsfacades.common.predicate.RestrictionExistsPredicate
All Implemented Interfaces:
Predicate<String>

public class RestrictionExistsPredicate extends Object implements Predicate<String>
Predicate to test if a given restriction uid maps to an existing restriction.

Returns TRUE if the restriction exists; FALSE otherwise.

  • Constructor Details

    • RestrictionExistsPredicate

      public RestrictionExistsPredicate()
  • Method Details