Uses of Class
com.avoka.tm.vo.User
-
Packages that use User Package Description com.avoka.fc.core.service.fluent Provides the Fluent Groovy API services.com.avoka.tm.func Provides Fluent Function classes.com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
Uses of User in com.avoka.fc.core.service.fluent
Methods in com.avoka.fc.core.service.fluent that return User Modifier and Type Method Description protected UserAbstractFluentService. getRequestUser(HttpServletRequest request)Return the authenticated user value object for the request session, or null if none available. -
Uses of User in com.avoka.tm.func
Fields in com.avoka.tm.func declared as User Modifier and Type Field Description UserFuncParam. userThe user VO.Constructors in com.avoka.tm.func with parameters of type User Constructor Description FuncParam(String trigger, Document appDoc, Map<String,Object> params, HttpServletRequest request, SvcDef svcDef, Txn txn, User user)Create a FuncParam value object with the given attributes. -
Uses of User in com.avoka.tm.vo
Methods in com.avoka.tm.vo that return User Modifier and Type Method Description UserAccountUserDetails. getUser()Returns the userUserComment. getUser()The comment user.Constructors in com.avoka.tm.vo with parameters of type User Constructor Description Comment(Long parent, String header, String message, User user)Create a comment object with the given arguments.Comment(String header, String message, User user)Create a comment object with the given arguments.
-