rjw.dc.core.objects
Class DataCrowCollection

java.lang.Object
  |
  +--rjw.dc.core.objects.DataCrowCollection

public class DataCrowCollection
extends java.lang.Object

A collection of Data Crow objects. Normal actions like save / update and delete can be performed on a collection of objects

Since:
1.3
Version:
DC0.50
Author:
Robert-Jan van der Waals

Constructor Summary
DataCrowCollection()
           
 
Method Summary
 void addObject(DataCrowObject o, java.lang.Integer rowNumber)
           
 void delete(RequestorCollection requestors)
           
 void saveNew(RequestorCollection requestors)
           
 void saveUpdate(RequestorCollection requestors)
           
 QueryBatch toQueryBatch(int queryType)
           
 boolean uniqueObject(DataCrowObject o, java.lang.Integer newRow)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataCrowCollection

public DataCrowCollection()
Method Detail

addObject

public void addObject(DataCrowObject o,
                      java.lang.Integer rowNumber)

saveUpdate

public void saveUpdate(RequestorCollection requestors)

delete

public void delete(RequestorCollection requestors)

saveNew

public void saveNew(RequestorCollection requestors)

toQueryBatch

public QueryBatch toQueryBatch(int queryType)

uniqueObject

public boolean uniqueObject(DataCrowObject o,
                            java.lang.Integer newRow)