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

A

AccountDetailsController - Class in org.jasig.schedassist.web.admin
Controller implementation that provides ICalendarAccount details.
AccountDetailsController() - Constructor for class org.jasig.schedassist.web.admin.AccountDetailsController
 
AccountLookupFormBackingObject - Class in org.jasig.schedassist.web.admin
Form backing object for AccountLookupFormController.
AccountLookupFormBackingObject() - Constructor for class org.jasig.schedassist.web.admin.AccountLookupFormBackingObject
 
AccountLookupFormController - Class in org.jasig.schedassist.web.admin
Controller for looking up ICalendarAccounts.
AccountLookupFormController() - Constructor for class org.jasig.schedassist.web.admin.AccountLookupFormController
 
addAvailableBlock(AvailableBlockFormBackingObject, BindingResult, ModelMap) - Method in class org.jasig.schedassist.web.owner.schedule.AddAvailableBlockFormController
 
AddAvailableBlockFormController - Class in org.jasig.schedassist.web.owner.schedule
Controller implementation that can be invoked by IScheduleOwners to add a single AvailableBlock to their AvailableSchedule.
AddAvailableBlockFormController() - Constructor for class org.jasig.schedassist.web.owner.schedule.AddAvailableBlockFormController
 
additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class org.jasig.schedassist.web.security.CustomLDAPAuthenticationProvider
Incorporates some of the (non-Javadoc)
AdhocRelationshipsController - Class in org.jasig.schedassist.web.owner.relationships
Controller that displays an IScheduleOwner's adhoc relationships.
AdhocRelationshipsController() - Constructor for class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsController
 
AdhocRelationshipsDataController - Class in org.jasig.schedassist.web.owner.relationships
Provides JSON data for AdhocRelationshipsController.
AdhocRelationshipsDataController() - Constructor for class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsDataController
 
AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean - Class in org.jasig.schedassist.web.owner.relationships
Java bean to simplify the data in a Relationship to just the fields useful for the enclosing class (JSON controller for adhoc relationships).
AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean() - Constructor for class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean
 
AdminHomeController - Class in org.jasig.schedassist.web.admin
Controller for rendering the administrator home view.
AdminHomeController() - Constructor for class org.jasig.schedassist.web.admin.AdminHomeController
 
AdvancedPreferencesFormBackingObject - Class in org.jasig.schedassist.web.owner.preferences
Form backing object for AdvancedPreferencesFormController.
AdvancedPreferencesFormBackingObject() - Constructor for class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
AdvancedPreferencesFormBackingObjectValidator - Class in org.jasig.schedassist.web.owner.preferences
Validator for AdvancedPreferencesFormBackingObject.
AdvancedPreferencesFormBackingObjectValidator() - Constructor for class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObjectValidator
 
AdvancedPreferencesFormController - Class in org.jasig.schedassist.web.owner.preferences
Controller to execute the changes listed in the "advanced sharing form".
AdvancedPreferencesFormController() - Constructor for class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormController
 
afterPropertiesSet() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObjectValidator
 
AlternateRemoveAvailableBlockController - Class in org.jasig.schedassist.web.owner.schedule
Alternate Controller implementation used with the AlternateScheduleViewController.
AlternateRemoveAvailableBlockController() - Constructor for class org.jasig.schedassist.web.owner.schedule.AlternateRemoveAvailableBlockController
 
AlternateScheduleViewController - Class in org.jasig.schedassist.web.owner.schedule
This Controller returns the schedule data for the current authenticated IScheduleOwner.
AlternateScheduleViewController() - Constructor for class org.jasig.schedassist.web.owner.schedule.AlternateScheduleViewController
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.schedassist.web.security.RemoteUserAuthenticationProcessingFilterImpl
 
AVAILABLE_ADMINISTRATOR - Static variable in class org.jasig.schedassist.web.security.SecurityConstants
Role that grants access to the application administrative functions.
AvailableBlockFormBackingObject - Class in org.jasig.schedassist.web.owner.schedule
Form backing object to represent an AvailableBlock.
AvailableBlockFormBackingObject() - Constructor for class org.jasig.schedassist.web.owner.schedule.AvailableBlockFormBackingObject
 
AvailableBlockFormBackingObjectValidator - Class in org.jasig.schedassist.web.owner.schedule
Validator for AvailableBlockFormBackingObjects.
AvailableBlockFormBackingObjectValidator() - Constructor for class org.jasig.schedassist.web.owner.schedule.AvailableBlockFormBackingObjectValidator
 
AvailableScheduleDataController - Class in org.jasig.schedassist.web.owner.schedule
Controller implementation that returns the IScheduleOwner's AvailableSchedule for the 7 days starting at the "startDate" parameter.
AvailableScheduleDataController() - Constructor for class org.jasig.schedassist.web.owner.schedule.AvailableScheduleDataController
 
AvailableScheduleDataController.AvailableBlockJsonRepresentation - Class in org.jasig.schedassist.web.owner.schedule
Simpler representation of an AvailableBlock tailored for JSON.
AvailableScheduleDataController.AvailableBlockJsonRepresentation(AvailableBlock) - Constructor for class org.jasig.schedassist.web.owner.schedule.AvailableScheduleDataController.AvailableBlockJsonRepresentation
 
AvailableScheduleReflectionServiceController - Class in org.jasig.schedassist.web.admin
Controller for triggering available schedule reflection manually.
AvailableScheduleReflectionServiceController() - Constructor for class org.jasig.schedassist.web.admin.AvailableScheduleReflectionServiceController
 
AvailableScheduleViewController - Class in org.jasig.schedassist.web.owner.schedule
This Controller implementation simply verifies that the authenticated IScheduleOwner has been registered; if not a NotRegisteredException is thrown.
AvailableScheduleViewController() - Constructor for class org.jasig.schedassist.web.owner.schedule.AvailableScheduleViewController
 

B

BlockBuilderFormBackingObject - Class in org.jasig.schedassist.web.owner.schedule
Form backing object for the BlockBuilderFormController.
BlockBuilderFormBackingObject() - Constructor for class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
BlockBuilderFormBackingObjectValidator - Class in org.jasig.schedassist.web.owner.schedule
Validator implementation for BlockBuilderFormBackingObjects.
BlockBuilderFormBackingObjectValidator() - Constructor for class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObjectValidator
 
BlockBuilderFormController - Class in org.jasig.schedassist.web.owner.schedule
Controller for building a series of AvailableBlocks.
BlockBuilderFormController() - Constructor for class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormController
 
buildPageTitleSuffix(int, int) - Method in class org.jasig.schedassist.web.profiles.PublicProfilesBrowseController
Create a string appended to the document title, e.g.: "Public Profiles 1 - 10".
buildPageTitleSuffix(String, int, int) - Method in class org.jasig.schedassist.web.profiles.TaggedPublicProfileController
Create a string appended to the document title, e.g.: "Public Profiles tagged with 'tag' - 1 - 10".

C

CacheManagerController - Class in org.jasig.schedassist.web.admin
Controller for interacting with the CacheManager.
CacheManagerController() - Constructor for class org.jasig.schedassist.web.admin.CacheManagerController
 
CalendarAccountUserDetails - Interface in org.jasig.schedassist.web.security
Extension of UserDetails to carry available-specific fields.
CalendarAccountUserDetailsImpl - Class in org.jasig.schedassist.web.security
CalendarAccountUserDetails implementation for standard people ICalendarAccounts.
CalendarAccountUserDetailsServiceImpl - Class in org.jasig.schedassist.web.security
UserDetailsService for person ICalendarAccounts.
CalendarAccountUserDetailsServiceImpl() - Constructor for class org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl
 
CalendarUserSearchFormBackingObject - Class in org.jasig.schedassist.web.owner.relationships
Form backing object for CalendarUserSearchFormController.
CalendarUserSearchFormBackingObject() - Constructor for class org.jasig.schedassist.web.owner.relationships.CalendarUserSearchFormBackingObject
 
CalendarUserSearchFormController - Class in org.jasig.schedassist.web.owner.relationships
Form controller implementation that invokes ICalendarAccountDao.searchForCalendarAccounts(String).
CalendarUserSearchFormController() - Constructor for class org.jasig.schedassist.web.owner.relationships.CalendarUserSearchFormController
 
cancelAppointment(CancelAppointmentRequest) - Method in interface org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantOperations
 
cancelAppointment(CancelAppointmentRequest) - Method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
 
cancelAppointment(ModelMap, String, CancelAppointmentFormBackingObject, BindingResult) - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormController
 
CancelAppointmentFormBackingObject - Class in org.jasig.schedassist.web.visitor
Form backing object for CancelAppointmentFormController.
CancelAppointmentFormBackingObject(AvailableBlock) - Constructor for class org.jasig.schedassist.web.visitor.CancelAppointmentFormBackingObject
 
CancelAppointmentFormBackingObjectValidator - Class in org.jasig.schedassist.web.visitor
Validator for CancelAppointmentFormBackingObjects.
CancelAppointmentFormBackingObjectValidator() - Constructor for class org.jasig.schedassist.web.visitor.CancelAppointmentFormBackingObjectValidator
 
CancelAppointmentFormController - Class in org.jasig.schedassist.web.visitor
Controller for IScheduleVisitors to invoke AvailableService#cancelAppointment(IScheduleVisitor, IScheduleOwner, VEvent, AvailableBlock).
CancelAppointmentFormController() - Constructor for class org.jasig.schedassist.web.visitor.CancelAppointmentFormController
 
checkForVisitorAndOwner(CalendarAccountUserDetailsImpl) - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl
Mutate the CalendarAccountUserDetailsImpl argument, calling CalendarAccountUserDetailsImpl.setScheduleOwner(IScheduleOwner) and CalendarAccountUserDetailsImpl.setScheduleVisitor(IScheduleVisitor) where appropriate.
ClearAvailableScheduleFormBackingObject - Class in org.jasig.schedassist.web.owner.schedule
Form backing object for ClearWeekFormController and ClearEntireAvailableScheduleFormController.
ClearAvailableScheduleFormBackingObject() - Constructor for class org.jasig.schedassist.web.owner.schedule.ClearAvailableScheduleFormBackingObject
 
ClearAvailableScheduleFormBackingObjectValidator - Class in org.jasig.schedassist.web.owner.schedule
Validator for ClearAvailableScheduleFormBackingObjects.
ClearAvailableScheduleFormBackingObjectValidator() - Constructor for class org.jasig.schedassist.web.owner.schedule.ClearAvailableScheduleFormBackingObjectValidator
 
clearCache(ModelMap, String) - Method in class org.jasig.schedassist.web.admin.CacheManagerController
 
ClearEntireAvailableScheduleFormController - Class in org.jasig.schedassist.web.owner.schedule
Controller implementation that allows an IScheduleOwner to remove ALL AvailableBlocks from their AvailableSchedule.
ClearEntireAvailableScheduleFormController() - Constructor for class org.jasig.schedassist.web.owner.schedule.ClearEntireAvailableScheduleFormController
 
