er.grouping
Class DRMasterCriteria
java.lang.Object
er.grouping.DRMasterCriteria
public class DRMasterCriteria
- extends java.lang.Object
Method Summary |
com.webobjects.foundation.NSDictionary |
criteriaLookupDict()
|
void |
criteriaWithPossibleValueList(com.webobjects.foundation.NSDictionary vlDict)
|
boolean |
decideIsPreset(com.webobjects.foundation.NSArray scList)
|
boolean |
decideLookupMethod(com.webobjects.foundation.NSArray scList)
|
DRRecordGroup |
findRecordGroupForRecordGroupsDictGroupParent(DRRecord rec,
com.webobjects.foundation.NSMutableDictionary recGrpDict,
DRGroup grp,
DRRecordGroup parent)
|
void |
groupRecordRecordGroupsDictGroupParent(DRRecord rec,
com.webobjects.foundation.NSMutableDictionary recGrpDict,
DRGroup grp,
DRRecordGroup parent)
|
DRMasterCriteria |
initWithSubMasterCriteria(com.webobjects.foundation.NSArray smcList,
com.webobjects.foundation.NSDictionary info)
|
boolean |
isPreset()
|
boolean |
isString()
|
java.lang.String |
keyDesc()
|
java.lang.String |
label()
|
boolean |
shouldShowOther()
|
boolean |
shouldTotal()
|
com.webobjects.foundation.NSArray |
subCriteriaList()
|
java.lang.String |
toString()
|
com.webobjects.foundation.NSMutableDictionary |
userInfo()
|
boolean |
useStringMatchForLookup()
|
com.webobjects.foundation.NSDictionary |
valueDictFromValues(com.webobjects.foundation.NSDictionary vlDict)
|
com.webobjects.foundation.NSDictionary |
valueDictFromValuesRecord(com.webobjects.foundation.NSDictionary vlDict,
DRRecord rec)
|
com.webobjects.foundation.NSDictionary |
valueDictRecord(DRRecord rec)
|
void |
walkPresetsPossibleValues(com.webobjects.foundation.NSArray presets,
com.webobjects.foundation.NSDictionary vlDict)
|
static DRMasterCriteria |
withSubMasterCriteriaUserInfo(com.webobjects.foundation.NSArray smcList,
com.webobjects.foundation.NSDictionary info)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_userInfo
protected com.webobjects.foundation.NSMutableDictionary _userInfo
_subCriteriaList
protected com.webobjects.foundation.NSArray _subCriteriaList
_isPreset
protected boolean _isPreset
_useStringMatchForLookup
protected boolean _useStringMatchForLookup
_criteriaLookupDict
protected com.webobjects.foundation.NSMutableDictionary _criteriaLookupDict
_label
protected java.lang.String _label
DRMasterCriteria
public DRMasterCriteria()
withSubMasterCriteriaUserInfo
public static DRMasterCriteria withSubMasterCriteriaUserInfo(com.webobjects.foundation.NSArray smcList,
com.webobjects.foundation.NSDictionary info)
shouldTotal
public boolean shouldTotal()
shouldShowOther
public boolean shouldShowOther()
isString
public boolean isString()
initWithSubMasterCriteria
public DRMasterCriteria initWithSubMasterCriteria(com.webobjects.foundation.NSArray smcList,
com.webobjects.foundation.NSDictionary info)
userInfo
public com.webobjects.foundation.NSMutableDictionary userInfo()
subCriteriaList
public com.webobjects.foundation.NSArray subCriteriaList()
useStringMatchForLookup
public boolean useStringMatchForLookup()
decideLookupMethod
public boolean decideLookupMethod(com.webobjects.foundation.NSArray scList)
isPreset
public boolean isPreset()
decideIsPreset
public boolean decideIsPreset(com.webobjects.foundation.NSArray scList)
valueDictFromValuesRecord
public com.webobjects.foundation.NSDictionary valueDictFromValuesRecord(com.webobjects.foundation.NSDictionary vlDict,
DRRecord rec)
valueDictRecord
public com.webobjects.foundation.NSDictionary valueDictRecord(DRRecord rec)
valueDictFromValues
public com.webobjects.foundation.NSDictionary valueDictFromValues(com.webobjects.foundation.NSDictionary vlDict)
criteriaWithPossibleValueList
public void criteriaWithPossibleValueList(com.webobjects.foundation.NSDictionary vlDict)
criteriaLookupDict
public com.webobjects.foundation.NSDictionary criteriaLookupDict()
walkPresetsPossibleValues
public void walkPresetsPossibleValues(com.webobjects.foundation.NSArray presets,
com.webobjects.foundation.NSDictionary vlDict)
groupRecordRecordGroupsDictGroupParent
public void groupRecordRecordGroupsDictGroupParent(DRRecord rec,
com.webobjects.foundation.NSMutableDictionary recGrpDict,
DRGroup grp,
DRRecordGroup parent)
findRecordGroupForRecordGroupsDictGroupParent
public DRRecordGroup findRecordGroupForRecordGroupsDictGroupParent(DRRecord rec,
com.webobjects.foundation.NSMutableDictionary recGrpDict,
DRGroup grp,
DRRecordGroup parent)
label
public java.lang.String label()
keyDesc
public java.lang.String keyDesc()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002 – 2007 Project Wonder.