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 TypeInterfaceDescriptioninterfaceFilteringVoEnabledService<O extends Identifiable,VO extends IdentifiableValueObject<O>> Interface VO-enabled service with filtering capabilities.Classes in ubic.gemma.persistence.service that implement FilteringServiceModifier and TypeClassDescriptionclassAbstractFilteringVoEnabledService<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 TypeInterfaceDescriptioninterfaceSecurableFilteringVoEnabledService<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 TypeInterfaceDescriptioninterfaceinterfaceClasses in ubic.gemma.persistence.service.common.description that implement FilteringServiceModifier and TypeClassDescriptionclassclassSpring 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 TypeInterfaceDescriptioninterfaceinterfaceClasses in ubic.gemma.persistence.service.expression.experiment that implement FilteringServiceModifier and TypeClassDescriptionclassclassSpring 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 TypeClassDescriptionclassAbstractEntityArg<T,O extends Identifiable, S extends FilteringService<O>> Interface representing and API call argument that can represent various identifiers of different types.classAbstractEntityArgService<T extends Identifiable,S extends FilteringService<T>> classAbstractEntityArrayArg<O extends Identifiable,S extends FilteringService<O>> interfaceEntityArgService<T extends Identifiable,S extends FilteringService<T>> BridgesArgoperating on entities with their correspondingFilteringService.Fields in ubic.gemma.rest.util.args declared as FilteringService