Class UserIndexRegistrationServiceImpl
- java.lang.Object
-
- org.onebusaway.users.impl.internal.UserIndexRegistrationServiceImpl
-
- All Implemented Interfaces:
UserIndexRegistrationService
public class UserIndexRegistrationServiceImpl extends Object implements UserIndexRegistrationService
-
-
Constructor Summary
Constructors Constructor Description UserIndexRegistrationServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearRegistrationForUserIndexKey(UserIndexKey key)UserIndexRegistrationServiceInterfaceUserRegistrationgetRegistrationForUserIndexKey(UserIndexKey key)booleanhasRegistrationForUserIndexKey(UserIndexKey userIndexKey)voidsetCache(net.sf.ehcache.Cache cache)voidsetRegistrationForUserIndexKey(UserIndexKey key, int userId, String registrationCode)
-
-
-
Method Detail
-
setCache
public void setCache(net.sf.ehcache.Cache cache)
-
clearRegistrationForUserIndexKey
public void clearRegistrationForUserIndexKey(UserIndexKey key)
UserIndexRegistrationServiceInterface- Specified by:
clearRegistrationForUserIndexKeyin interfaceUserIndexRegistrationService
-
hasRegistrationForUserIndexKey
public boolean hasRegistrationForUserIndexKey(UserIndexKey userIndexKey)
- Specified by:
hasRegistrationForUserIndexKeyin interfaceUserIndexRegistrationService
-
getRegistrationForUserIndexKey
public UserRegistration getRegistrationForUserIndexKey(UserIndexKey key)
- Specified by:
getRegistrationForUserIndexKeyin interfaceUserIndexRegistrationService
-
setRegistrationForUserIndexKey
public void setRegistrationForUserIndexKey(UserIndexKey key, int userId, String registrationCode)
- Specified by:
setRegistrationForUserIndexKeyin interfaceUserIndexRegistrationService
-
-