Java Doc for ReportPortlet.java in  » Portal » stringbeans-3.5 » com » nabhinc » portlet » report » 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 » Portal » stringbeans 3.5 » com.nabhinc.portlet.report 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.nabhinc.portlet.base.BasePortlet
   com.nabhinc.portlet.report.ReportPortlet

ReportPortlet
public class ReportPortlet extends BasePortlet (Code)

author:
   Padmanabh Dabke
author:
   (c) 2003 Nabh Information Systems, Inc. All Rights Reserved.

Inner Class :class ReportGroup
Inner Class :class ReportPage

Field Summary
final public static  StringCOLUMNS_INIT_PARAM
    
final public static  StringCOLUMN_EXPR_INIT_PARAM
    
final public static  StringCOLUMN_NAME_INIT_PARAM
    
final public static  StringCONTENT_ATTRIB
    
final public static  StringCOUNT_SQL_INIT_PARAM
    
final public static  StringDATA_SOURCE_INIT_PARAM
    
final public static  StringEMPTY_REPORT_MSG_INIT_PARAM
    
final public static  StringHEADERS_INIT_PARAM
    
final public static  StringLIST_SQL_INIT_PARAM
    
final public static  StringNEXT_LABEL_INIT_PARAM
    
final public static  StringPAGE_FOOTER_INIT_PARAM
    
final public static  StringPAGE_HEADER_INIT_PARAM
    
final public static  StringPAGE_NUMBER_ATTRIB
    
final public static  StringPREV_LABEL_INIT_PARAM
    
final public static  StringPROJECT_ID_ATTRIB
    
final public static  StringREFRESH_ATTRIB
    
final public static  StringREFRESH_LABEL_INIT_PARAM
    
final public static  StringREPORT_FOOTER_INIT_PARAM
    
final public static  StringREPORT_HEADER_INIT_PARAM
    
final public static  StringROWS_PER_PAGE_PREF
    
final public static  StringSECTION_EXPR_INIT_PARAM
    
final public static  StringSECTION_FOOTER_INIT_PARAM
    
final public static  StringSECTION_HEADER_INIT_PARAM
    
final public static  StringSECTION_NAME_INIT_PARAM
    
final public static  StringSTART_GROUP_ON_NEW_PAGE_INIT_PARAM
    
final public static  intTYPE_BOOLEAN
    
final public static  intTYPE_DATE
    
final public static  intTYPE_FLOAT
    
final public static  intTYPE_INT
    
final public static  intTYPE_LONG
    
final public static  intTYPE_SHORT
    
final public static  intTYPE_STRING
    
final public static  intTYPE_TIME
    
final public static  intTYPE_TIMESTAMP
    
final public static  StringVAR_GROUP_COUNT
    
final public static  StringVAR_GROUP_MEMBER_NUMBER
    
final public static  StringVAR_GROUP_NUMBER
    
final public static  StringVAR_GROUP_SIZE
    
final public static  StringVAR_PAGE_COUNT
    
final public static  StringVAR_PAGE_NUMBER
    
final public static  StringVAR_RECORD_COUNT
    
final public static  StringVAR_RECORD_NUMBER
    

Constructor Summary
public  ReportPortlet()
     ReportBuilder constructor comment.

Method Summary
public  voidcacheRecord(java.sql.ResultSet results, Object[] cache, int numFields)
     Insert the method's description here.
public  VectorcacheResults(java.sql.ResultSet results)
     Insert the method's description here.
public  voiddoView(RenderRequest request, RenderResponse response)
     Simply returns the content string that was configured via <content> element.
public  String[]generateContent(String projectID, int rowsPerPage)
     Insert the method's description here.
public  voidinit(PortletConfig config)
    
public  voidprocessAction(ActionRequest request, ActionResponse actionResponse)
    
protected  voidsetColumnHeaders(String[] h)
    
protected  voidsetDataSourceName(String dsName)
    
public  voidsetFieldValue(java.sql.ResultSet results, int i)
     Insert the method's description here.
protected  voidsetGroupExpressions(String[] groupExpressions)
    
protected  voidsetGroupFooters(String[] f)
    
protected  voidsetGroupHeaders(String[] h)
    
protected  voidsetGroupNames(String[] groupNames)
    
protected  voidsetPageFooter(String f)
    
protected  voidsetPageHeader(String h)
    
protected  voidsetReportFooter(String footer)
    
