Java Doc for ReportDefinition.java in  » Report » jmagallanes-1.0 » com » calipso » reportgenerator » reportdefinitions » 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 » Report » jmagallanes 1.0 » com.calipso.reportgenerator.reportdefinitions 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.calipso.reportgenerator.reportdefinitions.ReportDefinition

ReportDefinition
public class ReportDefinition implements java.io.Serializable(Code)
Class ReportDefinition.
version:
   $Revision$ $Date$



Constructor Summary
public  ReportDefinition()
    

Method Summary
public  voiddeleteMaxRowCount()
    
public  voiddeleteMultilanguage()
    
public  voiddeleteVisibleTotals()
    
public  com.calipso.reportgenerator.reportdefinitions.ActionDefinitionsgetActionDefinitions()
     Method getActionDefinitionsReturns the value of field 'actionDefinitions'.
public  java.lang.StringgetDescription()
     Method getDescriptionReturns the value of field 'description'.
public  com.calipso.reportgenerator.reportdefinitions.DimensionDefinitionsgetDimensionDefinitions()
     Method getDimensionDefinitionsReturns the value of field 'dimensionDefinitions'.
public  com.calipso.reportgenerator.reportdefinitions.DrillDownDefinitionsgetDrillDownDefinitions()
     Method getDrillDownDefinitionsReturns the value of field 'drillDownDefinitions'.
public  java.lang.StringgetEntity()
     Method getEntityReturns the value of field 'entity'.
public  com.calipso.reportgenerator.reportdefinitions.FilterDefinitionsgetFilterDefinitions()
     Method getFilterDefinitionsReturns the value of field 'filterDefinitions'.
public  java.lang.StringgetId()
     Method getIdReturns the value of field 'id'.
public  java.lang.StringgetInfoPage()
     Method getInfoPageReturns the value of field 'infoPage'.
public  booleangetIsTransient()
     Method getIsTransientReturns the value of field 'isTransient'.
public  java.lang.StringgetLayoutDesign()
     Method getLayoutDesignReturns the value of field 'layoutDesign'.
public  com.calipso.reportgenerator.reportdefinitions.LocalizationsgetLocalizations()
     Method getLocalizationsReturns the value of field 'localizations'.
public  intgetMaxRowCount()
     Method getMaxRowCountReturns the value of field 'maxRowCount'.
public  java.lang.StringgetMaxRowsDimensionReference()
     Method getMaxRowsDimensionReferenceReturns the value of field 'maxRowsDimensionReference'.
public  com.calipso.reportgenerator.reportdefinitions.MetricDefinitionsgetMetricDefinitions()
     Method getMetricDefinitionsReturns the value of field 'metricDefinitions'.
public  booleangetMultilanguage()
     Method getMultilanguageReturns the value of field 'multilanguage'.
public  java.lang.StringgetPageFooter()
     Method getPageFooterReturns the value of field 'pageFooter'.
public  java.lang.StringgetPageHeding()
     Method getPageHedingReturns the value of field 'pageHeding'.
public  com.calipso.reportgenerator.reportdefinitions.ParameterValuesgetParameterValues()
     Method getParameterValuesReturns the value of field 'parameterValues'.
public  java.lang.StringgetReportSource()
     Method getReportSourceReturns the value of field 'reportSource'.
public  com.calipso.reportgenerator.reportdefinitions.types.ReportDefinitionReportTypeTypegetReportType()
     Method getReportTypeReturns the value of field 'reportType'.
public  com.calipso.reportgenerator.reportdefinitions.RolesgetRoles()
     Method getRolesReturns the value of field 'roles'.
public  java.lang.StringgetTitle()
     Method getTitleReturns the value of field 'title'.
public  booleangetVisibleTotals()
     Method getVisibleTotalsReturns the value of field 'visibleTotals'.
public  booleanhasIsTransient()
    
public  booleanhasMaxRowCount()
    
public  booleanhasMultilanguage()
    
public  booleanhasVisibleTotals()
    
public  booleanisValid()
    
public  voidmarshal(java.io.Writer out)
    
public  voidmarshal(org.xml.sax.ContentHandler handler)
    
public  voidsetActionDefinitions(com.calipso.reportgenerator.reportdefinitions.ActionDefinitions actionDefinitions)
     Method setActionDefinitionsSets the value of field 'actionDefinitions'.
public  voidsetDescription(java.lang.String description)
     Method setDescriptionSets the value of field 'description'.
public  voidsetDimensionDefinitions(com.calipso.reportgenerator.reportdefinitions.DimensionDefinitions dimensionDefinitions)
     Method setDimensionDefinitionsSets the value of field 'dimensionDefinitions'.
