Uses of Class
ubic.gemma.persistence.service.expression.experiment.FactorValueMigratorService.MigrationResult
Packages that use FactorValueMigratorService.MigrationResult
-
Uses of FactorValueMigratorService.MigrationResult in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return FactorValueMigratorService.MigrationResultModifier and TypeMethodDescriptionFactorValueMigratorService.performMigration(FactorValueMigratorService.Migration migration, boolean noop) Perform the given migration.FactorValueMigratorServiceImpl.performMigration(FactorValueMigratorService.Migration migration, boolean noop) Deprecated.Methods in ubic.gemma.persistence.service.expression.experiment that return types with arguments of type FactorValueMigratorService.MigrationResultModifier and TypeMethodDescriptionFactorValueMigratorService.performMigrationOfRemainingFactorValues(Set<Long> migratedFactorValueIds, boolean migrateNonTrivialCases, boolean noop) Migrate all remaining factor values that have not been migrated yet.FactorValueMigratorServiceImpl.performMigrationOfRemainingFactorValues(Set<Long> migratedFactorValueIds, boolean migrateNonTrivialCases, boolean noop) Deprecated.FactorValueMigratorService.performMigrationOfRemainingOldStyleCharacteristics(Long fvId, Set<Long> migratedOldStyleCharacteristicIds, boolean noop) Migrate all the old-style characteristics of a given factor value to subject-only statements.FactorValueMigratorServiceImpl.performMigrationOfRemainingOldStyleCharacteristics(Long fvId, Set<Long> migratedOldStyleCharacteristicIds, boolean noop) Deprecated.FactorValueMigratorService.performMultipleMigrations(List<FactorValueMigratorService.Migration> migrations, boolean noop) Perform multiple migrations in a single transaction.FactorValueMigratorServiceImpl.performMultipleMigrations(List<FactorValueMigratorService.Migration> migrations, boolean noop) Deprecated.