Class TypeCodeExistsPredicate

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

public class TypeCodeExistsPredicate extends Object implements Predicate<String>
Predicate to test if a given type code maps to an existing composed type.

Returns TRUE if the composed type exists; FALSE otherwise.

  • Constructor Details

    • TypeCodeExistsPredicate

      public TypeCodeExistsPredicate()
  • Method Details