Class ItemModelExistsPredicate

java.lang.Object
de.hybris.platform.cmsfacades.common.predicate.ItemModelExistsPredicate
All Implemented Interfaces:
BiPredicate<String,Class<?>>

public class ItemModelExistsPredicate extends Object implements BiPredicate<String,Class<?>>
Predicate to test if a given unique item identifier maps to an existing item model. It uses the UniqueItemIdentifierService to find the item model associated to the given composite key.

Returns TRUE if the item model exists; FALSE otherwise.

  • Constructor Details

    • ItemModelExistsPredicate

      public ItemModelExistsPredicate()
  • Method Details