You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve definition of filterable properties and aliases
Move property alias logic in AbstractFilteringVoEnabledDao to hide more
implementation details.
Rename factorValueCharacteristics and bioMaterialCharacteristics to use
a common prefix with already existing paths.
* Process a result from {@link #getFilteringQuery(Filters, Sort, EnumSet)} into a {@link VO} value object.
85
+
* Process a properties from {@link #getFilteringQuery(Filters, Sort, EnumSet)} into a {@link VO} value object.
134
86
* <p>
135
-
* The result is obtained from {@link Query#list()}.
87
+
* The properties is obtained from {@link Query#list()}.
136
88
* <p>
137
-
* By default, it will process the result with {@link #processFilteringQueryResultToEntity(Object)} and then apply
89
+
* By default, it will process the properties with {@link #processFilteringQueryResultToEntity(Object)} and then apply
138
90
* {@link #doLoadValueObject(Identifiable)} to obtain a value object.
139
91
*
140
92
* @return a value object, or null, and it will be ignored when constructing the {@link Slice} in {@link #loadValueObjectsPreFilter(Filters, Sort, int, int)}
Copy file name to clipboardexpand all lines: gemma-core/src/main/java/ubic/gemma/persistence/service/analysis/expression/diff/ExpressionAnalysisResultSetDaoImpl.java
Copy file name to clipboardexpand all lines: gemma-core/src/main/java/ubic/gemma/persistence/service/common/auditAndSecurity/curation/AbstractCuratableDao.java
0 commit comments