public  voidsetDrillDownDefinitions(com.calipso.reportgenerator.reportdefinitions.DrillDownDefinitions drillDownDefinitions)
     Method setDrillDownDefinitionsSets the value of field 'drillDownDefinitions'.
public  voidsetEntity(java.lang.String entity)
     Method setEntitySets the value of field 'entity'.
public  voidsetFilterDefinitions(com.calipso.reportgenerator.reportdefinitions.FilterDefinitions filterDefinitions)
     Method setFilterDefinitionsSets the value of field 'filterDefinitions'.
public  voidsetId(java.lang.String id)
     Method setIdSets the value of field 'id'.
public  voidsetInfoPage(java.lang.String infoPage)
     Method setInfoPageSets the value of field 'infoPage'.
public  voidsetIsTransient(boolean isTransient)
     Method setIsTransientSets the value of field 'isTransient'.
public  voidsetLayoutDesign(java.lang.String layoutDesign)
     Method setLayoutDesignSets the value of field 'layoutDesign'.
public  voidsetLocalizations(com.calipso.reportgenerator.reportdefinitions.Localizations localizations)
     Method setLocalizationsSets the value of field 'localizations'.
public  voidsetMaxRowCount(int maxRowCount)
     Method setMaxRowCountSets the value of field 'maxRowCount'.
public  voidsetMaxRowsDimensionReference(java.lang.String maxRowsDimensionReference)
     Method setMaxRowsDimensionReferenceSets the value of field 'maxRowsDimensionReference'.
public  voidsetMetricDefinitions(com.calipso.reportgenerator.reportdefinitions.MetricDefinitions metricDefinitions)
     Method setMetricDefinitionsSets the value of field 'metricDefinitions'.
public  voidsetMultilanguage(boolean multilanguage)
     Method setMultilanguageSets the value of field 'multilanguage'.
public  voidsetPageFooter(java.lang.String pageFooter)
     Method setPageFooterSets the value of field 'pageFooter'.
public  voidsetPageHeding(java.lang.String pageHeding)
     Method setPageHedingSets the value of field 'pageHeding'.
public  voidsetParameterValues(com.calipso.reportgenerator.reportdefinitions.ParameterValues parameterValues)
     Method setParameterValuesSets the value of field 'parameterValues'.
public  voidsetReportSource(java.lang.String reportSource)
     Method setReportSourceSets the value of field 'reportSource'.
public  voidsetReportType(com.calipso.reportgenerator.reportdefinitions.types.ReportDefinitionReportTypeType reportType)
     Method setReportTypeSets the value of field 'reportType'.
public  voidsetRoles(com.calipso.reportgenerator.reportdefinitions.Roles roles)
     Method setRolesSets the value of field 'roles'.
public  voidsetTitle(java.lang.String title)
     Method setTitleSets the value of field 'title'.
public  voidsetVisibleTotals(boolean visibleTotals)
     Method setVisibleTotalsSets the value of field 'visibleTotals'.
public static  com.calipso.reportgenerator.reportdefinitions.ReportDefinitionunmarshal(java.io.Reader reader)
    
public  voidvalidate()
    


Constructor Detail
ReportDefinition
public ReportDefinition()(Code)




Method Detail
deleteMaxRowCount
public void deleteMaxRowCount()(Code)
Method deleteMaxRowCount



deleteMultilanguage
public void deleteMultilanguage()(Code)
Method deleteMultilanguage



deleteVisibleTotals
public void deleteVisibleTotals()(Code)
Method deleteVisibleTotals



getActionDefinitions
public com.calipso.reportgenerator.reportdefinitions.ActionDefinitions getActionDefinitions()(Code)
Method getActionDefinitionsReturns the value of field 'actionDefinitions'. the value of field 'actionDefinitions'.



getDescription
public java.lang.String getDescription()(Code)
Method getDescriptionReturns the value of field 'description'. the value of field 'description'.



getDimensionDefinitions
public com.calipso.reportgenerator.reportdefinitions.DimensionDefinitions getDimensionDefinitions()(Code)
Method getDimensionDefinitionsReturns the value of field 'dimensionDefinitions'. the value of field 'dimensionDefinitions'.



getDrillDownDefinitions
public com.calipso.reportgenerator.reportdefinitions.DrillDownDefinitions getDrillDownDefinitions()(Code)
Method getDrillDownDefinitionsReturns the value of field 'drillDownDefinitions'. the value of field 'drillDownDefinitions'.



getEntity
public java.lang.String getEntity()(Code)
Method getEntityReturns the value of field 'entity'. the value of field 'entity'.



getFilterDefinitions
public com.calipso.reportgenerator.reportdefinitions.FilterDefinitions getFilterDefinitions()(Code)
Method getFilterDefinitionsReturns the value of field 'filterDefinitions'. the value of field 'filterDefinitions'.



