org.onebusaway.users.impl.logging
Class UserInteractionLoggingServiceImpl

java.lang.Object
  extended by org.onebusaway.users.impl.logging.UserInteractionLoggingServiceImpl
All Implemented Interfaces:
UserInteractionLoggingService

@Component
public class UserInteractionLoggingServiceImpl
extends Object
implements UserInteractionLoggingService


Constructor Summary
UserInteractionLoggingServiceImpl()
           
 
Method Summary
 Map<String,Object> isInteractionLoggedForCurrentUser()
           
 void logInteraction(Map<String,Object> entry)
           
 void setCurrentUserService(CurrentUserService currentUserService)
           
 void setIndicator(UserInteractionLoggingIndicator indicator)
           
 void setIndicators(List<UserInteractionLoggingIndicator> indicators)
           
 void setOutlet(UserInteractionLoggingOutlet outlet)
           
 void setOutlets(List<UserInteractionLoggingOutlet> outlets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInteractionLoggingServiceImpl

public UserInteractionLoggingServiceImpl()
Method Detail

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.