Uses of Class
org.onebusaway.users.model.UserIndexKey
-
Packages that use UserIndexKey Package Description org.onebusaway.users.impl org.onebusaway.users.impl.internal org.onebusaway.users.model org.onebusaway.users.services org.onebusaway.users.services.internal -
-
Uses of UserIndexKey in org.onebusaway.users.impl
Methods in org.onebusaway.users.impl that return UserIndexKey Modifier and Type Method Description UserIndexKeyIndexedUserDetailsImpl. getUserIndexKey()Methods in org.onebusaway.users.impl with parameters of type UserIndexKey Modifier and Type Method Description UserIndexUserServiceImpl. addUserIndexToUser(User user, UserIndexKey key, String credentials)voidUserServiceImpl. clearPhoneNumberRegistration(UserIndexKey userIndexKey)IndexedUserDetailsUserDetailsServiceImpl. getOrCreateUserForIndexKey(UserIndexKey key, String credentials, boolean isAnonymous)UserIndexUserServiceImpl. getOrCreateUserForIndexKey(UserIndexKey key, String credentials, boolean isAnonymous)IndexedUserDetailsUserDetailsServiceImpl. getUserForIndexKey(UserIndexKey key)IndexedUserDetailsServiceInterfaceUserIndexUserServiceImpl. getUserIndexForId(UserIndexKey key)booleanUserServiceImpl. hasPhoneNumberRegistration(UserIndexKey userIndexKey)voidCurrentUserServiceImpl. removeUserIndex(UserIndexKey key)voidUserServiceImpl. removeUserIndexForUser(User user, UserIndexKey key)voidUserDetailsServiceImpl. resetUserForIndexKey(UserIndexKey key) -
Uses of UserIndexKey in org.onebusaway.users.impl.internal
Methods in org.onebusaway.users.impl.internal with parameters of type UserIndexKey Modifier and Type Method Description voidUserIndexRegistrationServiceImpl. clearRegistrationForUserIndexKey(UserIndexKey key)UserIndexRegistrationServiceInterfaceUserRegistrationUserIndexRegistrationServiceImpl. getRegistrationForUserIndexKey(UserIndexKey key)booleanUserIndexRegistrationServiceImpl. hasRegistrationForUserIndexKey(UserIndexKey userIndexKey)voidUserIndexRegistrationServiceImpl. setRegistrationForUserIndexKey(UserIndexKey key, int userId, String registrationCode) -
Uses of UserIndexKey in org.onebusaway.users.model
Methods in org.onebusaway.users.model that return UserIndexKey Modifier and Type Method Description UserIndexKeyUserIndex. getId()UserIndexKeyIndexedUserDetails. getUserIndexKey()static UserIndexKeyUserIndexKey. parseString(String userIndexKey)Methods in org.onebusaway.users.model with parameters of type UserIndexKey Modifier and Type Method Description intUserIndexKey. compareTo(UserIndexKey o)ComparatorInterfacevoidUserIndex. setId(UserIndexKey id) -
Uses of UserIndexKey in org.onebusaway.users.services
Methods in org.onebusaway.users.services with parameters of type UserIndexKey Modifier and Type Method Description UserIndexUserService. addUserIndexToUser(User user, UserIndexKey key, String credentials)Add aUserIndexwith the specified id and credentials to an existing user, returning the new index.voidUserService. clearPhoneNumberRegistration(UserIndexKey userIndexKey)Reset a previous call toUserService.registerPhoneNumber(User, String)for the specified userIndexedUserDetailsIndexedUserDetailsService. getOrCreateUserForIndexKey(UserIndexKey key, String credentials, boolean isAnonymous)UserIndexUserService. getOrCreateUserForIndexKey(UserIndexKey key, String credentials, boolean isAnonymous)IndexedUserDetailsIndexedUserDetailsService. getUserForIndexKey(UserIndexKey key)UserIndexUserDao. getUserIndexForId(UserIndexKey key)UserIndexUserService. getUserIndexForId(UserIndexKey key)booleanUserService. hasPhoneNumberRegistration(UserIndexKey userIndexKey)voidCurrentUserService. removeUserIndex(UserIndexKey key)Remove theUserIndexwith the specified key from the user.voidUserService. removeUserIndexForUser(User user, UserIndexKey key)Remove theUserIndexwith the specified id from the user.voidIndexedUserDetailsService. resetUserForIndexKey(UserIndexKey key) -
Uses of UserIndexKey in org.onebusaway.users.services.internal
Methods in org.onebusaway.users.services.internal with parameters of type UserIndexKey Modifier and Type Method Description voidUserIndexRegistrationService. clearRegistrationForUserIndexKey(UserIndexKey key)UserRegistrationUserIndexRegistrationService. getRegistrationForUserIndexKey(UserIndexKey key)booleanUserIndexRegistrationService. hasRegistrationForUserIndexKey(UserIndexKey userIndexKey)voidUserIndexRegistrationService. setRegistrationForUserIndexKey(UserIndexKey key, int userId, String registrationCode)
-