Uses of Interface
org.onebusaway.users.services.UserPropertiesMigration
-
Packages that use UserPropertiesMigration Package Description org.onebusaway.users.impl -
-
Uses of UserPropertiesMigration in org.onebusaway.users.impl
Classes in org.onebusaway.users.impl that implement UserPropertiesMigration Modifier and Type Class Description classUserPropertiesMigrationImplMethods in org.onebusaway.users.impl with parameters of type UserPropertiesMigration Modifier and Type Method Description static <T extends UserProperties>
UserPropertiesMigrationBulkOperation<T>UserPropertiesMigrationBulkOperation. execute(UserDao dao, UserPropertiesMigration propertiesMigration, Class<T> target)voidUserPropertiesServiceV1Impl. setUserPropertiesMigration(UserPropertiesMigration userPropertiesMigration)voidUserPropertiesServiceV2Impl. setUserPropertiesMigration(UserPropertiesMigration userPropertiesMigration)voidUserPropertiesServiceV3Impl. setUserPropertiesMigration(UserPropertiesMigration userPropertiesMigration)voidUserPropertiesServiceV4Impl. setUserPropertiesMigration(UserPropertiesMigration userPropertiesMigration)
-