org.onebusaway.users.services.internal
Interface UserIndexRegistrationService

All Known Implementing Classes:
UserIndexRegistrationServiceImpl

public interface UserIndexRegistrationService


Method Summary
 void clearRegistrationForUserIndexKey(UserIndexKey key)
           
 UserRegistration getRegistrationForUserIndexKey(UserIndexKey key)
           
 boolean hasRegistrationForUserIndexKey(UserIndexKey userIndexKey)
           
 void setRegistrationForUserIndexKey(UserIndexKey key, int userId, String registrationCode)
           
 

Method Detail

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.