Uses of Class
com.avoka.tm.vo.Space
Package
Description
Provides Value Object Query classes.
Provides Security and SSO Support classes.
Provides Service classes.
Provides Utility function classes.
-
Uses of Space in com.avoka.tm.query
Modifier and TypeMethodDescriptionSpaceQuery.firstValue()
Execute the query and return the first space value object for the query.Modifier and TypeMethodDescriptionSpaceQuery.listValues()
Execute the space query and return a list of Space value objects. -
Uses of Space in com.avoka.tm.security
ModifierConstructorDescriptionNotSpaceUserException
(User user, Space space) Construct this exception by user and space. -
Uses of Space in com.avoka.tm.svc
Modifier and TypeMethodDescriptionThe space value to set on the transaction. -
Uses of Space in com.avoka.tm.util
Modifier and TypeMethodDescriptionstatic Space
SpaceUtils.getSpace
(HttpServletRequest request) Returns a space VO for the portal associated with the given request.