public class AttributeContainsCMSComponentsPredicate extends java.lang.Object implements java.util.function.Predicate<AttributeDescriptorModel>
AbstractCMSComponentModel.| Constructor and Description |
|---|
AttributeContainsCMSComponentsPredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected CMSAttributeTypeService |
getCmsAttributeTypeService() |
protected TypeService |
getTypeService() |
protected boolean |
isCmsComponentType(TypeModel attributeType) |
void |
setCmsAttributeTypeService(CMSAttributeTypeService typeService) |
void |
setTypeService(TypeService typeService) |
boolean |
test(AttributeDescriptorModel attributeDescriptorModel) |
public AttributeContainsCMSComponentsPredicate()
public boolean test(AttributeDescriptorModel attributeDescriptorModel)
test in interface java.util.function.Predicate<AttributeDescriptorModel>protected boolean isCmsComponentType(TypeModel attributeType)
protected CMSAttributeTypeService getCmsAttributeTypeService()
public void setCmsAttributeTypeService(CMSAttributeTypeService typeService)
protected TypeService getTypeService()
public void setTypeService(TypeService typeService)
Copyright © 2018 SAP SE. All Rights Reserved.