Uses of Class
ubic.gemma.rest.util.args.AbstractEntityArrayArg
-
Packages that use AbstractEntityArrayArg Package Description ubic.gemma.rest.util.args -
-
Uses of AbstractEntityArrayArg in ubic.gemma.rest.util.args
Subclasses of AbstractEntityArrayArg in ubic.gemma.rest.util.args Modifier and Type Class Description class
CompositeSequenceArrayArg
class
DatabaseEntryArrayArg
class
DatasetArrayArg
class
GeneArrayArg
class
PlatformArrayArg
class
TaxonArrayArg
Methods in ubic.gemma.rest.util.args with parameters of type AbstractEntityArrayArg Modifier and Type Method Description protected Map<String,List<String>>
AbstractEntityArgService. getArgsByPropertyName(AbstractEntityArrayArg<T,S> entitiesArg)
Given aAbstractEntityArrayArg
, construct a mapping of properties it refers to values those properties are allowed to take in a filter.protected Map<String,List<String>>
TaxonArgService. getArgsByPropertyName(AbstractEntityArrayArg<Taxon,TaxonService> entitiesArg)
List<T>
AbstractEntityArgService. getEntities(AbstractEntityArrayArg<T,S> entitiesArg)
List<T>
EntityArgService. getEntities(AbstractEntityArrayArg<T,S> entitiesArg)
Retrieve each entity represented by the array argument, raising aNotFoundException
if any of them is missing.Filters
AbstractEntityArgService. getFilters(AbstractEntityArrayArg<T,S> entitiesArg)
Filters
EntityArgService. getFilters(AbstractEntityArrayArg<T,S> entitiesArg)
Translate the provided entity argument into aFilters
.
-