Interface UserIndexRegistrationService
-
- All Known Implementing Classes:
UserIndexRegistrationServiceImpl
public interface UserIndexRegistrationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearRegistrationForUserIndexKey(UserIndexKey key)UserRegistrationgetRegistrationForUserIndexKey(UserIndexKey key)booleanhasRegistrationForUserIndexKey(UserIndexKey userIndexKey)voidsetRegistrationForUserIndexKey(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)
-
-