getId
public java.lang.String getId()(Code)
Method getIdReturns the value of field 'id'. the value of field 'id'.



getInfoPage
public java.lang.String getInfoPage()(Code)
Method getInfoPageReturns the value of field 'infoPage'. the value of field 'infoPage'.



getIsTransient
public boolean getIsTransient()(Code)
Method getIsTransientReturns the value of field 'isTransient'. the value of field 'isTransient'.



getLayoutDesign
public java.lang.String getLayoutDesign()(Code)
Method getLayoutDesignReturns the value of field 'layoutDesign'. the value of field 'layoutDesign'.



getLocalizations
public com.calipso.reportgenerator.reportdefinitions.Localizations getLocalizations()(Code)
Method getLocalizationsReturns the value of field 'localizations'. the value of field 'localizations'.



getMaxRowCount
public int getMaxRowCount()(Code)
Method getMaxRowCountReturns the value of field 'maxRowCount'. the value of field 'maxRowCount'.



getMaxRowsDimensionReference
public java.lang.String getMaxRowsDimensionReference()(Code)
Method getMaxRowsDimensionReferenceReturns the value of field 'maxRowsDimensionReference'. the value of field 'maxRowsDimensionReference'.



getMetricDefinitions
public com.calipso.reportgenerator.reportdefinitions.MetricDefinitions getMetricDefinitions()(Code)
Method getMetricDefinitionsReturns the value of field 'metricDefinitions'. the value of field 'metricDefinitions'.



getMultilanguage
public boolean getMultilanguage()(Code)
Method getMultilanguageReturns the value of field 'multilanguage'. the value of field 'multilanguage'.



getPageFooter
public java.lang.String getPageFooter()(Code)
Method getPageFooterReturns the value of field 'pageFooter'. the value of field 'pageFooter'.



getPageHeding
public java.lang.String getPageHeding()(Code)
Method getPageHedingReturns the value of field 'pageHeding'. the value of field 'pageHeding'.



getParameterValues
public com.calipso.reportgenerator.reportdefinitions.ParameterValues getParameterValues()(Code)
Method getParameterValuesReturns the value of field 'parameterValues'. the value of field 'parameterValues'.



getReportSource
public java.lang.String getReportSource()(Code)
Method getReportSourceReturns the value of field 'reportSource'. the value of field 'reportSource'.



getReportType
public com.calipso.reportgenerator.reportdefinitions.types.ReportDefinitionReportTypeType getReportType()(Code)
Method getReportTypeReturns the value of field 'reportType'. the value of field 'reportType'.



getRoles
public com.calipso.reportgenerator.reportdefinitions.Roles getRoles()(Code)
Method getRolesReturns the value of field 'roles'. the value of field 'roles'.



getTitle
public java.lang.String getTitle()(Code)
Method getTitleReturns the value of field 'title'. the value of field 'title'.



getVisibleTotals
public boolean getVisibleTotals()(Code)
Method getVisibleTotalsReturns the value of field 'visibleTotals'. the value of field 'visibleTotals'.



hasIsTransient
public boolean hasIsTransient()(Code)
Method hasIsTransient



hasMaxRowCount
public boolean hasMaxRowCount()(Code)
Method hasMaxRowCount



hasMultilanguage
public boolean hasMultilanguage()(Code)
Method hasMultilanguage



hasVisibleTotals
public boolean hasVisibleTotals()(Code)
Method hasVisibleTotals



isValid
public boolean isValid()(Code)
Method isValid



marshal
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException(Code)
Method marshal
Parameters:
  out -



marshal
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException(Code)
Method marshal
Parameters:
  handler -



setActionDefinitions
public void setActionDefinitions(com.calipso.reportgenerator.reportdefinitions.ActionDefinitions actionDefinitions)(Code)
Method setActionDefinitionsSets the value of field 'actionDefinitions'.
Parameters:
  actionDefinitions - the value of field'actionDefinitions'.



setDescription
public void setDescription(java.lang.String description)(Code)
Method setDescriptionSets the value of field 'description'.
Parameters:
  description - the value of field 'description'.



setDimensionDefinitions
public void setDimensionDefinitions(com.calipso.reportgenerator.reportdefinitions.DimensionDefinitions dimensionDefinitions)(Code)
Method setDimensionDefinitionsSets the value of field 'dimensionDefinitions'.
Parameters:
  dimensionDefinitions - the value of field'dimensionDefinitions'.



setDrillDownDefinitions
public void setDrillDownDefinitions(com.calipso.reportgenerator.reportdefinitions.DrillDownDefinitions drillDownDefinitions)(Code)
Method setDrillDownDefinitionsSets the value of field 'drillDownDefinitions'.
Parameters:
  drillDownDefinitions - the value of field'drillDownDefinitions'.