clearSchedule(ClearAvailableScheduleFormBackingObject) - Method in class org.jasig.schedassist.web.owner.schedule.ClearEntireAvailableScheduleFormController
 
clearWeek(ClearAvailableScheduleFormBackingObject) - Method in class org.jasig.schedassist.web.owner.schedule.ClearWeekFormController
 
ClearWeekFormController - Class in org.jasig.schedassist.web.owner.schedule
Controller implementation that allows an IScheduleOwner to remove a week of AvailableBlocks from their AvailableSchedule.
ClearWeekFormController() - Constructor for class org.jasig.schedassist.web.owner.schedule.ClearWeekFormController
 
COLUMN_HARD_LIMIT - Static variable in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObjectValidator
 
commaSeparatedToList(String) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormController
 
convert(Relationship) - Method in class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsDataController
 
CreateAdhocRelationshipFormController - Class in org.jasig.schedassist.web.owner.relationships
Form controller that invokes MutableRelationshipDao.createRelationship(IScheduleOwner, IScheduleVisitor, String).
CreateAdhocRelationshipFormController() - Constructor for class org.jasig.schedassist.web.owner.relationships.CreateAdhocRelationshipFormController
 
createAppointment(ModelMap, String, CreateAppointmentFormBackingObject, BindingResult) - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormController
 
CreateAppointmentFormBackingObject - Class in org.jasig.schedassist.web.visitor
Form backing object for CreateAppointmentFormController.
CreateAppointmentFormBackingObject(AvailableBlock, MeetingDurations) - Constructor for class org.jasig.schedassist.web.visitor.CreateAppointmentFormBackingObject
 
CreateAppointmentFormBackingObjectValidator - Class in org.jasig.schedassist.web.visitor
Validator for CreateAppointmentFormBackingObjects.
CreateAppointmentFormBackingObjectValidator() - Constructor for class org.jasig.schedassist.web.visitor.CreateAppointmentFormBackingObjectValidator
 
CreateAppointmentFormController - Class in org.jasig.schedassist.web.visitor
Controller for IScheduleVisitors to create appointments via an AvailableService.
CreateAppointmentFormController() - Constructor for class org.jasig.schedassist.web.visitor.CreateAppointmentFormController
 
createAvailableBlockElement(AvailableBlock) - Method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
Convert an AvailableBlock into an AvailableBlockElement.
createRelationship(ModifyAdhocRelationshipFormBackingObject, BindingResult, ModelMap) - Method in class org.jasig.schedassist.web.owner.relationships.CreateAdhocRelationshipFormController
 
createScheduleOwnerElement(IScheduleOwner) - Static method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
Convert a IScheduleOwner into a ScheduleOwnerElement.
CSVFileImportFormController - Class in org.jasig.schedassist.web.owner.relationships
Controller that allows a IScheduleOwner to upload a CSV file containing username-relationship pairs.
CSVFileImportFormController() - Constructor for class org.jasig.schedassist.web.owner.relationships.CSVFileImportFormController
 
CSVFileImportResult - Class in org.jasig.schedassist.web.owner.relationships
Bean to store the results of a sharing file import submission.
CSVFileImportResult() - Constructor for class org.jasig.schedassist.web.owner.relationships.CSVFileImportResult
 
currentDelegateIsIneligible() - Method in class org.jasig.schedassist.web.register.delegate.DelegateRegistrationHelper
 
currentDelegateLocation() - Method in class org.jasig.schedassist.web.register.delegate.DelegateRegistrationHelper
Returns the value of the name field if IDelegateCalendarAccount.getLocation() does not return null; otherwise returns the default value of Preferences.LOCATION.
currentDelegateUsername() - Method in class org.jasig.schedassist.web.register.delegate.DelegateRegistrationHelper
 
CustomLDAPAuthenticationProvider - Class in org.jasig.schedassist.web.security
This subclass of DaoAuthenticationProvider is intended to provide better integration for LDAP-sourced calendar accounts with Spring Security and the CalendarUserDetailsServiceImpl.
CustomLDAPAuthenticationProvider() - Constructor for class org.jasig.schedassist.web.security.CustomLDAPAuthenticationProvider
 

D

DATE_FORMAT - Static variable in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObject
 
DATE_PATTERN - Static variable in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObjectValidator
 
DATE_REGEX - Static variable in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObjectValidator
 
DateRangeFormBackingObject - Class in org.jasig.schedassist.web.admin
Form backing object to hold a start and end date.
DateRangeFormBackingObject() - Constructor for class org.jasig.schedassist.web.admin.DateRangeFormBackingObject
 
DATETIME_FORMAT - Static variable in class org.jasig.schedassist.web.owner.schedule.AvailableScheduleDataController.AvailableBlockJsonRepresentation
 
DAYS_OF_WEEK_PATTERN - Static variable in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObjectValidator
 
DAYS_OF_WEEK_REGEX - Static variable in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObjectValidator
 
DEFAULT_FILTER_PROCESSES_URL - Static variable in class org.jasig.schedassist.web.security.RemoteUserAuthenticationProcessingFilterImpl
 
DEFAULT_RESULTS_PER_PAGE - Static variable in class org.jasig.schedassist.web.profiles.ProfilePageInformation
 
DELEGATE_LOGIN - Static variable in class org.jasig.schedassist.web.security.SecurityConstants
Role that grants access to log in as a IDelegateCalendarAccount.
DELEGATE_OWNER - Static variable in class org.jasig.schedassist.web.security.SecurityConstants
Role that grants access to IScheduleOwner features for delegate calendar accoutnts.
DELEGATE_REGISTER - Static variable in class org.jasig.schedassist.web.security.SecurityConstants
Role that grants access to the registration form for delegate calendar accounts.
DelegateAccountSearchFormBackingObject - Class in org.jasig.schedassist.web.security.delegate
Form backing object used to search for IDelegateCalendarAccounts.
DelegateAccountSearchFormBackingObject() - Constructor for class org.jasig.schedassist.web.security.delegate.DelegateAccountSearchFormBackingObject
 
DelegateAccountSearchFormController - Class in org.jasig.schedassist.web.security.delegate
Controller that provides a UI for searching for IDelegateCalendarAccounts.
DelegateAccountSearchFormController() - Constructor for class org.jasig.schedassist.web.security.delegate.DelegateAccountSearchFormController
 
DelegateAuthenticationSuccessHandler - Class in org.jasig.schedassist.web.security
AuthenticationSuccessHandler for the delegation login form.
DelegateAuthenticationSuccessHandler() - Constructor for class org.jasig.schedassist.web.security.DelegateAuthenticationSuccessHandler
 
DelegateCalendarAccountUserDetailsImpl - Class in org.jasig.schedassist.web.security
CalendarAccountUserDetails implementation for IDelegateCalendarAccounts.
DelegateCalendarAccountUserDetailsImpl(IDelegateCalendarAccount) - Constructor for class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsImpl
 
DelegateCalendarAccountUserDetailsImpl(IDelegateCalendarAccount, IScheduleOwner) - Constructor for class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsImpl
 
DelegateCalendarAccountUserDetailsServiceImpl - Class in org.jasig.schedassist.web.security
UserDetailsService that returns DelegateCalendarAccountUserDetailsImpl instances.
DelegateCalendarAccountUserDetailsServiceImpl() - Constructor for class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsServiceImpl
 
DelegateLoginController - Class in org.jasig.schedassist.web.security.delegate
Simple Controller to display the delegate-login form.
DelegateLoginController() - Constructor for class org.jasig.schedassist.web.security.delegate.DelegateLoginController
 
DelegateNotFoundException - Exception in org.jasig.schedassist.web.security
Exception raised when the target delegate calendar account cannot be found.
DelegateNotFoundException() - Constructor for exception org.jasig.schedassist.web.security.DelegateNotFoundException
 
DelegateNotFoundException(String, Throwable) - Constructor for exception org.jasig.schedassist.web.security.DelegateNotFoundException
 
DelegateNotFoundException(String) - Constructor for exception org.jasig.schedassist.web.security.DelegateNotFoundException
 
DelegateNotFoundException(Throwable) - Constructor for exception org.jasig.schedassist.web.security.DelegateNotFoundException
 
DelegateRegistrationHelper - Class in org.jasig.schedassist.web.register.delegate
Helper class used in the delegate-register webflow.
DelegateRegistrationHelper() - Constructor for class org.jasig.schedassist.web.register.delegate.DelegateRegistrationHelper
 
destroy() - Method in class org.jasig.schedassist.web.owner.relationships.CSVFileImportFormController
Invokes ExecutorService.shutdownNow() on the configured instance.
destroyAdhocRelationship(ModifyAdhocRelationshipFormBackingObject, ModelMap) - Method in class org.jasig.schedassist.web.admin.RelationshipsForOwnerController
 
destroyAdhocRelationship(ModifyAdhocRelationshipFormBackingObject, ModelMap) - Method in class org.jasig.schedassist.web.owner.relationships.DestroyAdhocRelationshipController
 
DestroyAdhocRelationshipController - Class in org.jasig.schedassist.web.owner.relationships
Form controller that invokes MutableRelationshipDao.destroyRelationship(IScheduleOwner, IScheduleVisitor).
DestroyAdhocRelationshipController() - Constructor for class org.jasig.schedassist.web.owner.relationships.DestroyAdhocRelationshipController
 
displayForm(ModelMap) - Method in class org.jasig.schedassist.web.register.RemoveAccountFormController
 
displayProfileIdsByTag(ModelMap, String, int) - Method in class org.jasig.schedassist.web.profiles.TaggedPublicProfileController
 
displaySchedule(long, boolean, int, String, ModelMap) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugController
 
displaySchedule(VisibleScheduleDebugFormBackingObject, BindingResult, boolean, int, ModelMap) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormController
 
displaySchedule(String, HttpServletResponse) - Method in class org.jasig.schedassist.web.owner.schedule.AlternateScheduleViewController
 
displaySchedule() - Method in class org.jasig.schedassist.web.owner.schedule.AvailableScheduleViewController
 
displaySchedule(String, boolean, int) - Method in class org.jasig.schedassist.web.visitor.VisibleScheduleDisplayController
 
displaySearchForm(ModelMap) - Method in class org.jasig.schedassist.web.profiles.ProfileSearchController
 
doEndTag() - Method in class org.jasig.schedassist.web.VisibleScheduleTag
 
doesWeekHaveBlocks(Map<Date, List<AvailableBlock>>) - Method in class org.jasig.schedassist.web.VisibleScheduleTag
Inspects the List of AvailableBlock for each map key between the start and end arguments.
doStartTagInternal() - Method in class org.jasig.schedassist.web.VisibleScheduleTag
 
