Class CatalogVersionExistsPredicate
java.lang.Object
de.hybris.platform.cmsfacades.common.predicate.CatalogVersionExistsPredicate
- All Implemented Interfaces:
BiPredicate<String,String>
Predicate to test if a given catalog and version exist.
Returns TRUE if the given catalog version exists in the provided catalog; FALSE otherwise.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CatalogVersionServiceprotected SessionSearchRestrictionsDisablervoidsetCatalogVersionService(CatalogVersionService catalogVersionService) voidsetSessionSearchRestrictionsDisabler(SessionSearchRestrictionsDisabler sessionSearchRestrictionsDisabler) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Constructor Details
-
CatalogVersionExistsPredicate
public CatalogVersionExistsPredicate()
-
-
Method Details
-
test
- Specified by:
testin interfaceBiPredicate<String,String>
-
getCatalogVersionService
-
setCatalogVersionService
-
getSessionSearchRestrictionsDisabler
-
setSessionSearchRestrictionsDisabler
public void setSessionSearchRestrictionsDisabler(SessionSearchRestrictionsDisabler sessionSearchRestrictionsDisabler)
-