Class CMSItemCloneablePredicate
java.lang.Object
de.hybris.platform.cms2.cloning.service.predicate.CMSItemCloneablePredicate
Predicate to test if a given cms item is cloneable
Returns TRUE if the cms item is cloneable; FALSE otherwise.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypeServicevoidsetTypeBlacklistCloneableSet(Set<String> typeBlacklistCloneableSet) voidsetTypeBlacklistSet(Set<String> typeBlacklistSet) voidsetTypeNonCloneableList(List<String> typeNonCloneableList) voidsetTypeService(TypeService typeService) boolean
-
Constructor Details
-
CMSItemCloneablePredicate
public CMSItemCloneablePredicate()
-
-
Method Details