WRReport Class Reference

Inherits com::webobjects::appserver::WOComponent.

Inherited by Report, WRNestedCellsLayout, and WRVerticalRowsLayout.

Collaboration diagram for WRReport:

Collaboration graph
[legend]

List of all members.

Public Member Functions

NSDictionary addCoordsFrom (NSMutableDictionary currCritDict)
DRGroup aGrp ()
void appendToResponse (WOResponse r, WOContext c)
DRAttribute attrib ()
String attribLabel ()
NSArray attributeListAtDepth ()
NSDictionary attributeListDict ()
void awake ()
String bgcolorColSpanTd ()
String bgcolorRowSpanTd ()
Boolean booleanValueForBinding (String name)
String classAttributeTd ()
String classColSpanTd ()
String classRowSpanTd ()
NSArray colorDict ()
String colorForCoords ()
int colSpan ()
int colspanAddition ()
int colSpanForHorzList ()
String componentName ()
NSDictionary currentCoordinates ()
NSDictionary currentZCriteria ()
int depthCount ()
int depthCountAllAttribs ()
void finalize () throws Throwable
boolean hasTitle ()
int horzColSpan ()
NSArray horzDimensions ()
NSArray horzSubList ()
NSArray horzSubList2 ()
String idAttributeTd ()
int indentCellCount ()
void initializeDimensionArrayFromBindings (String dimension)
void initializeDimensionArrayFromBindings ()
DRReportModel model ()
int numberOfCrits ()
void rebuildModel (NSNotification notification)
DRRecordGroup recordGroup ()
NSArray recordGroupDisplayTypes ()
Object recordGroupTest ()
String recordGroupTotalFormat ()
String recordGroupTotalToShow ()
WOComponent regenReport ()
NSArray reportStyles ()
int rowSpan ()
String selectedRecordGroupDisplayType ()
String selectedReportStyle ()
void setAGrp (DRGroup gp)
void setAttrib (DRAttribute at)
void setRecordGroupTotalFormat (String v)
void setRecordGroupTotalToShow (String v)
void setSelectedRecordGroupDisplayType (String v)
void setSelectedReportStyle (String v)
void setShouldTotalCheck (boolean shouldTotalCheck)
void setShowCustomReportStyle (boolean v)
void setShowNavigation (boolean v)
void setShowPresentationControls (boolean v)
void setShowRecordGroupAsTable (boolean v)
void setShowRecordGroupHeadings (boolean v)
void setTopCriteria (DRCriteria c)
void setTopCriteriaV (DRCriteria c)
void setVheadingIndex (int indx)
boolean shouldTotalCheck ()
boolean showAsCells ()
boolean showCustomReportStyle ()
boolean showDefaultReportStyle ()
boolean showEditing ()
boolean showHeadersForAsCells ()
boolean showIndentCell ()
boolean showNavigation ()
boolean showNoColNoRow ()
boolean showPresentationControls ()
boolean showRecordGroupAsTable ()
boolean showRecordGroupHeadings ()
boolean showSingleCol ()
boolean showSingleRow ()
boolean showTopCriteriaLabel ()
boolean showTotalsOnlyAsCells ()
boolean showVerticalRows ()
boolean showVHeadings ()
boolean synchronizesVariablesWithBindings ()
void takeValuesFromRequest (WORequest r, WOContext c)
String title ()
DRCriteria topCriteria ()
DRCriteria topCriteriaV ()
String topCriteriaVLabel ()
NSArray topHorzGroupCriteriaList ()
NSArray topVertGroupCriteriaList ()
int totalCount ()
NSDictionary totalDict ()
NSArray vertDimensions ()
int vertRowSpan ()
NSArray vertSubList ()
int vheadingCount ()
int vheadingCount2 ()
int vheadingIndex ()
String vIndentCriteriaLabel ()
 WRReport (WOContext c)
NSArray zDimensions ()

Public Attributes

DRGroup aGrp
String areportStyle
DRAttribute attrib
int currentIndex
int currentIndexV
int currentLevel
int currentLevelV
int depth
String dispType
DRGroup hGroup
DRGroup vGroup
int vheadingCount
DRGroup zGroup

Protected Attributes

NSArray _colorDict
String _componentName
NSMutableDictionary _currentZCriteria
NSMutableDictionary _indexDict
boolean _initializedDimensionArrayFromBindings
DRReportModel _model
NSArray _recordGroupDisplayTypes
String _recordGroupTotalFormat
String _recordGroupTotalToShow
NSArray _reportStyles
String _selectedRecordGroupDisplayType
String _selectedReportStyle
Boolean _shouldTotalCheck
Boolean _showCustomReportStyle
Boolean _showEditing
Boolean _showNavigation
Boolean _showPresentationControls
Boolean _showRecordGroupAsTable
Boolean _showRecordGroupHeadings
Boolean _showTopCriteriaLabel
DRCriteria _topCriteria
DRCriteria _topCriteriaV
int _vheadingIndex

Static Private Attributes

static final Logger log = Logger.getLogger(WRReport.class)


Constructor & Destructor Documentation

WRReport ( WOContext  c  ) 


Member Function Documentation

NSDictionary addCoordsFrom ( NSMutableDictionary  currCritDict  ) 

