Uses of Interface
de.hybris.platform.odata2services.odata.processor.handler.persistence.PersistenceParam
Packages that use PersistenceParam
Package
Description
-
Uses of PersistenceParam in de.hybris.platform.odata2services.odata.persistence
Methods in de.hybris.platform.odata2services.odata.persistence with parameters of type PersistenceParamModifier and TypeMethodDescriptiondefault StorageRequestStorageRequestFactory.create(PersistenceParam param, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) Creates new storage request -
Uses of PersistenceParam in de.hybris.platform.odata2services.odata.processor
Methods in de.hybris.platform.odata2services.odata.processor that return PersistenceParamModifier and TypeMethodDescriptionprotected PersistenceParamOData2Processor.getPersistenceParam(org.apache.olingo.odata2.api.uri.UriInfo uriInfo, InputStream content, String requestContentType, String responseContentType) Gets aPersistenceParamfrom the given parametersMethods in de.hybris.platform.odata2services.odata.processor that return types with arguments of type PersistenceParamModifier and TypeMethodDescriptionprotected ODataProcessorHandler<PersistenceParam,org.apache.olingo.odata2.api.processor.ODataResponse> DefaultODataProcessorFactory.getPatchPersistenceHandler()protected ODataProcessorHandler<PersistenceParam,org.apache.olingo.odata2.api.processor.ODataResponse> OData2Processor.getPatchPersistenceHandler()protected ODataProcessorHandler<PersistenceParam,org.apache.olingo.odata2.api.processor.ODataResponse> DefaultODataProcessorFactory.getPersistenceHandler()protected ODataProcessorHandler<PersistenceParam,org.apache.olingo.odata2.api.processor.ODataResponse> OData2Processor.getPersistenceHandler()Method parameters in de.hybris.platform.odata2services.odata.processor with type arguments of type PersistenceParamModifier and TypeMethodDescriptionvoidDefaultODataProcessorFactory.setPatchPersistenceHandler(ODataProcessorHandler<PersistenceParam, org.apache.olingo.odata2.api.processor.ODataResponse> patchPersistenceHandler) voidOData2Processor.setPatchPersistenceHandler(ODataProcessorHandler<PersistenceParam, org.apache.olingo.odata2.api.processor.ODataResponse> patchPersistenceHandler) voidDefaultODataProcessorFactory.setPersistenceHandler(ODataProcessorHandler<PersistenceParam, org.apache.olingo.odata2.api.processor.ODataResponse> persistenceHandler) voidOData2Processor.setPersistenceHandler(ODataProcessorHandler<PersistenceParam, org.apache.olingo.odata2.api.processor.ODataResponse> persistenceHandler) -
Uses of PersistenceParam in de.hybris.platform.odata2services.odata.processor.handler.persistence
Classes in de.hybris.platform.odata2services.odata.processor.handler.persistence that implement PersistenceParamMethods in de.hybris.platform.odata2services.odata.processor.handler.persistence with parameters of type PersistenceParamModifier and TypeMethodDescriptionprotected org.apache.olingo.odata2.api.processor.ODataResponse.ODataResponseBuilderPatchPersistenceHandler.buildResponse(PersistenceParam param, PersistenceContext ctx, org.apache.olingo.odata2.api.ep.entry.ODataEntry persistedEntry) protected org.apache.olingo.odata2.api.processor.ODataResponse.ODataResponseBuilderPersistenceHandler.buildResponse(PersistenceParam param, PersistenceContext ctx, org.apache.olingo.odata2.api.ep.entry.ODataEntry persistedEntry) Creates anODataResponsefor the requestprotected org.apache.olingo.odata2.api.ep.entry.ODataEntryPatchPersistenceHandler.convertToODataEntry(PersistenceParam param) protected org.apache.olingo.odata2.api.ep.entry.ODataEntryPersistenceHandler.convertToODataEntry(PersistenceParam param) Converts the request payload to anODataEntryorg.apache.olingo.odata2.api.processor.ODataResponsePersistenceHandler.handle(PersistenceParam param) voidPathPayloadKeyValidator.validate(PersistenceParam param, org.apache.olingo.odata2.api.ep.entry.ODataEntry path, org.apache.olingo.odata2.api.ep.entry.ODataEntry payload) voidRequestValidator.validate(PersistenceParam param, org.apache.olingo.odata2.api.ep.entry.ODataEntry path, org.apache.olingo.odata2.api.ep.entry.ODataEntry payload) Validates the request and throws some exception, if the request does not satisfy the condition imposed by this validator implementations.