Uses of Class
com.avoka.tm.query.SpaceQuery
-
Packages that use SpaceQuery Package Description com.avoka.tm.query Provides Value Object Query classes. -
-
Uses of SpaceQuery in com.avoka.tm.query
Methods in com.avoka.tm.query that return SpaceQuery Modifier and Type Method Description SpaceQuery
SpaceQuery. addOrderByAsc(String orderProperty)
Add the sort order by ascending to the query.SpaceQuery
SpaceQuery. addOrderByDesc(String orderProperty)
Add the sort order by descending to the query.SpaceQuery
SpaceQuery. setContextPath(String contextPath)
Set the space context path parameter.SpaceQuery
SpaceQuery. setFetchLimit(int fetchLimit)
Set the query fetch limit to limit the maximum number of records returned.SpaceQuery
SpaceQuery. setId(Long id)
Set the space id (PK) query parameter.SpaceQuery
SpaceQuery. setName(String name)
Set the space name query parameter.
-