Uses of Interface
org.onebusaway.users.services.CurrentUserService

Packages that use CurrentUserService
org.onebusaway.phone.actions   
org.onebusaway.phone.actions.settings   
org.onebusaway.presentation.impl   
org.onebusaway.presentation.impl.users   
org.onebusaway.sms.actions.sms   
org.onebusaway.users.impl   
org.onebusaway.users.impl.authentication   
org.onebusaway.users.impl.logging   
org.onebusaway.webapp.actions   
org.onebusaway.webapp.actions.admin   
org.onebusaway.webapp.actions.user   
org.onebusaway.webapp.actions.where   
 

Uses of CurrentUserService in org.onebusaway.phone.actions
 

Fields in org.onebusaway.phone.actions declared as CurrentUserService
protected  CurrentUserService AbstractAction._currentUserService
           
 

Methods in org.onebusaway.phone.actions with parameters of type CurrentUserService
 void WelcomeAction.setCurrentUserService(CurrentUserService currentUserService)
           
 void RegistrationHandleAction.setCurrentUserService(CurrentUserService currentUserService)
           
 void RegistrationCancelAction.setCurrentUserService(CurrentUserService currentUserService)
           
 void RegistrationAction.setCurrentUserService(CurrentUserService currentUserService)
           
 void AbstractAction.setCurrentUserService(CurrentUserService userDataService)
           
 

Uses of CurrentUserService in org.onebusaway.phone.actions.settings
 

Methods in org.onebusaway.phone.actions.settings with parameters of type CurrentUserService
 void SetRememerPreferencesAction.setCurrentUserService(CurrentUserService userDataService)
           
 

Uses of CurrentUserService in org.onebusaway.presentation.impl
 

Methods in org.onebusaway.presentation.impl with parameters of type CurrentUserService
 void DefaultSearchLocationServiceImpl.setCurrentUserService(CurrentUserService userDataService)
           
 void ArrivalsAndDeparturesModel.setCurrentUserService(CurrentUserService currentUserService)
           
 

Uses of CurrentUserService in org.onebusaway.presentation.impl.users
 

Methods in org.onebusaway.presentation.impl.users with parameters of type CurrentUserService
 void CurrentUserInterceptor.setCurrentUserService(CurrentUserService userDataService)
           
 

Uses of CurrentUserService in org.onebusaway.sms.actions.sms
 

Fields in org.onebusaway.sms.actions.sms declared as CurrentUserService
protected  CurrentUserService AbstractTextmarksAction._currentUserService
           
 

Methods in org.onebusaway.sms.actions.sms with parameters of type CurrentUserService
 void AbstractTextmarksAction.setCurrentUserService(CurrentUserService currentUserService)
           
 

Uses of CurrentUserService in org.onebusaway.users.impl
 

Classes in org.onebusaway.users.impl that implement CurrentUserService
 class CurrentUserServiceImpl
           
 

Uses of CurrentUserService in org.onebusaway.users.impl.authentication
 

Methods in org.onebusaway.users.impl.authentication with parameters of type CurrentUserService
 void EveryLastLoginAuthenticationProcessorFilter.setCurrentUserService(CurrentUserService currentUserService)
           
 

Uses of CurrentUserService in org.onebusaway.users.impl.logging
 

Methods in org.onebusaway.users.impl.logging with parameters of type CurrentUserService
 void UserInteractionLoggingServiceImpl.setCurrentUserService(CurrentUserService currentUserService)
           
 

Uses of CurrentUserService in org.onebusaway.webapp.actions
 

Fields in org.onebusaway.webapp.actions declared as CurrentUserService
protected  CurrentUserService AbstractAction._currentUserService
           
 

Methods in org.onebusaway.webapp.actions with parameters of type CurrentUserService
 void AbstractAction.setCurrentUserService(CurrentUserService currentUserService)
           
 

Uses of CurrentUserService in org.onebusaway.webapp.actions.admin
 

Methods in org.onebusaway.webapp.actions.admin with parameters of type CurrentUserService
 void DeleteUserAction.setCurrentUserService(CurrentUserService currentUserService)
           
 

Uses of CurrentUserService in org.onebusaway.webapp.actions.user
 

Methods in org.onebusaway.webapp.actions.user with parameters of type CurrentUserService
 void TccStudyRegistrationAction.setCurrentUserService(CurrentUserService currentUserService)
           
 

Uses of CurrentUserService in org.onebusaway.webapp.actions.where
 

Methods in org.onebusaway.webapp.actions.where with parameters of type CurrentUserService
 void ServiceAlertAction.setCurrentUserService(CurrentUserService currentUserService)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.