Package ubic.gemma.rest.util.args
Class QuantitationTypeArgService
- java.lang.Object
-
- ubic.gemma.rest.util.args.AbstractEntityArgService<QuantitationType,QuantitationTypeService>
-
- ubic.gemma.rest.util.args.QuantitationTypeArgService
-
- All Implemented Interfaces:
EntityArgService<QuantitationType,QuantitationTypeService>
@Service public class QuantitationTypeArgService extends AbstractEntityArgService<QuantitationType,QuantitationTypeService>
-
-
Field Summary
-
Fields inherited from class ubic.gemma.rest.util.args.AbstractEntityArgService
service
-
-
Constructor Summary
Constructors Constructor Description QuantitationTypeArgService(QuantitationTypeService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuantitationType
getEntity(QuantitationTypeArg<?> quantitationTypeArg, ExpressionExperiment ee)
QuantitationType
getEntity(QuantitationTypeArg<?> quantitationTypeArg, ExpressionExperiment ee, Class<? extends DesignElementDataVector> vectorType)
-
Methods inherited from class ubic.gemma.rest.util.args.AbstractEntityArgService
checkEntity, entityArgValueOf, getArgsByPropertyName, getElementClass, getEntities, getEntities, getEntity, getFilterableProperties, getFilterablePropertyAllowedValues, getFilterablePropertyConfigAttributes, getFilterablePropertyDescription, getFilterablePropertyIsUsingSubquery, getFilterablePropertyResolvableAllowedValuesLabels, getFilterablePropertyType, getFilters, getFilters, getFilters, getSort
-
-
-
-
Constructor Detail
-
QuantitationTypeArgService
@Autowired public QuantitationTypeArgService(QuantitationTypeService service)
-
-
Method Detail
-
getEntity
public QuantitationType getEntity(QuantitationTypeArg<?> quantitationTypeArg, ExpressionExperiment ee)
-
getEntity
public QuantitationType getEntity(QuantitationTypeArg<?> quantitationTypeArg, ExpressionExperiment ee, Class<? extends DesignElementDataVector> vectorType)
-
-