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 of object types to together with a set of property descriptors to specify their capabilities in terms on which object types they can handle and which properties they may accept.
  • Constructor Details

    • PropertyBasedService

      public PropertyBasedService()
  • Method Details

    • getAllSupportedPropertyDescriptors

      public Set<PropertyDescriptor> getAllSupportedPropertyDescriptors(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.