org.onebusaway.users.impl.internal
Class UserIndexRegistrationServiceImpl
java.lang.Object
org.onebusaway.users.impl.internal.UserIndexRegistrationServiceImpl
- All Implemented Interfaces:
- UserIndexRegistrationService
public class UserIndexRegistrationServiceImpl
- extends Object
- implements UserIndexRegistrationService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserIndexRegistrationServiceImpl
public UserIndexRegistrationServiceImpl()
setCache
public void setCache(net.sf.ehcache.Cache cache)
clearRegistrationForUserIndexKey
public void clearRegistrationForUserIndexKey(UserIndexKey key)
UserIndexRegistrationService
Interface
- Specified by:
clearRegistrationForUserIndexKey
in interface UserIndexRegistrationService
hasRegistrationForUserIndexKey
public boolean hasRegistrationForUserIndexKey(UserIndexKey userIndexKey)
- Specified by:
hasRegistrationForUserIndexKey
in interface UserIndexRegistrationService
getRegistrationForUserIndexKey
public UserRegistration getRegistrationForUserIndexKey(UserIndexKey key)
- Specified by:
getRegistrationForUserIndexKey
in interface UserIndexRegistrationService
setRegistrationForUserIndexKey
public void setRegistrationForUserIndexKey(UserIndexKey key,
int userId,
String registrationCode)
- Specified by:
setRegistrationForUserIndexKey
in interface UserIndexRegistrationService
Copyright © 2012 OneBusAway. All Rights Reserved.