DRGroup aGrp (  ) 

void appendToResponse ( WOResponse  r,
WOContext  c 
)

String attribLabel (  ) 

NSArray attributeListAtDepth (  ) 

NSDictionary attributeListDict (  ) 

void awake (  ) 

Reimplemented in ChartReport.

String bgcolorColSpanTd (  ) 

String bgcolorRowSpanTd (  ) 

Boolean booleanValueForBinding ( String  name  ) 

String classAttributeTd (  ) 

Reimplemented in Report.

String classColSpanTd (  ) 

String classRowSpanTd (  ) 

NSArray colorDict (  ) 

String colorForCoords (  ) 

int colSpan (  ) 

int colspanAddition (  ) 

int colSpanForHorzList (  ) 

String componentName (  ) 

NSDictionary currentCoordinates (  ) 

NSDictionary currentZCriteria (  ) 

int depthCount (  ) 

int depthCountAllAttribs (  ) 

void finalize (  )  throws Throwable

boolean hasTitle (  ) 

int horzColSpan (  ) 

NSArray horzDimensions (  ) 

NSArray horzSubList (  ) 

NSArray horzSubList2 (  ) 

String idAttributeTd (  ) 

int indentCellCount (  ) 

void initializeDimensionArrayFromBindings ( String  dimension  ) 

void initializeDimensionArrayFromBindings (  ) 

DRReportModel model (  ) 

int numberOfCrits (  ) 

void rebuildModel ( NSNotification  notification  ) 

DRRecordGroup recordGroup (  ) 

Reimplemented in Report.

NSArray recordGroupDisplayTypes (  ) 

Object recordGroupTest (  ) 

String recordGroupTotalFormat (  ) 

String recordGroupTotalToShow (  ) 

WOComponent regenReport (  ) 

NSArray reportStyles (  ) 

int rowSpan (  ) 

String selectedRecordGroupDisplayType (  ) 

String selectedReportStyle (  ) 

void setAGrp ( DRGroup  gp  ) 

void setAttrib ( DRAttribute  at  ) 

void setRecordGroupTotalFormat ( String  v  ) 

void setRecordGroupTotalToShow ( String  v  ) 

void setSelectedRecordGroupDisplayType ( String  v  ) 

void setSelectedReportStyle ( String  v  ) 

void setShouldTotalCheck ( boolean  shouldTotalCheck  ) 

void setShowCustomReportStyle ( boolean  v  ) 

void setShowNavigation ( boolean  v  ) 

void setShowPresentationControls ( boolean  v  ) 

void setShowRecordGroupAsTable ( boolean  v  ) 

void setShowRecordGroupHeadings ( boolean  v  ) 

void setTopCriteria ( DRCriteria  c  ) 

void setTopCriteriaV ( DRCriteria  c  ) 

void setVheadingIndex ( int  indx  ) 

boolean shouldTotalCheck (  ) 

boolean showAsCells (  ) 

boolean showCustomReportStyle (  ) 

boolean showDefaultReportStyle (  ) 

boolean showEditing (  ) 

boolean showHeadersForAsCells (  ) 

boolean showIndentCell (  ) 

boolean showNavigation (  ) 

boolean showNoColNoRow (  ) 

boolean showPresentationControls (  ) 

boolean showRecordGroupAsTable (  ) 

boolean showRecordGroupHeadings (  ) 

boolean showSingleCol (  ) 

boolean showSingleRow (  ) 

boolean showTopCriteriaLabel (  ) 

boolean showTotalsOnlyAsCells (  ) 

boolean showVerticalRows (  ) 

boolean showVHeadings (  ) 

boolean synchronizesVariablesWithBindings (  ) 

void takeValuesFromRequest ( WORequest  r,
WOContext  c 
)

String title (  ) 

DRCriteria topCriteria (  ) 

DRCriteria topCriteriaV (  ) 

String topCriteriaVLabel (  ) 

NSArray topHorzGroupCriteriaList (  ) 

NSArray topVertGroupCriteriaList (  ) 

int totalCount (  ) 

NSDictionary totalDict (  ) 

NSArray vertDimensions (  ) 

int vertRowSpan (  ) 

NSArray vertSubList (  ) 

int vheadingCount (  ) 

int vheadingCount2 (  ) 

int vheadingIndex (  ) 

String vIndentCriteriaLabel (  ) 

NSArray zDimensions (  ) 


Member Data Documentation

NSArray _colorDict [protected]

String _componentName [protected]

DRReportModel _model [protected]

NSArray _recordGroupDisplayTypes [protected]

NSArray _reportStyles [protected]

Boolean _shouldTotalCheck [protected]

Boolean _showCustomReportStyle [protected]

Boolean _showEditing [protected]

Boolean _showNavigation [protected]

Boolean _showPresentationControls [protected]

Boolean _showRecordGroupAsTable [protected]

Boolean _showRecordGroupHeadings [protected]

Boolean _showTopCriteriaLabel [protected]

DRCriteria _topCriteria [protected]

int _vheadingIndex [protected]

int depth

final Logger log = Logger.getLogger(WRReport.class) [static, private]

logging support

Reimplemented in ChartReport, ExcelReport, and Report.


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:27 2012 for Project Wonder by  doxygen 1.5.8