durationPreferenceValue() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
Return the corresponding Preference value for this bean, based from the values of the durations and allowDoubleLength fields.
durationPreferenceValue() - Method in class org.jasig.schedassist.web.register.Registration
 

E

emailReminderPreferenceKey() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
Return a properly formatted preference key for the values of enableEmailReminders, emailReminderIncludeOwner, and emailReminderHours.
emailReminderPreferenceKey() - Method in class org.jasig.schedassist.web.register.Registration
Return a properly formatted preference key for the values of enableEmailReminders, emailReminderIncludeOwner, and emailReminderHours.
equals(Object) - Method in class org.jasig.schedassist.web.owner.schedule.ClearAvailableScheduleFormBackingObject
 
EventDetailsController - Class in org.jasig.schedassist.web.admin
Controller to display the statistics events.
EventDetailsController() - Constructor for class org.jasig.schedassist.web.admin.EventDetailsController
 
EventsSummaryFormController - Class in org.jasig.schedassist.web.admin
Controller to show DailyEventSummary objects.
EventsSummaryFormController() - Constructor for class org.jasig.schedassist.web.admin.EventsSummaryFormController
 
executeDelegateRegistration(Registration) - Method in class org.jasig.schedassist.web.register.delegate.DelegateRegistrationHelper
 
executeRegistration(Registration) - Method in class org.jasig.schedassist.web.register.RegistrationFlowHelper
Invoke methods on the OwnerDao and AvailableScheduleDao to complete the registration process.

F

filterForEligible(List<ICalendarAccount>) - Method in class org.jasig.schedassist.web.owner.relationships.CalendarUserSearchFormController
Filter out ICalendarAccount that return false for ICalendarAccount.isEligible().
filterForEligible(List<IDelegateCalendarAccount>) - Method in class org.jasig.schedassist.web.security.delegate.DelegateAccountSearchFormController
Filter out IDelegateCalendarAccount that return false for ICalendarAccount.isEligible().
FORM_VIEW_NAME - Static variable in class org.jasig.schedassist.web.security.delegate.DelegateLoginController
 
formatJson(AvailableSchedule) - Static method in class org.jasig.schedassist.web.owner.schedule.AvailableScheduleDataController
 

G

getActiveDisplayName() - Method in interface org.jasig.schedassist.web.security.CalendarAccountUserDetails
 
getActiveDisplayName() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
getActiveDisplayName() - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsImpl
 
getActiveDisplayNameAttribute() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
getActiveDisplayNameAttribute() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl
 
getAdhocRelationships(ModelMap) - Method in class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsController
 
getAdjustedEndTime() - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObject
This method will return the end time value advanced to the end of the day.
getAdjustedStartTime() - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObject
This method will return the start time value truncated to the beginning of the day.
getAdminHome(ModelMap) - Method in class org.jasig.schedassist.web.admin.AdminHomeController
 
getAuthenticator() - Method in class org.jasig.schedassist.web.security.CustomLDAPAuthenticationProvider
 
getAuthorities() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
Returns an array of GrantedAuthoritys based on which fields are set: if the "unregistered" ICalendarAccount is set and ICalendarAccount.isEligible(), adds SecurityConstants.REGISTER. if the IScheduleVisitor field is set and is eligible, adds SecurityConstants.VISITOR. if the IScheduleOwner field is set and is eligible, adds SecurityConstants.OWNER.
getAuthorities() - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsImpl
 
getAvailableSchedule(String, ModelMap, HttpServletResponse) - Method in class org.jasig.schedassist.web.owner.schedule.AvailableScheduleDataController
 
getCacheStatistics(ModelMap) - Method in class org.jasig.schedassist.web.admin.CacheManagerController
 
getCalendarAccount() - Method in interface org.jasig.schedassist.web.security.CalendarAccountUserDetails
 
getCalendarAccount() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
getCalendarAccount() - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsImpl
 
getCalendarAccountDao() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl
 
getCtcalxitemid() - Method in class org.jasig.schedassist.web.admin.AccountLookupFormBackingObject
 
getDaysOfWeekPhrase() - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
getDaysOfWeekPhrase() - Method in class org.jasig.schedassist.web.register.Registration
 
getDefaultVisitorsPerAppointment() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
getDefaultVisitorsPerAppointment() - Method in class org.jasig.schedassist.web.register.Registration
 
getDelegateCalendarAccount() - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsImpl
 
getDelegateName() - Method in class org.jasig.schedassist.web.security.delegate.DelegateAccountSearchFormBackingObject
 
getDescription() - Method in class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean
 
getDurationIn15Mins() - Method in class org.jasig.schedassist.web.owner.schedule.AvailableScheduleDataController.AvailableBlockJsonRepresentation
 
getEmailReminderHours() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
getEmailReminderHours() - Method in class org.jasig.schedassist.web.register.Registration
 
getEnd() - Method in class org.jasig.schedassist.web.admin.DateRangeFormBackingObject
 
getEndDatePhrase() - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
getEndDatePhrase() - Method in class org.jasig.schedassist.web.register.Registration
 
getEndIndex() - Method in class org.jasig.schedassist.web.profiles.ProfilePageInformation
 
getEndTime() - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObject
 
getEndTimePhrase() - Method in class org.jasig.schedassist.web.owner.schedule.AvailableBlockFormBackingObject
 
getEndTimePhrase() - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
getEndTimePhrase() - Method in class org.jasig.schedassist.web.register.Registration
 
getEventCounts(DateRangeFormBackingObject, ModelMap) - Method in class org.jasig.schedassist.web.admin.EventsSummaryFormController
Display DailyEventSummary objects that correspond to the dates in the DateRangeFormBackingObject.
getEventsForDate(Date, ModelMap) - Method in class org.jasig.schedassist.web.admin.EventDetailsController
Display events for the date specified by the "date" request parameter.
getFailureCount() - Method in class org.jasig.schedassist.web.owner.relationships.CSVFileImportResult
 
getFailures() - Method in class org.jasig.schedassist.web.owner.relationships.CSVFileImportResult
 
getFailuresEntrySet() - Method in class org.jasig.schedassist.web.owner.relationships.CSVFileImportResult
 
getFullName() - Method in class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean
 
getIdentifyingAttributeName() - Method in class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsDataController
 
getIdentifyingAttributeName() - Method in class org.jasig.schedassist.web.owner.relationships.CalendarUserSearchFormController
 
getIdentifyingAttributeName() - Method in class org.jasig.schedassist.web.owner.relationships.CreateAdhocRelationshipFormController
 
getIdentifyingAttributeName() - Method in class org.jasig.schedassist.web.owner.relationships.CSVFileImportFormController
 
getIdentifyingAttributeName() - Method in class org.jasig.schedassist.web.owner.relationships.DestroyAdhocRelationshipController
 
getIdentifyingAttributeName() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl
 
getLocation() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
getLocation() - Method in class org.jasig.schedassist.web.register.Registration
 
getMeetingDurations() - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormBackingObject
 
getMeetingDurationsAsList() - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormBackingObject
A List of Integers containing the acceptable values for selectedDuration.
getMeetingLength() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
getMeetingLength() - Method in class org.jasig.schedassist.web.register.Registration
 
getMeetingLimitValue() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
getMeetingLimitValue() - Method in class org.jasig.schedassist.web.register.Registration
 
getMeetingLocation() - Method in class org.jasig.schedassist.web.owner.schedule.AvailableScheduleDataController.AvailableBlockJsonRepresentation
 
getMeetingLocation() - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
getMessageSource() - Method in class org.jasig.schedassist.web.VisibleScheduleTag
 
getNoteboard() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
getNoteboard() - Method in class org.jasig.schedassist.web.register.Registration
 
getNoteboardSentences() - Method in class org.jasig.schedassist.web.register.Registration
Get the noteboard as an array of sentences (noteboard split on newline characters).
getOrder() - Method in class org.jasig.schedassist.web.security.RemoteUserAuthenticationProcessingFilterImpl
 
getOwnerDao() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl
 
getOwnerId() - Method in class org.jasig.schedassist.web.admin.ModifyAdhocRelationshipFormBackingObject
 
getOwnerId() - Method in class org.jasig.schedassist.web.admin.ScheduleOwnerFormBackingObject
 
getOwnerLookup() - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObject
 
getPassword() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
getPassword() - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsImpl
 
getPublicProfileDescription() - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
getPublicProfileKey() - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
getPublicProfileTags() - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
getReason() - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormBackingObject
 
getReason() - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormBackingObject
 
getRelationship() - Method in class org.jasig.schedassist.web.owner.relationships.ModifyAdhocRelationshipFormBackingObject
 
getRelationships(GetRelationshipsRequest) - Method in interface org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantOperations
 
getRelationships(GetRelationshipsRequest) - Method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
 
getRelationships(ModelMap) - Method in class org.jasig.schedassist.web.visitor.OwnerSelectionController
Locate relationships for the authenticated visitor and add them to the model.
getRelationshipsData(ModelMap) - Method in class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsDataController
 
getResourceName() - Method in class org.jasig.schedassist.web.admin.AccountLookupFormBackingObject
 
getScheduleOwner() - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObject
 
getScheduleOwner() - Method in interface org.jasig.schedassist.web.security.CalendarAccountUserDetails
 
getScheduleOwner() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
getScheduleOwner() - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsImpl
 
getScheduleOwnerById(GetScheduleOwnerByIdRequest) - Method in interface org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantOperations
 
getScheduleOwnerById(GetScheduleOwnerByIdRequest) - Method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
 
getScheduleVisitor() - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObject
 
getScheduleVisitor() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
getSearchText() - Method in class org.jasig.schedassist.web.admin.AccountLookupFormBackingObject
 
getSearchText() - Method in class org.jasig.schedassist.web.owner.relationships.CalendarUserSearchFormBackingObject
 
getSearchText() - Method in class org.jasig.schedassist.web.security.delegate.DelegateAccountSearchFormBackingObject
 
getSelectedDuration() - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormBackingObject
 
getShowNextIndex() - Method in class org.jasig.schedassist.web.profiles.ProfilePageInformation
 
getShowPrevIndex() - Method in class org.jasig.schedassist.web.profiles.ProfilePageInformation
 
getSilkIconPrefix(ServletContext) - Method in class org.jasig.schedassist.web.VisibleScheduleTag
 
getStart() - Method in class org.jasig.schedassist.web.admin.DateRangeFormBackingObject
 
getStartDatePhrase() - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
getStartDatePhrase() - Method in class org.jasig.schedassist.web.register.Registration
 
getStartIndex() - Method in class org.jasig.schedassist.web.profiles.ProfilePageInformation
 
getStartTime() - Method in class org.jasig.schedassist.web.owner.schedule.AvailableScheduleDataController.AvailableBlockJsonRepresentation
 
getStartTime() - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObject
 
