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.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(ExtendedUriInfo 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(ExtendedUriInfo uriInfo, Writer w, EntityResponse target)
           
 

Uses of EntityResponse in org.odata4j.producer
 

Methods in org.odata4j.producer that return EntityResponse
 EntityResponse ODataProducer.createEntity(String entitySetName, OEntity entity)
          Creates a new OData 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)
          Create a new EntityResponse instance.
 EntityResponse ODataProducer.getEntity(String entitySetName, OEntityKey entityKey)
          Obtains a single entity based on its type and key.
 

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)
           
 

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)
           
 



http://odata4j.org