Uses of Class
ubic.gemma.rest.util.args.AbstractEntityArg
Packages that use AbstractEntityArg
-
Uses of AbstractEntityArg in ubic.gemma.rest.util.args
Subclasses of AbstractEntityArg in ubic.gemma.rest.util.argsModifier and TypeClassDescriptionclassMutable argument type base class for Composite Sequence arguments.classComposite Sequence argument for CS ID.classComposite Sequence argument for CS name.classMutable argument type base class for DatabaseEntry API.classLong argument type for DatabaseEntry API, referencing the Taxon ID.classString argument type for DatabaseEntry API, Can also be null.classDatasetArg<T>Mutable argument type base class for dataset (ExpressionExperiment) API.classLong argument type for dataset API, referencing the Dataset ID.classString argument type for dataset API, referencing the Dataset short name.classRepresents an expression analysis result set identifier.classRepresents an API arguments that maps to aFactorValueby its ID or name.classMaps a long identifier to aFactorValue.classDeprecated.classGeneArg<T>Mutable argument type base class for Gene API.classLong argument type for Gene API, referencing the Gene Ensembl ID.classLong argument type for Gene API, referencing the Gene NCBI ID.classString argument type for Gene API.classPlatformArg<T>Mutable argument type base class for dataset (ExpressionExperiment) API.classLong argument type for platform API, referencing the platform ID.classString argument type for platform API, referencing the Platform short name.classclassclassclassTaxonArg<T>Mutable argument type base class for Taxon APIclassLong argument type for taxon API, referencing the Taxon ID.classString argument type for taxon API, referencing the Taxon scientific name or common name.classLong argument type for taxon API, referencing the Taxon ID.Methods in ubic.gemma.rest.util.args that return AbstractEntityArgModifier and TypeMethodDescriptionprotected AbstractEntityArg<?, T, S> AbstractEntityArgService.entityArgValueOf(Class<? extends AbstractEntityArg<?, T, S>> entityArgClass, String s) Invoke either a staticvalueOfmethod or a suitable constructor to instantiate the argument.Methods in ubic.gemma.rest.util.args with parameters of type AbstractEntityArgModifier and TypeMethodDescriptionprotected TAbstractEntityArgService.checkEntity(AbstractEntityArg<?, T, S> entityArg, T entity) Checks whether the given object is null, and throws an appropriate exception if necessary.AbstractEntityArgService.getEntities(AbstractEntityArg<?, T, S> entityArg) EntityArgService.getEntities(AbstractEntityArg<?, T, S> entityArg) Retrieve the entities represented by this argument.AbstractEntityArgService.getEntity(AbstractEntityArg<?, T, S> entityArg) EntityArgService.getEntity(AbstractEntityArg<?, T, S> entityArg) Retrieve the entity represented by this argument.GeneArgService.getEntity(AbstractEntityArg<?, Gene, GeneService> entityArg) Retrieve the entity represented by this argument.<A> FiltersAbstractEntityArgService.getFilters(AbstractEntityArg<A, T, S> entityArg) <A> FiltersEntityArgService.getFilters(AbstractEntityArg<A, T, S> entityArg) Translate the provided entity argument into aFilters.<A> FiltersTaxonArgService.getFilters(AbstractEntityArg<A, Taxon, TaxonService> entityArg) Method parameters in ubic.gemma.rest.util.args with type arguments of type AbstractEntityArgModifier and TypeMethodDescriptionprotected AbstractEntityArg<?, T, S> AbstractEntityArgService.entityArgValueOf(Class<? extends AbstractEntityArg<?, T, S>> entityArgClass, String s) Invoke either a staticvalueOfmethod or a suitable constructor to instantiate the argument.Constructor parameters in ubic.gemma.rest.util.args with type arguments of type AbstractEntityArgModifierConstructorDescriptionprotectedAbstractEntityArrayArg(Class<? extends AbstractEntityArg> entityArgClass, List<String> values)