Java Doc for TopicForm.java in  » Groupware » ivatagroupware » com » ivata » groupware » business » library » struts » 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 » Groupware » ivatagroupware » com.ivata.groupware.business.library.struts 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.ivata.groupware.business.library.struts.TopicForm

TopicForm
public class TopicForm extends DialogForm (Code)

Contains details of a topic which is being changed, or where the user (group) rights are being altered..


since:
   2002-11-22
author:
   Jan Boros
version:
   $Revision: 1.3 $



Constructor Summary
public  TopicForm(Library libraryParam)
    

Method Summary
protected  voidclear()
    
final public  ClassgetBaseClass()
    

Defines the base class of all objects in the value object list.

final public  MaskgetMask()
    

Mask containing all the field definitions for this list.

final public  Integer[]getRightsAddItem()
    
final public  Integer[]getRightsAmend()
    
final public  Integer[]getRightsAmendItem()
    
final public  Integer[]getRightsRemove()
    
final public  Integer[]getRightsRemoveItem()
    
final public  Integer[]getRightsView()
    
final public  Integer[]getRightsViewItem()
    
final public  TopicDOgetTopic()
    
final public  IntegergetTopicTab_activeTab()
    
public  voidreset(ActionMapping mapping, HttpServletRequest request)
    

Reset all bean properties to their default state.

final public  voidsetRightsAddItem(Integer[] rightsAddItem)
    
final public  voidsetRightsAmend(Integer[] rightsAmend)
    
final public  voidsetRightsAmendItem(Integer[] rightsAmendItem)
    
final public  voidsetRightsRemove(Integer[] rightsRemove)
    
final public  voidsetRightsRemoveItem(Integer[] rightsRemoveItem)
    
final public  voidsetRightsView(Integer[] rightsView)
    
final public  voidsetRightsViewItem(Integer[] rightsViewItem)
    
final public  voidsetTopic(TopicDO topic)
    
final public  voidsetTopicTab_activeTab(Integer topicTab_activeTab)
    
public  ValidationErrorsvalidate(HttpServletRequest request, HttpSession session)
    


Constructor Detail
TopicForm
public TopicForm(Library libraryParam)(Code)




Method Detail
clear
protected void clear()(Code)
TODO
See Also:   com.ivata.mask.web.struts.MaskForm.clear



getBaseClass
final public Class getBaseClass()(Code)

Defines the base class of all objects in the value object list.

base class of all objects in the value object list.



getMask
final public Mask getMask()(Code)

Mask containing all the field definitions for this list.

mask containing all the field definitions for this list.



getRightsAddItem
final public Integer[] getRightsAddItem()(Code)

Contains an array of all of the group ids for groups who have the right to add library items to this topic.

the current value of rightsAddItem.



getRightsAmend
final public Integer[] getRightsAmend()(Code)

Contains an array of all of the group ids for groups who have the right to amend library items which have this topic.

the current value of rightsAmend.



getRightsAmendItem
final public Integer[] getRightsAmendItem()(Code)

Contains an array of all of the group ids for groups who have the right to amend library items which have this topic.

the current value of rightsAmendItem.



getRightsRemove
final public Integer[] getRightsRemove()(Code)

Contains an array of all of the group ids for groups who have the right to remove library items with this topic.

the current value of groups who can remove from this topic.



getRightsRemoveItem
final public Integer[] getRightsRemoveItem()(Code)

Contains an array of all of the group ids for groups who have the right to remove library items with this topic.

the current value of rightsRemoveItem.



getRightsView
final public Integer[] getRightsView()(Code)

Contains an array of all of the group ids for groups who have the right to view library items with this topic.

the current value of groups who can view this topic.



getRightsViewItem
final public Integer[] getRightsViewItem()(Code)

Contains an array of all of the group ids for groups who have the right to view library items with this topic.

the current value of rightsViewItem.



getTopic
final public TopicDO getTopic()(Code)

Contains details of the topic which is currently being modified.

the current value of topic.



getTopicTab_activeTab
final public Integer getTopicTab_activeTab()(Code)

which TAB is active.

the current value of topicTab_activeTab.



reset
public void reset(ActionMapping mapping, HttpServletRequest request)(Code)

Reset all bean properties to their default state. This method is called before the properties are repopulated by the controller servlet.


Parameters:
  mapping - The mapping used to select this instance
Parameters:
  request - The servlet request we are processing




setRightsAddItem
final public void setRightsAddItem(Integer[] rightsAddItem)(Code)

Contains an array of all of the group ids for groups who have the right to add library items to this topic.


Parameters:
  rightsAddItem - the new value of rightsAddItem.



setRightsAmend
final public void setRightsAmend(Integer[] rightsAmend)(Code)

Contains an array of all of the group ids for groups who have the right to amend library items which have this topic.


Parameters:
  rightsAmend - the new value of rightsAmend.



setRightsAmendItem
final public void setRightsAmendItem(Integer[] rightsAmendItem)(Code)

Contains an array of all of the group ids for groups who have the right to amend library items which have this topic.


Parameters:
  rightsAmendItem - the new value of rightsAmendItem.



setRightsRemove
final public void setRightsRemove(Integer[] rightsRemove)(Code)

Contains an array of all of the group ids for groups who have the right to remove library items with this topic.


Parameters:
  rightsRemove - the new value of groups who can remove fromthis topic.



setRightsRemoveItem
final public void setRightsRemoveItem(Integer[] rightsRemoveItem)(Code)

Contains an array of all of the group ids for groups who have the right to remove library items with this topic.


Parameters:
  rightsRemoveItem - the new value of rightsRemoveItem.



setRightsView
final public void setRightsView(Integer[] rightsView)(Code)

Contains an array of all of the group ids for groups who have the right to view library items with this topic.


Parameters:
  rightsView - the new value of groups who can view this topic.



setRightsViewItem
final public void setRightsViewItem(Integer[] rightsViewItem)(Code)

Contains an array of all of the group ids for groups who have the right to view library items with this topic.


Parameters:
  rightsViewItem - the new value of rightsViewItem.



setTopic
final public void setTopic(TopicDO topic)(Code)

Contains details of the topic which is currently being modified.


Parameters:
  topic - the new value of topic.



setTopicTab_activeTab
final public void setTopicTab_activeTab(Integer topicTab_activeTab)(Code)

which TAB is active.


Parameters:
  topicTab_activeTab - the new value of topicTab_activeTab.



validate
public ValidationErrors validate(HttpServletRequest request, HttpSession session)(Code)

Call the corresponding server-side validation, handle possible exceptions and return any errors generated.


Parameters:
  mapping - The mapping used to select this instance
Parameters:
  request - The servlet request we are processing ActionMessages collection containing allvalidation errors, or null if there were no errors.
See Also:   com.ivata.mask.web.struts.MaskForm.validate(javax.servlet.http.HttpServletRequestjavax.servlet.http.HttpSession)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.