Uses of Class
com.avoka.tm.query.SvcDefQuery
Packages that use SvcDefQuery
-
Uses of SvcDefQuery in com.avoka.tm.query
Methods in com.avoka.tm.query that return SvcDefQueryModifier and TypeMethodDescriptionSvcDefQuery.addOrderByAsc
(String orderProperty) Add the sort order by ascending to the query.SvcDefQuery.addOrderByDesc
(String orderProperty) Add the sort order by descending to the query.SvcDefQuery.setClientCode
(String clientCode) Set the service definition client code parameter.SvcDefQuery.setCreatedBy
(String createdBy) Set the service definition created by parameter.SvcDefQuery.setFetchLimit
(int fetchLimit) Set the query fetch limit to limit the maximum number of records returned.Set the service definition id (PK) query parameter.SvcDefQuery.setLastModifiedBy
(String lastModifiedBy) Set the service definition last modified by parameter.Set the service definition name parameter.Set the service definition type parameter.SvcDefQuery.setVersion
(String version) Set the service definition version parameter.SvcDefQuery.setVersionNumber
(int versionNumber) Deprecated.SvcDefQuery.withCurrentVersion()
Set the query to return the service definition of current version.