Uses of Interface
de.hybris.platform.integrationservices.model.DescriptorFactory
Packages that use DescriptorFactory
Package
Description
-
Uses of DescriptorFactory in de.hybris.platform.integrationservices.integrationkey.impl
Methods in de.hybris.platform.integrationservices.integrationkey.impl with parameters of type DescriptorFactoryModifier and TypeMethodDescriptionvoidDefaultAlphabeticalIntegrationKeyMetadataGenerator.setDescriptorFactory(DescriptorFactory factory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DescriptorFactory in de.hybris.platform.integrationservices.interceptor
Constructors in de.hybris.platform.integrationservices.interceptor with parameters of type DescriptorFactoryModifierConstructorDescriptionIntegrationObjectItemAttributeValidateInterceptor(@NotNull DescriptorFactory descriptorFactory) Instantiate theIntegrationObjectItemAttributeValidateInterceptor -
Uses of DescriptorFactory in de.hybris.platform.integrationservices.model.impl
Classes in de.hybris.platform.integrationservices.model.impl that implement DescriptorFactoryMethods in de.hybris.platform.integrationservices.model.impl that return DescriptorFactoryModifier and TypeMethodDescriptionstatic DescriptorFactoryDefaultDescriptorFactory.getContextFactory()Retrieves instance of theDescriptorFactorydefined in the application context.protected final DescriptorFactoryAbstractDescriptor.getFactory()Retrieves the abstract factory to be used for creating dependent objects. -
Uses of DescriptorFactory in de.hybris.platform.integrationservices.search.impl
Constructors in de.hybris.platform.integrationservices.search.impl with parameters of type DescriptorFactoryModifierConstructorDescriptionDefaultRootItemSearchService(@NotNull DescriptorFactory descriptorFactory) Instantiate theDefaultItemSearchService -
Uses of DescriptorFactory in de.hybris.platform.integrationservices.service.impl
Methods in de.hybris.platform.integrationservices.service.impl that return DescriptorFactoryModifier and TypeMethodDescriptionprotected DescriptorFactoryDefaultIntegrationObjectConversionService.getDescriptorFactory()protected DescriptorFactoryDefaultItemTypeDescriptorService.getDescriptorFactory()Methods in de.hybris.platform.integrationservices.service.impl with parameters of type DescriptorFactoryModifier and TypeMethodDescriptionvoidDefaultIntegrationObjectConversionService.setDescriptorFactory(DescriptorFactory descriptorFactory) voidDefaultItemTypeDescriptorService.setDescriptorFactory(DescriptorFactory factory) Constructors in de.hybris.platform.integrationservices.service.impl with parameters of type DescriptorFactoryModifierConstructorDescriptionInstantiates the service for the integration object model search -
Uses of DescriptorFactory in de.hybris.platform.odata2services.export.impl
Constructors in de.hybris.platform.odata2services.export.impl with parameters of type DescriptorFactoryModifierConstructorDescriptionprotectedAbstractExportConfigurationDecorator(@NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectConversionService conversionService, @NotNull IntegrationObjectService integrationObjectService, @NotNull EntitySetNameGenerator nameGenerator) Constructor injects dependencies for reuse.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.DefaultOutboundChannelConfigurationDecorator(@NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectConversionService conversionService, @NotNull IntegrationObjectService integrationObjectService, @NotNull EntitySetNameGenerator nameGenerator) Instantiate a new instance of the outbound channel configuration 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.schema
Methods in de.hybris.platform.odata2services.odata.schema with parameters of type DescriptorFactoryModifier and TypeMethodDescriptionvoidDefaultSchemaGenerator.setDescriptorFactory(DescriptorFactory factory) -
Uses of DescriptorFactory in de.hybris.platform.odata2services.odata.schema.association
Methods in de.hybris.platform.odata2services.odata.schema.association with parameters of type DescriptorFactoryModifier and TypeMethodDescriptionvoidAssociationListGenerator.setDescriptorFactory(DescriptorFactory factory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DescriptorFactory in de.hybris.platform.odata2services.odata.schema.entity
Methods in de.hybris.platform.odata2services.odata.schema.entity that return DescriptorFactoryModifier and TypeMethodDescriptionprotected DescriptorFactoryComposedEntityTypeGenerator.getDescriptorFactory()Deprecated, for removal: This API element is subject to removal in a future version.protected DescriptorFactoryLocalizedEntityTypeGenerator.getDescriptorFactory()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.odata2services.odata.schema.entity with parameters of type DescriptorFactoryModifier and TypeMethodDescriptionvoidComposedEntityTypeGenerator.setDescriptorFactory(DescriptorFactory descriptorFactory) Deprecated, for removal: This API element is subject to removal in a future version.voidLocalizedEntityTypeGenerator.setDescriptorFactory(DescriptorFactory descriptorFactory) Deprecated, for removal: This API element is subject to removal in a future version.voidMapEntryEntityTypeGenerator.setDescriptorFactory(DescriptorFactory factory) Deprecated, for removal: This API element is subject to removal in a future version.Injects descriptor factory to use.voidPrimitiveEntityTypeGenerator.setDescriptorFactory(DescriptorFactory factory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DescriptorFactory in de.hybris.platform.odata2services.odata.schema.property
Methods in de.hybris.platform.odata2services.odata.schema.property that return DescriptorFactoryModifier and TypeMethodDescriptionprotected DescriptorFactoryAbstractPropertyListGenerator.getDescriptorFactory()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.odata2services.odata.schema.property with parameters of type DescriptorFactoryModifier and TypeMethodDescriptionvoidAbstractPropertyListGenerator.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 DescriptorFactoryModifierConstructorDescriptionInstantiate the DefaultDecoratorContextFactory.DefaultDecoratorContextFactory(IntegrationObjectService integrationObjectService, FlexibleSearchService flexibleSearchService, DescriptorFactory descriptorFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DescriptorFactory in de.hybris.platform.outboundsync.config.impl
Methods in de.hybris.platform.outboundsync.config.impl with parameters of type DescriptorFactoryModifier and TypeMethodDescriptionvoidDefaultChannelConfigurationFactory.setDescriptorFactory(DescriptorFactory factory) -
Uses of DescriptorFactory in de.hybris.platform.outboundsync.interceptor
Constructors in de.hybris.platform.outboundsync.interceptor with parameters of type DescriptorFactoryModifierConstructorDescriptionStreamConfigurationInfoExpressionCreationInterceptor(@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.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl with parameters of type DescriptorFactoryModifier and TypeMethodDescriptionvoidDefaultOutboundItemFactory.setDescriptorFactory(DescriptorFactory factory) -
Uses of DescriptorFactory in de.hybris.platform.webhookservices.service.impl
Constructors in de.hybris.platform.webhookservices.service.impl with parameters of type DescriptorFactoryModifierConstructorDescriptionDefaultWebhookConfigurationService(@NotNull FlexibleSearchService flexibleSearchService, @NotNull DescriptorFactory descriptorFactory) Deprecated, for removal: This API element is subject to removal in a future version.use new constructor insteadDefaultWebhookConfigurationService(@NotNull FlexibleSearchService flexibleSearchService, @NotNull DescriptorFactory descriptorFactory, @NotNull ItemModelSearchService itemSearchService) Instantiates theDefaultWebhookConfigurationService
descriptorFactoryproperty will be removed in the future.