Changeset 5887
- Timestamp:
- Nov 23, 2011, 2:49:03 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/clients/web/net/sf/basedb/clients/web/DynamicUtil.java
r5886 r5887 25 25 import net.sf.basedb.core.BioAssaySet; 26 26 import net.sf.basedb.core.ClonableProperty; 27 import net.sf.basedb.core.ExtendedProperties;28 import net.sf.basedb.core.ExtendedProperty;29 27 import net.sf.basedb.core.ExtraValue; 30 28 import net.sf.basedb.core.ExtraValueType; … … 49 47 import java.util.ArrayList; 50 48 import java.util.Arrays; 51 import java.util.Date;52 49 import java.util.HashSet; 53 50 import java.util.List; -
trunk/src/core/net/sf/basedb/core/DynamicPositionQuery.java
r5879 r5887 165 165 @see Dynamic#reporter(String) 166 166 */ 167 @Deprecated168 167 public void joinReporters(JoinType joinType) 169 168 throws InvalidDataException, BaseException -
trunk/src/core/net/sf/basedb/core/DynamicSpotQuery.java
r5879 r5887 205 205 @see Dynamic#selectReporter(String) 206 206 @see Dynamic#reporter(String) 207 @deprecated In 3.1, use {@link #joinReporters(JoinType, boolean)} instead 208 */ 209 @Deprecated 207 */ 210 208 public void joinReporters(JoinType joinType) 211 209 throws InvalidDataException -
trunk/src/core/net/sf/basedb/core/ReporterCloneTemplate.java
r5886 r5887 31 31 import net.sf.basedb.core.data.ReporterClonePropertyData; 32 32 import net.sf.basedb.core.data.ReporterCloneTemplateData; 33 import net.sf.basedb.core.data.UserData;34 33 import net.sf.basedb.core.query.Expressions; 35 34 import net.sf.basedb.core.query.Hql; -
trunk/src/core/net/sf/basedb/core/query/Dynamic.java
r5879 r5887 82 82 @see net.sf.basedb.core.DynamicSpotQuery#joinReporters(JoinType) 83 83 */ 84 @Deprecated85 84 public static Select selectReporter(String property) 86 85 throws InvalidDataException … … 180 179 @see net.sf.basedb.core.DynamicQuery#setUseClonedReporters(boolean) 181 180 */ 182 @Deprecated183 181 public static Expression reporter(String property) 184 182 throws InvalidDataException
Note: See TracChangeset
for help on using the changeset viewer.