|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tigris.scarab.reports.ReportHeading
| Constructor Summary | |
ReportHeading()
|
|
| Method Summary | |
void |
addReportDate(ReportDate newReportDate)
Add a ReportDate value. |
void |
addReportDateRange(ReportDateRange newReportDateRange)
Add a ReportDateRange value. |
void |
addReportGroup(ReportGroup newReportGroup)
Add a ReportGroup value. |
void |
addReportOptionAttribute(ReportOptionAttribute newReportOptionAttribute)
Add a ReportOptionAttribute value. |
void |
addReportUserAttribute(ReportUserAttribute newReportUserAttribute)
Add a ReportUserAttribute value. |
int |
calculateType()
|
java.util.List |
consolidateReportOptionAttributes()
returns all the the ReportOptionAttributes involved in the heading including those in groups |
java.util.List |
consolidateReportUserAttributes()
returns all the the ReportUserAttributes involved in the heading including those in groups |
java.lang.Object |
get(int i)
|
java.lang.String |
getQueryKey()
Get the QueryKey value. |
java.util.List |
getReportDateRanges()
Get the ReportDateRanges value. |
java.util.List |
getReportDates()
Get the ReportDates value. |
java.util.List |
getReportGroups()
Get the ReportGroups value. |
java.util.List |
getReportOptionAttributes()
Get the ReportOptionAttributes value. |
java.util.List |
getReportUserAttributes()
Get the ReportUserAttributes value. |
void |
reset()
|
java.util.List |
retrieveGroupedAttributes()
|
void |
setQueryKey(java.lang.String newQueryKey)
Set the QueryKey value. |
void |
setReportDateRanges(java.util.List newReportDateRanges)
Set the ReportDateRanges value. |
void |
setReportDates(java.util.List newReportDates)
Set the ReportDates value. |
void |
setReportGroups(java.util.List newReportGroups)
Set the ReportGroups value. |
void |
setReportOptionAttributes(java.util.List newReportOptionAttributes)
Set the ReportOptionAttributes value. |
void |
setReportUserAttributes(java.util.List newReportUserAttributes)
Set the ReportUserAttributes value. |
boolean |
singleAttribute()
|
int |
size()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReportHeading()
| Method Detail |
public int calculateType()
public java.util.List retrieveGroupedAttributes()
public void reset()
public java.lang.Object get(int i)
public int size()
public boolean singleAttribute()
public java.util.List consolidateReportOptionAttributes()
List valuepublic java.util.List consolidateReportUserAttributes()
List valuepublic java.util.List getReportGroups()
public void setReportGroups(java.util.List newReportGroups)
newReportGroups - The new ReportGroups value.public void addReportGroup(ReportGroup newReportGroup)
newReportGroup - The new ReportGroup value.public java.util.List getReportOptionAttributes()
public void setReportOptionAttributes(java.util.List newReportOptionAttributes)
newReportOptionAttributes - The new ReportOptionAttributes value.public void addReportOptionAttribute(ReportOptionAttribute newReportOptionAttribute)
newReportOptionAttribute - The new ReportOptionAttribute value.public java.util.List getReportUserAttributes()
public void setReportUserAttributes(java.util.List newReportUserAttributes)
newReportUserAttributes - The new ReportUserAttributes value.public void addReportUserAttribute(ReportUserAttribute newReportUserAttribute)
newReportUserAttribute - The new ReportUserAttribute value.public java.util.List getReportDateRanges()
public void setReportDateRanges(java.util.List newReportDateRanges)
newReportDateRanges - The new ReportDateRanges value.public void addReportDateRange(ReportDateRange newReportDateRange)
newReportDateRange - The new ReportDateRange value.public java.util.List getReportDates()
public void setReportDates(java.util.List newReportDates)
newReportDates - The new ReportDates value.public void addReportDate(ReportDate newReportDate)
newReportDate - The new ReportDate value.public java.lang.String getQueryKey()
getQueryKey in interface org.apache.fulcrum.intake.Retrievablepublic void setQueryKey(java.lang.String newQueryKey)
setQueryKey in interface org.apache.fulcrum.intake.RetrievablenewQueryKey - The new QueryKey value.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||