Class PropertyBasedService
- java.lang.Object
-
- de.hybris.platform.cockpit.services.impl.AbstractServiceImpl
-
- de.hybris.platform.cockpit.services.PropertyBasedService
-
- Direct Known Subclasses:
AbstractSearchProvider
public abstract class PropertyBasedService extends AbstractServiceImpl
Base class for property based services. These services generally provide a set ofobject typesto together with a set ofproperty descriptorsto specify their capabilities in terms on which object types they can handle and which properties they may accept.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.services.impl.AbstractServiceImpl
modelService, typeService
-
-
Constructor Summary
Constructors Constructor Description PropertyBasedService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<PropertyDescriptor>getAllSupportedPropertyDescriptors(java.util.Collection<ObjectType> rootTypes)Returns all supported property descriptors for a given set of root types.-
Methods inherited from class de.hybris.platform.cockpit.services.impl.AbstractServiceImpl
getEnum, getEnums, getLocalizedLabel, getLocalizedLabel, getModelService, getTypeService, setCockpitTypeService, setLabelResolver, setModelService
-
-
-
-
Method Detail
-
getAllSupportedPropertyDescriptors
public java.util.Set<PropertyDescriptor> getAllSupportedPropertyDescriptors(java.util.Collection<ObjectType> rootTypes)
Returns all supported property descriptors for a given set of root types. It returns descriptors for each root type and their sub types.
-
-