Java Doc for CmsRoleOverviewDialog.java in  » Content-Management-System » opencms » org » opencms » workplace » tools » accounts » 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 » Content Management System » opencms » org.opencms.workplace.tools.accounts 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.opencms.workplace.CmsWidgetDialog
   org.opencms.workplace.tools.accounts.CmsRoleOverviewDialog

CmsRoleOverviewDialog
public class CmsRoleOverviewDialog extends CmsWidgetDialog (Code)
The role overview widget dialog.


author:
   Raphael Schnuck
version:
   $Revision: 1.4 $
since:
   6.5.6



Field Summary
final public static  StringKEY_PREFIX
     localized messages Keys prefix.
final public static  String[]PAGES
     Defines which pages are valid for this dialog.
protected  CmsRolem_role
     The role object that is viewed on this dialog.

Constructor Summary
public  CmsRoleOverviewDialog(CmsJspActionElement jsp)
    
public  CmsRoleOverviewDialog(PageContext context, HttpServletRequest req, HttpServletResponse res)
    

Method Summary
public  voidactionCommit()
    
protected  StringcreateDialogHtml(String dialog)
    
protected  StringdefaultActionHtmlEnd()
    
protected  voiddefineWidgets()
    
public  StringgetDependency()
    
public  StringgetDescription()
    
public  StringgetName()
    
protected  String[]getPageArray()
    
public  StringgetParamOufqn()
    
public  StringgetParamRole()
    
protected  voidinitRoleObject()
    
public  voidsetDependency(String dependency)
    
public  voidsetDescription(String description)
    
public  voidsetName(String name)
    
public  voidsetParamOufqn(String ouFqn)
    
public  voidsetParamRole(String role)
    
protected  voidvalidateParamaters()
    

Field Detail
KEY_PREFIX
final public static String KEY_PREFIX(Code)
localized messages Keys prefix.



PAGES
final public static String[] PAGES(Code)
Defines which pages are valid for this dialog.



m_role
protected CmsRole m_role(Code)
The role object that is viewed on this dialog.




Constructor Detail
CmsRoleOverviewDialog
public CmsRoleOverviewDialog(CmsJspActionElement jsp)(Code)
Public constructor with JSP action element.


Parameters:
  jsp - an initialized JSP action element




CmsRoleOverviewDialog
public CmsRoleOverviewDialog(PageContext context, HttpServletRequest req, HttpServletResponse res)(Code)
Public constructor with JSP variables.


Parameters:
  context - the JSP page context
Parameters:
  req - the JSP request
Parameters:
  res - the JSP response





Method Detail
actionCommit
public void actionCommit()(Code)

See Also:   org.opencms.workplace.CmsWidgetDialog.actionCommit



createDialogHtml
protected String createDialogHtml(String dialog)(Code)
Creates the dialog HTML for all defined widgets of the named dialog (page).

This overwrites the method from the super class to create a layout variation for the widgets.


Parameters:
  dialog - the dialog (page) to get the HTML for the dialog HTML for all defined widgets of the named dialog (page)




defaultActionHtmlEnd
protected String defaultActionHtmlEnd()(Code)

See Also:   org.opencms.workplace.CmsWidgetDialog.defaultActionHtmlEnd



defineWidgets
protected void defineWidgets()(Code)

See Also:   org.opencms.workplace.CmsWidgetDialog.defineWidgets



getDependency
public String getDependency()(Code)
Returns a String inculding all parent roles of the role object.

a String inculding all parent roles of the role object




getDescription
public String getDescription()(Code)
Returns the localized description of the role object.

the localized description of the role object




getName
public String getName()(Code)
Returns the localized name of the role object.

the localized name of the role object




getPageArray
protected String[] getPageArray()(Code)

See Also:   org.opencms.workplace.CmsWidgetDialog.getPageArray



getParamOufqn
public String getParamOufqn()(Code)
Returns the organizational unit parameter value.

the organizational unit parameter value




getParamRole
public String getParamRole()(Code)
Returns the role name parameter value.

the role name parameter value




initRoleObject
protected void initRoleObject()(Code)
Initializes the group object.




setDependency
public void setDependency(String dependency)(Code)
This method is needed only for displaying reasons.


Parameters:
  dependency - nothing to do with this parameter




setDescription
public void setDescription(String description)(Code)
This method is needed only for displaying reasons.


Parameters:
  description - nothing to do with this parameter




setName
public void setName(String name)(Code)
This method is needed only for displaying reasons.


Parameters:
  name - nothing to do with this parameter




setParamOufqn
public void setParamOufqn(String ouFqn)(Code)
Sets the user organizational unit value.


Parameters:
  ouFqn - the organizational unit parameter value




setParamRole
public void setParamRole(String role)(Code)
Sets the role name value.


Parameters:
  role - the role name parameter value




validateParamaters
protected void validateParamaters() throws Exception(Code)

See Also:   org.opencms.workplace.CmsWidgetDialog.validateParamaters



