Deprecated API


Contents
Deprecated Classes
com.sibvisions.rad.remote.ByteSerializer
          Use UniversalSerializer 
 

Deprecated Methods
com.sibvisions.util.type.CommonUtil.containsException(Throwable, Class)
          since 2.3, use ExceptionUtil.contains(Throwable, Class) instead. 
com.sibvisions.rad.model.mem.DataRow.createEmptyRow(String[])
           
javax.rad.model.IDataRow.createEmptyRow(String[])
          since 2.5, use IDataRow.createEmptyDataRow(String[]) instead. 
com.sibvisions.rad.model.mem.MemDataBook.deleteAllDataRows()
           
javax.rad.model.IDataBook.deleteAllDataRows()
          since 2.5, use IDataBook.deleteAllRows() instead. 
com.sibvisions.util.type.CommonUtil.dump(Throwable, boolean)
          since 2.3, use ExceptionUtil.dump(Throwable, boolean) instead. 
com.sibvisions.rad.persist.jdbc.param.AbstractParam.getArrayType()
          use AbstractParam.getTypeName() instead. 
com.sibvisions.util.type.CommonUtil.getCauseList(Throwable)
          since 2.3, use ExceptionUtil.getThrowables(Throwable) instead. 
com.sibvisions.rad.model.mem.MemDataPage.getChangedDataRows()
           
com.sibvisions.rad.model.mem.MemDataBook.getChangedDataRows()
           
javax.rad.model.IDataPage.getChangedDataRows()
          since 2.5, use IDataPage.getChangedRows() instead. 
com.sibvisions.util.type.DateUtil.getDateFormat()
           
com.sibvisions.util.type.CommonUtil.getException(Throwable, Class)
          since 2.3, use ExceptionUtil.getThrowable(Throwable, Class) instead. 
com.sibvisions.util.type.CommonUtil.getFirstCause(Throwable)
          since 2.3, use ExceptionUtil.getRootCause(Throwable) instead. 
com.sibvisions.rad.model.mem.ChangeableDataRow.getOriginalRow()
           
javax.rad.model.IChangeableDataRow.getOriginalRow()
          since 2.5, use IChangeableDataRow.getOriginalDataRow(). 
com.sibvisions.util.Reflective.getOuterBoxClass(Class)
          since 2.7, use Reflective.getAutoboxClass(Class) instead. 
com.sibvisions.util.xml.XmlNode.getSubNodes()
          since 2.6 use XmlNode.getNodes() instead. 
com.sibvisions.rad.persist.event.StorageEvent.isNewModified()
          With 2.1 onwards. 
com.sibvisions.rad.persist.event.StorageEvent.isOldModified()
          With 2.1 onwards. 
com.sibvisions.util.type.StringUtil.padLeft(Object, int)
          since 2.5, use StringUtil.lpad(String, int) instead. 
com.sibvisions.util.type.StringUtil.padRight(Object, int)
          since 2.5, use StringUtil.rpad(String, int) instead. 
com.sibvisions.util.type.StringUtil.removeWhiteSpaces(String)
          since 2.5, use StringUtil.removeWhitespaces(String) instead. 
com.sibvisions.rad.ui.swing.ext.JVxTable.reshape(int, int, int, int)
           
com.sibvisions.util.type.DateUtil.setDateFormat(DateFormat)
          since 2.7, use DateUtil.setDatePattern(String) or DateUtil.setDatePattern(String, Locale) instead. Using this function might lead to undefined behavior because of a new caching mechanism based on the Locale of the DateUtil. However, there is no way to extract the Locale that has been used from a DateFormat, so it is always treated as using LocaleUtil.getDefault(). 
com.sibvisions.rad.persist.event.StorageEvent.setNew(Object)
          With 2.1 onwards it is not necessary anymore to set the new row to propagate changes. 
com.sibvisions.rad.persist.event.StorageEvent.setOld(Object)
          With 2.1 onwards it is not necessary anymore to set the old row to propagate changes. 
com.sibvisions.util.xml.XmlNode.setSubNodes(List)
          since 2.6 use XmlNode.setNodes(List) instead. 
 

Deprecated Constructors
com.sibvisions.util.type.DateUtil(DateFormat)
          since 2.7, use DateUtil.DateUtil(String) or DateUtil.DateUtil(String, Locale) instead. Using this function might lead to undefined behavior because of a new caching mechanism based on the Locale of the DateUtil. However, there is no way to extract the Locale that has been used from a DateFormat, so it is always treated as using LocaleUtil.getDefault(). 
com.sibvisions.rad.persist.jdbc.param.InOutParam(String)
          use InOutParam.newArrayParam(String) instead. 
com.sibvisions.rad.persist.jdbc.param.InOutParam(String, Object)
          use InOutParam.newArrayParam(String, Object) instead. 
com.sibvisions.rad.persist.jdbc.param.InParam(String)
          use InParam.newArrayParam(String) instead. 
com.sibvisions.rad.persist.jdbc.param.InParam(String, Object)
          use InParam.newArrayParam(String, Object) instead. 
com.sibvisions.rad.persist.jdbc.param.OutParam(String)
          use OutParam.newArrayParam(String) instead. 
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.