Class DefaultIntegrationObjectDescriptorService

java.lang.Object
de.hybris.platform.integrationservices.service.impl.DefaultIntegrationObjectDescriptorService
All Implemented Interfaces:
IntegrationObjectDescriptorService

public class DefaultIntegrationObjectDescriptorService extends Object implements IntegrationObjectDescriptorService
The default implementation of IntegrationObjectDescriptorService
  • Constructor Details

    • DefaultIntegrationObjectDescriptorService

      public DefaultIntegrationObjectDescriptorService(IntegrationObjectService s, DescriptorFactory f)
      Instantiates the service for the integration object model search
      Parameters:
      s - IntegrationObjectService to be delegated to
      f - DescriptorFactory used to create a descriptor for a given integration object item model
  • Method Details