Uses of Class
ubic.gemma.model.genome.gene.DatabaseBackedGeneSetValueObject
Packages that use DatabaseBackedGeneSetValueObject
Package
Description
-
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) GeneSetService.loadValueObject(GeneSet geneSet) GeneSetServiceImpl.loadValueObject(GeneSet geneSet) GeneSetDaoImpl.loadValueObjectById(Long id) GeneSetService.loadValueObjectById(Long entityId) 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()GeneSetService.loadAllValueObjects()GeneSetDaoImpl.loadValueObjects(Collection<GeneSet> entities) GeneSetService.loadValueObjects(Collection<GeneSet> entities) GeneSetDaoImpl.loadValueObjectsByIds(Collection<Long> ids) GeneSetService.loadValueObjectsByIds(Collection<Long> ids) Ids of member genes will be filled inGeneSetServiceImpl.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) -
Uses of DatabaseBackedGeneSetValueObject in ubic.gemma.web.controller.genome.gene
Methods in ubic.gemma.web.controller.genome.gene that return DatabaseBackedGeneSetValueObjectModifier and TypeMethodDescriptionAJAX - load with the IDs filled inGeneSetController.updateNameDesc(DatabaseBackedGeneSetValueObject geneSetVO) AJAX Updates the given gene group (permission permitting) with the given list of geneIds Will not allow the same gene to be added to the gene set twice.Methods in ubic.gemma.web.controller.genome.gene that return types with arguments of type DatabaseBackedGeneSetValueObjectModifier and TypeMethodDescriptionGeneSetController.getUsersGeneGroups(boolean privateOnly, Long taxonId) AJAX Returns just the current users gene setsGeneSetController.remove(Collection<DatabaseBackedGeneSetValueObject> vos) AJAX Given a valid gene group will remove it from db (if the user has permissons to do so).GeneSetController.update(Collection<DatabaseBackedGeneSetValueObject> geneSetVos) AJAX Updates the given gene group (permission permitting) with the given list of geneIds Will not allow the same gene to be added to the gene set twice.Methods in ubic.gemma.web.controller.genome.gene with parameters of type DatabaseBackedGeneSetValueObjectModifier and TypeMethodDescriptionGeneSetController.updateNameDesc(DatabaseBackedGeneSetValueObject geneSetVO) AJAX Updates the given gene group (permission permitting) with the given list of geneIds Will not allow the same gene to be added to the gene set twice.Method parameters in ubic.gemma.web.controller.genome.gene with type arguments of type DatabaseBackedGeneSetValueObjectModifier and TypeMethodDescriptionGeneSetController.remove(Collection<DatabaseBackedGeneSetValueObject> vos) AJAX Given a valid gene group will remove it from db (if the user has permissons to do so).GeneSetController.update(Collection<DatabaseBackedGeneSetValueObject> geneSetVos) AJAX Updates the given gene group (permission permitting) with the given list of geneIds Will not allow the same gene to be added to the gene set twice.