setEntity
public void setEntity(java.lang.String entity)(Code)
Method setEntitySets the value of field 'entity'.
Parameters:
  entity - the value of field 'entity'.



setFilterDefinitions
public void setFilterDefinitions(com.calipso.reportgenerator.reportdefinitions.FilterDefinitions filterDefinitions)(Code)
Method setFilterDefinitionsSets the value of field 'filterDefinitions'.
Parameters:
  filterDefinitions - the value of field'filterDefinitions'.



setId
public void setId(java.lang.String id)(Code)
Method setIdSets the value of field 'id'.
Parameters:
  id - the value of field 'id'.



setInfoPage
public void setInfoPage(java.lang.String infoPage)(Code)
Method setInfoPageSets the value of field 'infoPage'.
Parameters:
  infoPage - the value of field 'infoPage'.



setIsTransient
public void setIsTransient(boolean isTransient)(Code)
Method setIsTransientSets the value of field 'isTransient'.
Parameters:
  isTransient - the value of field 'isTransient'.



setLayoutDesign
public void setLayoutDesign(java.lang.String layoutDesign)(Code)
Method setLayoutDesignSets the value of field 'layoutDesign'.
Parameters:
  layoutDesign - the value of field 'layoutDesign'.



setLocalizations
public void setLocalizations(com.calipso.reportgenerator.reportdefinitions.Localizations localizations)(Code)
Method setLocalizationsSets the value of field 'localizations'.
Parameters:
  localizations - the value of field 'localizations'.



setMaxRowCount
public void setMaxRowCount(int maxRowCount)(Code)
Method setMaxRowCountSets the value of field 'maxRowCount'.
Parameters:
  maxRowCount - the value of field 'maxRowCount'.



setMaxRowsDimensionReference
public void setMaxRowsDimensionReference(java.lang.String maxRowsDimensionReference)(Code)
Method setMaxRowsDimensionReferenceSets the value of field 'maxRowsDimensionReference'.
Parameters:
  maxRowsDimensionReference - the value of field'maxRowsDimensionReference'.



setMetricDefinitions
public void setMetricDefinitions(com.calipso.reportgenerator.reportdefinitions.MetricDefinitions metricDefinitions)(Code)
Method setMetricDefinitionsSets the value of field 'metricDefinitions'.
Parameters:
  metricDefinitions - the value of field'metricDefinitions'.



setMultilanguage
public void setMultilanguage(boolean multilanguage)(Code)
Method setMultilanguageSets the value of field 'multilanguage'.
Parameters:
  multilanguage - the value of field 'multilanguage'.



setPageFooter
public void setPageFooter(java.lang.String pageFooter)(Code)
Method setPageFooterSets the value of field 'pageFooter'.
Parameters:
  pageFooter - the value of field 'pageFooter'.



setPageHeding
public void setPageHeding(java.lang.String pageHeding)(Code)
Method setPageHedingSets the value of field 'pageHeding'.
Parameters:
  pageHeding - the value of field 'pageHeding'.



setParameterValues
public void setParameterValues(com.calipso.reportgenerator.reportdefinitions.ParameterValues parameterValues)(Code)
Method setParameterValuesSets the value of field 'parameterValues'.
Parameters:
  parameterValues - the value of field 'parameterValues'.



setReportSource
public void setReportSource(java.lang.String reportSource)(Code)
Method setReportSourceSets the value of field 'reportSource'.
Parameters:
  reportSource - the value of field 'reportSource'.



setReportType
public void setReportType(com.calipso.reportgenerator.reportdefinitions.types.ReportDefinitionReportTypeType reportType)(Code)
Method setReportTypeSets the value of field 'reportType'.
Parameters:
  reportType - the value of field 'reportType'.



setRoles
public void setRoles(com.calipso.reportgenerator.reportdefinitions.Roles roles)(Code)
Method setRolesSets the value of field 'roles'.
Parameters:
  roles - the value of field 'roles'.



setTitle
public void setTitle(java.lang.String title)(Code)
Method setTitleSets the value of field 'title'.
Parameters:
  title - the value of field 'title'.



setVisibleTotals
public void setVisibleTotals(boolean visibleTotals)(Code)
Method setVisibleTotalsSets the value of field 'visibleTotals'.
Parameters:
  visibleTotals - the value of field 'visibleTotals'.



unmarshal
public static com.calipso.reportgenerator.reportdefinitions.ReportDefinition unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException(Code)
Method unmarshal
Parameters:
  reader -



validate
public void validate() throws org.exolab.castor.xml.ValidationException(Code)
Method validate



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.