Project Wonder 5.0.0.8794

er.grouping
Class DRRecordGroup

java.lang.Object
  extended by er.grouping.DRRecordGroup

public class DRRecordGroup
extends Object


Field Summary
protected  DRCriteria _criteria
           
protected  DRGroup _group
           
protected  NSMutableDictionary _lookUpCoordinates
           
protected  DRRecordGroup _parent
           
protected  boolean _pregroupedListFound
           
protected  NSArray _rawRecordList
           
protected  NSMutableDictionary _recordGroupDict
           
protected  NSMutableArray _recordList
           
protected  NSArray _sortedRecordList
           
protected  boolean _staleTotal
           
protected  NSArray _totalList
           
protected  NSMutableDictionary _totals
           
protected  NSMutableDictionary _totalsByKey
           
 
Constructor Summary
DRRecordGroup()
           
 
Method Summary
 NSArray children()
           
 boolean childrenFromGroupCriteriaList(DRGroup grp)
           
 DRCriteria criteria()
           
 DRGroup group()
           
 void groupByInto(NSMutableArray recs, DRMasterCriteria amc, NSMutableDictionary recGrpDict)
           
 void groupSubRecordGroupGroupLookUpDict(NSArray groupList, NSDictionary groupLookUpDict)
           
 DRRecordGroup initWithCriteria(DRCriteria c, DRGroup grp, DRRecordGroup recGrp)
           
 NSDictionary lookUpCoordinates()
           
 void makeStale()
           
 DRRecordGroup parent()
           
 boolean pregroupedListFound()
           
 NSArray rawRecordList()
           
 NSMutableDictionary recordGroupDict()
           
 NSMutableArray recordList()
           
 NSArray sortedRecordList()
           
 boolean staleTotal()
           
 String toString()
           
 DRValue totalForKey(String totalKey)
           
 NSArray totalList()
           
 NSDictionary totals()
           
static DRRecordGroup withCriteriaGroupParent(DRCriteria c, DRGroup grp, DRRecordGroup recGrp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_criteria

protected DRCriteria _criteria

_group

protected DRGroup _group

_totals

protected NSMutableDictionary _totals

_totalsByKey

protected NSMutableDictionary _totalsByKey

_recordList

protected NSMutableArray _recordList

_recordGroupDict

protected NSMutableDictionary _recordGroupDict

_parent

protected DRRecordGroup _parent

_staleTotal

protected boolean _staleTotal

_pregroupedListFound

protected boolean _pregroupedListFound

_lookUpCoordinates

protected NSMutableDictionary _lookUpCoordinates

_totalList

protected NSArray _totalList

_sortedRecordList

protected NSArray _sortedRecordList

_rawRecordList

protected NSArray _rawRecordList
Constructor Detail

DRRecordGroup

public DRRecordGroup()
Method Detail

withCriteriaGroupParent

public static DRRecordGroup withCriteriaGroupParent(DRCriteria c,
                                                    DRGroup grp,
                                                    DRRecordGroup recGrp)

initWithCriteria

public DRRecordGroup initWithCriteria(DRCriteria c,
                                      DRGroup grp,
                                      DRRecordGroup recGrp)

recordGroupDict

public NSMutableDictionary recordGroupDict()

criteria

public DRCriteria criteria()

group

public DRGroup group()

totalForKey

public DRValue totalForKey(String totalKey)

totals

public NSDictionary totals()

totalList

public NSArray totalList()

sortedRecordList

public NSArray sortedRecordList()

rawRecordList

public NSArray rawRecordList()

recordList

public NSMutableArray recordList()

pregroupedListFound

public boolean pregroupedListFound()

lookUpCoordinates

public NSDictionary lookUpCoordinates()

children

public NSArray children()

parent

public DRRecordGroup parent()

childrenFromGroupCriteriaList

public boolean childrenFromGroupCriteriaList(DRGroup grp)

groupSubRecordGroupGroupLookUpDict

public void groupSubRecordGroupGroupLookUpDict(NSArray groupList,
                                               NSDictionary groupLookUpDict)

groupByInto

public void groupByInto(NSMutableArray recs,
                        DRMasterCriteria amc,
                        NSMutableDictionary recGrpDict)

toString

public String toString()
Overrides:
toString in class Object

staleTotal

public boolean staleTotal()

makeStale

public void makeStale()

Last updated: Thu, Jan 8, 2009 • 12:32 PM EST

Copyright © 2002 – 2007 Project Wonder.