Uses of Interface
org.onebusaway.users.model.UserProperties
-
Packages that use UserProperties Package Description 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 Modifier and Type Class Description classUserPropertiesMigrationBulkOperation<T extends UserProperties>Methods in org.onebusaway.users.impl with type parameters of type UserProperties Modifier and Type Method Description static <T extends UserProperties>
UserPropertiesMigrationBulkOperation<T>UserPropertiesMigrationBulkOperation. execute(UserDao dao, UserPropertiesMigration propertiesMigration, Class<T> target)<T extends UserProperties>
TUserPropertiesMigrationImpl. migrate(UserProperties properties, Class<T> target)<T extends UserProperties>
voidUserPropertiesMigrationImpl. startUserPropertiesBulkMigration(Class<T> target)Methods in org.onebusaway.users.impl that return types with arguments of type UserProperties Modifier and Type Method Description Class<? extends UserProperties>UserPropertiesServiceV1Impl. getUserPropertiesType()Class<? extends UserProperties>UserPropertiesServiceV2Impl. getUserPropertiesType()Class<? extends UserProperties>UserPropertiesServiceV3Impl. getUserPropertiesType()Class<? extends UserProperties>UserPropertiesServiceV4Impl. getUserPropertiesType()Methods in org.onebusaway.users.impl with parameters of type UserProperties Modifier and Type Method Description <T extends UserProperties>
TUserPropertiesMigrationImpl. migrate(UserProperties properties, Class<T> target)booleanUserPropertiesMigrationImpl. needsMigration(UserProperties properties, Class<?> target) -
Uses of UserProperties in org.onebusaway.users.model
Classes in org.onebusaway.users.model that implement UserProperties Modifier and Type Class Description classUserPropertiesV1DO NO RENAME OR MOVE THIS CLASS.Methods in org.onebusaway.users.model that return UserProperties Modifier and Type Method Description UserPropertiesUser. getProperties()Methods in org.onebusaway.users.model with parameters of type UserProperties Modifier and Type Method Description voidUser. setProperties(UserProperties properties) -
Uses of UserProperties in org.onebusaway.users.model.properties
Classes in org.onebusaway.users.model.properties that implement UserProperties Modifier and Type Class Description classUserPropertiesV2DO NO RENAME OR MOVE THIS CLASS.classUserPropertiesV3DO NO RENAME OR MOVE THIS CLASS.classUserPropertiesV4DO 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 Modifier and Type Method Description <T extends UserProperties>
TUserPropertiesMigration. migrate(UserProperties properties, Class<T> target)<T extends UserProperties>
voidUserPropertiesMigration. startUserPropertiesBulkMigration(Class<T> target)Methods in org.onebusaway.users.services that return types with arguments of type UserProperties Modifier and Type Method Description Class<? extends UserProperties>UserPropertiesService. getUserPropertiesType()Methods in org.onebusaway.users.services with parameters of type UserProperties Modifier and Type Method Description <T extends UserProperties>
TUserPropertiesMigration. migrate(UserProperties properties, Class<T> target)booleanUserPropertiesMigration. needsMigration(UserProperties properties, Class<?> target)
-