|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SrampClientQuery | |
|---|---|
| org.overlord.sramp.client | |
| Uses of SrampClientQuery in org.overlord.sramp.client |
|---|
| Methods in org.overlord.sramp.client that return SrampClientQuery | |
|---|---|
SrampClientQuery |
SrampClientQuery.ascending()
Sets ascending to true. |
SrampClientQuery |
SrampAtomApiClient.buildQuery(String query)
Build a query that can be parameterized and then executed. |
SrampClientQuery |
SrampClientQuery.count(int count)
|
SrampClientQuery |
SrampClientQuery.descending()
Sets ascending to false. |
SrampClientQuery |
SrampClientQuery.orderBy(String orderBy)
|
SrampClientQuery |
SrampClientQuery.parameter(Calendar param)
Sets a parameter on the query. |
SrampClientQuery |
SrampClientQuery.parameter(Date param)
Sets a parameter on the query - this should match up to a ? in the query template provided. |
SrampClientQuery |
SrampClientQuery.parameter(double param)
Sets a parameter on the query - this should match up to a ? in the query template provided. |
SrampClientQuery |
SrampClientQuery.parameter(float param)
Sets a parameter on the query - this should match up to a ? in the query template provided. |
SrampClientQuery |
SrampClientQuery.parameter(int param)
Sets a parameter on the query - this should match up to a ? in the query template provided. |
SrampClientQuery |
SrampClientQuery.parameter(long param)
Sets a parameter on the query - this should match up to a ? in the query template provided. |
SrampClientQuery |
SrampClientQuery.parameter(Number param)
Sets a parameter on the query - this should match up to a ? in the query template provided. |
SrampClientQuery |
SrampClientQuery.parameter(String param)
Sets a parameter on the query - this should match up to a ? in the query template provided. |
SrampClientQuery |
SrampClientQuery.propertyName(String propertyName)
|
SrampClientQuery |
SrampClientQuery.startIndex(int startIndex)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||