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 Summary
ConstructorsConstructorDescriptionInstantiates the service for the integration object model search -
Method Summary
Modifier and TypeMethodDescriptionRetrieves an integration object descriptor with the given code.
-
Constructor Details
-
DefaultIntegrationObjectDescriptorService
Instantiates the service for the integration object model search- Parameters:
s- IntegrationObjectService to be delegated tof- DescriptorFactory used to create a descriptor for a given integration object item model
-
-
Method Details
-
retrieve
Description copied from interface:IntegrationObjectDescriptorServiceRetrieves an integration object descriptor with the given code.- Specified by:
retrievein interfaceIntegrationObjectDescriptorService- Parameters:
code- Integration object's code- Returns:
- integration object descriptor with the given code or null if descriptor is not found
-