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

G

GROUP_ADMIN_ROLE - Static variable in class org.oscelot.webct.dao.UserRole
Deprecated.  
GROUP_ADMIN_ROLE - Static variable in class org.oscelot.webct.dao.UserVO
 
GROUP_DESIGNER_ROLE - Static variable in class org.oscelot.webct.dao.UserRole
Deprecated.  
GROUP_DESIGNER_ROLE - Static variable in class org.oscelot.webct.dao.UserVO
 
GROUP_ENROLMENT_MANAGER_ROLE - Static variable in class org.oscelot.webct.dao.UserVO
 
GROUP_LEARNING_CONTEXT_MANAGER_ROLE - Static variable in class org.oscelot.webct.dao.UserVO
 
GROUP_REPOSITORY_MANAGER_ROLE - Static variable in class org.oscelot.webct.dao.UserVO
 
GROUP_TEMPLATE_MANAGER_ROLE - Static variable in class org.oscelot.webct.dao.UserVO
 
getAddresses() - Method in class org.oscelot.webct.dao.UserVO
Get the list of address details associated with the user.
getAdministrativePeriod() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the administrative period
getApplicationBuildVersion() - Static method in class org.oscelot.webct.dao.WebCTApplication
Get the current build version of WebCT
getApplicationMajorVersion() - Static method in class org.oscelot.webct.dao.WebCTApplication
Get the current major version of WebCT
getApplicationMinorVersion() - Static method in class org.oscelot.webct.dao.WebCTApplication
Get the current minor version of WebCT
getApplicationPatchVersion() - Static method in class org.oscelot.webct.dao.WebCTApplication
Get the current patch version of WebCT
getApplicationRelease() - Static method in class org.oscelot.webct.dao.WebCTApplication
Get the current release of WebCT
getApplicationVersion() - Static method in class org.oscelot.webct.dao.WebCTApplication
Get the current version of WebCT
getAvailabilityToLearners() - Method in class org.oscelot.webct.dao.TermVO
Get the section availablility for students and auditors
getAvailabilityToSectionDesigners() - Method in class org.oscelot.webct.dao.TermVO
Get the section availablility for section designers
getAvailabilityToSectionInstructors() - Method in class org.oscelot.webct.dao.TermVO
Get the section availablility for section instructors
getAvailabilityToTeachingAssistants() - Method in class org.oscelot.webct.dao.TermVO
Get the section availablility for teaching assistants
getBirthday() - Method in class org.oscelot.webct.dao.UserVO
Get the birthday of the user
getChildMembers() - Method in class org.oscelot.webct.dao.LearningContextVO
Get a map of members and the learning context in which their enrolment exists.
getChildMembers(String) - Method in class org.oscelot.webct.dao.LearningContextVO
Get a map of members and the learning context in which their enrolment exists The learning context ID will be the same as the current learning context except where it is the parent of a cross-listed set of sections.
getChildMembers(Long) - Method in class org.oscelot.webct.dao.UserService
Get all members of the given learning context Id
getCrossListedChildren(Long) - Method in class org.oscelot.webct.dao.LearningContextService
Retrieve a list of learning context Ids of the children for a given parent learning context Id.
getCrossListedChildren() - Method in class org.oscelot.webct.dao.LearningContextVO
Retrieve a list of learning context Ids of the children for this learning context.
getCrossListedParent(Long) - Method in class org.oscelot.webct.dao.LearningContextService
Retrieve the learning context of the parent for a given child learning context Id.
getCrossListedParent() - Method in class org.oscelot.webct.dao.LearningContextVO
Retrieve the learning context Id of the parent for this learning context.
getCrossListedParentInfo(Long) - Method in class org.oscelot.webct.dao.LearningContextService
Retrieve the learning context of the parent for a given child learning context Id.
getCrossListedParentInfo() - Method in class org.oscelot.webct.dao.LearningContextVO
Retrieve the LearningContextVO of the parent for this learning context.
getCrossListedSections() - Method in class org.oscelot.webct.dao.LearningContextService
Retrieve a map of cross-listed sections.
getCustomColumns() - Method in class org.oscelot.webct.dao.UserVO
Get the list of custom column values associated with the user
getDataSource() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the data source
getDataSource() - Method in class org.oscelot.webct.dao.TermVO
Get the data source
getDataSource() - Method in class org.oscelot.webct.dao.UserVO
Get the data source
getDemoUser() - Method in class org.oscelot.webct.dao.UserVO
Deprecated. Use the UserVO.isDemoUser() method instead
getEmail() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the email
getEmail() - Method in class org.oscelot.webct.dao.UserVO
Get the email address of the user
getEndDate() - Method in class org.oscelot.webct.dao.LearningContextVO
Deprecated. Use the LearningContextVO.getEndDateTime() method instead
getEndDateRestricted() - Method in class org.oscelot.webct.dao.LearningContextVO
Deprecated. Use the LearningContextVO.isEndDateRestricted() method instead
getEndDateTime() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the end date
getEndDateTime() - Method in class org.oscelot.webct.dao.TermVO
Get the end date (unix epoch time in milliseconds)
getFirstname() - Method in class org.oscelot.webct.dao.UserVO
Get the first name of the user
getFormattedName(String) - Method in class org.oscelot.webct.dao.LearningContextVO
Get a formatted learning context name.
getFormattedName(String, String, String) - Method in class org.oscelot.webct.dao.LearningContextVO
Get a formatted learning context name (with specified date and time formats).
getFormattedName(String) - Method in class org.oscelot.webct.dao.UserVO
Get a formatted user name.
getFullDescription() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the full description
getFullDescription() - Method in class org.oscelot.webct.dao.TermVO
Get the full description
getFullname() - Method in class org.oscelot.webct.dao.UserVO
Get the full name of the user
getGlcId() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the global learning context Id
getImsId() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the IMS Id
getImsId() - Method in class org.oscelot.webct.dao.TermVO
Get the IMS ID
getImsSource() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the IMS source
getImsSource() - Method in class org.oscelot.webct.dao.TermVO
Get the IMS source
getInstance() - Static method in class org.oscelot.webct.dao.LearningContextService
Returns an instance of this service
getInstance() - Static method in class org.oscelot.webct.dao.UserService
Returns an instance of this service
getInstanceName(HttpServletRequest) - Static method in class org.oscelot.webct.dao.WebCTApplication
Get the name of the proxy tool instance
getInstitutionLCId() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the parent learning context Id
getInstitutionLCId() - Method in class org.oscelot.webct.dao.TermVO
Get the learning context ID of the institution to which the term belongs
getInstitutionLCId() - Method in class org.oscelot.webct.dao.UserVO
Get the institution learning context Id for the user
getLCAncestor(Long, int) - Method in class org.oscelot.webct.dao.LearningContextService
Retrieves the learning context data for an ancestor learning context of a given type.
getLCChildren(long) - Method in class org.oscelot.webct.dao.LearningContextService
Deprecated. Use the LearningContextService.getLCChildren(Long) method instead
getLCChildren(Long) - Method in class org.oscelot.webct.dao.LearningContextService
Retrieve a list of learning context Ids (children) for a given learning context Id.
getLCId() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the learning context Id
getLCIdAncestor(Long, int) - Method in class org.oscelot.webct.dao.LearningContextService
Retrieves the learning context Id for an ancestor learning context of a given type.
getLCInfo(Long) - Method in class org.oscelot.webct.dao.LearningContextService
Retrieves the learning context data given a learning context Id
getLCPathAncestor(Long, int) - Method in class org.oscelot.webct.dao.LearningContextService
Retrieves the path from the server level to an ancestor learning context of a given type.
getLastArchivedDateTime() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the last archived date
getLastname() - Method in class org.oscelot.webct.dao.UserVO
Get the last name of the user
getLcId() - Method in class org.oscelot.webct.dao.LearningContextVO
Deprecated. Use the LearningContextVO.getLCId() method instead
getLearningContexts(String, int) - Method in class org.oscelot.webct.dao.UserService
Deprecated. This method has been deprecated because it is fundamentally flawed; the userId parameter is not sufficient to uniquely identify a user when multiple institutions exist. Use the UserVO.getLearningContexts(int) method instead.
getLearningContexts(int) - Method in class org.oscelot.webct.dao.UserVO
Get the learning contexts in which the user is a member
getLongDescription() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the long description
getLongDescription() - Method in class org.oscelot.webct.dao.TermVO
Get the long description
getMemberIDsWhere(int, String, String, List) - Method in class org.oscelot.webct.dao.LearningContextVO
Get a list of member IDs satisfying a specified condition
getMemberSettingsWhere(int, String, String, List) - Method in class org.oscelot.webct.dao.LearningContextVO
Get a map of member setting values satisfying a specified condition
getMembers() - Method in class org.oscelot.webct.dao.LearningContextVO
Get a list of members
getMembers(String) - Method in class org.oscelot.webct.dao.LearningContextVO
Get a list of members
getMembers(String, int, int) - Method in class org.oscelot.webct.dao.LearningContextVO
Get a list of members
getMembers(List, int, int) - Method in class org.oscelot.webct.dao.LearningContextVO
Get a list of members
getMembers(Long) - Method in class org.oscelot.webct.dao.UserService
Get all members of the given learning context Id.
getMembersWhere(int, String, String, List, int, int) - Method in class org.oscelot.webct.dao.LearningContextVO
Get a list of members satisfying a specified condition
getName() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the learning context name
getName() - Method in class org.oscelot.webct.dao.TermVO
Get the term name
getNamePrefix() - Method in class org.oscelot.webct.dao.UserVO
Get the name prefix of the user
getNameSuffix() - Method in class org.oscelot.webct.dao.UserVO
Get the name suffix of the user
getNickname() - Method in class org.oscelot.webct.dao.UserVO
Get the nickname of the user
getNumMembersWhere(int, String, String, List) - Method in class org.oscelot.webct.dao.LearningContextVO
Get a count of members satisfying a specified condition
getOrganizationName() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the organization name
getOrganizationType() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the organization type
getOrganizationUnit() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the organization unit
getOtherName() - Method in class org.oscelot.webct.dao.UserVO
Get the other name of the user
getParentLCId() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the parent learning context Id
getParentLcId() - Method in class org.oscelot.webct.dao.LearningContextVO
Deprecated. Use the LearningContextVO.getParentLCId() method instead
getPasswordHash() - Method in class org.oscelot.webct.dao.UserVO
Deprecated. Always returns null
getPath() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the learning context path
getPersonId() - Method in class org.oscelot.webct.dao.UserVO
Get the person Id for the user
getPhones() - Method in class org.oscelot.webct.dao.UserVO
Get the list of phone numbers associated with the user.
getRoles() - Method in class org.oscelot.webct.dao.UserVO
Get the list of roles associated with the user for the learning context; this is equivalent to getRoles(Boolean.TRUE)
getRoles(Boolean) - Method in class org.oscelot.webct.dao.UserVO
Get the list of roles associated with the user
getSortName() - Method in class org.oscelot.webct.dao.UserVO
Get the sort name of the user
getSourceId() - Method in class org.oscelot.webct.dao.UserVO
Get the source Id for the user
getSourceName() - Method in class org.oscelot.webct.dao.UserVO
Get the source name for the user
getStartDate() - Method in class org.oscelot.webct.dao.LearningContextVO
Deprecated. Use the LearningContextVO.getStartDateTime() method instead
getStartDateRestricted() - Method in class org.oscelot.webct.dao.LearningContextVO
Deprecated. Use the LearningContextVO.isStartDateRestricted() method instead
getStartDateTime() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the start date
getStartDateTime() - Method in class org.oscelot.webct.dao.TermVO
Get the start date time (unix epoch time in milliseconds)
getStatus() - Method in class org.oscelot.webct.dao.UserVO
Get the status of the user
getTemplateId() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the template Id
getTerm() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the term
getTermId() - Method in class org.oscelot.webct.dao.TermVO
Get the term ID
getTitle() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the learning context title
getTypeLabel() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the learning context type label
getTypeLevel() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the learning context type level
getUser(String, Long) - Method in class org.oscelot.webct.dao.UserService
Retrieve a User definition for the user identified by userId in the given learning context ID.
getUserId(Long) - Method in class org.oscelot.webct.dao.UserService
Retrieve the User Id for the user identified by person Id.
getUserId(String, String) - Method in class org.oscelot.webct.dao.UserService
Retrieve the User Id for the user identified by person Id.
getUserId() - Method in class org.oscelot.webct.dao.UserVO
Get the user Id
getUserPrimaryKey() - Method in class org.oscelot.webct.dao.UserVO
Deprecated. Use the UserVO.getSourceId() method instead
getUserRoleId(String) - Method in class org.oscelot.webct.dao.UserService
Get the Id of a user role
getUserRoles(String, Long) - Method in class org.oscelot.webct.dao.UserService
Deprecated. This method is duplicated by the UserVO.getUserRoles() method so, given the deprecation of the UserRole class, this method has been deprecated and replaced by UserVO.getRoles().
getUserRoles() - Method in class org.oscelot.webct.dao.UserVO
Deprecated. Use the UserVO.getRoles() method instead
getValue() - Method in class org.oscelot.webct.dao.UserRole
Deprecated. This class has been replaced with a set of string constants defined in the UserVO class; the integer value of a user role served no apparent useful purpose

Returns the integer value of the user role.

getWebLink() - Method in class org.oscelot.webct.dao.LearningContextVO
Get the web link
getsourceId() - Method in class org.oscelot.webct.dao.UserVO
Deprecated. Use the UserVO.getSourceId() method instead
getsourceName() - Method in class org.oscelot.webct.dao.UserVO
Deprecated. Use the UserVO.getSourceName() method instead

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