Uses of Interface
org.onebusaway.users.services.UserPropertiesService
-
Packages that use UserPropertiesService Package Description org.onebusaway.users.impl -
-
Uses of UserPropertiesService in org.onebusaway.users.impl
Classes in org.onebusaway.users.impl that implement UserPropertiesService Modifier and Type Class Description classUserPropertiesServiceV1ImplclassUserPropertiesServiceV2ImplclassUserPropertiesServiceV3ImplclassUserPropertiesServiceV4ImplMethods in org.onebusaway.users.impl with parameters of type UserPropertiesService Modifier and Type Method Description voidCreateApiKeyAction. setUserPropertiesService(UserPropertiesService userPropertiesService)voidCurrentUserServiceImpl. setUserPropertiesService(UserPropertiesService userPropertiesService)voidUserServiceImpl. setUserPropertiesService(UserPropertiesService userPropertiesService)voidUserPropertiesServiceVersionedInvocationHandler. setUserPropertiesServiceV1(UserPropertiesService userServiceV1)voidUserPropertiesServiceVersionedInvocationHandler. setUserPropertiesServiceV2(UserPropertiesService userServiceV2)voidUserPropertiesServiceVersionedInvocationHandler. setUserPropertiesServiceV3(UserPropertiesService userServiceV3)voidUserPropertiesServiceVersionedInvocationHandler. setUserPropertiesServiceV4(UserPropertiesService userServiceV4)
-