Fields inherited from org.opencms.workplace.CmsWidgetDialog
final public static int ACTION_ELEMENT_ADD(Code)(Java Doc)
final public static int ACTION_ELEMENT_REMOVE(Code)(Java Doc)
final public static int ACTION_ERROR(Code)(Java Doc)
final public static int ACTION_SAVE(Code)(Java Doc)
final public static String DIALOG_SAVE(Code)(Java Doc)
final public static String EDITOR_ACTION_ELEMENT_ADD(Code)(Java Doc)
final public static String EDITOR_ACTION_ELEMENT_REMOVE(Code)(Java Doc)
final public static String HIDDEN_PARAM_PREFIX(Code)(Java Doc)
protected List m_commitErrors(Code)(Java Doc)
protected Object m_dialogObject(Code)(Java Doc)
protected List m_pages(Code)(Java Doc)
protected String m_paramPage(Code)(Java Doc)
protected List m_validationErrorList(Code)(Java Doc)
protected Map m_widgetParamValues(Code)(Java Doc)
protected List m_widgets(Code)(Java Doc)

Methods inherited from org.opencms.workplace.CmsWidgetDialog
public void actionCancel()(Code)(Java Doc)
abstract public void actionCommit() throws IOException, ServletException(Code)(Java Doc)
public void actionToggleElement()(Code)(Java Doc)
protected void addCommitError(Exception error)(Code)(Java Doc)
protected void addWidget(CmsWidgetDialogParameter param)(Code)(Java Doc)
public String buildAddElement(String elementName, int insertAfter, boolean enabled)(Code)(Java Doc)
public String buildDialogForm()(Code)(Java Doc)
public String buildRemoveElement(String elementName, int index, boolean enabled)(Code)(Java Doc)
public void clearDialogObject()(Code)(Java Doc)
protected boolean closeDialogOnCommit()(Code)(Java Doc)
protected List commitWidgetValues()(Code)(Java Doc)
protected List commitWidgetValues(String dialogPage)(Code)(Java Doc)
protected String createDialogHtml()(Code)(Java Doc)
protected String createDialogHtml(String dialog)(Code)(Java Doc)
protected String createDialogRowHtml(CmsWidgetDialogParameter base)(Code)(Java Doc)
protected String createDialogRowsHtml(int startIndex, int endIndex)(Code)(Java Doc)
protected String createWidgetBlockEnd()(Code)(Java Doc)
protected String createWidgetBlockStart(String headline)(Code)(Java Doc)
protected String createWidgetErrorHeader()(Code)(Java Doc)
protected String createWidgetTableEnd()(Code)(Java Doc)
protected String createWidgetTableStart()(Code)(Java Doc)
protected String defaultActionHtml() throws JspException(Code)(Java Doc)
protected String defaultActionHtmlContent()(Code)(Java Doc)
protected String defaultActionHtmlEnd()(Code)(Java Doc)
protected String defaultActionHtmlStart() throws JspException(Code)(Java Doc)
abstract protected void defineWidgets()(Code)(Java Doc)
public String dialogBlockEnd()(Code)(Java Doc)
public String dialogBlockStart(String headline)(Code)(Java Doc)
public String dialogButtonsCustom()(Code)(Java Doc)
public void displayDialog() throws JspException, IOException, ServletException(Code)(Java Doc)
public void displayDialog(boolean writeLater) throws JspException, IOException, ServletException(Code)(Java Doc)
protected void fillWidgetValues(HttpServletRequest request)(Code)(Java Doc)
public int getButtonStyle()(Code)(Java Doc)
public List getCommitErrors()(Code)(Java Doc)
public Object getDialogObject()(Code)(Java Doc)
protected String getDialogTitle()(Code)(Java Doc)
public Set getHelpMessageIds()(Code)(Java Doc)
abstract protected String[] getPageArray()(Code)(Java Doc)
protected List getPages()(Code)(Java Doc)
public String getParamElementIndex()(Code)(Java Doc)
public String getParamElementName()(Code)(Java Doc)
public String getParamPage()(Code)(Java Doc)
public String getParamValue(String name)(Code)(Java Doc)
public String getParamValue(String name, int index)(Code)(Java Doc)
protected CmsWidgetDialogParameter getParameterDefinition(String name)(Code)(Java Doc)
protected Map getParameters()(Code)(Java Doc)
public String getUserAgent()(Code)(Java Doc)
protected List getValidationErrorList()(Code)(Java Doc)
protected String getWidget(CmsWidgetDialogParameter param)(Code)(Java Doc)
public String getWidgetHtmlEnd()(Code)(Java Doc)
public String getWidgetIncludes() throws JspException(Code)(Java Doc)
public String getWidgetInitCalls() throws JspException(Code)(Java Doc)
public String getWidgetInitMethods() throws JspException(Code)(Java Doc)
protected List getWidgets()(Code)(Java Doc)
protected boolean hasCommitErrors()(Code)(Java Doc)
protected boolean hasValidationErrors()(Code)(Java Doc)
protected void initWorkplaceRequestValues(CmsWorkplaceSettings settings, HttpServletRequest request)(Code)(Java Doc)
public String paramsAsHidden()(Code)(Java Doc)
protected void setCommitErrors(List errors)(Code)(Java Doc)
public void setDialogObject(Object dialogObject)(Code)(Java Doc)
protected void setKeyPrefix(String prefix)(Code)(Java Doc)
protected void setPages(List pages)(Code)(Java Doc)
public void setParamElementIndex(String elementIndex)(Code)(Java Doc)
public void setParamElementName(String elementName)(Code)(Java Doc)
public void setParamPage(String paramPage)(Code)(Java Doc)
protected void setValidationErrorList(List errors)(Code)(Java Doc)
protected void validateParamaters() throws Exception(Code)(Java Doc)
public String widgetParamsAsHidden()(Code)(Java Doc)
public String widgetParamsAsHidden(String excludeDialogPage)(Code)(Java Doc)
public void writeDialog() throws IOException, JspException(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.