Class CharacteristicBrowserController
java.lang.Object
ubic.gemma.web.controller.common.description.CharacteristicBrowserController
NOTE: Logging messages from this service are important for tracking changes to annotations.
- Author:
- luke, paul
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbrowse
(ListBatchCommand batch) count()
findCharacteristics
(String valuePrefix) findCharacteristicsCustom
(String queryString, boolean searchNos, boolean searchEEs, boolean searchBMs, boolean searchFVs, boolean searchFVVs, boolean searchCategories, String categoryConstraint) getView()
void
void
Update characteristics associated with entities.
-
Constructor Details
-
CharacteristicBrowserController
public CharacteristicBrowserController()
-
-
Method Details
-
browse
-
count
-
findCharacteristics
-
findCharacteristicsCustom
public Collection<AnnotationValueObject> findCharacteristicsCustom(String queryString, boolean searchNos, boolean searchEEs, boolean searchBMs, boolean searchFVs, boolean searchFVVs, boolean searchCategories, String categoryConstraint) - Parameters:
searchNos
- search for characteristics that have no parentssearchEEs
- search datasetssearchBMs
- search samplessearchFVs
- search experimental factors and factor valuessearchFVVs
- search usingFactorValue
's value (deprecated)searchCategories
- Should the Category be searched, not just the Value?
-
getView
-
removeCharacteristics
-
updateCharacteristics
Update characteristics associated with entities. This allows for the case of factor values that we are adding characteristics to for the first time, but the most common case is altering existing characteristics.
-