Uses of Interface
ubic.gemma.persistence.service.FilteringService
Packages that use FilteringService
Package
Description
-
Uses of FilteringService in ubic.gemma.persistence.service
Subinterfaces of FilteringService in ubic.gemma.persistence.serviceModifier and TypeInterfaceDescriptioninterface
FilteringVoEnabledService<O extends Identifiable,
VO extends IdentifiableValueObject<O>> Interface VO-enabled service with filtering capabilities.Classes in ubic.gemma.persistence.service that implement FilteringServiceModifier and TypeClassDescriptionclass
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.diffClasses in ubic.gemma.persistence.service.analysis.expression.diff that implement FilteringService -
Uses of FilteringService in ubic.gemma.persistence.service.common.auditAndSecurity
Subinterfaces of FilteringService in ubic.gemma.persistence.service.common.auditAndSecurityModifier and TypeInterfaceDescriptioninterface
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.descriptionModifier and TypeInterfaceDescriptioninterface
interface
Classes in ubic.gemma.persistence.service.common.description that implement FilteringServiceModifier and TypeClassDescriptionclass
class
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.quantitationtypeClasses in ubic.gemma.persistence.service.common.quantitationtype that implement FilteringService -
Uses of FilteringService in ubic.gemma.persistence.service.expression.arrayDesign
Subinterfaces of FilteringService in ubic.gemma.persistence.service.expression.arrayDesignClasses in ubic.gemma.persistence.service.expression.arrayDesign that implement FilteringService -
Uses of FilteringService in ubic.gemma.persistence.service.expression.bioAssay
Subinterfaces of FilteringService in ubic.gemma.persistence.service.expression.bioAssayClasses in ubic.gemma.persistence.service.expression.bioAssay that implement FilteringService -
Uses of FilteringService in ubic.gemma.persistence.service.expression.designElement
Subinterfaces of FilteringService in ubic.gemma.persistence.service.expression.designElementClasses in ubic.gemma.persistence.service.expression.designElement that implement FilteringService -
Uses of FilteringService in ubic.gemma.persistence.service.expression.experiment
Subinterfaces of FilteringService in ubic.gemma.persistence.service.expression.experimentModifier and TypeInterfaceDescriptioninterface
interface
Classes in ubic.gemma.persistence.service.expression.experiment that implement FilteringServiceModifier and TypeClassDescriptionclass
class
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.geneClasses in ubic.gemma.persistence.service.genome.gene that implement FilteringService -
Uses of FilteringService in ubic.gemma.persistence.service.genome.taxon
Subinterfaces of FilteringService in ubic.gemma.persistence.service.genome.taxonClasses in ubic.gemma.persistence.service.genome.taxon that implement FilteringService -
Uses of FilteringService in ubic.gemma.rest.util.args
Classes in ubic.gemma.rest.util.args with type parameters of type FilteringServiceModifier and TypeClassDescriptionclass
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