java.lang.Object
de.hybris.platform.odata2services.odata.processor.writer.CallbackWriter
All Implemented Interfaces:
org.apache.olingo.odata2.api.ep.callback.OnWriteEntryContent, org.apache.olingo.odata2.api.ep.callback.OnWriteFeedContent, org.apache.olingo.odata2.api.ODataCallback

public class CallbackWriter extends Object implements org.apache.olingo.odata2.api.ep.callback.OnWriteFeedContent, org.apache.olingo.odata2.api.ep.callback.OnWriteEntryContent
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.olingo.odata2.api.ep.callback.WriteEntryCallbackResult
    retrieveEntryResult(org.apache.olingo.odata2.api.ep.callback.WriteEntryCallbackContext context)
     
    org.apache.olingo.odata2.api.ep.callback.WriteFeedCallbackResult
    retrieveFeedResult(org.apache.olingo.odata2.api.ep.callback.WriteFeedCallbackContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CallbackWriter

      public CallbackWriter()
  • Method Details

    • retrieveFeedResult

      public org.apache.olingo.odata2.api.ep.callback.WriteFeedCallbackResult retrieveFeedResult(org.apache.olingo.odata2.api.ep.callback.WriteFeedCallbackContext context) throws org.apache.olingo.odata2.api.exception.ODataApplicationException
      Specified by:
      retrieveFeedResult in interface org.apache.olingo.odata2.api.ep.callback.OnWriteFeedContent
      Throws:
      org.apache.olingo.odata2.api.exception.ODataApplicationException
    • retrieveEntryResult

      public org.apache.olingo.odata2.api.ep.callback.WriteEntryCallbackResult retrieveEntryResult(org.apache.olingo.odata2.api.ep.callback.WriteEntryCallbackContext context) throws org.apache.olingo.odata2.api.exception.ODataApplicationException
      Specified by:
      retrieveEntryResult in interface org.apache.olingo.odata2.api.ep.callback.OnWriteEntryContent
      Throws:
      org.apache.olingo.odata2.api.exception.ODataApplicationException