Uses of Interface
de.hybris.platform.integrationservices.model.DescriptorFactory
-
-
Uses of DescriptorFactory in de.hybris.platform.integrationservices.model.impl
Classes in de.hybris.platform.integrationservices.model.impl that implement DescriptorFactory Modifier and Type Class Description classDefaultDescriptorFactoryDefault implementation of theDescriptorFactoryMethods in de.hybris.platform.integrationservices.model.impl that return DescriptorFactory Modifier and Type Method Description protected DescriptorFactoryAbstractDescriptor. getFactory()Retrieves the abstract factory to be used for creating dependent objects. -
Uses of DescriptorFactory in de.hybris.platform.integrationservices.service.impl
Methods in de.hybris.platform.integrationservices.service.impl that return DescriptorFactory Modifier and Type Method Description protected DescriptorFactoryDefaultIntegrationObjectConversionService. getDescriptorFactory()protected DescriptorFactoryDefaultItemTypeDescriptorService. getDescriptorFactory()Methods in de.hybris.platform.integrationservices.service.impl with parameters of type DescriptorFactory Modifier and Type Method Description voidDefaultIntegrationObjectConversionService. setDescriptorFactory(DescriptorFactory descriptorFactory)voidDefaultItemTypeDescriptorService. setDescriptorFactory(DescriptorFactory factory) -
Uses of DescriptorFactory in de.hybris.platform.odata2services.export.impl
Constructors in de.hybris.platform.odata2services.export.impl with parameters of type DescriptorFactory Constructor Description DefaultExportConfigurationConverter(@NotNull ExportConfigurationSearchService searchService, @NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectConversionService conversionService, @NotNull EntitySetNameGenerator nameGenerator)Instantiates a new export configuration conversion service.DefaultExportConfigurationSearchService(@NotNull IntegrationObjectService integrationObjectService, @NotNull FlexibleSearchService flexibleSearchService, @NotNull ODataServicesConfiguration configurationService, @NotNull TypeService typeService, @NotNull DescriptorFactory descriptorFactory)Instantiates a new export configuration search service.DefaultIntegrationObjectDecorator(@NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectConversionService conversionService, @NotNull IntegrationObjectService integrationObjectService, @NotNull EntitySetNameGenerator nameGenerator)Instantiate a new instance of the integration object decorator.DefaultRuntimeAttributeConverter(@NotNull DescriptorFactory descriptorFactory, @NotNull EntitySetNameGenerator nameGenerator, @NotNull IntegrationObjectService integrationObjectService, @NotNull ExportConfigurationSearchService searchService, @NotNull IntegrationObjectConversionService conversionService)Instantiates a new runtime attribute converter.DefaultScriptDecorator(@NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectService integrationObjectService, @NotNull IntegrationObjectConversionService conversionService, @NotNull ModelScriptsRepository scriptsRepository, @NotNull EntitySetNameGenerator nameGenerator)Instantiate a new instance of the script decorator. -
Uses of DescriptorFactory in de.hybris.platform.odata2services.odata.persistence.populator.processor
Methods in de.hybris.platform.odata2services.odata.persistence.populator.processor with parameters of type DescriptorFactory Modifier and Type Method Description voidAbstractPropertyProcessor. setDescriptorFactory(DescriptorFactory descriptorFactory)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DescriptorFactory in de.hybris.platform.odata2services.odata.schema.association
Methods in de.hybris.platform.odata2services.odata.schema.association with parameters of type DescriptorFactory Modifier and Type Method Description voidAssociationListGeneratorRegistry. setDescriptorFactory(DescriptorFactory factory)Deprecated, for removal: This API element is subject to removal in a future version.temporary used byAssociationListGeneratorRegistry.generate(Collection). -
Uses of DescriptorFactory in de.hybris.platform.odata2services.odata.schema.entity
Methods in de.hybris.platform.odata2services.odata.schema.entity that return DescriptorFactory Modifier and Type Method Description protected DescriptorFactoryComposedEntityTypeGenerator. getDescriptorFactory()protected DescriptorFactoryLocalizedEntityTypeGenerator. getDescriptorFactory()Methods in de.hybris.platform.odata2services.odata.schema.entity with parameters of type DescriptorFactory Modifier and Type Method Description voidComposedEntityTypeGenerator. setDescriptorFactory(DescriptorFactory descriptorFactory)voidLocalizedEntityTypeGenerator. setDescriptorFactory(DescriptorFactory descriptorFactory)voidMapEntryEntityTypeGenerator. setDescriptorFactory(DescriptorFactory factory)Injects descriptor factory to use. -
Uses of DescriptorFactory in de.hybris.platform.odata2services.odata.schema.property
Methods in de.hybris.platform.odata2services.odata.schema.property that return DescriptorFactory Modifier and Type Method Description protected DescriptorFactoryAbstractPropertyListGenerator. getDescriptorFactory()Methods in de.hybris.platform.odata2services.odata.schema.property with parameters of type DescriptorFactory Modifier and Type Method Description voidAbstractPropertyListGenerator. setDescriptorFactory(DescriptorFactory factory)voidPropertyGenerator. setDescriptorFactory(DescriptorFactory factory)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DescriptorFactory in de.hybris.platform.outboundservices.decorator.impl
Constructors in de.hybris.platform.outboundservices.decorator.impl with parameters of type DescriptorFactory Constructor Description DefaultDecoratorContextFactory(IntegrationObjectService integrationObjectService, FlexibleSearchService flexibleSearchService, DescriptorFactory descriptorFactory) -
Uses of DescriptorFactory in de.hybris.platform.outboundsync.interceptor
Constructors in de.hybris.platform.outboundsync.interceptor with parameters of type DescriptorFactory Constructor Description StreamConfigurationInfoExpressionCreationInterceptor(@NotNull DescriptorFactory factory, @NotNull InfoExpressionGenerator generator, @NotNull OutboundSyncConfiguration configuration)Constructor that instantiates and populates the required class dependencies -
Uses of DescriptorFactory in de.hybris.platform.webhookservices.service.impl
Constructors in de.hybris.platform.webhookservices.service.impl with parameters of type DescriptorFactory Constructor Description DefaultWebhookConfigurationService(@NotNull FlexibleSearchService flexibleSearchService, @NotNull DescriptorFactory descriptorFactory)Instantiates theDefaultWebhookConfigurationService
-