Java Doc for ReportBridge.java in  » Issue-Tracking » scarab-0.21 » org » tigris » scarab » reports » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Issue Tracking » scarab 0.21 » org.tigris.scarab.reports 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.tigris.scarab.reports.ReportBridge

ReportBridge
public class ReportBridge implements java.io.Serializable,org.apache.fulcrum.intake.Retrievable(Code)
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
public  ReportBridge()
    
public  ReportBridge(org.tigris.scarab.om.Report report)
    

Method Summary
public  DategetDefaultDate()
     Date used for a single date report.
public  booleangetDeleted()
    
public  StringgetDescription()
    
public  StringgetFormat()
    
public  ScarabUsergetGeneratedBy()
     Get the value of generatedBy.
public  DategetGeneratedDate()
     This is the date that was used in the queries for reports on a single date.
public  MITListgetMITList()
    
public  ReportTableModelgetModel(ScarabUser searcher)
    
public  ModulegetModule()
     Get the value of module.
public  StringgetName()
    
public  ReportHeadinggetNewHeading()
    
public  StringgetQueryKey()
    
 StringgetQueryString()
    
public  ReportDefinitiongetReportDefinition()
    
public  IntegergetReportId()
    
public  ScopegetScope()
    
public  IntegergetScopeId()
    
public  IntegergetUserId()
    
public  booleanisDeletable(ScarabUser user)
    
public  booleanisEditable(ScarabUser user)
    
public  booleanisNew()
     State of persistence of the report.
public  booleanisReadyForCalculation()
    
public  booleanisSavable(ScarabUser user)
    
public  voidpopulate(String v)
    
public  voidpopulateSearch(IssueSearch search, ReportHeading heading)
    
public  booleanremoveStaleDefinitions()
    
public  voidsave()
    
public  voidsetDefaultDate(Date date)
     Date used for a single date report.
public  voidsetDeleted(boolean b)
    
public  voidsetDescription(String name)
    
public  voidsetFormat(String format)
    
public  voidsetGeneratedBy(ScarabUser v)
     Set the value of generatedBy.
public  voidsetIssueType(IssueType v)
     Set the value of module.
public  voidsetMITList(MITList mitList)
    
public  voidsetModule(Module v)
     Set the value of module.
public  voidsetName(String name)
    
public  voidsetQueryKey(String key)
    
public  voidsetReportId(Integer id)
    
public  voidsetScopeId(Integer id)
    
public  voidsetUserId(Integer id)
    


Constructor Detail
ReportBridge
public ReportBridge()(Code)



ReportBridge
public ReportBridge(org.tigris.scarab.om.Report report) throws Exception(Code)




Method Detail
getDefaultDate
public Date getDefaultDate()(Code)
Date used for a single date report.



getDeleted
public boolean getDeleted()(Code)



getDescription
public String getDescription()(Code)



getFormat
public String getFormat()(Code)



getGeneratedBy
public ScarabUser getGeneratedBy() throws Exception(Code)
Get the value of generatedBy. value of generatedBy.



getGeneratedDate
public Date getGeneratedDate()(Code)
This is the date that was used in the queries for reports on a single date. It is not necessarily the same as the date on which the queries were run. value of generatedDate.



getMITList
public MITList getMITList() throws TorqueException(Code)



getModel
public ReportTableModel getModel(ScarabUser searcher) throws Exception(Code)



getModule
public Module getModule() throws TorqueException(Code)
Get the value of module. value of module.



getName
public String getName()(Code)



getNewHeading
public ReportHeading getNewHeading()(Code)



getQueryKey
public String getQueryKey()(Code)



getQueryString
String getQueryString() throws Exception(Code)



getReportDefinition
public ReportDefinition getReportDefinition()(Code)



getReportId
public Integer getReportId()(Code)



getScope
public Scope getScope() throws TorqueException(Code)



getScopeId
public Integer getScopeId()(Code)



getUserId
public Integer getUserId()(Code)



isDeletable
public boolean isDeletable(ScarabUser user)(Code)



isEditable
public boolean isEditable(ScarabUser user)(Code)



isNew
public boolean isNew()(Code)
State of persistence of the report. true if the report has NOT been saved.



isReadyForCalculation
public boolean isReadyForCalculation()(Code)



isSavable
public boolean isSavable(ScarabUser user)(Code)



populate
public void populate(String v) throws Exception(Code)



populateSearch
public void populateSearch(IssueSearch search, ReportHeading heading) throws Exception(Code)



removeStaleDefinitions
public boolean removeStaleDefinitions() throws Exception(Code)



save
public void save() throws Exception(Code)



setDefaultDate
public void setDefaultDate(Date date)(Code)
Date used for a single date report.



setDeleted
public void setDeleted(boolean b)(Code)



setDescription
public void setDescription(String name)(Code)



setFormat
public void setFormat(String format)(Code)



setGeneratedBy
public void setGeneratedBy(ScarabUser v) throws Exception(Code)
Set the value of generatedBy.
Parameters:
  v - Value to assign to generatedBy.



setIssueType
public void setIssueType(IssueType v) throws TorqueException(Code)
Set the value of module.
Parameters:
  v - Value to assign to module.



setMITList
public void setMITList(MITList mitList) throws Exception(Code)



setModule
public void setModule(Module v) throws TorqueException(Code)
Set the value of module.
Parameters:
  v - Value to assign to module.



setName
public void setName(String name)(Code)



setQueryKey
public void setQueryKey(String key) throws TorqueException(Code)



setReportId
public void setReportId(Integer id)(Code)



setScopeId
public void setScopeId(Integer id) throws TorqueException(Code)



setUserId
public void setUserId(Integer id) throws TorqueException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.