A B C D E F G H I J K L M N O P R S T U V W

W

warn(String, String, Throwable) - Static method in class com.netmera.mobile.Logging
Write warning level log message
warn(String, String) - Static method in class com.netmera.mobile.Logging
Write warning level log message
WARNING - Static variable in class com.netmera.mobile.Logging
Warning and error level log messages are written.
whereAllContainedIn(String, Collection<?>) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where value that matches with the query contains all of the values in the given collection.
whereContainedIn(String, Collection<?>) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where value that matches with the query contains any of the values in the given collection.
whereCustomFieldEqual(String, Object) - Static method in class com.netmera.mobile.NetmeraPushSender
 
whereEndsWith(String, String) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where value that matches with the query ends with the given suffix.
whereEndsWith(String, String, boolean) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where value that matches with the query ends with the given suffix.
whereEqual(String, Object) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where value that matches with the query is equal to the given value.
whereEqual(String, Object, boolean) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where value that matches with the query is equal to the given value.
whereExists(String, boolean) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where the given key is exists or not.
whereGreaterThan(String, Object) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where value that matches with the query is greater than the given value.
whereGreaterThanOrEqual(String, Object) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where value that matches with the query is greater than or equal to the given value.
whereLessThan(String, Object) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where value that matches with the query is less than the given value.
whereLessThanOrEqual(String, Object) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where value that matches with the query is less than or equal to the given value.
whereMatches(String, String) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where value that returns from the query matches with the given regex.
whereMatches(String, String, boolean) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where value that returns from the query matches with the given regex.
whereNotEqual(String, Object) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where value that matches with the query is not equal to the given value.
whereOwnerEqual(NetmeraUser) - Method in class com.netmera.mobile.NetmeraService
This is used to get the contents of the logged user.
whereStartsWith(String, String) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where value that matches with the query starts with the given prefix.
whereStartsWith(String, String, boolean) - Method in class com.netmera.mobile.NetmeraService
Adds an options to the query where value that matches with the query starts with the given prefix.

A B C D E F G H I J K L M N O P R S T U V W