Class GeneDiffExMetaAnalysisServiceImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractService<GeneDifferentialExpressionMetaAnalysis>
ubic.gemma.persistence.service.analysis.expression.diff.GeneDiffExMetaAnalysisServiceImpl
- All Implemented Interfaces:
AnalysisService<GeneDifferentialExpressionMetaAnalysis>, GeneDiffExMetaAnalysisService, BaseImmutableService<GeneDifferentialExpressionMetaAnalysis>, BaseReadOnlyService<GeneDifferentialExpressionMetaAnalysis>, BaseService<GeneDifferentialExpressionMetaAnalysis>, SecurableBaseImmutableService<GeneDifferentialExpressionMetaAnalysis>, SecurableBaseReadOnlyService<GeneDifferentialExpressionMetaAnalysis>, SecurableBaseService<GeneDifferentialExpressionMetaAnalysis>
@Service
public class GeneDiffExMetaAnalysisServiceImpl
extends AbstractService<GeneDifferentialExpressionMetaAnalysis>
implements GeneDiffExMetaAnalysisService
- Author:
- Paul
-
Field Summary
Fields inherited from class AbstractService
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByName(String name) findByTaxon(Taxon taxon) findIncludedResultSetsInfoById(long analysisId) findMetaAnalyses(Collection<Long> metaAnalysisIds) findResultsById(long analysisId) Methods inherited from class AbstractService
countAll, create, create, ensureInSession, ensureInSession, find, findOrCreate, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, remove, remove, remove, save, save, streamAll, streamAll, update, updateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseReadOnlyService
countAll, getElementClassMethods inherited from interface SecurableBaseImmutableService
create, create, findOrCreate, remove, remove, removeMethods inherited from interface SecurableBaseReadOnlyService
find, findOrFail, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAllMethods inherited from interface SecurableBaseService
save, save, update, update
-
Constructor Details
-
GeneDiffExMetaAnalysisServiceImpl
-
-
Method Details
-
delete
- Specified by:
deletein interfaceGeneDiffExMetaAnalysisService
-
findByTaxon
@Transactional(readOnly=true) public Collection<GeneDifferentialExpressionMetaAnalysis> findByTaxon(Taxon taxon) - Specified by:
findByTaxonin interfaceGeneDiffExMetaAnalysisService
-
findIncludedResultSetsInfoById
@Transactional(readOnly=true) public Collection<IncludedResultSetInfoValueObject> findIncludedResultSetsInfoById(long analysisId) - Specified by:
findIncludedResultSetsInfoByIdin interfaceGeneDiffExMetaAnalysisService
-
findMetaAnalyses
@Transactional(readOnly=true) public Collection<GeneDifferentialExpressionMetaAnalysisSummaryValueObject> findMetaAnalyses(Collection<Long> metaAnalysisIds) - Specified by:
findMetaAnalysesin interfaceGeneDiffExMetaAnalysisService
-
findResultsById
@Transactional(readOnly=true) public Collection<GeneDifferentialExpressionMetaAnalysisResultValueObject> findResultsById(long analysisId) - Specified by:
findResultsByIdin interfaceGeneDiffExMetaAnalysisService
-
findByName
@Transactional(readOnly=true) public Collection<GeneDifferentialExpressionMetaAnalysis> findByName(String name) - Specified by:
findByNamein interfaceGeneDiffExMetaAnalysisService
-