public class FeesSelection extends AbstractSelection<FeesSelection>
fees
table.Constructor and Description |
---|
FeesSelection() |
Modifier and Type | Method and Description |
---|---|
FeesSelection |
amount(java.lang.Long... value) |
FeesSelection |
amountGt(long value) |
FeesSelection |
amountGtEq(long value) |
FeesSelection |
amountLt(long value) |
FeesSelection |
amountLtEq(long value) |
FeesSelection |
amountNot(java.lang.Long... value) |
FeesSelection |
appliedBeforeTax(java.lang.Boolean value) |
FeesSelection |
id(long... value) |
FeesSelection |
idStr(java.lang.String... value) |
FeesSelection |
idStrLike(java.lang.String... value) |
FeesSelection |
idStrNot(java.lang.String... value) |
FeesSelection |
name(java.lang.String... value) |
FeesSelection |
nameLike(java.lang.String... value) |
FeesSelection |
nameNot(java.lang.String... value) |
FeesSelection |
orderid(java.lang.String... value) |
FeesSelection |
orderidLike(java.lang.String... value) |
FeesSelection |
orderidNot(java.lang.String... value) |
FeesSelection |
orderItemId(java.lang.String... value) |
FeesCursor |
query(android.content.ContentResolver contentResolver)
Equivalent of calling
query(contentResolver, projection, null, null . |
FeesCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection)
Equivalent of calling
query(contentResolver, projection, null . |
FeesCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection,
java.lang.String sortOrder)
Query the given content resolver using this selection.
|
android.net.Uri |
uri()
Returns the
uri argument to pass to the ContentResolver methods. |
addEquals, addGreaterThan, addGreaterThanOrEquals, addLessThan, addLessThanOrEquals, addLike, addNotEquals, addRaw, and, args, closeParen, delete, openParen, or, sel, toObjectArray, toObjectArray, toObjectArray, toObjectArray, toObjectArray
public android.net.Uri uri()
AbstractSelection
uri
argument to pass to the ContentResolver
methods.uri
in class AbstractSelection<FeesSelection>
public FeesCursor query(android.content.ContentResolver contentResolver, java.lang.String[] projection, java.lang.String sortOrder)
contentResolver
- The content resolver to query.projection
- A list of which columns to return. Passing null will return all columns, which is inefficient.sortOrder
- How to order the rows, formatted as an SQL ORDER BY clause (excluding the ORDER BY itself). Passing null will use the default sort
order, which may be unordered.FeesCursor
object, which is positioned before the first entry, or null.public FeesCursor query(android.content.ContentResolver contentResolver, java.lang.String[] projection)
query(contentResolver, projection, null
.public FeesCursor query(android.content.ContentResolver contentResolver)
query(contentResolver, projection, null, null
.public FeesSelection id(long... value)
public FeesSelection orderid(java.lang.String... value)
public FeesSelection orderidNot(java.lang.String... value)
public FeesSelection orderidLike(java.lang.String... value)
public FeesSelection orderItemId(java.lang.String... value)
public FeesSelection name(java.lang.String... value)
public FeesSelection nameNot(java.lang.String... value)
public FeesSelection nameLike(java.lang.String... value)
public FeesSelection idStr(java.lang.String... value)
public FeesSelection idStrNot(java.lang.String... value)
public FeesSelection idStrLike(java.lang.String... value)
public FeesSelection amount(java.lang.Long... value)
public FeesSelection amountNot(java.lang.Long... value)
public FeesSelection amountGt(long value)
public FeesSelection amountGtEq(long value)
public FeesSelection amountLt(long value)
public FeesSelection amountLtEq(long value)
public FeesSelection appliedBeforeTax(java.lang.Boolean value)