Uses of Interface
de.hybris.platform.integrationservices.service.IntegrationObjectService
Packages that use IntegrationObjectService
Package
Description
-
Uses of IntegrationObjectService in de.hybris.platform.integrationservices.search
Constructors in de.hybris.platform.integrationservices.search with parameters of type IntegrationObjectService -
Uses of IntegrationObjectService in de.hybris.platform.integrationservices.search.impl
Methods in de.hybris.platform.integrationservices.search.impl with parameters of type IntegrationObjectServiceModifier and TypeMethodDescriptionvoidDefaultFlexSearchQueryBuilderFactory.setIntegrationObjectService(IntegrationObjectService service) -
Uses of IntegrationObjectService in de.hybris.platform.integrationservices.service.impl
Classes in de.hybris.platform.integrationservices.service.impl that implement IntegrationObjectServiceModifier and TypeClassDescriptionclassThe default implementation of the IntegrationObjectServiceMethods in de.hybris.platform.integrationservices.service.impl that return IntegrationObjectServiceModifier and TypeMethodDescriptionprotected IntegrationObjectServiceDefaultIntegrationObjectConversionService.getIntegrationObjectService()protected IntegrationObjectServiceDefaultItemTypeDescriptorService.getIntegrationObjectService()Methods in de.hybris.platform.integrationservices.service.impl with parameters of type IntegrationObjectServiceModifier and TypeMethodDescriptionvoidDefaultIntegrationObjectConversionService.setIntegrationObjectService(IntegrationObjectService integrationObjectService) voidDefaultItemTypeDescriptorService.setIntegrationObjectService(IntegrationObjectService service) Constructors in de.hybris.platform.integrationservices.service.impl with parameters of type IntegrationObjectServiceModifierConstructorDescriptionInstantiates the service for the integration object model search -
Uses of IntegrationObjectService in de.hybris.platform.odata2services.export.impl
Methods in de.hybris.platform.odata2services.export.impl that return IntegrationObjectServiceModifier and TypeMethodDescriptionprotected IntegrationObjectServiceAbstractExportConfigurationDecorator.getIntegrationObjectService()Constructors in de.hybris.platform.odata2services.export.impl with parameters of type IntegrationObjectServiceModifierConstructorDescriptionprotectedAbstractExportConfigurationDecorator(@NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectConversionService conversionService, @NotNull IntegrationObjectService integrationObjectService, @NotNull EntitySetNameGenerator nameGenerator) Constructor injects dependencies for reuse.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 IntegrationObjectService in de.hybris.platform.odata2services.odata.impl
Methods in de.hybris.platform.odata2services.odata.impl with parameters of type IntegrationObjectServiceModifier and TypeMethodDescriptionvoidDefaultEdmProviderFactory.setIntegrationObjectService(IntegrationObjectService integrationObjectService) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IntegrationObjectService in de.hybris.platform.odata2services.odata.persistence.lookup
Methods in de.hybris.platform.odata2services.odata.persistence.lookup that return IntegrationObjectServiceModifier and TypeMethodDescriptionprotected IntegrationObjectServiceDefaultItemLookupStrategy.getIntegrationObjectService()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.odata2services.odata.persistence.lookup with parameters of type IntegrationObjectServiceModifier and TypeMethodDescriptionvoidDefaultItemLookupStrategy.setIntegrationObjectService(IntegrationObjectService integrationObjectService) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IntegrationObjectService in de.hybris.platform.odata2services.odata.security.impl
Constructors in de.hybris.platform.odata2services.odata.security.impl with parameters of type IntegrationObjectServiceModifierConstructorDescriptionDefaultIntegrationObjectMetadataPermissionService(@NotNull PermissionCRUDService permissionCRUDService, @NotNull ServiceNameExtractor serviceNameExtractor, @NotNull IntegrationObjectService integrationObjectService, @NotNull IntegrationServicesConfiguration integrationServicesConfiguration) DefaultIntegrationObjectPermissionService class constructor. -
Uses of IntegrationObjectService in de.hybris.platform.odata2webservices.interceptor
Methods in de.hybris.platform.odata2webservices.interceptor that return IntegrationObjectServiceModifier and TypeMethodDescriptionprotected IntegrationObjectServiceInboundIntegrationObjectInterceptor.getIntegrationObjectService()Methods in de.hybris.platform.odata2webservices.interceptor with parameters of type IntegrationObjectServiceModifier and TypeMethodDescriptionvoidClassificationIntegrationObjectInterceptor.setIntegrationObjectService(IntegrationObjectService integrationObjectService) voidInboundIntegrationObjectInterceptor.setIntegrationObjectService(IntegrationObjectService flexibleSearch) Constructors in de.hybris.platform.odata2webservices.interceptor with parameters of type IntegrationObjectServiceModifierConstructorDescriptionPojoIntegrationObjectInterceptor(@NotNull IntegrationObjectService ios) Instantiates interceptor with the dependency on theIntegrationObjectServiceinjected -
Uses of IntegrationObjectService in de.hybris.platform.odata2webservices.matchers
Constructors in de.hybris.platform.odata2webservices.matchers with parameters of type IntegrationObjectServiceModifierConstructorDescriptionprotectedAbstractIntegrationObjectRequestMatcher(IntegrationObjectService integrationObjectService, ServiceNameExtractor serviceNameExtractor, FlexibleSearchService flexibleSearchService) BasicAuthMatcher(IntegrationObjectService integrationObjectService, ServiceNameExtractor serviceNameExtractor, FlexibleSearchService flexibleSearchService, InboundServicesConfiguration inboundServicesConfiguration) OAuthMatcher(IntegrationObjectService integrationObjectService, ServiceNameExtractor serviceNameExtractor, FlexibleSearchService flexibleSearchService) -
Uses of IntegrationObjectService in de.hybris.platform.outboundservices.decorator.impl
Constructors in de.hybris.platform.outboundservices.decorator.impl with parameters of type IntegrationObjectServiceModifierConstructorDescriptionDefaultDecoratorContextFactory(IntegrationObjectService integrationObjectService, FlexibleSearchService flexibleSearchService, DescriptorFactory descriptorFactory) Deprecated, for removal: This API element is subject to removal in a future version.
DefaultEdmProviderFactory.setIntegrationObjectDescriptorService(IntegrationObjectDescriptorService)instead.