public class AvailablediscountSelection extends AbstractSelection<AvailablediscountSelection>
availablediscount
table.Constructor and Description |
---|
AvailablediscountSelection() |
Modifier and Type | Method and Description |
---|---|
AvailablediscountSelection |
appliedBeforeTax(java.lang.Boolean value) |
AvailablediscountSelection |
availablediscountid(java.lang.String... value) |
AvailablediscountSelection |
availablediscountidLike(java.lang.String... value) |
AvailablediscountSelection |
availablediscountidNot(java.lang.String... value) |
AvailablediscountSelection |
code(java.lang.String... value) |
AvailablediscountSelection |
codeLike(java.lang.String... value) |
AvailablediscountSelection |
codeNot(java.lang.String... value) |
AvailablediscountSelection |
fixed(java.lang.Integer... value) |
AvailablediscountSelection |
fixedGt(int value) |
AvailablediscountSelection |
fixedGtEq(int value) |
AvailablediscountSelection |
fixedLt(int value) |
AvailablediscountSelection |
fixedLtEq(int value) |
AvailablediscountSelection |
fixedNot(java.lang.Integer... value) |
AvailablediscountSelection |
id(long... value) |
AvailablediscountSelection |
linkedid(java.lang.String... value) |
AvailablediscountSelection |
linkedidLike(java.lang.String... value) |
AvailablediscountSelection |
linkedidNot(java.lang.String... value) |
AvailablediscountSelection |
percentage(java.lang.Float... value) |
AvailablediscountSelection |
percentageGt(float value) |
AvailablediscountSelection |
percentageGtEq(float value) |
AvailablediscountSelection |
percentageLt(float value) |
AvailablediscountSelection |
percentageLtEq(float value) |
AvailablediscountSelection |
percentageNot(java.lang.Float... value) |
AvailablediscountCursor |
query(android.content.ContentResolver contentResolver)
Equivalent of calling
query(contentResolver, projection, null, null . |
AvailablediscountCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection)
Equivalent of calling
query(contentResolver, projection, null . |
AvailablediscountCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection,
java.lang.String sortOrder)
Query the given content resolver using this selection.
|
AvailablediscountSelection |
scope(DiscountScope... value) |
AvailablediscountSelection |
scopeNot(DiscountScope... value) |
AvailablediscountSelection |
type(DiscountType... value) |
AvailablediscountSelection |
typeNot(DiscountType... value) |
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<AvailablediscountSelection>
public AvailablediscountCursor 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.AvailablediscountCursor
object, which is positioned before the first entry, or null.public AvailablediscountCursor query(android.content.ContentResolver contentResolver, java.lang.String[] projection)
query(contentResolver, projection, null
.public AvailablediscountCursor query(android.content.ContentResolver contentResolver)
query(contentResolver, projection, null, null
.public AvailablediscountSelection id(long... value)
public AvailablediscountSelection linkedid(java.lang.String... value)
public AvailablediscountSelection linkedidNot(java.lang.String... value)
public AvailablediscountSelection linkedidLike(java.lang.String... value)
public AvailablediscountSelection availablediscountid(java.lang.String... value)
public AvailablediscountSelection availablediscountidNot(java.lang.String... value)
public AvailablediscountSelection availablediscountidLike(java.lang.String... value)
public AvailablediscountSelection type(DiscountType... value)
public AvailablediscountSelection typeNot(DiscountType... value)
public AvailablediscountSelection scope(DiscountScope... value)
public AvailablediscountSelection scopeNot(DiscountScope... value)
public AvailablediscountSelection fixed(java.lang.Integer... value)
public AvailablediscountSelection fixedNot(java.lang.Integer... value)
public AvailablediscountSelection fixedGt(int value)
public AvailablediscountSelection fixedGtEq(int value)
public AvailablediscountSelection fixedLt(int value)
public AvailablediscountSelection fixedLtEq(int value)
public AvailablediscountSelection percentage(java.lang.Float... value)
public AvailablediscountSelection percentageNot(java.lang.Float... value)
public AvailablediscountSelection percentageGt(float value)
public AvailablediscountSelection percentageGtEq(float value)
public AvailablediscountSelection percentageLt(float value)
public AvailablediscountSelection percentageLtEq(float value)
public AvailablediscountSelection code(java.lang.String... value)
public AvailablediscountSelection codeNot(java.lang.String... value)
public AvailablediscountSelection codeLike(java.lang.String... value)
public AvailablediscountSelection appliedBeforeTax(java.lang.Boolean value)