|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tigris.scarab.reports.ReportBridge
This class is a bridge between the xml related classes for defining a report and the business objects that are used within the screens to configure the report.
| Constructor Summary | |
ReportBridge()
|
|
ReportBridge(Report report)
|
|
| Method Summary | |
java.util.Date |
getDefaultDate()
Date used for a single date report. |
boolean |
getDeleted()
|
java.lang.String |
getDescription()
|
java.lang.String |
getFormat()
|
ScarabUser |
getGeneratedBy()
Get the value of generatedBy. |
java.util.Date |
getGeneratedDate()
This is the date that was used in the queries for reports on a single date. |
MITList |
getMITList()
|
ReportTableModel |
getModel(ScarabUser searcher)
|
Module |
getModule()
Get the value of module. |
java.lang.String |
getName()
|
ReportHeading |
getNewHeading()
|
java.lang.String |
getQueryKey()
|
(package private) java.lang.String |
getQueryString()
|
ReportDefinition |
getReportDefinition()
|
java.lang.Integer |
getReportId()
|
Scope |
getScope()
|
java.lang.Integer |
getScopeId()
|
java.lang.Integer |
getUserId()
|
boolean |
isDeletable(ScarabUser user)
|
boolean |
isEditable(ScarabUser user)
|
boolean |
isNew()
State of persistence of the report. |
boolean |
isReadyForCalculation()
|
boolean |
isSavable(ScarabUser user)
|
void |
populate(java.lang.String v)
|
void |
populateSearch(IssueSearch search,
ReportHeading heading)
|
boolean |
removeStaleDefinitions()
|
void |
save()
|
void |
setDefaultDate(java.util.Date date)
Date used for a single date report. |
void |
setDeleted(boolean b)
|
void |
setDescription(java.lang.String name)
|
void |
setFormat(java.lang.String format)
|
void |
setGeneratedBy(ScarabUser v)
Set the value of generatedBy. |
void |
setIssueType(IssueType v)
Set the value of module. |
void |
setMITList(MITList mitList)
|
void |
setModule(Module v)
Set the value of module. |
void |
setName(java.lang.String name)
|
void |
setQueryKey(java.lang.String key)
|
void |
setReportId(java.lang.Integer id)
|
void |
setScopeId(java.lang.Integer id)
|
void |
setUserId(java.lang.Integer id)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReportBridge()
public ReportBridge(Report report)
throws java.lang.Exception
| Method Detail |
public ReportDefinition getReportDefinition()
public ReportHeading getNewHeading()
public java.lang.String getQueryKey()
getQueryKey in interface org.apache.fulcrum.intake.Retrievable
public void setQueryKey(java.lang.String key)
throws org.apache.torque.TorqueException
setQueryKey in interface org.apache.fulcrum.intake.Retrievableorg.apache.torque.TorqueExceptionpublic java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String name)
public java.lang.String getFormat()
public void setFormat(java.lang.String format)
public boolean getDeleted()
public void setDeleted(boolean b)
public java.lang.Integer getScopeId()
public void setScopeId(java.lang.Integer id)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic java.lang.Integer getUserId()
public void setUserId(java.lang.Integer id)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic java.lang.Integer getReportId()
public void setReportId(java.lang.Integer id)
public Scope getScope()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public Module getModule()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setModule(Module v)
throws org.apache.torque.TorqueException
v - Value to assign to module.
org.apache.torque.TorqueException
public void setIssueType(IssueType v)
throws org.apache.torque.TorqueException
v - Value to assign to module.
org.apache.torque.TorqueExceptionpublic boolean isEditable(ScarabUser user)
public boolean isDeletable(ScarabUser user)
public boolean isSavable(ScarabUser user)
public ScarabUser getGeneratedBy()
throws java.lang.Exception
java.lang.Exception
public void setGeneratedBy(ScarabUser v)
throws java.lang.Exception
v - Value to assign to generatedBy.
java.lang.Exceptionpublic java.util.Date getGeneratedDate()
public java.util.Date getDefaultDate()
public void setDefaultDate(java.util.Date date)
public MITList getMITList()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setMITList(MITList mitList)
throws java.lang.Exception
java.lang.Exceptionpublic boolean isReadyForCalculation()
public boolean removeStaleDefinitions()
throws java.lang.Exception
java.lang.Exception
public ReportTableModel getModel(ScarabUser searcher)
throws java.lang.Exception
java.lang.Exception
public void save()
throws java.lang.Exception
java.lang.Exceptionpublic boolean isNew()
public void populate(java.lang.String v)
throws java.lang.Exception
java.lang.Exception
java.lang.String getQueryString()
throws java.lang.Exception
java.lang.Exception
public void populateSearch(IssueSearch search,
ReportHeading heading)
throws java.lang.Exception
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||