SvcConnQuery |
SvcConnQuery.addOrderByAsc(java.lang.String orderProperty) |
Add the sort order by ascending to the query.
|
SvcConnQuery |
SvcConnQuery.addOrderByDesc(java.lang.String orderProperty) |
Add the sort order by descending to the query.
|
SvcConnQuery |
SvcConnQuery.setClientCode(java.lang.String clientCode) |
Set the service connection client code query parameter.
|
SvcConnQuery |
SvcConnQuery.setFetchLimit(int fetchLimit) |
Set the query fetch limit to limit the maximum number of records returned.
|
SvcConnQuery |
SvcConnQuery.setId(java.lang.Long id) |
Set the service connection id (PK) query parameter.
|
SvcConnQuery |
SvcConnQuery.setName(java.lang.String name) |
Set the service connection name query parameter.
|
SvcConnQuery |
SvcConnQuery.setType(java.lang.String type) |
Set the service connection type query parameter.
|