Changeset 4383 for trunk/src/core/net
- Timestamp:
- Aug 7, 2008, 1:34:53 PM (15 years ago)
- Location:
- trunk/src/core/net/sf/basedb/core
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/net/sf/basedb/core/Project.java
r4347 r4383 376 376 only load items that the logged in user owns. 377 377 378 @param itemType LLimit the list to only return items of the specified types,378 @param itemTypes Limit the list to only return items of the specified types, 379 379 use null or an empty set to return items of all types 380 380 @param firstItem The index of the first item to return (0-based) -
trunk/src/core/net/sf/basedb/core/ReporterList.java
r4301 r4383 179 179 180 180 @param lists The reporter lists to look in 181 @param eminCount The minimum number of list a reporter181 @param minCount The minimum number of list a reporter 182 182 is required to be present in 183 183 @param maxCount The maximum number of lists a reporter -
trunk/src/core/net/sf/basedb/core/query/Aggregations.java
r4336 r4383 126 126 Calculates the quadratic mean, also called Root Mean Square, for an expression: 127 127 new expression = sqrt(AVG(e*e)) 128 @param The expression to use in the calculation128 @param e The expression to use in the calculation 129 129 @return The new Expression 130 130 @throws InvalidUseOfNullException If the expression is null
Note: See TracChangeset
for help on using the changeset viewer.