com.stackmob.sdk.api
Class StackMobQueryWithField

java.lang.Object
  extended by com.stackmob.sdk.api.StackMobQueryWithField

public class StackMobQueryWithField
extends Object


Constructor Summary
StackMobQueryWithField(String field, StackMobQuery q)
           
 
Method Summary
 StackMobQueryWithField field(String f)
           
 String getField()
           
 StackMobQuery getQuery()
           
 StackMobQueryWithField isEqualTo(Boolean val)
           
 StackMobQueryWithField isEqualTo(Integer val)
           
 StackMobQueryWithField isEqualTo(Long val)
           
 StackMobQueryWithField isEqualTo(String val)
           
 StackMobQueryWithField isGreaterThan(Boolean val)
           
 StackMobQueryWithField isGreaterThan(Integer val)
           
 StackMobQueryWithField isGreaterThan(Long val)
           
 StackMobQueryWithField isGreaterThan(String val)
           
 StackMobQueryWithField isGreaterThanOrEqualTo(Boolean val)
           
 StackMobQueryWithField isGreaterThanOrEqualTo(Integer val)
           
 StackMobQueryWithField isGreaterThanOrEqualTo(Long val)
           
 StackMobQueryWithField isGreaterThanOrEqualTo(String val)
           
 StackMobQueryWithField isIn(List<String> values)
           
 StackMobQueryWithField isLessThan(Boolean val)
           
 StackMobQueryWithField isLessThan(Integer val)
           
 StackMobQueryWithField isLessThan(Long val)
           
 StackMobQueryWithField isLessThan(String val)
           
 StackMobQueryWithField isLessThanOrEqualTo(Boolean val)
           
 StackMobQueryWithField isLessThanOrEqualTo(Integer val)
           
 StackMobQueryWithField isLessThanOrEqualTo(Long val)
           
 StackMobQueryWithField isLessThanOrEqualTo(String val)
           
 StackMobQueryWithField isNear(GeoPoint point)
           
 StackMobQueryWithField isNearWithinKm(GeoPoint point, Double maxDistanceKm)
           
 StackMobQueryWithField isNearWithinMi(GeoPoint point, Double maxDistanceMi)
           
 StackMobQueryWithField isOrderedBy(StackMobQuery.Ordering ordering)
           
 StackMobQueryWithField isWithinBox(GeoPoint lowerLeft, GeoPoint upperRight)
           
 StackMobQueryWithField isWithinKm(GeoPoint point, Double radiusKm)
           
 StackMobQueryWithField isWithinMi(GeoPoint point, Double radiusMi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackMobQueryWithField

public StackMobQueryWithField(String field,
                              StackMobQuery q)
Method Detail

getQuery

public StackMobQuery getQuery()

getField

public String getField()

field

public StackMobQueryWithField field(String f)

isEqualTo

public StackMobQueryWithField isEqualTo(String val)

isEqualTo

public StackMobQueryWithField isEqualTo(Integer val)

isEqualTo

public StackMobQueryWithField isEqualTo(Long val)

isEqualTo

public StackMobQueryWithField isEqualTo(Boolean val)

isNear

public StackMobQueryWithField isNear(GeoPoint point)

isNearWithinMi

public StackMobQueryWithField isNearWithinMi(GeoPoint point,
                                             Double maxDistanceMi)

isNearWithinKm

public StackMobQueryWithField isNearWithinKm(GeoPoint point,
                                             Double maxDistanceKm)

isWithinMi

public StackMobQueryWithField isWithinMi(GeoPoint point,
                                         Double radiusMi)

isWithinKm

public StackMobQueryWithField isWithinKm(GeoPoint point,
                                         Double radiusKm)

isWithinBox

public StackMobQueryWithField isWithinBox(GeoPoint lowerLeft,
                                          GeoPoint upperRight)

isIn

public StackMobQueryWithField isIn(List<String> values)

isLessThan

public StackMobQueryWithField isLessThan(String val)

isLessThan

public StackMobQueryWithField isLessThan(Integer val)

isLessThan

public StackMobQueryWithField isLessThan(Long val)

isLessThan

public StackMobQueryWithField isLessThan(Boolean val)

isGreaterThan

public StackMobQueryWithField isGreaterThan(String val)

isGreaterThan

public StackMobQueryWithField isGreaterThan(Integer val)

isGreaterThan

public StackMobQueryWithField isGreaterThan(Long val)

isGreaterThan

public StackMobQueryWithField isGreaterThan(Boolean val)

isLessThanOrEqualTo

public StackMobQueryWithField isLessThanOrEqualTo(String val)

isLessThanOrEqualTo

public StackMobQueryWithField isLessThanOrEqualTo(Integer val)

isLessThanOrEqualTo

public StackMobQueryWithField isLessThanOrEqualTo(Long val)

isLessThanOrEqualTo

public StackMobQueryWithField isLessThanOrEqualTo(Boolean val)

isGreaterThanOrEqualTo

public StackMobQueryWithField isGreaterThanOrEqualTo(String val)

isGreaterThanOrEqualTo

public StackMobQueryWithField isGreaterThanOrEqualTo(Integer val)

isGreaterThanOrEqualTo

public StackMobQueryWithField isGreaterThanOrEqualTo(Long val)

isGreaterThanOrEqualTo

public StackMobQueryWithField isGreaterThanOrEqualTo(Boolean val)

isOrderedBy

public StackMobQueryWithField isOrderedBy(StackMobQuery.Ordering ordering)


Copyright © 2011 StackMob. All Rights Reserved.