Class CMSWorkflowCommentPredicate
- java.lang.Object
-
- de.hybris.platform.cms2.common.predicates.CMSWorkflowCommentPredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<CommentModel>
public class CMSWorkflowCommentPredicate extends java.lang.Object implements java.util.function.Predicate<CommentModel>
Predicate to identify if aCommentModelis assignable fromCMSWorkflowCommentModeltype.
-
-
Constructor Summary
Constructors Constructor Description CMSWorkflowCommentPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TypeServicegetTypeService()voidsetTypeService(TypeService typeService)booleantest(CommentModel commentModel)
-
-
-
Method Detail
-
test
public boolean test(CommentModel commentModel)
- Specified by:
testin interfacejava.util.function.Predicate<CommentModel>
-
getTypeService
protected TypeService getTypeService()
-
setTypeService
public void setTypeService(TypeService typeService)
-
-