A C D E F G H I L M O P S T U V W

U

UserRole - class org.oscelot.webct.dao.UserRole.
Deprecated. This class has been replaced with a set of string constants defined in the UserVO class.

The UserRole class represents a Vista user role (SIND, SSTU, etc...).

Based on com.webct.platform.sdkext.authmoduledata.UserRole

UserRole(String, int) - Constructor for class org.oscelot.webct.dao.UserRole
Deprecated. This class has been replaced with a set of string constants defined in the UserVO class

Public constructor to create a UserRole.

UserService - class org.oscelot.webct.dao.UserService.
The UserService is a singleton utility that allows user data to be retrieved from within the Vista authentication module framework given a user Id and the learning context Id (typically the section Id).
UserVO - class org.oscelot.webct.dao.UserVO.
The UserVO is a value object that contains details about the user.
UserVO() - Constructor for class org.oscelot.webct.dao.UserVO
Deprecated. UserVO objects should be created using the UserService.getUser(String, Long) and UserService.getMembers(Long) methods.
UserVO(int, String, long, long, String, String, String, String, String, String, int, String, String, String, String, List) - Constructor for class org.oscelot.webct.dao.UserVO
Deprecated. UserVO objects should be created using the UserService.getUser(String, Long) and UserService.getMembers(Long) methods.

A C D E F G H I L M O P S T U V W