Uses of Class
ubic.gemma.model.genome.gene.DatabaseBackedGeneSetValueObject
Packages that use DatabaseBackedGeneSetValueObject
-
Uses of DatabaseBackedGeneSetValueObject in ubic.gemma.persistence.service.genome.gene
Methods in ubic.gemma.persistence.service.genome.gene that return DatabaseBackedGeneSetValueObjectModifier and TypeMethodDescriptionGeneSetValueObjectHelper.convertToLightValueObject(GeneSet gs) Constructor to build value object from GeneSet.GeneSetValueObjectHelperImpl.convertToLightValueObject(GeneSet gs) GeneSetValueObjectHelper.convertToValueObject(GeneSet gs) Constructor to build value object from GeneSet.GeneSetValueObjectHelperImpl.convertToValueObject(GeneSet gs) GeneSetDaoImpl.loadValueObject(GeneSet geneSet) GeneSetServiceImpl.loadValueObject(GeneSet geneSet) GeneSetDaoImpl.loadValueObjectById(Long id) GeneSetDao.loadValueObjectByIdLite(Long id) GeneSetDaoImpl.loadValueObjectByIdLite(Long id) GeneSetService.loadValueObjectByIdLite(Long id) GeneSetServiceImpl.loadValueObjectByIdLite(Long id) GeneSetService.updateDatabaseEntityNameDesc(DatabaseBackedGeneSetValueObject geneSetVO) AJAX Updates the database entity (permission permitting) with the name and description fields of the param value objectGeneSetServiceImpl.updateDatabaseEntityNameDesc(DatabaseBackedGeneSetValueObject geneSetVO) Methods in ubic.gemma.persistence.service.genome.gene that return types with arguments of type DatabaseBackedGeneSetValueObjectModifier and TypeMethodDescriptionGeneSetValueObjectHelper.convertToLightValueObjects(Collection<GeneSet> genesets, boolean includeOnesWithoutGenes) results will be sorted by sizeGeneSetValueObjectHelperImpl.convertToLightValueObjects(Collection<GeneSet> geneSets, boolean includeOnesWithoutGenes) GeneSetValueObjectHelper.convertToValueObjects(Collection<GeneSet> sets) GeneSetValueObjectHelper.convertToValueObjects(Collection<GeneSet> geneSets, boolean includeOnesWithoutGenes) GeneSetValueObjectHelperImpl.convertToValueObjects(Collection<GeneSet> sets) GeneSetValueObjectHelperImpl.convertToValueObjects(Collection<GeneSet> genesets, boolean includeOnesWithoutGenes) GeneSetService.getUsersGeneGroupsValueObjects(boolean privateOnly, Long taxonId) Returns just the current users gene setsGeneSetServiceImpl.getUsersGeneGroupsValueObjects(boolean privateOnly, Long taxonId) GeneSetDaoImpl.loadAllValueObjects()GeneSetDaoImpl.loadValueObjects(Collection<GeneSet> entities) GeneSetDaoImpl.loadValueObjectsByIds(Collection<Long> ids) GeneSetServiceImpl.loadValueObjectsByIds(Collection<Long> ids) GeneSetDao.loadValueObjectsByIdsLite(Collection<Long> geneSetIds) GeneSetDaoImpl.loadValueObjectsByIdsLite(Collection<Long> ids) GeneSetService.loadValueObjectsByIdsLite(Collection<Long> geneSetIds) GeneSetServiceImpl.loadValueObjectsByIdsLite(Collection<Long> genesetIds) GeneSetService.updateDatabaseEntity(Collection<DatabaseBackedGeneSetValueObject> geneSetVos) AJAX Updates the database entity (permission permitting) with the fields of the param value objectGeneSetServiceImpl.updateDatabaseEntity(Collection<DatabaseBackedGeneSetValueObject> geneSetVos) Methods in ubic.gemma.persistence.service.genome.gene with parameters of type DatabaseBackedGeneSetValueObjectModifier and TypeMethodDescriptionvoidGeneSetService.deleteDatabaseEntity(DatabaseBackedGeneSetValueObject geneSetVO) Security is handled within method, when the set is loadedvoidGeneSetServiceImpl.deleteDatabaseEntity(DatabaseBackedGeneSetValueObject geneSetVO) GeneSetService.updateDatabaseEntityNameDesc(DatabaseBackedGeneSetValueObject geneSetVO) AJAX Updates the database entity (permission permitting) with the name and description fields of the param value objectGeneSetServiceImpl.updateDatabaseEntityNameDesc(DatabaseBackedGeneSetValueObject geneSetVO) Method parameters in ubic.gemma.persistence.service.genome.gene with type arguments of type DatabaseBackedGeneSetValueObjectModifier and TypeMethodDescriptionvoidGeneSetService.deleteDatabaseEntities(Collection<DatabaseBackedGeneSetValueObject> vos) Security is handled within methodvoidGeneSetServiceImpl.deleteDatabaseEntities(Collection<DatabaseBackedGeneSetValueObject> vos) GeneSetService.updateDatabaseEntity(Collection<DatabaseBackedGeneSetValueObject> geneSetVos) AJAX Updates the database entity (permission permitting) with the fields of the param value objectGeneSetServiceImpl.updateDatabaseEntity(Collection<DatabaseBackedGeneSetValueObject> geneSetVos)