Java Doc for ItemFinderCriteriaForm.java in  » J2EE » Jaffa » org » jaffa » applications » test » modules » material » components » itemfinder » ui » 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 » J2EE » Jaffa » org.jaffa.applications.test.modules.material.components.itemfinder.ui 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jaffa.components.finder.FinderCriteriaForm
   org.jaffa.applications.test.modules.material.components.itemfinder.ui.ItemFinderCriteriaForm

ItemFinderCriteriaForm
public class ItemFinderCriteriaForm extends FinderCriteriaForm (Code)
The FormBean class to support the Criteria jsp of the ItemFinder.


Field Summary
final public static  StringNAME
     The name constant used for determining the corresponding jsp through the struts-config file.


Method Summary
public  booleandoValidate(HttpServletRequest request)
     This method should be invoked to ensure a valid state of the FormBean.
public  StringgetPartNo()
     Getter for property partNo.
public  StringgetPartNoDd()
     Getter for DropDown property partNo.
public  DropDownModelgetPartNoDdWM()
     Getter for DropDown property partNo.
public  EditBoxModelgetPartNoWM()
     Getter for property partNo.
public  StringgetQty()
     Getter for property qty.
public  StringgetQtyDd()
     Getter for DropDown property qty.
public  DropDownModelgetQtyDdWM()
     Getter for DropDown property qty.
public  EditBoxModelgetQtyWM()
     Getter for property qty.
public  StringgetSegregationCode()
     Getter for property segregationCode.
public  StringgetSegregationCodeDd()
     Getter for DropDown property segregationCode.
public  DropDownModelgetSegregationCodeDdWM()
     Getter for DropDown property segregationCode.
public  EditBoxModelgetSegregationCodeWM()
     Getter for property segregationCode.
public  StringgetSerial()
     Getter for property serial.
public  StringgetSerialDd()
     Getter for DropDown property serial.
public  DropDownModelgetSerialDdWM()
     Getter for DropDown property serial.
public  EditBoxModelgetSerialWM()
     Getter for property serial.
public  voidsetPartNo(String partNo)
     Setter for property partNo.
public  voidsetPartNoDd(String partNoDd)
     Setter for DropDown property partNo.
public  voidsetPartNoDdWV(String value)
     Setter for DropDown property partNo.
public  voidsetPartNoWV(String value)
     Setter for property partNo.
public  voidsetQty(String qty)
     Setter for property qty.
public  voidsetQtyDd(String qtyDd)
     Setter for DropDown property qty.
public  voidsetQtyDdWV(String value)
     Setter for DropDown property qty.
public  voidsetQtyWV(String value)
     Setter for property qty.
public  voidsetSegregationCode(String segregationCode)
     Setter for property segregationCode.
public  voidsetSegregationCodeDd(String segregationCodeDd)
     Setter for DropDown property segregationCode.
public  voidsetSegregationCodeDdWV(String value)
     Setter for DropDown property segregationCode.
public  voidsetSegregationCodeWV(String value)
     Setter for property segregationCode.
public  voidsetSerial(String serial)
     Setter for property serial.
public  voidsetSerialDd(String serialDd)
     Setter for DropDown property serial.
public  voidsetSerialDdWV(String value)
     Setter for DropDown property serial.
public  voidsetSerialWV(String value)
     Setter for property serial.

Field Detail
NAME
final public static String NAME(Code)
The name constant used for determining the corresponding jsp through the struts-config file.





Method Detail
doValidate
public boolean doValidate(HttpServletRequest request)(Code)
This method should be invoked to ensure a valid state of the FormBean. It will validate the data in the models and set the corresponding properties. Errors will be raised in the FormBean, if any validation fails.
Parameters:
  request - The request stream A true indicates validations went through successfully.



getPartNo
public String getPartNo()(Code)
Getter for property partNo. Value of property partNo.



getPartNoDd
public String getPartNoDd()(Code)
Getter for DropDown property partNo. Value of property partNoDd.



getPartNoDdWM
public DropDownModel getPartNoDdWM()(Code)
Getter for DropDown property partNo. This is invoked by the custom tag, when the jsp is rendered, to get the current value. Value of property partNoDd.



getPartNoWM
public EditBoxModel getPartNoWM()(Code)
Getter for property partNo. This is invoked by the custom tag, when the jsp is rendered, to get the current value. Value of property partNo.



getQty
public String getQty()(Code)
Getter for property qty. Value of property qty.



getQtyDd
public String getQtyDd()(Code)
Getter for DropDown property qty. Value of property qtyDd.



getQtyDdWM
public DropDownModel getQtyDdWM()(Code)
Getter for DropDown property qty. This is invoked by the custom tag, when the jsp is rendered, to get the current value. Value of property qtyDd.



getQtyWM
public EditBoxModel getQtyWM()(Code)
Getter for property qty. This is invoked by the custom tag, when the jsp is rendered, to get the current value. Value of property qty.



getSegregationCode
public String getSegregationCode()(Code)
Getter for property segregationCode. Value of property segregationCode.



