Uses of Interface
org.odata4j.producer.EntityResponse

Packages that use EntityResponse
org.odata4j.format   
org.odata4j.format.json   
org.odata4j.format.xml   
org.odata4j.producer The odata4j server-side (producer-side) API. 
org.odata4j.producer.command   
org.odata4j.producer.edm   
org.odata4j.producer.inmemory   
org.odata4j.producer.jpa   
 

Uses of EntityResponse in org.odata4j.format
 

Methods in org.odata4j.format that return types with arguments of type EntityResponse
 FormatWriter<EntityResponse> FormatWriterFactory.JsonWriters.getEntryFormatWriter()
           
 FormatWriter<EntityResponse> FormatWriterFactory.AtomWriters.getEntryFormatWriter()
           
 

Uses of EntityResponse in org.odata4j.format.json
 

Methods in org.odata4j.format.json with parameters of type EntityResponse
protected  void JsonEntryFormatWriter.writeContent(UriInfo uriInfo, JsonWriter jw, EntityResponse target)
           
 

Uses of EntityResponse in org.odata4j.format.xml
 

Methods in org.odata4j.format.xml with parameters of type EntityResponse
 void AtomEntryFormatWriter.write(UriInfo uriInfo, Writer w, EntityResponse target)
           
 

Uses of EntityResponse in org.odata4j.producer
 

Methods in org.odata4j.producer that return EntityResponse
 EntityResponse ODataProducerDelegate.createEntity(String entitySetName, OEntity entity)
           
 EntityResponse ODataProducer.createEntity(String entitySetName, OEntity entity)
          Creates a new OData entity.
 EntityResponse ODataProducerDelegate.createEntity(String entitySetName, OEntityKey entityKey, String navProp, OEntity entity)
           
 EntityResponse ODataProducer.createEntity(String entitySetName, OEntityKey entityKey, String navProp, OEntity entity)
          Creates a new OData entity as a reference of an existing entity, implicitly linked to the existing entity by a navigation property.
static EntityResponse Responses.entity(OEntity entity)
          Creates a new EntityResponse instance.
 EntityResponse ODataProducerDelegate.getEntity(String entitySetName, OEntityKey entityKey, EntityQueryInfo queryInfo)
           
 EntityResponse ODataProducer.getEntity(String entitySetName, OEntityKey entityKey, EntityQueryInfo queryInfo)
          Obtains a single entity based on its type and key.
 

Uses of EntityResponse in org.odata4j.producer.command
 

Methods in org.odata4j.producer.command that return EntityResponse
 EntityResponse CommandProducer.createEntity(String entitySetName, OEntity entity)
           
 EntityResponse CommandProducer.createEntity(String entitySetName, OEntityKey entityKey, String navProp, OEntity entity)
           
 EntityResponse CommandProducer.getEntity(String entitySetName, OEntityKey entityKey, EntityQueryInfo queryInfo)
           
 

Uses of EntityResponse in org.odata4j.producer.edm
 

Methods in org.odata4j.producer.edm that return EntityResponse
 EntityResponse MetadataProducer.createEntity(String entitySetName, OEntity entity)
           
 EntityResponse MetadataProducer.createEntity(String entitySetName, OEntityKey entityKey, String navProp, OEntity entity)
           
 EntityResponse MetadataProducer.getEntity(String entitySetName, OEntityKey entityKey, EntityQueryInfo queryInfo)
           
 

Uses of EntityResponse in org.odata4j.producer.inmemory
 

Methods in org.odata4j.producer.inmemory that return EntityResponse
 EntityResponse InMemoryProducer.createEntity(String entitySetName, OEntity entity)
           
 EntityResponse InMemoryProducer.createEntity(String entitySetName, OEntityKey entityKey, String navProp, OEntity entity)
           
 EntityResponse InMemoryProducer.getEntity(String entitySetName, OEntityKey entityKey, EntityQueryInfo queryInfo)
           
 

Uses of EntityResponse in org.odata4j.producer.jpa
 

Methods in org.odata4j.producer.jpa that return EntityResponse
 EntityResponse JPAProducer.createEntity(String entitySetName, OEntity entity)
           
 EntityResponse JPAProducer.createEntity(String entitySetName, OEntityKey entityKey, String navProp, OEntity entity)
           
 EntityResponse JPAProducer.getEntity(String entitySetName, OEntityKey entityKey, EntityQueryInfo queryInfo)
           
 



http://odata4j.org