SvcConnQuery |
SvcConnQuery.addOrderByAsc(String orderProperty) |
Add the sort order by ascending to the query.
|
SvcConnQuery |
SvcConnQuery.addOrderByDesc(String orderProperty) |
Add the sort order by descending to the query.
|
SvcConnQuery |
SvcConnQuery.setClientCode(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(Long id) |
Set the service connection id (PK) query parameter.
|
SvcConnQuery |
SvcConnQuery.setName(String name) |
Set the service connection name query parameter.
|
SvcConnQuery |
SvcConnQuery.setType(String type) |
Set the service connection type query parameter.
|