Class CMSItemCloneablePredicate
- java.lang.Object
-
- de.hybris.platform.cms2.cloning.service.predicate.CMSItemCloneablePredicate
-
-
Constructor Summary
Constructors Constructor Description CMSItemCloneablePredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Set<java.lang.String>
getTypeBlacklistCloneableSet()
protected java.util.Set<java.lang.String>
getTypeBlacklistSet()
protected java.util.List<java.lang.String>
getTypeNonCloneableList()
protected TypeService
getTypeService()
void
setTypeBlacklistCloneableSet(java.util.Set<java.lang.String> typeBlacklistCloneableSet)
void
setTypeBlacklistSet(java.util.Set<java.lang.String> typeBlacklistSet)
void
setTypeNonCloneableList(java.util.List<java.lang.String> typeNonCloneableList)
void
setTypeService(TypeService typeService)
boolean
test(ItemModel itemModel)
-
-
-
Method Detail
-
test
public boolean test(ItemModel itemModel)
- Specified by:
test
in interfacejava.util.function.Predicate<ItemModel>
-
getTypeService
protected TypeService getTypeService()
-
setTypeService
public void setTypeService(TypeService typeService)
-
getTypeNonCloneableList
protected java.util.List<java.lang.String> getTypeNonCloneableList()
-
setTypeNonCloneableList
public void setTypeNonCloneableList(java.util.List<java.lang.String> typeNonCloneableList)
-
getTypeBlacklistSet
protected java.util.Set<java.lang.String> getTypeBlacklistSet()
-
setTypeBlacklistSet
public void setTypeBlacklistSet(java.util.Set<java.lang.String> typeBlacklistSet)
-
getTypeBlacklistCloneableSet
protected java.util.Set<java.lang.String> getTypeBlacklistCloneableSet()
-
setTypeBlacklistCloneableSet
public void setTypeBlacklistCloneableSet(java.util.Set<java.lang.String> typeBlacklistCloneableSet)
-
-