Class CmsItemExistsInCatalogVersionPredicate

java.lang.Object
de.hybris.platform.cmsfacades.common.predicate.CmsItemExistsInCatalogVersionPredicate
All Implemented Interfaces:
BiPredicate<String,CatalogVersionModel>

public class CmsItemExistsInCatalogVersionPredicate extends Object implements BiPredicate<String,CatalogVersionModel>
Predicate to test if the given CmsItem exists in the expected catalog version.

Returns TRUE if the given cms item exists in the expected catalog version; FALSE otherwise.