Java Doc for KualiBatchInputFileSetForm.java in  » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » kfs » web » struts » form » 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 » ERP CRM Financial » Kuali Financial System » org.kuali.kfs.web.struts.form 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.kuali.core.web.struts.form.KualiForm
   org.kuali.kfs.web.struts.form.KualiBatchInputFileSetForm

KualiBatchInputFileSetForm
public class KualiBatchInputFileSetForm extends KualiForm (Code)
This class is the form used for the batch upload for file sets



Constructor Summary
public  KualiBatchInputFileSetForm()
     Constructs a KualiBatchInputFileForm.java.

Method Summary
public  BatchInputFileSetTypegetBatchInputFileSetType()
     Gets the batchInputFileSetType attribute.
public  BatchUploadgetBatchUpload()
     Gets the batchUpload attribute.
public  StringgetDownloadFileType()
     Gets the downloadFileAlias attribute.
public  List<KeyLabelPair>getFileTypes()
     Gets the fileAliases attribute.
public  List<KeyLabelPair>getFileUserIdentifiers()
     Gets the userFiles attribute.
public  StringgetTitleKey()
     Gets the titleKey attribute.
public  Map<String, FormFile>getUploadedFiles()
     Gets the uploadedFiles attribute.
public  booleanisSupressDoneFileCreation()
     Gets the supressDoneFileCreation attribute.
public  voidsetBatchInputFileSetType(BatchInputFileSetType batchInputFileSetType)
     Sets the batchInputFileSetType attribute value.
public  voidsetBatchUpload(BatchUpload batchUpload)
     Sets the batchUpload attribute value.
public  voidsetDownloadFileType(String downloadFileAlias)
     Sets the downloadFileAlias attribute value.
public  voidsetFileTypes(List<KeyLabelPair> fileAliases)
     Sets the fileAliases attribute value.
public  voidsetFileUserIdentifiers(List<KeyLabelPair> fileUserIdentifiers)
     Sets the userFiles attribute value.
public  voidsetSupressDoneFileCreation(boolean supressDoneFileCreation)
     Sets the supressDoneFileCreation attribute value.
public  voidsetTitleKey(String titleKey)
     Sets the titleKey attribute value.
public  voidsetUploadedFiles(Map<String, FormFile> uploadedFiles)
     Sets the uploadedFiles attribute value.


Constructor Detail
KualiBatchInputFileSetForm
public KualiBatchInputFileSetForm()(Code)
Constructs a KualiBatchInputFileForm.java.




Method Detail
getBatchInputFileSetType
public BatchInputFileSetType getBatchInputFileSetType()(Code)
Gets the batchInputFileSetType attribute. Returns the batchInputFileSetType.



getBatchUpload
public BatchUpload getBatchUpload()(Code)
Gets the batchUpload attribute.



getDownloadFileType
public String getDownloadFileType()(Code)
Gets the downloadFileAlias attribute. Returns the downloadFileAlias.



getFileTypes
public List<KeyLabelPair> getFileTypes()(Code)
Gets the fileAliases attribute. Returns the fileAliases.



getFileUserIdentifiers
public List<KeyLabelPair> getFileUserIdentifiers()(Code)
Gets the userFiles attribute.



getTitleKey
public String getTitleKey()(Code)
Gets the titleKey attribute.



getUploadedFiles
public Map<String, FormFile> getUploadedFiles()(Code)
Gets the uploadedFiles attribute. Returns the uploadedFiles.



isSupressDoneFileCreation
public boolean isSupressDoneFileCreation()(Code)
Gets the supressDoneFileCreation attribute. Returns the supressDoneFileCreation.



setBatchInputFileSetType
public void setBatchInputFileSetType(BatchInputFileSetType batchInputFileSetType)(Code)
Sets the batchInputFileSetType attribute value.
Parameters:
  batchInputFileSetType - The batchInputFileSetType to set.



