Uses of Interface
org.odata4j.producer.EntitiesResponse

Packages that use EntitiesResponse
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 EntitiesResponse in org.odata4j.format
 

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

Uses of EntitiesResponse in org.odata4j.format.json
 

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

Uses of EntitiesResponse in org.odata4j.format.xml
 

Methods in org.odata4j.format.xml with parameters of type EntitiesResponse
 void AtomFeedFormatWriter.write(UriInfo uriInfo, Writer w, EntitiesResponse response)
           
 

Uses of EntitiesResponse in org.odata4j.producer
 

Methods in org.odata4j.producer that return EntitiesResponse
static EntitiesResponse Responses.entities(List<OEntity> entities, EdmEntitySet entitySet, Integer inlineCount, String skipToken)
          Creates a new EntitiesResponse instance.
 EntitiesResponse ODataProducerDelegate.getEntities(String entitySetName, QueryInfo queryInfo)
           
 EntitiesResponse ODataProducer.getEntities(String entitySetName, QueryInfo queryInfo)
          Gets all the entities for a given set matching the query information.
 

Uses of EntitiesResponse in org.odata4j.producer.command
 

Methods in org.odata4j.producer.command that return EntitiesResponse
 EntitiesResponse CommandProducer.getEntities(String entitySetName, QueryInfo queryInfo)
           
 

Uses of EntitiesResponse in org.odata4j.producer.edm
 

Methods in org.odata4j.producer.edm that return EntitiesResponse
 EntitiesResponse MetadataProducer.getEntities(String entitySetName, QueryInfo queryInfo)
           
 

Uses of EntitiesResponse in org.odata4j.producer.inmemory
 

Methods in org.odata4j.producer.inmemory that return EntitiesResponse
 EntitiesResponse InMemoryProducer.getEntities(String entitySetName, QueryInfo queryInfo)
           
protected  EntitiesResponse InMemoryProducer.getEntitiesResponse(InMemoryProducer.RequestContext rc, EdmEntitySet targetEntitySet, Enumerable<Object> objects, PropertyModel propertyModel)
           
 

Uses of EntitiesResponse in org.odata4j.producer.jpa
 

Methods in org.odata4j.producer.jpa that return EntitiesResponse
 EntitiesResponse JPAProducer.getEntities(String entitySetName, QueryInfo queryInfo)
           
 



http://odata4j.org