org.onebusaway.users.impl.logging
Class UserInteractionLoggingServiceImpl
java.lang.Object
org.onebusaway.users.impl.logging.UserInteractionLoggingServiceImpl
- All Implemented Interfaces:
- UserInteractionLoggingService
@Component
public class UserInteractionLoggingServiceImpl
- extends Object
- implements UserInteractionLoggingService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserInteractionLoggingServiceImpl
public UserInteractionLoggingServiceImpl()
setCurrentUserService
public void setCurrentUserService(CurrentUserService currentUserService)
setIndicator
public void setIndicator(UserInteractionLoggingIndicator indicator)
setIndicators
public void setIndicators(List<UserInteractionLoggingIndicator> indicators)
setOutlet
public void setOutlet(UserInteractionLoggingOutlet outlet)
setOutlets
public void setOutlets(List<UserInteractionLoggingOutlet> outlets)
isInteractionLoggedForCurrentUser
public Map<String,Object> isInteractionLoggedForCurrentUser()
- Specified by:
isInteractionLoggedForCurrentUser
in interface UserInteractionLoggingService
logInteraction
public void logInteraction(Map<String,Object> entry)
- Specified by:
logInteraction
in interface UserInteractionLoggingService
Copyright © 2012 OneBusAway. All Rights Reserved.