Uses of Interface
de.hybris.platform.integrationservices.service.IntegrationObjectService
-
-
Uses of IntegrationObjectService in de.hybris.platform.integrationservices.search
Constructors in de.hybris.platform.integrationservices.search with parameters of type IntegrationObjectService Constructor Description FlexibleSearchQueryBuilder(IntegrationObjectService service) -
Uses of IntegrationObjectService in de.hybris.platform.integrationservices.search.impl
Methods in de.hybris.platform.integrationservices.search.impl with parameters of type IntegrationObjectService Modifier and Type Method Description voidDefaultFlexSearchQueryBuilderFactory. setIntegrationObjectService(IntegrationObjectService service) -
Uses of IntegrationObjectService in de.hybris.platform.integrationservices.service.impl
Classes in de.hybris.platform.integrationservices.service.impl that implement IntegrationObjectService Modifier and Type Class Description classDefaultIntegrationObjectServiceThe default implementation of the IntegrationObjectServiceMethods in de.hybris.platform.integrationservices.service.impl that return IntegrationObjectService Modifier and Type Method Description protected IntegrationObjectServiceDefaultIntegrationObjectConversionService. getIntegrationObjectService()protected IntegrationObjectServiceDefaultItemTypeDescriptorService. getIntegrationObjectService()Methods in de.hybris.platform.integrationservices.service.impl with parameters of type IntegrationObjectService Modifier and Type Method Description voidDefaultIntegrationObjectConversionService. setIntegrationObjectService(IntegrationObjectService integrationObjectService)voidDefaultItemTypeDescriptorService. setIntegrationObjectService(IntegrationObjectService service) -
Uses of IntegrationObjectService in de.hybris.platform.odata2services.export.impl
Constructors in de.hybris.platform.odata2services.export.impl with parameters of type IntegrationObjectService Constructor Description 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 IntegrationObjectService in de.hybris.platform.odata2services.odata.impl
Methods in de.hybris.platform.odata2services.odata.impl with parameters of type IntegrationObjectService Modifier and Type Method Description voidDefaultEdmProviderFactory. setIntegrationObjectService(IntegrationObjectService integrationObjectService) -
Uses of IntegrationObjectService in de.hybris.platform.odata2services.odata.persistence.creation
Methods in de.hybris.platform.odata2services.odata.persistence.creation that return IntegrationObjectService Modifier and Type Method Description protected IntegrationObjectServiceAlwaysCreateItemStrategy. getIntegrationObjectService()Deprecated, for removal: This API element is subject to removal in a future version.Not used since 1905.07-CEPMethods in de.hybris.platform.odata2services.odata.persistence.creation with parameters of type IntegrationObjectService Modifier and Type Method Description voidAlwaysCreateItemStrategy. 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 IntegrationObjectService Modifier and Type Method Description protected IntegrationObjectServiceDefaultItemLookupStrategy. getIntegrationObjectService()Methods in de.hybris.platform.odata2services.odata.persistence.lookup with parameters of type IntegrationObjectService Modifier and Type Method Description voidDefaultItemLookupStrategy. setIntegrationObjectService(IntegrationObjectService integrationObjectService) -
Uses of IntegrationObjectService in de.hybris.platform.odata2services.odata.persistence.populator.processor
Methods in de.hybris.platform.odata2services.odata.persistence.populator.processor that return IntegrationObjectService Modifier and Type Method Description protected IntegrationObjectServiceAbstractPropertyProcessor. getIntegrationObjectService()Deprecated, for removal: This API element is subject to removal in a future version.not going to be used once other deprecated methods are removed.Methods in de.hybris.platform.odata2services.odata.persistence.populator.processor with parameters of type IntegrationObjectService Modifier and Type Method Description voidAbstractPropertyProcessor. setIntegrationObjectService(IntegrationObjectService integrationObjectService)Deprecated, for removal: This API element is subject to removal in a future version.not going to be used once other deprecated methods are removed. -
Uses of IntegrationObjectService in de.hybris.platform.odata2services.odata.security.impl
Constructors in de.hybris.platform.odata2services.odata.security.impl with parameters of type IntegrationObjectService Constructor Description DefaultIntegrationObjectMetadataPermissionService(@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 IntegrationObjectService Modifier and Type Method Description protected IntegrationObjectServiceInboundIntegrationObjectInterceptor. getIntegrationObjectService()Methods in de.hybris.platform.odata2webservices.interceptor with parameters of type IntegrationObjectService Modifier and Type Method Description voidClassificationIntegrationObjectInterceptor. setIntegrationObjectService(IntegrationObjectService integrationObjectService)voidInboundIntegrationObjectInterceptor. setIntegrationObjectService(IntegrationObjectService flexibleSearch) -
Uses of IntegrationObjectService in de.hybris.platform.odata2webservices.matchers
Constructors in de.hybris.platform.odata2webservices.matchers with parameters of type IntegrationObjectService Constructor Description AbstractIntegrationObjectRequestMatcher(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 IntegrationObjectService Constructor Description DefaultDecoratorContextFactory(IntegrationObjectService integrationObjectService, FlexibleSearchService flexibleSearchService, DescriptorFactory descriptorFactory) -
Uses of IntegrationObjectService in de.hybris.platform.outboundservices.facade.impl
Methods in de.hybris.platform.outboundservices.facade.impl that return IntegrationObjectService Modifier and Type Method Description protected IntegrationObjectServiceDefaultOutboundServiceFacade. getIntegrationObjectService()Deprecated, for removal: This API element is subject to removal in a future version.used only in the other deprecatedprotectedmethods.Methods in de.hybris.platform.outboundservices.facade.impl with parameters of type IntegrationObjectService Modifier and Type Method Description voidDefaultOutboundServiceFacade. setIntegrationObjectService(IntegrationObjectService integrationObjectService)Deprecated, for removal: This API element is subject to removal in a future version.used only in the other deprecatedprotectedmethods.
-