Uses of Class
ubic.gemma.rest.util.args.AbstractEntityArrayArg
Packages that use AbstractEntityArrayArg
-
Uses of AbstractEntityArrayArg in ubic.gemma.rest.util.args
Subclasses of AbstractEntityArrayArg in ubic.gemma.rest.util.argsModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in ubic.gemma.rest.util.args with parameters of type AbstractEntityArrayArgModifier and TypeMethodDescriptionAbstractEntityArgService.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.TaxonArgService.getArgsByPropertyName(AbstractEntityArrayArg<Taxon, TaxonService> entitiesArg) AbstractEntityArgService.getEntities(AbstractEntityArrayArg<T, S> entitiesArg) EntityArgService.getEntities(AbstractEntityArrayArg<T, S> entitiesArg) Retrieve each entity represented by the array argument, raising aNotFoundExceptionif any of them is missing.AbstractEntityArgService.getFilters(AbstractEntityArrayArg<T, S> entitiesArg) EntityArgService.getFilters(AbstractEntityArrayArg<T, S> entitiesArg) Translate the provided entity argument into aFilters.