getStartTimePhrase() - Method in class org.jasig.schedassist.web.owner.schedule.AvailableBlockFormBackingObject
 
getStartTimePhrase() - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
getStartTimePhrase() - Method in class org.jasig.schedassist.web.register.Registration
 
getSublist() - Method in class org.jasig.schedassist.web.profiles.ProfilePageInformation
 
getSuccesses() - Method in class org.jasig.schedassist.web.owner.relationships.CSVFileImportResult
 
getTargetAvailableBlock(GetTargetAvailableBlockRequest) - Method in interface org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantOperations
 
getTargetAvailableBlock(GetTargetAvailableBlockRequest) - Method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
 
getTargetBlock() - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormBackingObject
 
getTargetBlock() - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormBackingObject
 
getTitlePrefix() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
getTitlePrefix() - Method in class org.jasig.schedassist.web.register.Registration
 
getUsername() - Method in class org.jasig.schedassist.web.admin.AccountLookupFormBackingObject
 
getUsername() - Method in class org.jasig.schedassist.web.admin.ScheduleOwnerFormBackingObject
 
getUsername() - Method in class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean
 
getUsername() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
getUsername() - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsImpl
 
getUserSearchText() - Method in class org.jasig.schedassist.web.owner.relationships.ModifyAdhocRelationshipFormBackingObject
 
getUserSearchText() - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObject
 
getVisibleSchedule(VisibleScheduleRequest) - Method in interface org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantOperations
 
getVisibleSchedule(VisibleScheduleRequest) - Method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
 
getVisitorConflicts(VisitorConflictsRequest) - Method in interface org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantOperations
 
getVisitorConflicts(VisitorConflictsRequest) - Method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
 
getVisitorDao() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl
 
getVisitorLimit() - Method in class org.jasig.schedassist.web.owner.schedule.AvailableBlockFormBackingObject
 
getVisitorLimit() - Method in class org.jasig.schedassist.web.owner.schedule.AvailableScheduleDataController.AvailableBlockJsonRepresentation
 
getVisitorLookup() - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObject
 
getVisitorsPerAppointment() - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
getVisitorUsername() - Method in class org.jasig.schedassist.web.admin.ModifyAdhocRelationshipFormBackingObject
 
getVisitorUsername() - Method in class org.jasig.schedassist.web.owner.relationships.ModifyAdhocRelationshipFormBackingObject
 
getVisitorUsername() - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObject
 
getWeekOfPhrase() - Method in class org.jasig.schedassist.web.owner.schedule.ClearAvailableScheduleFormBackingObject
 
getWindowHoursStart() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
getWindowHoursStart() - Method in class org.jasig.schedassist.web.register.Registration
 
getWindowWeeksEnd() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
getWindowWeeksEnd() - Method in class org.jasig.schedassist.web.register.Registration
 

H

hashCode() - Method in class org.jasig.schedassist.web.owner.schedule.ClearAvailableScheduleFormBackingObject
 

I

IMPORT_FUTURE_NAME - Static variable in class org.jasig.schedassist.web.owner.relationships.CSVFileImportFormController
 
initBinder(WebDataBinder) - Method in class org.jasig.schedassist.web.admin.EventDetailsController
 
initBinder(WebDataBinder) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormController
 
initBinder(WebDataBinder) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormController
 
initBinder(WebDataBinder) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormController
 
initBinder(WebDataBinder) - Method in class org.jasig.schedassist.web.owner.relationships.CreateAdhocRelationshipFormController
 
initBinder(WebDataBinder) - Method in class org.jasig.schedassist.web.owner.schedule.AddAvailableBlockFormController
 
initBinder(WebDataBinder) - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormController
 
initBinder(WebDataBinder) - Method in class org.jasig.schedassist.web.owner.schedule.ClearWeekFormController
 
initBinder(WebDataBinder) - Method in class org.jasig.schedassist.web.owner.schedule.RemoveAvailableBlockFormController
 
initBinder(WebDataBinder) - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormController
 
initBinder(WebDataBinder) - Method in class org.jasig.schedassist.web.register.RemoveAccountFormController
 
initBinder(WebDataBinder) - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormController
 
initBinder(WebDataBinder) - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormController
 
interactiveSearch(AccountLookupFormBackingObject, ModelMap) - Method in class org.jasig.schedassist.web.admin.AccountLookupFormController
 
isAccountNonExpired() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
isAccountNonExpired() - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsImpl
 
isAccountNonLocked() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
isAccountNonLocked() - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsImpl
 
isAdvisorShareWithStudents() - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
isAllowDoubleLength() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
isAllowDoubleLength() - Method in class org.jasig.schedassist.web.register.Registration
 
isConfirmCancel() - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormBackingObject
 
isConfirmed() - Method in class org.jasig.schedassist.web.register.RemoveAccountFormBackingObject
 
isConfirmedCancelAll() - Method in class org.jasig.schedassist.web.owner.schedule.ClearAvailableScheduleFormBackingObject
 
isConfirmedCancelWeek() - Method in class org.jasig.schedassist.web.owner.schedule.ClearAvailableScheduleFormBackingObject
 
isConfirmJoin() - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormBackingObject
 
isCreatePublicProfile() - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
isCredentialsNonExpired() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
isCredentialsNonExpired() - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsImpl
 
isCurrentAuthenticatedCalendarUserAdvisor() - Method in class org.jasig.schedassist.web.register.RegistrationFlowHelper
Return true if the current authenticated ICalendarAccount is an advisor.
isCurrentAuthenticatedCalendarUserInstructor() - Method in class org.jasig.schedassist.web.register.RegistrationFlowHelper
Return true if the current authenticated ICalendarAccount is an instructor.
isDelegate() - Method in interface org.jasig.schedassist.web.security.CalendarAccountUserDetails
 
isDelegate() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
isDelegate() - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsImpl
 
isDoubleLengthAvailable() - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormBackingObject
 
isEligible(IsEligibleRequest) - Method in interface org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantOperations
Simple method to determine eligibility for a visitor.
isEligible(IsEligibleRequest) - Method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
 
isEligibleForAdvisor() - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
isEligibleForInstructor() - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
isEmailReminderIncludeOwner() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
isEmailReminderIncludeOwner() - Method in class org.jasig.schedassist.web.register.Registration
 
isEnabled() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
isEnabled() - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsImpl
 
isEnableEmailReminders() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
isEnableEmailReminders() - Method in class org.jasig.schedassist.web.register.Registration
 
isEnableMeetingLimit() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
isEnableMeetingLimit() - Method in class org.jasig.schedassist.web.register.Registration
 
isInstructorShareWithStudents() - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
isInteractive() - Method in class org.jasig.schedassist.web.owner.schedule.AvailableBlockFormBackingObject
 
isMultipleVisitors() - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormBackingObject
 
isMultipleVisitors() - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormBackingObject
 
isReflectSchedule() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
isReflectSchedule() - Method in class org.jasig.schedassist.web.register.Registration
 
isReturnForAutocomplete() - Method in class org.jasig.schedassist.web.owner.relationships.CalendarUserSearchFormBackingObject
 
isReturnForAutocomplete() - Method in class org.jasig.schedassist.web.security.delegate.DelegateAccountSearchFormBackingObject
 
isScheduleOwnerSet() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
isScheduleSet() - Method in class org.jasig.schedassist.web.register.Registration
 
isScheduleVisitorSet() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
isShowNext() - Method in class org.jasig.schedassist.web.profiles.ProfilePageInformation
 
isShowPrev() - Method in class org.jasig.schedassist.web.profiles.ProfilePageInformation
 

L

loadUserByUsername(String) - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl
 
loadUserByUsername(String) - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsServiceImpl
 
locateOwner(AccountLookupFormBackingObject) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObjectValidator
 
locateVisitor(AccountLookupFormBackingObject) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObjectValidator
 
LOG - Variable in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl
 
LOG - Variable in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsServiceImpl
 

M

MEETING_LENGTH_HARD_LIMIT - Static variable in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObjectValidator
 
ModifyAdhocRelationshipFormBackingObject - Class in org.jasig.schedassist.web.admin
Form backing object for administrative forms to alter adhoc relationships.
ModifyAdhocRelationshipFormBackingObject() - Constructor for class org.jasig.schedassist.web.admin.ModifyAdhocRelationshipFormBackingObject
 
ModifyAdhocRelationshipFormBackingObject - Class in org.jasig.schedassist.web.owner.relationships
Form backing object for CreateAdhocRelationshipFormController and DeauthorizeVisitorFormController.
ModifyAdhocRelationshipFormBackingObject() - Constructor for class org.jasig.schedassist.web.owner.relationships.ModifyAdhocRelationshipFormBackingObject
 
ModifyAdhocRelationshipFormBackingObjectValidator - Class in org.jasig.schedassist.web.owner.relationships
Form backing object for CreateAdhocRelationshipFormController.
ModifyAdhocRelationshipFormBackingObjectValidator(ICalendarAccountDao) - Constructor for class org.jasig.schedassist.web.owner.relationships.ModifyAdhocRelationshipFormBackingObjectValidator
 

N

newRegistrationInstance() - Method in class org.jasig.schedassist.web.register.RegistrationFlowHelper
 

O

onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.jasig.schedassist.web.security.DelegateAuthenticationSuccessHandler
Redirects to the correct url based on the GrantedAuthoritys contained by the Authentication argument.
onGet(String, ModelMap) - Method in class org.jasig.schedassist.web.owner.relationships.CalendarUserSearchFormController
If the qValue parameter is not blank, execute a search, and return the autocomplete results view name.
onGet(String, ModelMap) - Method in class org.jasig.schedassist.web.security.delegate.DelegateAccountSearchFormController
If the qValue parameter is not blank, execute a search, and return the autocomplete results view name.
org.jasig.schedassist.remoting.soap - package org.jasig.schedassist.remoting.soap
 
org.jasig.schedassist.web - package org.jasig.schedassist.web
 
org.jasig.schedassist.web.admin - package org.jasig.schedassist.web.admin
 
org.jasig.schedassist.web.owner.preferences - package org.jasig.schedassist.web.owner.preferences
 
org.jasig.schedassist.web.owner.relationships - package org.jasig.schedassist.web.owner.relationships
 
org.jasig.schedassist.web.owner.schedule - package org.jasig.schedassist.web.owner.schedule
 
org.jasig.schedassist.web.owner.statistics - package org.jasig.schedassist.web.owner.statistics
 
org.jasig.schedassist.web.profiles - package org.jasig.schedassist.web.profiles
 
org.jasig.schedassist.web.register - package org.jasig.schedassist.web.register
 
org.jasig.schedassist.web.register.delegate - package org.jasig.schedassist.web.register.delegate
 
org.jasig.schedassist.web.security - package org.jasig.schedassist.web.security
 
org.jasig.schedassist.web.security.delegate - package org.jasig.schedassist.web.security.delegate
 
