Class LabelExistsInCMSVersionsPredicate
java.lang.Object
de.hybris.platform.cmsfacades.version.predicate.LabelExistsInCMSVersionsPredicate
- All Implemented Interfaces:
BiPredicate<String,String>
Predicate to test if a label exists in versions pertaining to an item model.
Returns TRUE if the item model exists AND the label exists in any versions pertaining to the item model; FALSE otherwise.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CMSVersionServiceprotected UniqueItemIdentifierServicevoidsetCmsVersionService(CMSVersionService cmsVersionService) voidsetUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService) 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
-
LabelExistsInCMSVersionsPredicate
public LabelExistsInCMSVersionsPredicate()
-
-
Method Details
-
test
- Specified by:
testin interfaceBiPredicate<String,String>
-
getUniqueItemIdentifierService
-
setUniqueItemIdentifierService
-
getCmsVersionService
-
setCmsVersionService
-