public class DRRecordGroup extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
DRRecordGroup() |
Modifier and Type | Method and Description |
---|---|
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) |
protected DRCriteria _criteria
protected DRGroup _group
protected NSMutableDictionary _totals
protected NSMutableDictionary _totalsByKey
protected NSMutableArray _recordList
protected NSMutableDictionary _recordGroupDict
protected DRRecordGroup _parent
protected boolean _staleTotal
protected boolean _pregroupedListFound
protected NSMutableDictionary _lookUpCoordinates
protected NSArray _totalList
protected NSArray _sortedRecordList
protected NSArray _rawRecordList
public static DRRecordGroup withCriteriaGroupParent(DRCriteria c, DRGroup grp, DRRecordGroup recGrp)
public DRRecordGroup initWithCriteria(DRCriteria c, DRGroup grp, DRRecordGroup recGrp)
public NSMutableDictionary recordGroupDict()
public DRCriteria criteria()
public DRGroup group()
public NSDictionary totals()
public NSArray totalList()
public NSArray sortedRecordList()
public NSArray rawRecordList()
public NSMutableArray recordList()
public boolean pregroupedListFound()
public NSDictionary lookUpCoordinates()
public NSArray children()
public DRRecordGroup parent()
public boolean childrenFromGroupCriteriaList(DRGroup grp)
public void groupSubRecordGroupGroupLookUpDict(NSArray groupList, NSDictionary groupLookUpDict)
public void groupByInto(NSMutableArray recs, DRMasterCriteria amc, NSMutableDictionary recGrpDict)
public boolean staleTotal()
public void makeStale()
Copyright © 2002 – 2024 Project Wonder.