org.jasig.schedassist.web.visitor - package org.jasig.schedassist.web.visitor
 
OWNER - Static variable in class org.jasig.schedassist.web.security.SecurityConstants
Role that grants access to IScheduleOwner features for customer accounts.
OwnerNotFoundException - Exception in org.jasig.schedassist.web.visitor
Thrown by the controllers in this package if the request is for a ScheduleOwner not related to the current authenticated ScheduleVisitor.
OwnerNotFoundException() - Constructor for exception org.jasig.schedassist.web.visitor.OwnerNotFoundException
 
OwnerNotFoundException(String) - Constructor for exception org.jasig.schedassist.web.visitor.OwnerNotFoundException
 
OwnerNotFoundException(Throwable) - Constructor for exception org.jasig.schedassist.web.visitor.OwnerNotFoundException
 
OwnerNotFoundException(String, Throwable) - Constructor for exception org.jasig.schedassist.web.visitor.OwnerNotFoundException
 
OwnerSelectionController - Class in org.jasig.schedassist.web.visitor
Controller implementation tied closely to the RelationshipDao.
OwnerSelectionController() - Constructor for class org.jasig.schedassist.web.visitor.OwnerSelectionController
 

P

peopleAjaxQuery(String, ModelMap) - Method in class org.jasig.schedassist.web.admin.AccountLookupFormController
 
populateModel(ModelMap, List<PublicProfileId>, int) - Method in class org.jasig.schedassist.web.profiles.PublicProfilesBrowseController
Populate the ModelMap with the appropriate information.
PreferencesFormBackingObject - Class in org.jasig.schedassist.web.owner.preferences
Form backing Object for PreferencesFormController.
PreferencesFormBackingObject() - Constructor for class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
PreferencesFormBackingObjectValidator - Class in org.jasig.schedassist.web.owner.preferences
Validator implementation for PreferencesFormBackingObject.
PreferencesFormBackingObjectValidator() - Constructor for class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObjectValidator
 
PreferencesFormController - Class in org.jasig.schedassist.web.owner.preferences
Form controller that invokes the method OwnerDao.updatePreference(IScheduleOwner, Preferences, String).
PreferencesFormController() - Constructor for class org.jasig.schedassist.web.owner.preferences.PreferencesFormController
 
previewVisibleSchedule(boolean, int) - Method in class org.jasig.schedassist.web.owner.schedule.PreviewVisibleScheduleController
 
PreviewVisibleScheduleController - Class in org.jasig.schedassist.web.owner.schedule
This Controller implementation generates a preview for the IScheduleOwner of the display of their current VisibleSchedule shown to the IScheduleVisitor.
PreviewVisibleScheduleController() - Constructor for class org.jasig.schedassist.web.owner.schedule.PreviewVisibleScheduleController
 
ProfilePageInformation - Class in org.jasig.schedassist.web.profiles
Java bean to help validate startIndex request parameter for the public profile controllers.
ProfilePageInformation(List<PublicProfileId>, int) - Constructor for class org.jasig.schedassist.web.profiles.ProfilePageInformation
 
ProfileSearchController - Class in org.jasig.schedassist.web.profiles
Controller to display the search form for public profiles.
ProfileSearchController() - Constructor for class org.jasig.schedassist.web.profiles.ProfileSearchController
 
PublicProfileController - Class in org.jasig.schedassist.web.profiles
Controller implementation that displays a single PublicProfile identified by the value for it's key in the URL.
PublicProfileController() - Constructor for class org.jasig.schedassist.web.profiles.PublicProfileController
 
PublicProfilesBrowseController - Class in org.jasig.schedassist.web.profiles
Controller for browsing lists of s.
PublicProfilesBrowseController() - Constructor for class org.jasig.schedassist.web.profiles.PublicProfilesBrowseController
 
purgeReflections(ScheduleOwnerFormBackingObject) - Method in class org.jasig.schedassist.web.admin.AvailableScheduleReflectionServiceController
 

R

reflectAvailableSchedule(ScheduleOwnerFormBackingObject) - Method in class org.jasig.schedassist.web.admin.AvailableScheduleReflectionServiceController
 
REGISTER - Static variable in class org.jasig.schedassist.web.security.SecurityConstants
Role that grants access to the registration form for customer accounts.
Registration - Class in org.jasig.schedassist.web.register
Model object for ICalendarAccount registration webflow.
Registration(PreferencesFormBackingObjectValidator) - Constructor for class org.jasig.schedassist.web.register.Registration
 
RegistrationFlowHelper - Class in org.jasig.schedassist.web.register
Bridge between web flows and some of the data access operations.
RegistrationFlowHelper() - Constructor for class org.jasig.schedassist.web.register.RegistrationFlowHelper
 
RelationshipDataSourceAdminController - Class in org.jasig.schedassist.web.admin
Simple Controller for investigating the status and interacting with a RelationshipDataSource.
RelationshipDataSourceAdminController() - Constructor for class org.jasig.schedassist.web.admin.RelationshipDataSourceAdminController
 
RelationshipsForOwnerController - Class in org.jasig.schedassist.web.admin
Controller to display relationships for the selected IScheduleOwner.
RelationshipsForOwnerController() - Constructor for class org.jasig.schedassist.web.admin.RelationshipsForOwnerController
 
RelationshipsForVisitorController - Class in org.jasig.schedassist.web.admin
Controller to display relationships for the selected IScheduleVisitor.
RelationshipsForVisitorController() - Constructor for class org.jasig.schedassist.web.admin.RelationshipsForVisitorController
 
RemoteUserAuthenticationProcessingFilterImpl - Class in org.jasig.schedassist.web.security
AbstractAuthenticationProcessingFilter implemented to inspect the REMOTE_USER environment variable as the source for authentication.
RemoteUserAuthenticationProcessingFilterImpl() - Constructor for class org.jasig.schedassist.web.security.RemoteUserAuthenticationProcessingFilterImpl
 
RemoteUserAuthenticationProcessingFilterImpl(String) - Constructor for class org.jasig.schedassist.web.security.RemoteUserAuthenticationProcessingFilterImpl
 
removeAccount(RemoveAccountFormBackingObject, BindingResult) - Method in class org.jasig.schedassist.web.register.RemoveAccountFormController
For a Valid RemoveAccountFormBackingObject, remove the current authenticated IScheduleOwner account.
RemoveAccountFormBackingObject - Class in org.jasig.schedassist.web.register
Form backing object for RemoveAccountFormController.
RemoveAccountFormBackingObject() - Constructor for class org.jasig.schedassist.web.register.RemoveAccountFormBackingObject
 
RemoveAccountFormBackingObjectValidator - Class in org.jasig.schedassist.web.register
Validator for RemoveAccountFormController.
RemoveAccountFormBackingObjectValidator() - Constructor for class org.jasig.schedassist.web.register.RemoveAccountFormBackingObjectValidator
 
RemoveAccountFormController - Class in org.jasig.schedassist.web.register
Form tied to OwnerDao.removeAccount(IScheduleOwner).
RemoveAccountFormController() - Constructor for class org.jasig.schedassist.web.register.RemoveAccountFormController
 
removeAvailableBlock(AvailableBlockFormBackingObject, BindingResult, ModelMap) - Method in class org.jasig.schedassist.web.owner.schedule.RemoveAvailableBlockFormController
 
RemoveAvailableBlockFormController - Class in org.jasig.schedassist.web.owner.schedule
Controller implementation that allows IScheduleOwners to remove a single AvailableBlock from their AvailableSchedule.
RemoveAvailableBlockFormController() - Constructor for class org.jasig.schedassist.web.owner.schedule.RemoveAvailableBlockFormController
 
removeBlock(String, String) - Method in class org.jasig.schedassist.web.owner.schedule.AlternateRemoveAvailableBlockController
 
renderAttendingBlock(ServletContext, JspWriter, AvailableBlock) - Method in class org.jasig.schedassist.web.VisibleScheduleTag
Render a single AvailableBlock with AvailableStatus.ATTENDING.
renderBusyBlock(ServletContext, JspWriter, AvailableBlock) - Method in class org.jasig.schedassist.web.VisibleScheduleTag
Render a single AvailableBlock with AvailableStatus.BUSY.
renderFreeBlock(ServletContext, JspWriter, AvailableBlock) - Method in class org.jasig.schedassist.web.VisibleScheduleTag
Render a single AvailableBlock with AvailableStatus.FREE.
renderWeek(ServletContext, JspWriter, int, SortedMap<Date, List<AvailableBlock>>, SortedMap<AvailableBlock, AvailableStatus>) - Method in class org.jasig.schedassist.web.VisibleScheduleTag
Render a single week.
resourcesAjaxQuery(String, ModelMap) - Method in class org.jasig.schedassist.web.admin.AccountLookupFormController
 
retrieveAdvisorProfiles(ModelMap, int) - Method in class org.jasig.schedassist.web.profiles.PublicProfilesBrowseController
 
retrieveAllProfiles(ModelMap, int) - Method in class org.jasig.schedassist.web.profiles.PublicProfilesBrowseController
Retrieve profiles between startIndex and (startIndex + resultsPerPage).
retrieveInstructorProfiles(ModelMap, int) - Method in class org.jasig.schedassist.web.profiles.PublicProfilesBrowseController
 
retrieveProfile(ModelMap, String) - Method in class org.jasig.schedassist.web.profiles.PublicProfileController
Retrieve the PublicProfile for the profileKey argument, returning the appropriate view if found.
retrieveVisitorConflicts(String, int, ModelMap) - Method in class org.jasig.schedassist.web.visitor.VisitorScheduleController
 
roundDownToNearest15(Date) - Static method in class org.jasig.schedassist.web.owner.schedule.AvailableScheduleDataController
 

S

safeInterpretWeekOfPhrase(String, ClearAvailableScheduleFormBackingObject) - Method in class org.jasig.schedassist.web.owner.schedule.ClearWeekFormController
Parses the weekOfPhrase query parameter, and mutates the command object with safe values no matter what.
scheduleAppointment(CreateAppointmentRequest) - Method in interface org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantOperations
 
scheduleAppointment(CreateAppointmentRequest) - Method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
 
ScheduleOwnerFormBackingObject - Class in org.jasig.schedassist.web.admin
Form backing object that can be used for looking up IScheduleOwners.
ScheduleOwnerFormBackingObject() - Constructor for class org.jasig.schedassist.web.admin.ScheduleOwnerFormBackingObject
 
search(CalendarUserSearchFormBackingObject, ModelMap) - Method in class org.jasig.schedassist.web.owner.relationships.CalendarUserSearchFormController
 
search(DelegateAccountSearchFormBackingObject, ModelMap) - Method in class org.jasig.schedassist.web.security.delegate.DelegateAccountSearchFormController
 
