Uses of Class
com.avoka.tm.vo.Space
Packages that use 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
Methods in com.avoka.tm.query that return SpaceModifier and TypeMethodDescriptionSpaceQuery.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 SpaceModifier and TypeMethodDescriptionSpaceQuery.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 SpaceModifierConstructorDescriptionNotSpaceUserException
(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 SpaceModifier and TypeMethodDescriptionThe space value to set on the transaction. -
Uses of Space in com.avoka.tm.util
Methods in com.avoka.tm.util that return Space