org.odata4j.consumer
Class OQueryImpl<T>

java.lang.Object
  extended by org.odata4j.consumer.OQueryImpl<T>
All Implemented Interfaces:
OQuery<T>

public class OQueryImpl<T>
extends Object
implements OQuery<T>


Constructor Summary
OQueryImpl(ODataClient client, Class<T> entityType, String serviceRootUri, String entitySetName, FeedCustomizationMapping fcMapping)
           
 
Method Summary
 OQuery<T> custom(String name, String value)
           
 Enumerable<T> execute()
           
 OQuery<T> filter(String filter)
           
 OQuery<T> nav(Object[] key, String navProperty)
           
 OQuery<T> nav(Object key, String navProperty)
           
 OQuery<T> orderBy(String orderBy)
           
 OQuery<T> select(String select)
           
 OQuery<T> skip(int skip)
           
 OQuery<T> top(int top)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OQueryImpl

public OQueryImpl(ODataClient client,
                  Class<T> entityType,
                  String serviceRootUri,
                  String entitySetName,
                  FeedCustomizationMapping fcMapping)
Method Detail

custom

public OQuery<T> custom(String name,
                        String value)
Specified by:
custom in interface OQuery<T>

execute

public Enumerable<T> execute()
Specified by:
execute in interface OQuery<T>

filter

public OQuery<T> filter(String filter)
Specified by:
filter in interface OQuery<T>

nav

public OQuery<T> nav(Object[] key,
                     String navProperty)
Specified by:
nav in interface OQuery<T>

nav

public OQuery<T> nav(Object key,
                     String navProperty)
Specified by:
nav in interface OQuery<T>

orderBy

public OQuery<T> orderBy(String orderBy)
Specified by:
orderBy in interface OQuery<T>

select

public OQuery<T> select(String select)
Specified by:
select in interface OQuery<T>

skip

public OQuery<T> skip(int skip)
Specified by:
skip in interface OQuery<T>

top

public OQuery<T> top(int top)
Specified by:
top in interface OQuery<T>


http://odata4j.org