SecurityConstants - Class in org.jasig.schedassist.web.security
This class defines the GrantedAuthority instances that constitute the roles within this application.
SecurityConstants() - Constructor for class org.jasig.schedassist.web.security.SecurityConstants
 
setActiveDisplayNameAttribute(String) - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
setActiveDisplayNameAttribute(String) - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl
 
setAdministratorListProperty(String) - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl
 
setAdvisorListDataSource(RelationshipDataSource) - Method in class org.jasig.schedassist.web.admin.RelationshipDataSourceAdminController
 
setAdvisorShareWithStudents(boolean) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
setAffiliationSource(IAffiliationSource) - Method in class org.jasig.schedassist.web.admin.AccountDetailsController
 
setAffiliationSource(IAffiliationSource) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormController
 
setAffiliationSource(IAffiliationSource) - Method in class org.jasig.schedassist.web.register.RegistrationFlowHelper
 
setAllowDoubleLength(boolean) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
setAllowDoubleLength(boolean) - Method in class org.jasig.schedassist.web.register.Registration
 
setAuthenticator(LdapAuthenticator) - Method in class org.jasig.schedassist.web.security.CustomLDAPAuthenticationProvider
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.web.admin.AvailableScheduleReflectionServiceController
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormController
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.web.owner.schedule.AddAvailableBlockFormController
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.web.owner.schedule.AlternateRemoveAvailableBlockController
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.web.owner.schedule.AlternateScheduleViewController
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.web.owner.schedule.AvailableScheduleDataController
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormController
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.web.owner.schedule.ClearEntireAvailableScheduleFormController
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.web.owner.schedule.ClearWeekFormController
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.web.owner.schedule.RemoveAvailableBlockFormController
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.web.register.delegate.DelegateRegistrationHelper
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.web.register.RegistrationFlowHelper
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.web.register.RemoveAccountFormController
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormController
 
setAvailableScheduleDao(AvailableScheduleDao) - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormController
 
setAvailableScheduleReflectionService(AvailableScheduleReflectionService) - Method in class org.jasig.schedassist.web.register.RemoveAccountFormController
 
setAvailableService(SchedulingAssistantService) - Method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
 
setAvailableService(SchedulingAssistantService) - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormController
 
setAvailableService(SchedulingAssistantService) - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormController
 
setAvailableService(SchedulingAssistantService) - Method in class org.jasig.schedassist.web.visitor.VisibleScheduleDisplayController
 
setAvailableService(SchedulingAssistantService) - Method in class org.jasig.schedassist.web.visitor.VisitorScheduleController
 
setCacheManager(CacheManager) - Method in class org.jasig.schedassist.web.admin.CacheManagerController
 
setCalendarAccountDao(ICalendarAccountDao) - Method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
 
setCalendarAccountDao(ICalendarAccountDao) - Method in class org.jasig.schedassist.web.admin.AccountDetailsController
 
setCalendarAccountDao(ICalendarAccountDao) - Method in class org.jasig.schedassist.web.admin.AccountLookupFormController
 
setCalendarAccountDao(ICalendarAccountDao) - Method in class org.jasig.schedassist.web.admin.AvailableScheduleReflectionServiceController
 
setCalendarAccountDao(ICalendarAccountDao) - Method in class org.jasig.schedassist.web.admin.RelationshipsForOwnerController
 
setCalendarAccountDao(ICalendarAccountDao) - Method in class org.jasig.schedassist.web.admin.RelationshipsForVisitorController
 
setCalendarAccountDao(ICalendarAccountDao) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugController
 
setCalendarAccountDao(ICalendarAccountDao) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObjectValidator
 
setCalendarAccountDao(ICalendarAccountDao) - Method in class org.jasig.schedassist.web.owner.relationships.CalendarUserSearchFormController
 
setCalendarAccountDao(ICalendarAccountDao) - Method in class org.jasig.schedassist.web.owner.relationships.CreateAdhocRelationshipFormController
 
setCalendarAccountDao(ICalendarAccountDao) - Method in class org.jasig.schedassist.web.owner.relationships.CSVFileImportFormController
 
setCalendarAccountDao(ICalendarAccountDao) - Method in class org.jasig.schedassist.web.owner.relationships.DestroyAdhocRelationshipController
 
setCalendarAccountDao(ICalendarAccountDao) - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormController
 
setCalendarAccountDao(ICalendarAccountDao) - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl
 
setCalendarDataDao(ICalendarDataDao) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugController
 
setConfirmCancel(boolean) - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormBackingObject
 
setConfirmed(boolean) - Method in class org.jasig.schedassist.web.register.RemoveAccountFormBackingObject
 
setConfirmedCancelAll(boolean) - Method in class org.jasig.schedassist.web.owner.schedule.ClearAvailableScheduleFormBackingObject
 
setConfirmedCancelWeek(boolean) - Method in class org.jasig.schedassist.web.owner.schedule.ClearAvailableScheduleFormBackingObject
 
setConfirmJoin(boolean) - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormBackingObject
 
setCreatePublicProfile(boolean) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
setCtcalxitemid(String) - Method in class org.jasig.schedassist.web.admin.AccountLookupFormBackingObject
 
setDaysOfWeekPhrase(String) - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
setDaysOfWeekPhrase(String) - Method in class org.jasig.schedassist.web.register.Registration
 
setDefaultVisitorsPerAppointment(int) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
setDefaultVisitorsPerAppointment(int) - Method in class org.jasig.schedassist.web.register.Registration
 
setDelegateCalendarAccountDao(IDelegateCalendarAccountDao) - Method in class org.jasig.schedassist.web.admin.AccountDetailsController
 
setDelegateCalendarAccountDao(IDelegateCalendarAccountDao) - Method in class org.jasig.schedassist.web.admin.AccountLookupFormController
 
setDelegateCalendarAccountDao(IDelegateCalendarAccountDao) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObjectValidator
 
setDelegateCalendarAccountDao(IDelegateCalendarAccountDao) - Method in class org.jasig.schedassist.web.security.delegate.DelegateAccountSearchFormController
 
setDelegateCalendarAccountDao(IDelegateCalendarAccountDao) - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsServiceImpl
 
setDelegateName(String) - Method in class org.jasig.schedassist.web.security.delegate.DelegateAccountSearchFormBackingObject
 
setDelegateOwnerTarget(String) - Method in class org.jasig.schedassist.web.security.DelegateAuthenticationSuccessHandler
 
setDelegateRegisterTarget(String) - Method in class org.jasig.schedassist.web.security.DelegateAuthenticationSuccessHandler
 
setDescription(String) - Method in class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean
 
setEligibleForAdvisor(boolean) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
setEligibleForInstructor(boolean) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
setEmailReminderHours(int) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
setEmailReminderHours(int) - Method in class org.jasig.schedassist.web.register.Registration
 
setEmailReminderIncludeOwner(boolean) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
setEmailReminderIncludeOwner(boolean) - Method in class org.jasig.schedassist.web.register.Registration
 
setEnableEmailReminders(boolean) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
setEnableEmailReminders(boolean) - Method in class org.jasig.schedassist.web.register.Registration
 
setEnableMeetingLimit(boolean) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
setEnableMeetingLimit(boolean) - Method in class org.jasig.schedassist.web.register.Registration
 
setEnd(Date) - Method in class org.jasig.schedassist.web.admin.DateRangeFormBackingObject
 
setEndDatePhrase(String) - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
setEndDatePhrase(String) - Method in class org.jasig.schedassist.web.register.Registration
 
setEndTime(Date) - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObject
 
setEndTimePhrase(String) - Method in class org.jasig.schedassist.web.owner.schedule.AvailableBlockFormBackingObject
 
setEndTimePhrase(String) - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
setEndTimePhrase(String) - Method in class org.jasig.schedassist.web.register.Registration
 
setEventUtils(IEventUtils) - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormController
 
setExecutorService(ExecutorService) - Method in class org.jasig.schedassist.web.owner.relationships.CSVFileImportFormController
 
setFullName(String) - Method in class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean
 
setIdentifyingAttributeName(String) - Method in class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsDataController
 
setIdentifyingAttributeName(String) - Method in class org.jasig.schedassist.web.owner.relationships.CalendarUserSearchFormController
 
setIdentifyingAttributeName(String) - Method in class org.jasig.schedassist.web.owner.relationships.CreateAdhocRelationshipFormController
 
setIdentifyingAttributeName(String) - Method in class org.jasig.schedassist.web.owner.relationships.CSVFileImportFormController
 
setIdentifyingAttributeName(String) - Method in class org.jasig.schedassist.web.owner.relationships.DestroyAdhocRelationshipController
 
setIdentifyingAttributeName(String) - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl
 
setInstructorShareWithStudents(boolean) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
setInteractive(boolean) - Method in class org.jasig.schedassist.web.owner.schedule.AvailableBlockFormBackingObject
 
setLocation(String) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
setLocation(String) - Method in class org.jasig.schedassist.web.register.Registration
 
setLocationMaxLength(int) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObjectValidator
 
setLogoutTarget(String) - Method in class org.jasig.schedassist.web.security.DelegateAuthenticationSuccessHandler
 
setMaxMeetingLength(int) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObjectValidator
 
setMeetingLength(String) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
setMeetingLength(String) - Method in class org.jasig.schedassist.web.register.Registration
 
setMeetingLimitValue(int) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
setMeetingLimitValue(int) - Method in class org.jasig.schedassist.web.register.Registration
 
setMeetingLocation(String) - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
setMinMeetingLength(int) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObjectValidator
 
setMutableRelationshipDao(MutableRelationshipDao) - Method in class org.jasig.schedassist.web.admin.RelationshipsForOwnerController
 
setMutableRelationshipDao(MutableRelationshipDao) - Method in class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsController
 
setMutableRelationshipDao(MutableRelationshipDao) - Method in class org.jasig.schedassist.web.owner.relationships.CreateAdhocRelationshipFormController
 
setMutableRelationshipDao(MutableRelationshipDao) - Method in class org.jasig.schedassist.web.owner.relationships.CSVFileImportFormController
 
setMutableRelationshipDao(MutableRelationshipDao) - Method in class org.jasig.schedassist.web.owner.relationships.DestroyAdhocRelationshipController
 
setNoteboard(String) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
setNoteboard(String) - Method in class org.jasig.schedassist.web.register.Registration
 
setNoteboardMaxLength(int) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObjectValidator
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.admin.AccountDetailsController
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.admin.AvailableScheduleReflectionServiceController
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.admin.RelationshipsForOwnerController
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugController
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObjectValidator
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormController
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormController
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.register.delegate.DelegateRegistrationHelper
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.register.RegistrationFlowHelper
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.register.RemoveAccountFormController
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsServiceImpl
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormController
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormController
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.visitor.VisibleScheduleDisplayController
 
setOwnerDao(OwnerDao) - Method in class org.jasig.schedassist.web.visitor.VisitorScheduleController
 
