Uses of Interface
ubic.gemma.persistence.service.FilteringService
-
-
Uses of FilteringService in ubic.gemma.persistence.service
Subinterfaces of FilteringService in ubic.gemma.persistence.service Modifier and Type Interface Description interface
FilteringVoEnabledService<O extends Identifiable,VO extends IdentifiableValueObject<O>>
Interface VO-enabled service with filtering capabilities.Classes in ubic.gemma.persistence.service that implement FilteringService Modifier and Type Class Description class
AbstractFilteringVoEnabledService<O extends Identifiable,VO extends IdentifiableValueObject<O>>
Base implementation forFilteringVoEnabledService
. -
Uses of FilteringService in ubic.gemma.persistence.service.analysis.expression.diff
Subinterfaces of FilteringService in ubic.gemma.persistence.service.analysis.expression.diff Modifier and Type Interface Description interface
ExpressionAnalysisResultSetService
Classes in ubic.gemma.persistence.service.analysis.expression.diff that implement FilteringService Modifier and Type Class Description class
ExpressionAnalysisResultSetServiceImpl
-
Uses of FilteringService in ubic.gemma.persistence.service.common.auditAndSecurity
Subinterfaces of FilteringService in ubic.gemma.persistence.service.common.auditAndSecurity Modifier and Type Interface Description interface
SecurableFilteringVoEnabledService<C extends Securable,VO extends IdentifiableValueObject<C>>
A base service for securable entities with filtering and VO capabilities. -
Uses of FilteringService in ubic.gemma.persistence.service.common.description
Subinterfaces of FilteringService in ubic.gemma.persistence.service.common.description Modifier and Type Interface Description interface
CharacteristicService
interface
DatabaseEntryService
Classes in ubic.gemma.persistence.service.common.description that implement FilteringService Modifier and Type Class Description class
CharacteristicServiceImpl
class
DatabaseEntryServiceImpl
Spring Service base class forDatabaseEntryService
, provides access to all services and entities referenced by this service. -
Uses of FilteringService in ubic.gemma.persistence.service.common.quantitationtype
Subinterfaces of FilteringService in ubic.gemma.persistence.service.common.quantitationtype Modifier and Type Interface Description interface
QuantitationTypeService
Classes in ubic.gemma.persistence.service.common.quantitationtype that implement FilteringService Modifier and Type Class Description class
QuantitationTypeServiceImpl
-
Uses of FilteringService in ubic.gemma.persistence.service.expression.arrayDesign
Subinterfaces of FilteringService in ubic.gemma.persistence.service.expression.arrayDesign Modifier and Type Interface Description interface
ArrayDesignService
Classes in ubic.gemma.persistence.service.expression.arrayDesign that implement FilteringService Modifier and Type Class Description class
ArrayDesignServiceImpl
-
Uses of FilteringService in ubic.gemma.persistence.service.expression.bioAssay
Subinterfaces of FilteringService in ubic.gemma.persistence.service.expression.bioAssay Modifier and Type Interface Description interface
BioAssayService
Classes in ubic.gemma.persistence.service.expression.bioAssay that implement FilteringService Modifier and Type Class Description class
BioAssayServiceImpl
-
Uses of FilteringService in ubic.gemma.persistence.service.expression.designElement
Subinterfaces of FilteringService in ubic.gemma.persistence.service.expression.designElement Modifier and Type Interface Description interface
CompositeSequenceService
Classes in ubic.gemma.persistence.service.expression.designElement that implement FilteringService Modifier and Type Class Description class
CompositeSequenceServiceImpl
-
Uses of FilteringService in ubic.gemma.persistence.service.expression.experiment
Subinterfaces of FilteringService in ubic.gemma.persistence.service.expression.experiment Modifier and Type Interface Description interface
ExpressionExperimentService
interface
FactorValueService
Classes in ubic.gemma.persistence.service.expression.experiment that implement FilteringService Modifier and Type Class Description class
ExpressionExperimentServiceImpl
class
FactorValueServiceImpl
Spring Service base class forFactorValueService
, provides access to all services and entities referenced by this service. -
Uses of FilteringService in ubic.gemma.persistence.service.genome.gene
Subinterfaces of FilteringService in ubic.gemma.persistence.service.genome.gene Modifier and Type Interface Description interface
GeneService
Classes in ubic.gemma.persistence.service.genome.gene that implement FilteringService Modifier and Type Class Description class
GeneServiceImpl
-
Uses of FilteringService in ubic.gemma.persistence.service.genome.taxon
Subinterfaces of FilteringService in ubic.gemma.persistence.service.genome.taxon Modifier and Type Interface Description interface
TaxonService
Classes in ubic.gemma.persistence.service.genome.taxon that implement FilteringService Modifier and Type Class Description class
TaxonServiceImpl
-
Uses of FilteringService in ubic.gemma.rest.util.args
Classes in ubic.gemma.rest.util.args with type parameters of type FilteringService Modifier and Type Class Description class
AbstractEntityArg<T,O extends Identifiable,S extends FilteringService<O>>
Interface representing and API call argument that can represent various identifiers of different types.class
AbstractEntityArgService<T extends Identifiable,S extends FilteringService<T>>
class
AbstractEntityArrayArg<O extends Identifiable,S extends FilteringService<O>>
interface
EntityArgService<T extends Identifiable,S extends FilteringService<T>>
BridgesArg
operating on entities with their correspondingFilteringService
.Fields in ubic.gemma.rest.util.args declared as FilteringService Modifier and Type Field Description protected S
AbstractEntityArgService. service
-