Class ContentSlotPredicate
- java.lang.Object
-
- de.hybris.platform.cms2.common.predicates.ContentSlotPredicate
-
-
Constructor Summary
Constructors Constructor Description ContentSlotPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TypeServicegetTypeService()voidsetTypeService(TypeService typeService)booleantest(ItemModel itemModel)
-
-
-
Method Detail
-
test
public boolean test(ItemModel itemModel)
- Specified by:
testin interfacejava.util.function.Predicate<ItemModel>
-
getTypeService
protected TypeService getTypeService()
-
setTypeService
public void setTypeService(TypeService typeService)
-
-