Java Doc for QueryResult.java in  » Issue-Tracking » scarab-0.21 » org » tigris » scarab » util » word » 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.util.word 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.tigris.scarab.util.word.QueryResult

QueryResult
public class QueryResult (Code)
This class is created by the IssueSearch object to contain a single result. It represents a row on the IssueList.vm screen. It is mostly a data structure with some additional functionality to format a multivalued attribute as CSV.
author:
   John McNally



Constructor Summary
 QueryResult(IssueSearch search)
     Ctor.

Method Summary
final public  ListgetAttributeValues()
     Get the AttributeValues value.
final public  ListgetAttributeValuesAsCSV()
     Get the AttributeValues value.
public  IntegergetCreatedBy()
    
public  ScarabUsergetCreatedByUser()
    
public  DategetCreatedDate()
    
final public  StringgetIdCount()
     Get the IdCount value.
final public  StringgetIdPrefix()
     Get the IdPrefix value.
final public  StringgetIssueId()
     Get the IssueId value.
final public  IntegergetIssueTypeId()
     Get the IssueTypeId value.
public  IntegergetModifiedBy()
    
public  ScarabUsergetModifiedByUser()
    
public  DategetModifiedDate()
    
final public  ModulegetModule()
     Get the Module related thru getModuleId().
final public  IntegergetModuleId()
     Get the ModuleId value.
final public  RModuleIssueTypegetRModuleIssueType()
     Get the RModuleIssueType related thru getModuleId() and getIssueTypeId().
final public  StringgetUniqueId()
    
public  voidpopulateInternalAttributes(List preferences)
     Populate any attribute considered 'internal' with the proper value.
public  voidpopulateInternalAttributes(List preferences, ScarabLocalizationTool l10n)
     Populate, including localization of dates, any attribute considered 'internal' with the proper value.
final public  voidsetAttributeValues(List newAttributeValues)
     Set the AttributeValues value.
public  voidsetCreatedBy(Integer createdBy)
    
public  voidsetCreatedDate(Date created)
    
final public  voidsetIdCount(String newIdCount)
     Set the IdCount value.
final public  voidsetIdPrefix(String newIdPrefix)
     Set the IdPrefix value.
final public  voidsetIssueId(String newIssueId)
     Set the IssueId value.
final public  voidsetIssueTypeId(Integer newIssueTypeId)
     Set the IssueTypeId value.
public  voidsetModifiedBy(Integer modified)
    
public  voidsetModifiedDate(Date modifiedDate)
    
final public  voidsetModuleId(Integer newModuleId)
     Set the ModuleId value.


Constructor Detail
QueryResult
QueryResult(IssueSearch search)(Code)
Ctor. Should only be called by an IssueSearch.
Parameters:
  search - the IssueSearch that created this result




Method Detail
getAttributeValues
final public List getAttributeValues()(Code)
Get the AttributeValues value. the AttributeValues value.



getAttributeValuesAsCSV
final public List getAttributeValuesAsCSV()(Code)
Get the AttributeValues value. the AttributeValues value.



getCreatedBy
public Integer getCreatedBy()(Code)



getCreatedByUser
public ScarabUser getCreatedByUser()(Code)



getCreatedDate
public Date getCreatedDate()(Code)



getIdCount
final public String getIdCount()(Code)
Get the IdCount value. the IdCount value.



getIdPrefix
final public String getIdPrefix()(Code)
Get the IdPrefix value. the IdPrefix value.



getIssueId
final public String getIssueId()(Code)
Get the IssueId value. the IssueId value.



getIssueTypeId
final public Integer getIssueTypeId()(Code)
Get the IssueTypeId value. the IssueTypeId value.



getModifiedBy
public Integer getModifiedBy()(Code)



getModifiedByUser
public ScarabUser getModifiedByUser()(Code)



getModifiedDate
public Date getModifiedDate()(Code)



getModule
final public Module getModule() throws TorqueException(Code)
Get the Module related thru getModuleId(). This method provides caching so that multiple QueryResult objects in the same resultset save db hits.



getModuleId
final public Integer getModuleId()(Code)
Get the ModuleId value. the ModuleId value.



getRModuleIssueType
final public RModuleIssueType getRModuleIssueType() throws TorqueException(Code)
Get the RModuleIssueType related thru getModuleId() and getIssueTypeId(). This method provides caching so that multiple QueryResult objects in the same resultset save db hits.



getUniqueId
final public String getUniqueId()(Code)
Combines getIdPrefix() and getIdCount()



populateInternalAttributes
public void populateInternalAttributes(List preferences)(Code)
Populate any attribute considered 'internal' with the proper value. To decide which should be filled, it will use the list 'preferences', which shares the same order than the attribute list.
Parameters:
  preferences -



populateInternalAttributes
public void populateInternalAttributes(List preferences, ScarabLocalizationTool l10n)(Code)
Populate, including localization of dates, any attribute considered 'internal' with the proper value. To decide which should be filled, it will use the list 'preferences', which shares the same order than the attribute list.
Parameters:
  preferences -



setAttributeValues
final public void setAttributeValues(List newAttributeValues)(Code)
Set the AttributeValues value.
Parameters:
  newAttributeValues - The new AttributeValues value.



setCreatedBy
public void setCreatedBy(Integer createdBy)(Code)



setCreatedDate
public void setCreatedDate(Date created)(Code)



setIdCount
final public void setIdCount(String newIdCount)(Code)
Set the IdCount value.
Parameters:
  newIdCount - The new IdCount value.



setIdPrefix
final public void setIdPrefix(String newIdPrefix)(Code)
Set the IdPrefix value.
Parameters:
  newIdPrefix - The new IdPrefix value.



setIssueId
final public void setIssueId(String newIssueId)(Code)
Set the IssueId value.
Parameters:
  newIssueId - The new IssueId value.



setIssueTypeId
final public void setIssueTypeId(Integer newIssueTypeId)(Code)
Set the IssueTypeId value.
Parameters:
  newIssueTypeId - The new IssueTypeId value.



setModifiedBy
public void setModifiedBy(Integer modified)(Code)



setModifiedDate
public void setModifiedDate(Date modifiedDate)(Code)



setModuleId
final public void setModuleId(Integer newModuleId)(Code)
Set the ModuleId value.
Parameters:
  newModuleId - The new ModuleId value.



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.