Class VersionLabelChangedPredicate
java.lang.Object
de.hybris.platform.cmsfacades.version.predicate.VersionLabelChangedPredicate
- All Implemented Interfaces:
BiPredicate<String,String>
Predicate to test if the label field has changed for the cms version
Returns TRUE if the cms version exists AND the label field has changed; FALSE otherwise.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CMSVersionServicevoidsetCmsVersionService(CMSVersionService cmsVersionService) 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
-
VersionLabelChangedPredicate
public VersionLabelChangedPredicate()
-
-
Method Details
-
test
- Specified by:
testin interfaceBiPredicate<String,String>
-
getCmsVersionService
-
setCmsVersionService
-