setOwnerId(long) - Method in class org.jasig.schedassist.web.admin.ModifyAdhocRelationshipFormBackingObject
 
setOwnerId(Long) - Method in class org.jasig.schedassist.web.admin.ScheduleOwnerFormBackingObject
 
setOwnerLookup(AccountLookupFormBackingObject) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObject
 
setPreferencesValidator(PreferencesFormBackingObjectValidator) - Method in class org.jasig.schedassist.web.register.RegistrationFlowHelper
 
setPreviewMode(boolean) - Method in class org.jasig.schedassist.web.VisibleScheduleTag
 
setPublicProfileDao(PublicProfileDao) - Method in class org.jasig.schedassist.web.admin.AccountDetailsController
 
setPublicProfileDao(PublicProfileDao) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormController
 
setPublicProfileDao(PublicProfileDao) - Method in class org.jasig.schedassist.web.profiles.PublicProfileController
 
setPublicProfileDao(PublicProfileDao) - Method in class org.jasig.schedassist.web.profiles.PublicProfilesBrowseController
 
setPublicProfileDao(PublicProfileDao) - Method in class org.jasig.schedassist.web.profiles.TaggedPublicProfileController
 
setPublicProfileDao(PublicProfileDao) - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormController
 
setPublicProfileDao(PublicProfileDao) - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormController
 
setPublicProfileDao(PublicProfileDao) - Method in class org.jasig.schedassist.web.visitor.VisibleScheduleDisplayController
 
setPublicProfileDao(PublicProfileDao) - Method in class org.jasig.schedassist.web.visitor.VisitorScheduleController
 
setPublicProfileDescription(String) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
setPublicProfileKey(String) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
setPublicProfileTags(String) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
setReason(String) - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormBackingObject
 
setReason(String) - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormBackingObject
 
setRedirectStrategy(RedirectStrategy) - Method in class org.jasig.schedassist.web.security.DelegateAuthenticationSuccessHandler
 
setReflectionService(AvailableScheduleReflectionService) - Method in class org.jasig.schedassist.web.admin.AvailableScheduleReflectionServiceController
 
setReflectionService(AvailableScheduleReflectionService) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormController
 
setReflectionService(AvailableScheduleReflectionService) - Method in class org.jasig.schedassist.web.owner.schedule.ClearEntireAvailableScheduleFormController
 
setReflectionService(AvailableScheduleReflectionService) - Method in class org.jasig.schedassist.web.register.delegate.DelegateRegistrationHelper
 
setReflectionService(AvailableScheduleReflectionService) - Method in class org.jasig.schedassist.web.register.RegistrationFlowHelper
 
setReflectSchedule(boolean) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
setReflectSchedule(boolean) - Method in class org.jasig.schedassist.web.register.Registration
 
setRelationship(String) - Method in class org.jasig.schedassist.web.owner.relationships.ModifyAdhocRelationshipFormBackingObject
 
setRelationshipDao(RelationshipDao) - Method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
 
setRelationshipDao(RelationshipDao) - Method in class org.jasig.schedassist.web.admin.RelationshipsForVisitorController
 
setRelationshipDao(RelationshipDao) - Method in class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsDataController
 
setRelationshipDao(RelationshipDao) - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormController
 
setRelationshipDao(RelationshipDao) - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormController
 
setRelationshipDao(RelationshipDao) - Method in class org.jasig.schedassist.web.visitor.OwnerSelectionController
 
setRelationshipDao(RelationshipDao) - Method in class org.jasig.schedassist.web.visitor.VisibleScheduleDisplayController
 
setRelationshipDao(RelationshipDao) - Method in class org.jasig.schedassist.web.visitor.VisitorScheduleController
 
setResourceName(String) - Method in class org.jasig.schedassist.web.admin.AccountLookupFormBackingObject
 
setReturnForAutocomplete(boolean) - Method in class org.jasig.schedassist.web.owner.relationships.CalendarUserSearchFormBackingObject
 
setReturnForAutocomplete(boolean) - Method in class org.jasig.schedassist.web.security.delegate.DelegateAccountSearchFormBackingObject
 
setScheduleOwner(IScheduleOwner) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObject
 
setScheduleVisitor(IScheduleVisitor) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObject
 
setSchedulingAssistantService(SchedulingAssistantService) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugController
 
setSchedulingAssistantService(SchedulingAssistantService) - Method in class org.jasig.schedassist.web.owner.schedule.PreviewVisibleScheduleController
 
setSearchText(String) - Method in class org.jasig.schedassist.web.admin.AccountLookupFormBackingObject
 
setSearchText(String) - Method in class org.jasig.schedassist.web.owner.relationships.CalendarUserSearchFormBackingObject
 
setSearchText(String) - Method in class org.jasig.schedassist.web.security.delegate.DelegateAccountSearchFormBackingObject
 
setSelectedDuration(int) - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormBackingObject
 
setStart(Date) - Method in class org.jasig.schedassist.web.admin.DateRangeFormBackingObject
 
setStartDatePhrase(String) - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
setStartDatePhrase(String) - Method in class org.jasig.schedassist.web.register.Registration
 
setStartTime(Date) - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObject
 
setStartTimePhrase(String) - Method in class org.jasig.schedassist.web.owner.schedule.AvailableBlockFormBackingObject
 
setStartTimePhrase(String) - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
setStartTimePhrase(String) - Method in class org.jasig.schedassist.web.register.Registration
 
setStatisticsDao(StatisticsDao) - Method in class org.jasig.schedassist.web.admin.EventDetailsController
 
setStatisticsDao(StatisticsDao) - Method in class org.jasig.schedassist.web.admin.EventsSummaryFormController
 
setStatisticsDao(StatisticsDao) - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormController
 
setTitlePrefix(String) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
setTitlePrefix(String) - Method in class org.jasig.schedassist.web.register.Registration
 
setTitlePrefixMaxLength(int) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObjectValidator
 
setupForm(ModelMap) - Method in class org.jasig.schedassist.web.admin.AvailableScheduleReflectionServiceController
 
setupForm(ModelMap) - Method in class org.jasig.schedassist.web.admin.EventsSummaryFormController
 
setupForm(ModelMap) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormController
 
setupForm(ModelMap) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormController
 
setupForm(ModelMap) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormController
 
setupForm(boolean, ModelMap) - Method in class org.jasig.schedassist.web.owner.relationships.CreateAdhocRelationshipFormController
 
setupForm(ModelMap) - Method in class org.jasig.schedassist.web.owner.relationships.DestroyAdhocRelationshipController
 
setupForm(ModelMap, boolean) - Method in class org.jasig.schedassist.web.owner.schedule.AddAvailableBlockFormController
 
setupForm(ModelMap) - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormController
 
setupForm(ModelMap) - Method in class org.jasig.schedassist.web.owner.schedule.ClearEntireAvailableScheduleFormController
 
setupForm(String, ModelMap) - Method in class org.jasig.schedassist.web.owner.schedule.ClearWeekFormController
 
setupForm(ModelMap, boolean) - Method in class org.jasig.schedassist.web.owner.schedule.RemoveAvailableBlockFormController
 
setupForm(boolean, ModelMap) - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormController
 
setupForm(ModelMap, String, String, String, boolean) - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormController
 
setupForm(ModelMap, String, String) - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormController
 
setUsername(String) - Method in class org.jasig.schedassist.web.admin.AccountLookupFormBackingObject
 
setUsername(String) - Method in class org.jasig.schedassist.web.admin.ScheduleOwnerFormBackingObject
 
setUsername(String) - Method in class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean
 
setUserSearchText(String) - Method in class org.jasig.schedassist.web.owner.relationships.ModifyAdhocRelationshipFormBackingObject
 
setUserSearchText(String) - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObject
 
setValidator(VisibleScheduleDebugFormBackingObjectValidator) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormController
 
setValidator(PreferencesFormBackingObjectValidator) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormController
 
setVisibleSchedule(VisibleSchedule) - Method in class org.jasig.schedassist.web.VisibleScheduleTag
 
setVisitorDao(VisitorDao) - Method in class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
 
setVisitorDao(VisitorDao) - Method in class org.jasig.schedassist.web.admin.AccountDetailsController
 
setVisitorDao(VisitorDao) - Method in class org.jasig.schedassist.web.admin.RelationshipsForOwnerController
 
setVisitorDao(VisitorDao) - Method in class org.jasig.schedassist.web.admin.RelationshipsForVisitorController
 
setVisitorDao(VisitorDao) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugController
 
setVisitorDao(VisitorDao) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObjectValidator
 
setVisitorDao(VisitorDao) - Method in class org.jasig.schedassist.web.owner.relationships.CreateAdhocRelationshipFormController
 
setVisitorDao(VisitorDao) - Method in class org.jasig.schedassist.web.owner.relationships.CSVFileImportFormController
 
setVisitorDao(VisitorDao) - Method in class org.jasig.schedassist.web.owner.relationships.DestroyAdhocRelationshipController
 
setVisitorDao(VisitorDao) - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsServiceImpl
 
setVisitorLimit(int) - Method in class org.jasig.schedassist.web.owner.schedule.AvailableBlockFormBackingObject
 
setVisitorLookup(AccountLookupFormBackingObject) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObject
 
setVisitorsPerAppointment(int) - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
setVisitorUsername(String) - Method in class org.jasig.schedassist.web.admin.ModifyAdhocRelationshipFormBackingObject
 
setVisitorUsername(String) - Method in class org.jasig.schedassist.web.owner.relationships.ModifyAdhocRelationshipFormBackingObject
 
setVisitorUsername(String) - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObject
 
setWeekOfDefault(ClearAvailableScheduleFormBackingObject) - Method in class org.jasig.schedassist.web.owner.schedule.ClearWeekFormController
Mutates the command object, setting default value for weekOfPhrase based on "today".
setWeekOfPhrase(String) - Method in class org.jasig.schedassist.web.owner.schedule.ClearAvailableScheduleFormBackingObject
 
setWindowHoursStart(int) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
setWindowHoursStart(int) - Method in class org.jasig.schedassist.web.register.Registration
 
setWindowWeeksEnd(int) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
setWindowWeeksEnd(int) - Method in class org.jasig.schedassist.web.register.Registration
 
showAccountRemoved() - Method in class org.jasig.schedassist.web.StaticViewController
 
showAuthenticationFailed() - Method in class org.jasig.schedassist.web.StaticViewController
 
showAuthorizationFailed() - Method in class org.jasig.schedassist.web.StaticViewController
 
showDelegateLoginFailed() - Method in class org.jasig.schedassist.web.StaticViewController
 
showDelegateLogout() - Method in class org.jasig.schedassist.web.StaticViewController
 
showDetails(String, ModelMap) - Method in class org.jasig.schedassist.web.admin.AccountDetailsController
 
