Uses of Class
com.avoka.tm.vo.Space
-
Packages that use Space Package Description com.avoka.tm.query Provides Value Object Query classes.com.avoka.tm.security Provides Security and SSO Support classes.com.avoka.tm.svc Provides Service classes.com.avoka.tm.util Provides Utility function classes. -
-
Uses of Space in com.avoka.tm.query
Methods in com.avoka.tm.query that return Space Modifier and Type Method Description Space
SpaceQuery. firstValue()
Execute the query and return the first space value object for the query.Methods in com.avoka.tm.query that return types with arguments of type Space Modifier and Type Method Description List<Space>
SpaceQuery. listValues()
Execute the space query and return a list of Space value objects. -
Uses of Space in com.avoka.tm.security
Constructors in com.avoka.tm.security with parameters of type Space Constructor Description NotSpaceUserException(User user, Space space)
Construct this exception by user and space. -
Uses of Space in com.avoka.tm.svc
Methods in com.avoka.tm.svc with parameters of type Space Modifier and Type Method Description TxnUpdater
TxnUpdater. setSpace(Space space)
The space value to set on the transaction. -
Uses of Space in com.avoka.tm.util
Methods in com.avoka.tm.util that return Space Modifier and Type Method Description static Space
SpaceUtils. getSpace(javax.servlet.http.HttpServletRequest request)
Returns a space VO for the portal associated with the given request.
-