protected  voidsetReportHeader(String header)
    
protected  voidsetReportHeaders(String[] headers)
    
protected  voidsetReportSQL(String sql)
    

Field Detail
COLUMNS_INIT_PARAM
final public static String COLUMNS_INIT_PARAM(Code)



COLUMN_EXPR_INIT_PARAM
final public static String COLUMN_EXPR_INIT_PARAM(Code)



COLUMN_NAME_INIT_PARAM
final public static String COLUMN_NAME_INIT_PARAM(Code)



CONTENT_ATTRIB
final public static String CONTENT_ATTRIB(Code)



COUNT_SQL_INIT_PARAM
final public static String COUNT_SQL_INIT_PARAM(Code)



DATA_SOURCE_INIT_PARAM
final public static String DATA_SOURCE_INIT_PARAM(Code)



EMPTY_REPORT_MSG_INIT_PARAM
final public static String EMPTY_REPORT_MSG_INIT_PARAM(Code)



HEADERS_INIT_PARAM
final public static String HEADERS_INIT_PARAM(Code)



LIST_SQL_INIT_PARAM
final public static String LIST_SQL_INIT_PARAM(Code)



NEXT_LABEL_INIT_PARAM
final public static String NEXT_LABEL_INIT_PARAM(Code)



PAGE_FOOTER_INIT_PARAM
final public static String PAGE_FOOTER_INIT_PARAM(Code)



PAGE_HEADER_INIT_PARAM
final public static String PAGE_HEADER_INIT_PARAM(Code)



PAGE_NUMBER_ATTRIB
final public static String PAGE_NUMBER_ATTRIB(Code)



PREV_LABEL_INIT_PARAM
final public static String PREV_LABEL_INIT_PARAM(Code)



PROJECT_ID_ATTRIB
final public static String PROJECT_ID_ATTRIB(Code)



REFRESH_ATTRIB
final public static String REFRESH_ATTRIB(Code)



REFRESH_LABEL_INIT_PARAM
final public static String REFRESH_LABEL_INIT_PARAM(Code)



REPORT_FOOTER_INIT_PARAM
final public static String REPORT_FOOTER_INIT_PARAM(Code)



REPORT_HEADER_INIT_PARAM
final public static String REPORT_HEADER_INIT_PARAM(Code)



ROWS_PER_PAGE_PREF
final public static String ROWS_PER_PAGE_PREF(Code)



SECTION_EXPR_INIT_PARAM
final public static String SECTION_EXPR_INIT_PARAM(Code)



SECTION_FOOTER_INIT_PARAM
final public static String SECTION_FOOTER_INIT_PARAM(Code)



SECTION_HEADER_INIT_PARAM
final public static String SECTION_HEADER_INIT_PARAM(Code)



SECTION_NAME_INIT_PARAM
final public static String SECTION_NAME_INIT_PARAM(Code)



START_GROUP_ON_NEW_PAGE_INIT_PARAM
final public static String START_GROUP_ON_NEW_PAGE_INIT_PARAM(Code)



TYPE_BOOLEAN
final public static int TYPE_BOOLEAN(Code)



TYPE_DATE
final public static int TYPE_DATE(Code)



TYPE_FLOAT
final public static int TYPE_FLOAT(Code)



TYPE_INT
final public static int TYPE_INT(Code)



TYPE_LONG
final public static int TYPE_LONG(Code)



TYPE_SHORT
final public static int TYPE_SHORT(Code)



TYPE_STRING
final public static int TYPE_STRING(Code)



TYPE_TIME
final public static int TYPE_TIME(Code)



TYPE_TIMESTAMP
final public static int TYPE_TIMESTAMP(Code)



VAR_GROUP_COUNT
final public static String VAR_GROUP_COUNT(Code)



VAR_GROUP_MEMBER_NUMBER
final public static String VAR_GROUP_MEMBER_NUMBER(Code)



VAR_GROUP_NUMBER
final public static String VAR_GROUP_NUMBER(Code)



VAR_GROUP_SIZE
final public static String VAR_GROUP_SIZE(Code)



VAR_PAGE_COUNT
final public static String VAR_PAGE_COUNT(Code)



VAR_PAGE_NUMBER
final public static String VAR_PAGE_NUMBER(Code)



VAR_RECORD_COUNT
final public static String VAR_RECORD_COUNT(Code)