showDetailsResource(String, ModelMap) - Method in class org.jasig.schedassist.web.admin.AccountDetailsController
 
showForm(ModelMap) - Method in class org.jasig.schedassist.web.admin.AccountLookupFormController
 
showForm(ModelMap) - Method in class org.jasig.schedassist.web.admin.RelationshipDataSourceAdminController
 
showForm(ModelMap, HttpServletRequest, boolean) - Method in class org.jasig.schedassist.web.owner.relationships.CSVFileImportFormController
 
showIndex() - Method in class org.jasig.schedassist.web.StaticViewController
 
showLogin() - Method in class org.jasig.schedassist.web.StaticViewController
 
showRelationships(long, ModelMap) - Method in class org.jasig.schedassist.web.admin.RelationshipsForOwnerController
 
showRelationships(String, ModelMap) - Method in class org.jasig.schedassist.web.admin.RelationshipsForVisitorController
 
showServiceUnavailable() - Method in class org.jasig.schedassist.web.StaticViewController
 
SOAPSchedulingAssistantOperations - Interface in org.jasig.schedassist.remoting.soap
Interface defining remote version of SchedulingAssistantService.
SOAPSchedulingAssistantServiceEndpoint - Class in org.jasig.schedassist.remoting.soap
Endpoint implementation for Available, exposes some of the functionality provided by SchedulingAssistantService and RelationshipDao.
SOAPSchedulingAssistantServiceEndpoint() - Constructor for class org.jasig.schedassist.remoting.soap.SOAPSchedulingAssistantServiceEndpoint
 
StaticViewController - Class in org.jasig.schedassist.web
Simple Controller for basic views.
StaticViewController() - Constructor for class org.jasig.schedassist.web.StaticViewController
 
submit(VisitorHistoryFormBackingObject, BindingResult, ModelMap) - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormController
 
supports(Class<?>) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObjectValidator
 
supports(Class) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObjectValidator
 
supports(Class<?>) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObjectValidator
 
supports(Class<?>) - Method in class org.jasig.schedassist.web.owner.relationships.ModifyAdhocRelationshipFormBackingObjectValidator
 
supports(Class<?>) - Method in class org.jasig.schedassist.web.owner.schedule.AvailableBlockFormBackingObjectValidator
 
supports(Class<?>) - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObjectValidator
 
supports(Class<?>) - Method in class org.jasig.schedassist.web.owner.schedule.ClearAvailableScheduleFormBackingObjectValidator
 
supports(Class<?>) - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObjectValidator
 
supports(Class<?>) - Method in class org.jasig.schedassist.web.register.RemoveAccountFormBackingObjectValidator
 
supports(Class) - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormBackingObjectValidator
 
supports(Class) - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormBackingObjectValidator
 

T

TaggedPublicProfileController - Class in org.jasig.schedassist.web.profiles
Controller that is backed by PublicProfileDao.getPublicProfileIdsWithTag(String).
TaggedPublicProfileController() - Constructor for class org.jasig.schedassist.web.profiles.TaggedPublicProfileController
 
tagsAsString(List<PublicProfileTag>) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormController
 
TIME_PATTERN - Static variable in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObjectValidator
 
TIME_REGEX - Static variable in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObjectValidator
 
toBlockBuilderFormBackingObject() - Method in class org.jasig.schedassist.web.register.Registration
Construct a BlockBuilderFormBackingObject from the fields in this bean.
toPreferencesFormBackingObject() - Method in class org.jasig.schedassist.web.register.Registration
Construct a PreferencesFormBackingObject from the fields in this bean.
toString() - Method in class org.jasig.schedassist.web.admin.AccountLookupFormBackingObject
 
toString() - Method in class org.jasig.schedassist.web.admin.DateRangeFormBackingObject
 
toString() - Method in class org.jasig.schedassist.web.admin.ScheduleOwnerFormBackingObject
 
toString() - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
 
toString() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
 
toString() - Method in class org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean
 
toString() - Method in class org.jasig.schedassist.web.owner.relationships.CalendarUserSearchFormBackingObject
 
toString() - Method in class org.jasig.schedassist.web.owner.relationships.ModifyAdhocRelationshipFormBackingObject
 
toString() - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObject
 
toString() - Method in class org.jasig.schedassist.web.owner.schedule.ClearAvailableScheduleFormBackingObject
 
toString() - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObject
 
toString() - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
triggerReload() - Method in class org.jasig.schedassist.web.admin.RelationshipDataSourceAdminController
 

U

updateAdvancedPreferences(AdvancedPreferencesFormBackingObject, BindingResult, ModelMap) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormController
Update preferences that reflect changes to existing values for the current authenticated IScheduleOwner.
updatePreferences(PreferencesFormBackingObject, BindingResult) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormController
 
updateSchedule(BlockBuilderFormBackingObject, BindingResult) - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormController
 
updateScheduleOwner(IScheduleOwner) - Method in interface org.jasig.schedassist.web.security.CalendarAccountUserDetails
Update the IScheduleOwner instance stored internally.
updateScheduleOwner(IScheduleOwner) - Method in class org.jasig.schedassist.web.security.CalendarAccountUserDetailsImpl
 
updateScheduleOwner(IScheduleOwner) - Method in class org.jasig.schedassist.web.security.DelegateCalendarAccountUserDetailsImpl
 
uploadFile(ModelMap, MultipartFile, HttpServletRequest) - Method in class org.jasig.schedassist.web.owner.relationships.CSVFileImportFormController
 
urlEncode(String) - Static method in class org.jasig.schedassist.web.Utils
 
Utils - Class in org.jasig.schedassist.web
Utility methods for web functions.
Utils() - Constructor for class org.jasig.schedassist.web.Utils
 

V

validate(Object, Errors) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObjectValidator
 
validate(Object, Errors) - Method in class org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObjectValidator
 
validate(Object, Errors) - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObjectValidator
 
validate(Object, Errors) - Method in class org.jasig.schedassist.web.owner.relationships.ModifyAdhocRelationshipFormBackingObjectValidator
 
validate(Object, Errors) - Method in class org.jasig.schedassist.web.owner.schedule.AvailableBlockFormBackingObjectValidator
 
validate(Object, Errors) - Method in class org.jasig.schedassist.web.owner.schedule.BlockBuilderFormBackingObjectValidator
 
validate(Object, Errors) - Method in class org.jasig.schedassist.web.owner.schedule.ClearAvailableScheduleFormBackingObjectValidator
 
validate(Object, Errors) - Method in class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObjectValidator
 
validate(Object, Errors) - Method in class org.jasig.schedassist.web.register.RemoveAccountFormBackingObjectValidator
 
validate(Object, Errors) - Method in class org.jasig.schedassist.web.visitor.CancelAppointmentFormBackingObjectValidator
 
validate(Object, Errors) - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormBackingObjectValidator
 
validateChosenStartTime(VisibleWindow, Date) - Method in class org.jasig.schedassist.web.visitor.CreateAppointmentFormController
Verify the startTime argument is within the window; throws a ScheduleException if not.
validateSetPreferences(ValidationContext) - Method in class org.jasig.schedassist.web.register.Registration
Validate after the preferences related fields have been set.
validateSetSchedule(ValidationContext) - Method in class org.jasig.schedassist.web.register.Registration
Validate schedule related fields.
VIEW_NAME - Static variable in class org.jasig.schedassist.web.profiles.ProfileSearchController
 
viewLoginForm() - Method in class org.jasig.schedassist.web.security.delegate.DelegateLoginController
 
VisibleScheduleDebugController - Class in org.jasig.schedassist.web.admin
Controller that displays the VisibleSchedule for a particular IScheduleOwner.
VisibleScheduleDebugController() - Constructor for class org.jasig.schedassist.web.admin.VisibleScheduleDebugController
 
VisibleScheduleDebugFormBackingObject - Class in org.jasig.schedassist.web.admin
Form backing object for VisibleScheduleDebugFormController; made up of 2 AccountLookupFormBackingObjects, 1 for the owner, and 1 for the visitor.
VisibleScheduleDebugFormBackingObject() - Constructor for class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObject
 
VisibleScheduleDebugFormBackingObjectValidator - Class in org.jasig.schedassist.web.admin
Validator for VisibleScheduleDebugFormBackingObjects.
VisibleScheduleDebugFormBackingObjectValidator() - Constructor for class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormBackingObjectValidator
 
VisibleScheduleDebugFormController - Class in org.jasig.schedassist.web.admin
Controller that displays the VisibleSchedule for a particular IScheduleOwner.
VisibleScheduleDebugFormController() - Constructor for class org.jasig.schedassist.web.admin.VisibleScheduleDebugFormController
 
VisibleScheduleDisplayController - Class in org.jasig.schedassist.web.visitor
Controller that displays the VisibleSchedule for a particular IScheduleOwner.
VisibleScheduleDisplayController() - Constructor for class org.jasig.schedassist.web.visitor.VisibleScheduleDisplayController
 
VisibleScheduleTag - Class in org.jasig.schedassist.web
JSP tag for rendering a VisibleSchedule.
VisibleScheduleTag() - Constructor for class org.jasig.schedassist.web.VisibleScheduleTag
 
visibleWindowPreferenceKey() - Method in class org.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
Return a properly formatted key for the values of windowHoursStart and windowWeeksEnd that can be used to generate a VisibleWindow.
visibleWindowPreferenceKey() - Method in class org.jasig.schedassist.web.register.Registration
 
VISITOR - Static variable in class org.jasig.schedassist.web.security.SecurityConstants
Role that grants access to IScheduleVisitor features (view schedule, create/cancel appointments)
visitorConflicts(long, int, String, ModelMap) - Method in class org.jasig.schedassist.web.admin.VisibleScheduleDebugController
 
VisitorHistoryFormBackingObject - Class in org.jasig.schedassist.web.owner.statistics
Form backing object for VisitorHistoryFormController.
VisitorHistoryFormBackingObject() - Constructor for class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObject
 
VisitorHistoryFormBackingObjectValidator - Class in org.jasig.schedassist.web.owner.statistics
Validator implementation for VisitorHistoryFormBackingObject.
VisitorHistoryFormBackingObjectValidator() - Constructor for class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormBackingObjectValidator
 
VisitorHistoryFormController - Class in org.jasig.schedassist.web.owner.statistics
Controller for displaying IScheduleVisitor activity history with the authenticated IScheduleOwner.
VisitorHistoryFormController() - Constructor for class org.jasig.schedassist.web.owner.statistics.VisitorHistoryFormController
 
VisitorScheduleController - Class in org.jasig.schedassist.web.visitor
Controller that provides data about the current authenticated IScheduleVisitor's schedule.
VisitorScheduleController() - Constructor for class org.jasig.schedassist.web.visitor.VisitorScheduleController
 

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

Copyright © 2012 Jasig. All Rights Reserved.