SvcDefQuery |
SvcDefQuery.addOrderByAsc(String orderProperty) |
Add the sort order by ascending to the query.
|
SvcDefQuery |
SvcDefQuery.addOrderByDesc(String orderProperty) |
Add the sort order by descending to the query.
|
SvcDefQuery |
SvcDefQuery.setClientCode(String clientCode) |
Set the service definition client code parameter.
|
SvcDefQuery |
SvcDefQuery.setCreatedBy(String createdBy) |
Set the service definition created by parameter.
|
SvcDefQuery |
SvcDefQuery.setFetchLimit(int fetchLimit) |
Set the query fetch limit to limit the maximum number of records returned.
|
SvcDefQuery |
SvcDefQuery.setId(Number id) |
Set the service definition id (PK) query parameter.
|
SvcDefQuery |
SvcDefQuery.setLastModifiedBy(String lastModifiedBy) |
Set the service definition last modified by parameter.
|
SvcDefQuery |
SvcDefQuery.setName(String name) |
Set the service definition name parameter.
|
SvcDefQuery |
SvcDefQuery.setType(String type) |
Set the service definition type parameter.
|
SvcDefQuery |
SvcDefQuery.setVersion(String version) |
Set the service definition version parameter.
|
SvcDefQuery |
SvcDefQuery.setVersionNumber(int versionNumber) |
Deprecated.
|
SvcDefQuery |
SvcDefQuery.withCurrentVersion() |
Set the query to return the service definition of current version.
|