Uses of Class
planetj.database.report.ReportBreakCollection

Packages that use ReportBreakCollection
planetj.database   
planetj.database.report   
planetj.dataengine.sqloperation   
 

Uses of ReportBreakCollection in planetj.database
 

Methods in planetj.database that return ReportBreakCollection
 ReportBreakCollection SQLContext.getReportBreakCollection()
          Gets the ReportBreakCollection defining the reports that will be generated in the RowCollection resulting from queries which use this SQLContext
 

Methods in planetj.database with parameters of type ReportBreakCollection
 SQLContext SQLContext.setReportBreakCollection(ReportBreakCollection newReportBreakCollection)
          Sets the ReportBreakCollection defining the reports that will be generated in the RowCollection resulting from queries which use this SQLContext
 

Uses of ReportBreakCollection in planetj.database.report
 

Methods in planetj.database.report that return ReportBreakCollection
protected  ReportBreakCollection ReportBreakRowCollection.getRunningTotal(int pageNumber)
          Gets the ReportBreakCollection containing the running totals for the specified page of this RC continuum
 ReportBreakCollection ReportBreakCollection.cloneReportBreakCollection()
          Clones this ReportBreakCollection
static ReportBreakCollection ReportBreakCollection.createReportBreakCollection(PropertyGroupList pProperties)
          Creates a new ReportBreakCollection from a PropertyGroupList containing properties which specify a ReportBreakCollection.
 ReportBreakCollection ReportBreak.getReportBreakCollection()
          Gets the ReportBreakCollection which contains this ReportBreak
 

Methods in planetj.database.report with parameters of type ReportBreakCollection
 void ReportPropertyGroup.addReportBreaks(ReportBreakCollection pRBC)
          Populates a ReportBreakCollection with ReportBreak objects, based on the Properties contained in this ReportPropertyGroup.
protected  void ReportBreakRowCollection.addRunningTotal(ReportBreakCollection reportBreaks)
          Stores the report breaks as the running totals for this page of the RC continuum
protected  void ReportBreakCollection.initialize(ReportBreakCollection rbc)
          Initializes the ReportBreaks in this collection from the ReportBreaks which are passed in.
protected  void ReportBreak.initialize(ReportBreakCollection prbc, java.lang.String pColumnFunctionToken, java.util.List pFieldNames, java.lang.String pBreakColumnName)
          Initializes a ReportBreak.
protected  void ReportBreak.setReportBreakCollection(ReportBreakCollection newReportBreakCollection)
          Sets the ReportBreakCollection which contains this ReportBreak
protected  void OverallReportBreak.initialize(ReportBreakCollection prbc, java.lang.String pColumnFunctionToken, java.util.List pFieldNames)
          Initializes a ReportBreak.
 

Constructors in planetj.database.report with parameters of type ReportBreakCollection
ReportBreak(ReportBreakCollection prbc, java.lang.String pColumnFunctionToken, java.util.List pFieldNames, java.lang.String pBreakColumnName)
          Deprecated. Use the default constructor instead. Relying on this constructor makes subclassing more difficult
OverallReportBreak(ReportBreakCollection prbc, java.lang.String pColumnFunctionToken, java.util.List pFieldDescriptors)
          Deprecated. Use the default constuctor instead
 

Uses of ReportBreakCollection in planetj.dataengine.sqloperation
 

Methods in planetj.dataengine.sqloperation that return ReportBreakCollection
 ReportBreakCollection SQLOperation.getReportBreakCollection()
          Gets the ReportBreakCollection associated with this SQLOperation (may be null)
 

Methods in planetj.dataengine.sqloperation with parameters of type ReportBreakCollection
protected  void SQLOperation.setReportBreakCollection(ReportBreakCollection pRBC)
          Sets the ReportBreakCollection associated with this SQLOperation (may be null)