Uses of Interface
ubic.gemma.persistence.service.BaseService
-
-
Uses of BaseService in ubic.gemma.persistence.service
Classes in ubic.gemma.persistence.service that implement BaseService Modifier and Type Class Description class
AbstractFilteringVoEnabledService<O extends Identifiable,VO extends IdentifiableValueObject<O>>
Base implementation forFilteringVoEnabledService
.class
AbstractService<O extends Identifiable>
Base for all services handling DAO access.class
AbstractVoEnabledService<O extends Identifiable,VO extends IdentifiableValueObject<O>>
Created by tesarst on 01/06/17. -
Uses of BaseService in ubic.gemma.persistence.service.analysis.expression.coexpression
Subinterfaces of BaseService in ubic.gemma.persistence.service.analysis.expression.coexpression Modifier and Type Interface Description interface
CoexpressionAnalysisService
Deals with the Analysis objects for Coexpression - not the coexpression results themselves.Classes in ubic.gemma.persistence.service.analysis.expression.coexpression that implement BaseService Modifier and Type Class Description class
CoexpressionAnalysisServiceImpl
-
Uses of BaseService in ubic.gemma.persistence.service.analysis.expression.diff
Subinterfaces of BaseService in ubic.gemma.persistence.service.analysis.expression.diff Modifier and Type Interface Description interface
DifferentialExpressionAnalysisService
Classes in ubic.gemma.persistence.service.analysis.expression.diff that implement BaseService Modifier and Type Class Description class
DifferentialExpressionAnalysisServiceImpl
class
DifferentialExpressionResultServiceImpl
class
ExpressionAnalysisResultSetServiceImpl
class
GeneDiffExMetaAnalysisServiceImpl
-
Uses of BaseService in ubic.gemma.persistence.service.analysis.expression.pca
Classes in ubic.gemma.persistence.service.analysis.expression.pca that implement BaseService Modifier and Type Class Description class
PrincipalComponentAnalysisServiceImpl
-
Uses of BaseService in ubic.gemma.persistence.service.association
Classes in ubic.gemma.persistence.service.association that implement BaseService Modifier and Type Class Description class
Gene2GOAssociationServiceImpl
-
Uses of BaseService in ubic.gemma.persistence.service.association.phenotype.service
Classes in ubic.gemma.persistence.service.association.phenotype.service that implement BaseService Modifier and Type Class Description class
PhenotypeAssociationServiceImpl
Service responsible for low level operations, used by PhenotypeAssociationManagerServiceImpl -
Uses of BaseService in ubic.gemma.persistence.service.blacklist
Classes in ubic.gemma.persistence.service.blacklist that implement BaseService Modifier and Type Class Description class
BlacklistedEntityServiceImpl
-
Uses of BaseService in ubic.gemma.persistence.service.common.auditAndSecurity
Subinterfaces of BaseService in ubic.gemma.persistence.service.common.auditAndSecurity Modifier and Type Interface Description interface
ContactService
interface
SecurableBaseService<C extends Securable>
A base service for securable entities.Classes in ubic.gemma.persistence.service.common.auditAndSecurity that implement BaseService Modifier and Type Class Description class
AuditTrailServiceImpl
class
ContactServiceImpl
-
Uses of BaseService in ubic.gemma.persistence.service.common.description
Subinterfaces of BaseService in ubic.gemma.persistence.service.common.description Modifier and Type Interface Description interface
CharacteristicService
interface
ExternalDatabaseService
Classes in ubic.gemma.persistence.service.common.description that implement BaseService Modifier and Type Class Description class
BibliographicReferenceServiceImpl
Implementation of BibliographicReferenceService.class
CharacteristicServiceImpl
class
DatabaseEntryServiceImpl
Spring Service base class forDatabaseEntryService
, provides access to all services and entities referenced by this service.class
ExternalDatabaseServiceImpl
-
Uses of BaseService in ubic.gemma.persistence.service.common.protocol
Classes in ubic.gemma.persistence.service.common.protocol that implement BaseService Modifier and Type Class Description class
ProtocolServiceImpl
-
Uses of BaseService in ubic.gemma.persistence.service.common.quantitationtype
Subinterfaces of BaseService in ubic.gemma.persistence.service.common.quantitationtype Modifier and Type Interface Description interface
QuantitationTypeService
Classes in ubic.gemma.persistence.service.common.quantitationtype that implement BaseService Modifier and Type Class Description class
QuantitationTypeServiceImpl
-
Uses of BaseService in ubic.gemma.persistence.service.expression.arrayDesign
Subinterfaces of BaseService in ubic.gemma.persistence.service.expression.arrayDesign Modifier and Type Interface Description interface
ArrayDesignService
Classes in ubic.gemma.persistence.service.expression.arrayDesign that implement BaseService Modifier and Type Class Description class
ArrayDesignServiceImpl
-
Uses of BaseService in ubic.gemma.persistence.service.expression.bioAssay
Subinterfaces of BaseService in ubic.gemma.persistence.service.expression.bioAssay Modifier and Type Interface Description interface
BioAssayService
Classes in ubic.gemma.persistence.service.expression.bioAssay that implement BaseService Modifier and Type Class Description class
BioAssayServiceImpl
-
Uses of BaseService in ubic.gemma.persistence.service.expression.bioAssayData
Classes in ubic.gemma.persistence.service.expression.bioAssayData that implement BaseService Modifier and Type Class Description class
AbstractDesignElementDataVectorService<T extends DesignElementDataVector>
class
BioAssayDimensionServiceImpl
Spring Service base class forBioAssayDimensionService
, provides access to all services and entities referenced by this service.class
ProcessedExpressionDataVectorServiceImpl
class
RawAndProcessedExpressionDataVectorServiceImpl
class
RawExpressionDataVectorServiceImpl
Provides methods that can be applied to both RawExpressionDataVector and ProcessedExpressionDataVector -
Uses of BaseService in ubic.gemma.persistence.service.expression.biomaterial
Subinterfaces of BaseService in ubic.gemma.persistence.service.expression.biomaterial Modifier and Type Interface Description interface
BioMaterialService
Classes in ubic.gemma.persistence.service.expression.biomaterial that implement BaseService Modifier and Type Class Description class
BioMaterialServiceImpl
class
CompoundServiceImpl
Spring Service base class forCompoundService
, provides access to all services and entities referenced by this service. -
Uses of BaseService in ubic.gemma.persistence.service.expression.designElement
Subinterfaces of BaseService in ubic.gemma.persistence.service.expression.designElement Modifier and Type Interface Description interface
CompositeSequenceService
Classes in ubic.gemma.persistence.service.expression.designElement that implement BaseService Modifier and Type Class Description class
CompositeSequenceServiceImpl
-
Uses of BaseService in ubic.gemma.persistence.service.expression.experiment
Subinterfaces of BaseService in ubic.gemma.persistence.service.expression.experiment Modifier and Type Interface Description interface
ExperimentalDesignService
interface
ExperimentalFactorService
interface
ExpressionExperimentService
interface
ExpressionExperimentSetService
interface
ExpressionExperimentSubSetService
interface
FactorValueService
Classes in ubic.gemma.persistence.service.expression.experiment that implement BaseService Modifier and Type Class Description class
ExperimentalDesignServiceImpl
Spring Service base class forubic.gemma.model.expression.experiment.ExperimentalDesignService
, provides access to all services and entities referenced by this service.class
ExperimentalFactorServiceImpl
class
ExpressionExperimentServiceImpl
class
ExpressionExperimentSetServiceImpl
Spring Service base class forubic.gemma.model.analysis.expression.ExpressionExperimentSetService
, provides access to all services and entities referenced by this service.class
ExpressionExperimentSubSetServiceImpl
class
FactorValueServiceImpl
Spring Service base class forFactorValueService
, provides access to all services and entities referenced by this service.class
GeeqServiceImpl
-
Uses of BaseService in ubic.gemma.persistence.service.genome
Classes in ubic.gemma.persistence.service.genome that implement BaseService Modifier and Type Class Description class
ChromosomeServiceImpl
Spring Service base class forChromosomeService
, provides access to all services and entities referenced by this service. -
Uses of BaseService in ubic.gemma.persistence.service.genome.biosequence
Subinterfaces of BaseService in ubic.gemma.persistence.service.genome.biosequence Modifier and Type Interface Description interface
BioSequenceService
Classes in ubic.gemma.persistence.service.genome.biosequence that implement BaseService Modifier and Type Class Description class
BioSequenceServiceImpl
Spring Service base class forBioSequenceService
, provides access to all services and entities referenced by this service. -
Uses of BaseService in ubic.gemma.persistence.service.genome.gene
Subinterfaces of BaseService in ubic.gemma.persistence.service.genome.gene Modifier and Type Interface Description interface
GeneProductService
interface
GeneService
interface
GeneSetService
Service for managing gene setsClasses in ubic.gemma.persistence.service.genome.gene that implement BaseService Modifier and Type Class Description class
GeneProductServiceImpl
class
GeneServiceImpl
class
GeneSetServiceImpl
Service for managing gene sets -
Uses of BaseService in ubic.gemma.persistence.service.genome.sequenceAnalysis
Subinterfaces of BaseService in ubic.gemma.persistence.service.genome.sequenceAnalysis Modifier and Type Interface Description interface
BlatResultService
Classes in ubic.gemma.persistence.service.genome.sequenceAnalysis that implement BaseService Modifier and Type Class Description class
AnnotationAssociationServiceImpl
class
BlatAssociationServiceImpl
Spring Service base class forBlatAssociationService
, provides access to all services and entities referenced by this service.class
BlatResultServiceImpl
Spring Service base class forBlatResultService
, provides access to all services and entities referenced by this service. -
Uses of BaseService in ubic.gemma.persistence.service.genome.taxon
Subinterfaces of BaseService in ubic.gemma.persistence.service.genome.taxon Modifier and Type Interface Description interface
TaxonService
Classes in ubic.gemma.persistence.service.genome.taxon that implement BaseService Modifier and Type Class Description class
TaxonServiceImpl
-