Deprecated API


Contents
Deprecated Fields
org.ujoframework.UjoAction.ACTION_XML_ELEMENT
           
org.ujoframework.UjoAction.ACTION_ZERO_REPLACE
          use the UjoProperty.getDefault() value instead of. 
 

Deprecated Methods
org.ujoframework.core.UjoManager.findProperty(Ujo, String, boolean)
          Use UjoPropertyList.findPropety(...) 
org.ujoframework.swing.UjoTableModel.getColumnClass(int)
          Use a method with column type of UjoProperty instead of. 
org.ujoframework.core.UjoManager.getValue(Ujo, UjoProperty)
          Use a expression prop.of(ujo) rather. 
org.ujoframework.swing.UjoTableModel.getValueAt(int, int)
          Use a method with column type of UjoProperty instead of. 
org.ujoframework.swing.UjoTableModel.isCellEditable(int, int)
          Use a method with column type of UjoProperty instead of. 
org.ujoframework.orm.Query.iterate()
          Use Query.iterator() instead of. 
org.ujoframework.criterion.Criterion.newInstance(boolean)
          See the where(...) method. 
org.ujoframework.criterion.Criterion.newInstance(UjoProperty, Operator, TYPE)
          See the where(...) method. 
org.ujoframework.criterion.Criterion.newInstance(UjoProperty, Operator, UjoProperty)
          See the where(...) method. 
org.ujoframework.criterion.Criterion.newInstance(UjoProperty, TYPE)
          See the where(...) method. 
org.ujoframework.criterion.Criterion.newInstance(UjoProperty, UjoProperty)
          See the where(...) method. 
org.ujoframework.criterion.Criterion.newInstanceFalse(UjoProperty)
          See the where(...) method. 
org.ujoframework.criterion.Criterion.newInstanceTrue(UjoProperty)
          See the where(...) method. 
org.ujoframework.implementation.array.ArrayUjo.newPropertyList_(String, Class, int)
          Use method newListProperty 
org.ujoframework.implementation.map.MapUjoExt.newPropertyList(String, Class)
          Use newListProperty(...) instead of. 
org.ujoframework.implementation.map.MapUjo.newPropertyList(String, Class)
          Use newListProperty(...) instead of. 
org.ujoframework.orm.SqlDialect.printDefaultSchema(String, Appendable)
           
org.ujoframework.core.UjoIterator.remove()
          The method is not implemented. 
org.ujoframework.orm.Query.setMaxRows(int)
           
org.ujoframework.orm.Query.setOrder(UjoProperty...)
          Use the Query.orderByMany(org.ujoframework.UjoProperty[]) method instead of 
org.ujoframework.orm.ao.UjoStatement.setUnicodeStream(int, InputStream, int)
           
org.ujoframework.swing.UjoTableModel.setValueAt(Object, int, int)
          Use a method with column type of UjoProperty instead of. 
 



Copyright © 2010. All Rights Reserved.