Class AttributeContainsCMSComponentsPredicate
java.lang.Object
de.hybris.platform.cmsfacades.rendering.predicates.attributes.AttributeContainsCMSComponentsPredicate
- All Implemented Interfaces:
Predicate<AttributeDescriptorModel>
public class AttributeContainsCMSComponentsPredicate
extends Object
implements Predicate<AttributeDescriptorModel>
This predicate is used to test whether an attribute is or has elements of type
AbstractCMSComponentModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CMSAttributeTypeServiceprotected TypeServiceprotected booleanisCmsComponentType(TypeModel attributeType) voidsetCmsAttributeTypeService(CMSAttributeTypeService typeService) voidsetTypeService(TypeService typeService) booleantest(AttributeDescriptorModel attributeDescriptorModel)
-
Constructor Details
-
AttributeContainsCMSComponentsPredicate
public AttributeContainsCMSComponentsPredicate()
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<AttributeDescriptorModel>
-
isCmsComponentType
-
getCmsAttributeTypeService
-
setCmsAttributeTypeService
-
getTypeService
-
setTypeService
-