getSegregationCodeDd
public String getSegregationCodeDd()(Code)
Getter for DropDown property segregationCode. Value of property segregationCodeDd.



getSegregationCodeDdWM
public DropDownModel getSegregationCodeDdWM()(Code)
Getter for DropDown property segregationCode. This is invoked by the custom tag, when the jsp is rendered, to get the current value. Value of property segregationCodeDd.



getSegregationCodeWM
public EditBoxModel getSegregationCodeWM()(Code)
Getter for property segregationCode. This is invoked by the custom tag, when the jsp is rendered, to get the current value. Value of property segregationCode.



getSerial
public String getSerial()(Code)
Getter for property serial. Value of property serial.



getSerialDd
public String getSerialDd()(Code)
Getter for DropDown property serial. Value of property serialDd.



getSerialDdWM
public DropDownModel getSerialDdWM()(Code)
Getter for DropDown property serial. This is invoked by the custom tag, when the jsp is rendered, to get the current value. Value of property serialDd.



getSerialWM
public EditBoxModel getSerialWM()(Code)
Getter for property serial. This is invoked by the custom tag, when the jsp is rendered, to get the current value. Value of property serial.



setPartNo
public void setPartNo(String partNo)(Code)
Setter for property partNo.
Parameters:
  partNo - New value of property partNo.



setPartNoDd
public void setPartNoDd(String partNoDd)(Code)
Setter for DropDown property partNo.
Parameters:
  partNoDd - New value of property partNoDd.



setPartNoDdWV
public void setPartNoDdWV(String value)(Code)
Setter for DropDown property partNo. This is invoked by the servlet, when a post is done on the Criteria screen.
Parameters:
  value - New value of property partNoDd.



setPartNoWV
public void setPartNoWV(String value)(Code)
Setter for property partNo. This is invoked by the servlet, when a post is done on the Criteria screen.
Parameters:
  value - New value of property partNo.



setQty
public void setQty(String qty)(Code)
Setter for property qty.
Parameters:
  qty - New value of property qty.



setQtyDd
public void setQtyDd(String qtyDd)(Code)
Setter for DropDown property qty.
Parameters:
  qtyDd - New value of property qtyDd.



setQtyDdWV
public void setQtyDdWV(String value)(Code)
Setter for DropDown property qty. This is invoked by the servlet, when a post is done on the Criteria screen.
Parameters:
  value - New value of property qtyDd.



setQtyWV
public void setQtyWV(String value)(Code)
Setter for property qty. This is invoked by the servlet, when a post is done on the Criteria screen.
Parameters:
  value - New value of property qty.



setSegregationCode
public void setSegregationCode(String segregationCode)(Code)
Setter for property segregationCode.
Parameters:
  segregationCode - New value of property segregationCode.



setSegregationCodeDd
public void setSegregationCodeDd(String segregationCodeDd)(Code)
Setter for DropDown property segregationCode.
Parameters:
  segregationCodeDd - New value of property segregationCodeDd.



setSegregationCodeDdWV
public void setSegregationCodeDdWV(String value)(Code)
Setter for DropDown property segregationCode. This is invoked by the servlet, when a post is done on the Criteria screen.
Parameters:
  value - New value of property segregationCodeDd.



setSegregationCodeWV
public void setSegregationCodeWV(String value)(Code)
Setter for property segregationCode. This is invoked by the servlet, when a post is done on the Criteria screen.
Parameters:
  value - New value of property segregationCode.



setSerial
public void setSerial(String serial)(Code)
Setter for property serial.
Parameters:
  serial - New value of property serial.



setSerialDd
public void setSerialDd(String serialDd)(Code)
Setter for DropDown property serial.
Parameters:
  serialDd - New value of property serialDd.



setSerialDdWV
public void setSerialDdWV(String value)(Code)
Setter for DropDown property serial. This is invoked by the servlet, when a post is done on the Criteria screen.
Parameters:
  value - New value of property serialDd.



setSerialWV
public void setSerialWV(String value)(Code)
Setter for property serial. This is invoked by the servlet, when a post is done on the Criteria screen.
Parameters:
  value - New value of property serial.



Methods inherited from org.jaffa.components.finder.FinderCriteriaForm
public boolean doValidate(HttpServletRequest request)(Code)(Java Doc)
public String getExportType()(Code)(Java Doc)
public RadioButtonModel getExportTypeWM()(Code)(Java Doc)
public Integer getMaxRecords()(Code)(Java Doc)
public DropDownModel getMaxRecordsWM()(Code)(Java Doc)
public String getSortDropDown()(Code)(Java Doc)
public DropDownModel getSortDropDownWM()(Code)(Java Doc)
public void setExportType(String exportType)(Code)(Java Doc)
public void setExportTypeWV(String value)(Code)(Java Doc)
public void setMaxRecords(Integer maxRecords)(Code)(Java Doc)
public void setMaxRecordsWV(String value)(Code)(Java Doc)
public void setSortDropDown(String sortDropDown)(Code)(Java Doc)
public void setSortDropDownWV(String value)(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.