@Service public class Gene2GOAssociationServiceImpl extends AbstractService<Gene2GOAssociation> implements Gene2GOAssociationService, InitializingBean
Gene2GOAssociationService
log
Constructor and Description |
---|
Gene2GOAssociationServiceImpl(Gene2GOAssociationDao mainDao,
CacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
Collection<Gene2GOAssociation> |
findAssociationByGene(Gene gene) |
Collection<Gene2GOAssociation> |
findAssociationByGenes(Collection<Gene> genes) |
Collection<Characteristic> |
findByGene(Gene gene) |
Map<Gene,Collection<Characteristic>> |
findByGenes(Collection<Gene> genes) |
Collection<Gene> |
findByGOTerm(String goID,
Taxon taxon) |
Collection<Gene> |
findByGOTerms(Collection<String> termsToFetch,
Taxon taxon) |
Map<Taxon,Collection<Gene>> |
findByGOTermsPerTaxon(Collection<String> termsToFetch) |
countAll, create, create, ensureInSession, ensureInSession, find, findOrCreate, findOrFail, load, load, loadAll, loadOrFail, remove, remove, remove, removeAllInBatch, save, save, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, findOrCreate, removeAllInBatch
create, remove, remove, remove, save, save, update, update
countAll, find, findOrFail, load, load, loadAll, loadOrFail
@Autowired public Gene2GOAssociationServiceImpl(Gene2GOAssociationDao mainDao, CacheManager cacheManager)
public void afterPropertiesSet()
afterPropertiesSet
in interface InitializingBean
@Transactional(readOnly=true) public Collection<Gene2GOAssociation> findAssociationByGene(Gene gene)
findAssociationByGene
in interface Gene2GOAssociationService
@Transactional(readOnly=true) public Collection<Gene2GOAssociation> findAssociationByGenes(Collection<Gene> genes)
findAssociationByGenes
in interface Gene2GOAssociationService
@Transactional(readOnly=true) public Collection<Characteristic> findByGene(Gene gene)
findByGene
in interface Gene2GOAssociationService
@Transactional(readOnly=true) public Map<Gene,Collection<Characteristic>> findByGenes(Collection<Gene> genes)
findByGenes
in interface Gene2GOAssociationService
@Transactional(readOnly=true) public Collection<Gene> findByGOTerm(String goID, Taxon taxon)
findByGOTerm
in interface Gene2GOAssociationService
@Transactional(readOnly=true) public Collection<Gene> findByGOTerms(Collection<String> termsToFetch, @Nullable Taxon taxon)
findByGOTerms
in interface Gene2GOAssociationService
termsToFetch
- termstaxon
- constraint@Transactional(readOnly=true) public Map<Taxon,Collection<Gene>> findByGOTermsPerTaxon(Collection<String> termsToFetch)
findByGOTermsPerTaxon
in interface Gene2GOAssociationService
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.