VAR_RECORD_NUMBER
final public static String VAR_RECORD_NUMBER(Code)




Constructor Detail
ReportPortlet
public ReportPortlet()(Code)
ReportBuilder constructor comment.




Method Detail
cacheRecord
public void cacheRecord(java.sql.ResultSet results, Object[] cache, int numFields) throws Exception(Code)
Insert the method's description here. Creation date: (12/9/2002 10:17:20 AM)



cacheResults
public Vector cacheResults(java.sql.ResultSet results) throws Exception(Code)
Insert the method's description here. Creation date: (12/9/2002 10:17:20 AM)



doView
public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)
Simply returns the content string that was configured via <content> element.



generateContent
public String[] generateContent(String projectID, int rowsPerPage) throws IOException, PortletException(Code)
Insert the method's description here. Creation date: (12/5/2002 12:31:22 PM)
exception:
  java.lang.Exception - The exception description.



init
public void init(PortletConfig config) throws PortletException(Code)
Expects one or more of:



processAction
public void processAction(ActionRequest request, ActionResponse actionResponse) throws PortletException, java.io.IOException(Code)



setColumnHeaders
protected void setColumnHeaders(String[] h)(Code)



setDataSourceName
protected void setDataSourceName(String dsName)(Code)



setFieldValue
public void setFieldValue(java.sql.ResultSet results, int i) throws Exception(Code)
Insert the method's description here. Creation date: (12/9/2002 10:17:20 AM)



setGroupExpressions
protected void setGroupExpressions(String[] groupExpressions)(Code)



setGroupFooters
protected void setGroupFooters(String[] f)(Code)



setGroupHeaders
protected void setGroupHeaders(String[] h)(Code)



setGroupNames
protected void setGroupNames(String[] groupNames)(Code)



setPageFooter
protected void setPageFooter(String f)(Code)



setPageHeader
protected void setPageHeader(String h)(Code)



setReportFooter
protected void setReportFooter(String footer)(Code)



setReportHeader
protected void setReportHeader(String header)(Code)



setReportHeaders
protected void setReportHeaders(String[] headers)(Code)



setReportSQL
protected void setReportSQL(String sql)(Code)



Fields inherited from com.nabhinc.portlet.base.BasePortlet
final public static String ADMIN_JSP_PARAM(Code)(Java Doc)
final public static PortletMode ADMIN_MODE(Code)(Java Doc)
final public static String CONFIG_JSP_PARAM(Code)(Java Doc)
final public static PortletMode CONFIG_MODE(Code)(Java Doc)
final public static String CONTENT_JSP_PARAM(Code)(Java Doc)
final public static String EDIT_JSP_PARAM(Code)(Java Doc)
final public static String HELP_JSP_PARAM(Code)(Java Doc)
final public static String PREVIEW_JSP_PARAM(Code)(Java Doc)
final public static PortletMode PREVIEW_MODE(Code)(Java Doc)
final public static String ROOT_DIR_PARAM(Code)(Java Doc)
protected PortletContext bpContext(Code)(Java Doc)
protected Logger bpLogger(Code)(Java Doc)

Methods inherited from com.nabhinc.portlet.base.BasePortlet
public void debug(String method, String msg)(Code)(Java Doc)
public void doAdmin(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc)
public void doConfig(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc)
protected void doDispatch(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code)(Java Doc)
public void doEdit(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc)
public void doHelp(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc)
public void doPreview(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc)
public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc)
public void error(String method, String msg)(Code)(Java Doc)
protected String getAdminJSP(RenderRequest request) throws PortletException(Code)(Java Doc)
protected String getConfigJSP(RenderRequest request) throws PortletException(Code)(Java Doc)
protected String getContentJSP(RenderRequest request) throws PortletException(Code)(Java Doc)
protected String getEditJSP(RenderRequest request) throws PortletException(Code)(Java Doc)
protected String getHelpJSP(RenderRequest request) throws PortletException(Code)(Java Doc)
protected String getLocalizedJSP(Locale locale, String path)(Code)(Java Doc)
protected String getPreviewJSP(RenderRequest request) throws PortletException(Code)(Java Doc)
protected String getRealPath(PortletContext pContext, String relPath)(Code)(Java Doc)
public void info(String method, String msg)(Code)(Java Doc)
public void init(PortletConfig config) throws PortletException(Code)(Java Doc)
public void warning(String method, String msg)(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.