|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
UserPropertiesMigrationBulkOperation.execute(UserDao dao,
UserPropertiesMigration propertiesMigration,
Class<T> target)
|
|
|
UserPropertiesMigrationImpl.migrate(UserProperties properties,
Class<T> target)
|
|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
UserPropertiesMigration.migrate(UserProperties properties,
Class<T> target)
|
|
|
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 | ||
---|---|---|
|
UserPropertiesMigration.migrate(UserProperties properties,
Class<T> target)
|
|
boolean |
UserPropertiesMigration.needsMigration(UserProperties properties,
Class<?> target)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |