Uses of Interface
net.sf.webmancer.db.ICell

Packages that use ICell
net.sf.webmancer.db   
net.sf.webmancer.db.sql   
net.sf.webmancer.widget   
 

Uses of ICell in net.sf.webmancer.db
 

Classes in net.sf.webmancer.db that implement ICell
 class Cell
           
 

Methods in net.sf.webmancer.db that return types with arguments of type ICell
 java.util.Collection<java.util.Map<IAttribute,ICell>> Data.getModifiableRows()
           
 java.util.Collection<java.util.Map<IAttribute,ICell>> Data.getRows()
           
 java.util.Collection<java.util.Map<IAttribute,ICell>> IData.getRows()
           
 

Method parameters in net.sf.webmancer.db with type arguments of type ICell
 void IQuery.insert(java.util.Map<IAttribute,ICell> row)
           
 void Query.insert(java.util.Map<IAttribute,ICell> row)
           
abstract  void AbstractDataSet.performInsert(java.util.Map<IAttribute,ICell> row)
           
 void IDatabaseOperationPerformer.performInsert(java.util.Map<IAttribute,ICell> row)
           
abstract  long AbstractDataSet.performUpdate(java.util.Map<IAttribute,ICell> row, java.util.List<ICondition> conditions)
           
 long IDatabaseOperationPerformer.performUpdate(java.util.Map<IAttribute,ICell> row, java.util.List<ICondition> conditions)
           
 long IQuery.update(java.util.Map<IAttribute,ICell> row)
           
 long Query.update(java.util.Map<IAttribute,ICell> row)
           
 

Uses of ICell in net.sf.webmancer.db.sql
 

Method parameters in net.sf.webmancer.db.sql with type arguments of type ICell
 void TableDataSet.performInsert(java.util.Map<IAttribute,ICell> row)
           
 long TableDataSet.performUpdate(java.util.Map<IAttribute,ICell> row, java.util.List<ICondition> conditions)
           
 

Uses of ICell in net.sf.webmancer.widget
 

Method parameters in net.sf.webmancer.widget with type arguments of type ICell
 void DefaultDataTableColumn.renderCell(IModelBuilder output, java.util.Map<IAttribute,ICell> row)
           
 void IDataTableColumn.renderCell(IModelBuilder builder, java.util.Map<IAttribute,ICell> row)
           
 



Copyright © 2006-2007. All Rights Reserved.