| Package | Description |
|---|---|
| org.overlord.sramp.client |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2011–2013 JBoss, a division of Red Hat. All rights reserved.