setBatchUpload
public void setBatchUpload(BatchUpload batchUpload)(Code)
Sets the batchUpload attribute value.



setDownloadFileType
public void setDownloadFileType(String downloadFileAlias)(Code)
Sets the downloadFileAlias attribute value.
Parameters:
  downloadFileAlias - The downloadFileAlias to set.



setFileTypes
public void setFileTypes(List<KeyLabelPair> fileAliases)(Code)
Sets the fileAliases attribute value.
Parameters:
  fileAliases - The fileAliases to set.



setFileUserIdentifiers
public void setFileUserIdentifiers(List<KeyLabelPair> fileUserIdentifiers)(Code)
Sets the userFiles attribute value.



setSupressDoneFileCreation
public void setSupressDoneFileCreation(boolean supressDoneFileCreation)(Code)
Sets the supressDoneFileCreation attribute value.
Parameters:
  supressDoneFileCreation - The supressDoneFileCreation to set.



setTitleKey
public void setTitleKey(String titleKey)(Code)
Sets the titleKey attribute value.



setUploadedFiles
public void setUploadedFiles(Map<String, FormFile> uploadedFiles)(Code)
Sets the uploadedFiles attribute value.
Parameters:
  uploadedFiles - The uploadedFiles to set.



Fields inherited from org.kuali.core.web.struts.form.KualiForm
protected List<ExtraButton> extraButtons(Code)(Java Doc)

Methods inherited from org.kuali.core.web.struts.form.KualiForm
public Map getActionFormUtilMap()(Code)(Java Doc)
public KeyLabelPair getAdditionalDocInfo1()(Code)(Java Doc)
public KeyLabelPair getAdditionalDocInfo2()(Code)(Java Doc)
public String getAnchor()(Code)(Java Doc)
public int getCurrentTabIndex()(Code)(Java Doc)
public Map getDisplayedErrors()(Code)(Java Doc)
public ExtraButton getExtraButton(int index)(Code)(Java Doc)
public List<ExtraButton> getExtraButtons()(Code)(Java Doc)
public HeaderNavigation[] getHeaderNavigationTabs()(Code)(Java Doc)
public String getMethodToCall()(Code)(Java Doc)
public String getNavigationCss()(Code)(Java Doc)
public int getNextArbitrarilyHighIndex()(Code)(Java Doc)
public String getRefreshCaller()(Code)(Java Doc)
public String getTabState(String key)(Code)(Java Doc)
public Map<String, String> getTabStates()(Code)(Java Doc)
public void incrementTabIndex()(Code)(Java Doc)
public boolean isFieldLevelHelpEnabled()(Code)(Java Doc)
public void populate(HttpServletRequest request)(Code)(Java Doc)
protected void populateFieldLevelHelpEnabled(HttpServletRequest request)(Code)(Java Doc)
public void setActionFormUtilMap(Map validOptionsMap)(Code)(Java Doc)
public void setAdditionalDocInfo1(KeyLabelPair additionalDocInfo1)(Code)(Java Doc)
public void setAdditionalDocInfo2(KeyLabelPair additionalDocInfo2)(Code)(Java Doc)
public void setAnchor(String anchor)(Code)(Java Doc)
public void setCurrentTabIndex(int currentTabIndex)(Code)(Java Doc)
public void setExtraButton(int index, ExtraButton extraButton)(Code)(Java Doc)
public void setExtraButtons(List<ExtraButton> extraButtons)(Code)(Java Doc)
public void setFieldLevelHelpEnabled(boolean fieldLevelHelpEnabled)(Code)(Java Doc)
public void setHeaderNavigationTabs(HeaderNavigation[] headerNavigationTabs)(Code)(Java Doc)
public void setMethodToCall(String methodToCall)(Code)(Java Doc)
public void setNavigationCss(String navigationCss)(Code)(Java Doc)
public void setRefreshCaller(String refreshCaller)(Code)(Java Doc)
public void setTabStates(Map<String, String> tabStates)(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.