Uses of Interface
org.onebusaway.users.model.UserProperties

Packages that use UserProperties
org.onebusaway.users.impl   
org.onebusaway.users.model   
org.onebusaway.users.model.properties   
org.onebusaway.users.services   
 

Uses of UserProperties in org.onebusaway.users.impl
 

Classes in org.onebusaway.users.impl with type parameters of type UserProperties
 class UserPropertiesMigrationBulkOperation<T extends UserProperties>
           
 

Methods in org.onebusaway.users.impl with type parameters of type UserProperties
static
<T extends UserProperties>
UserPropertiesMigrationBulkOperation<T>
UserPropertiesMigrationBulkOperation.execute(UserDao dao, UserPropertiesMigration propertiesMigration, Class<T> target)
           
<T extends UserProperties>
T
UserPropertiesMigrationImpl.migrate(UserProperties properties, Class<T> target)
           
<T extends UserProperties>
void
UserPropertiesMigrationImpl.startUserPropertiesBulkMigration(Class<T> target)
           
 

Methods in org.onebusaway.users.impl that return types with arguments of type UserProperties
 Class<? extends UserProperties> UserPropertiesServiceV2Impl.getUserPropertiesType()
           
 Class<? extends UserProperties> UserPropertiesServiceV1Impl.getUserPropertiesType()
           
 

Methods in org.onebusaway.users.impl with parameters of type UserProperties
<T extends UserProperties>
T
UserPropertiesMigrationImpl.migrate(UserProperties properties, Class<T> target)
           
 boolean UserPropertiesMigrationImpl.needsMigration(UserProperties properties, Class<?> target)
           
 

Uses of UserProperties in org.onebusaway.users.model
 

Classes in org.onebusaway.users.model that implement UserProperties
 class UserPropertiesV1
          DO NO RENAME OR MOVE THIS CLASS.
 

Methods in org.onebusaway.users.model that return UserProperties
 UserProperties User.getProperties()
           
 

Methods in org.onebusaway.users.model with parameters of type UserProperties
 void User.setProperties(UserProperties properties)
           
 

Uses of UserProperties in org.onebusaway.users.model.properties
 

Classes in org.onebusaway.users.model.properties that implement UserProperties
 class UserPropertiesV2
          DO NO RENAME OR MOVE THIS CLASS.
 

Uses of UserProperties in org.onebusaway.users.services
 

Methods in org.onebusaway.users.services with type parameters of type UserProperties
<T extends UserProperties>
T
UserPropertiesMigration.migrate(UserProperties properties, Class<T> target)
           
<T extends UserProperties>
void
UserPropertiesMigration.startUserPropertiesBulkMigration(Class<T> target)
           
 

Methods in org.onebusaway.users.services that return types with arguments of type UserProperties
 Class<? extends UserProperties> UserPropertiesService.getUserPropertiesType()
           
 

Methods in org.onebusaway.users.services with parameters of type UserProperties
<T extends UserProperties>
T
UserPropertiesMigration.migrate(UserProperties properties, Class<T> target)
           
 boolean UserPropertiesMigration.needsMigration(UserProperties properties, Class<?> target)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.