org.onebusaway.users.services.internal
Interface UserIndexRegistrationService
- All Known Implementing Classes:
- UserIndexRegistrationServiceImpl
public interface UserIndexRegistrationService
setRegistrationForUserIndexKey
void setRegistrationForUserIndexKey(UserIndexKey key,
int userId,
String registrationCode)
hasRegistrationForUserIndexKey
boolean hasRegistrationForUserIndexKey(UserIndexKey userIndexKey)
getRegistrationForUserIndexKey
UserRegistration getRegistrationForUserIndexKey(UserIndexKey key)
clearRegistrationForUserIndexKey
void clearRegistrationForUserIndexKey(UserIndexKey key)
Copyright © 2012 OneBusAway. All Rights Reserved.