Uses of Interface
de.hybris.platform.odata2services.config.ODataServicesConfiguration
-
-
Uses of ODataServicesConfiguration in de.hybris.platform.odata2services.config
Classes in de.hybris.platform.odata2services.config that implement ODataServicesConfiguration Modifier and Type Class Description classDefaultOData2ServicesConfiguration -
Uses of ODataServicesConfiguration in de.hybris.platform.odata2services.odata.monitoring.impl
Methods in de.hybris.platform.odata2services.odata.monitoring.impl that return ODataServicesConfiguration Modifier and Type Method Description protected ODataServicesConfigurationDefaultRequestBatchEntityExtractor. getConfiguration()Methods in de.hybris.platform.odata2services.odata.monitoring.impl with parameters of type ODataServicesConfiguration Modifier and Type Method Description voidDefaultRequestBatchEntityExtractor. setConfiguration(ODataServicesConfiguration configuration) -
Uses of ODataServicesConfiguration in de.hybris.platform.odata2services.odata.persistence
Methods in de.hybris.platform.odata2services.odata.persistence that return ODataServicesConfiguration Modifier and Type Method Description protected ODataServicesConfigurationDefaultItemLookupRequestFactory. getODataServicesConfiguration()Methods in de.hybris.platform.odata2services.odata.persistence with parameters of type ODataServicesConfiguration Modifier and Type Method Description voidDefaultItemLookupRequestFactory. setODataServicesConfiguration(ODataServicesConfiguration oDataServicesConfiguration) -
Uses of ODataServicesConfiguration in de.hybris.platform.odata2services.odata.processor
Methods in de.hybris.platform.odata2services.odata.processor that return ODataServicesConfiguration Modifier and Type Method Description protected ODataServicesConfigurationDefaultODataProcessor. getoDataServicesConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.protected ODataServicesConfigurationDefaultODataProcessorFactory. getODataServicesConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.This is no longer needed with usingOData2ProcessorMethods in de.hybris.platform.odata2services.odata.processor with parameters of type ODataServicesConfiguration Modifier and Type Method Description voidDefaultODataProcessor. setODataServicesConfiguration(ODataServicesConfiguration oDataServicesConfiguration)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultODataProcessorFactory. setODataServicesConfiguration(ODataServicesConfiguration configuration)Deprecated, for removal: This API element is subject to removal in a future version.This is no longer needed with usingOData2Processor -
Uses of ODataServicesConfiguration in de.hybris.platform.odata2services.odata.processor.handler.persistence.batch
Methods in de.hybris.platform.odata2services.odata.processor.handler.persistence.batch that return ODataServicesConfiguration Modifier and Type Method Description protected ODataServicesConfigurationBatchPersistenceHandler. getODataServicesConfiguration()Methods in de.hybris.platform.odata2services.odata.processor.handler.persistence.batch with parameters of type ODataServicesConfiguration Modifier and Type Method Description voidBatchPersistenceHandler. setODataServicesConfiguration(ODataServicesConfiguration oDataServicesConfiguration)
-