Java Doc for CmsGroupOverviewDialog.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.CmsGroupOverviewDialog

All known Subclasses:   com.alkacon.opencms.newsletter.admin.CmsMailinglistOverviewDialog,
CmsGroupOverviewDialog
public class CmsGroupOverviewDialog extends CmsWidgetDialog (Code)
The group overview and group info widget dialog.


author:
   Michael Moossen
version:
   $Revision: 1.14 $
since:
   6.0.0



Field Summary
final public static  StringKEY_PREFIX
     localized messages Keys prefix.
final public static  String[]PAGES
     Defines which pages are valid for this dialog.
final public static  StringPARAM_GROUPID
     Request parameter name for the user id.
protected  CmsGroupm_group
     The user object that is edited on this dialog.

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

Method Summary
public  voidactionCommit()
    
protected  StringcreateDialogHtml(String dialog)
    
protected  StringdefaultActionHtmlEnd()
    
protected  voiddefineWidgets()
    
public  StringgetAssignedOu()
    
public  StringgetDescription()
    
public  StringgetName()
    
protected  String[]getPageArray()
    
public  StringgetParamGroupid()
    
public  StringgetParentGroup()
    
protected  voidinitGroupObject()
    
protected  voidinitMessages()
    
protected  voidinitWorkplaceMembers(CmsJspActionElement jsp)
    
public  voidsetAssignedOu(String assignedOu)
    
public  voidsetDescription(String description)
    
public  voidsetName(String name)
    
public  voidsetParamGroupid(String userId)
    
public  voidsetParentGroup(String parentGroup)
    
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.



PARAM_GROUPID
final public static String PARAM_GROUPID(Code)
Request parameter name for the user id.



m_group
protected CmsGroup m_group(Code)
The user object that is edited on this dialog.




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


Parameters:
  jsp - an initialized JSP action element




CmsGroupOverviewDialog
public CmsGroupOverviewDialog(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)
Commits the edited group to the db.




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)
Creates the list of widgets for this dialog.




getAssignedOu
public String getAssignedOu()(Code)
Returns the description of the parent ou.

the description of the parent ou




getDescription
public String getDescription()(Code)
Returns the localized description of the group if the description is a message key.

the localized description of the group if the description is a message key




getName
public String getName()(Code)
Returns the simple name of the user object.

the simple name of the user object




getPageArray
protected String[] getPageArray()(Code)

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



getParamGroupid
public String getParamGroupid()(Code)
Returns the user id parameter value.

the user id parameter value




getParentGroup
public String getParentGroup()(Code)
Returns the parent Group name.

the parent Group name




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




initMessages
protected void initMessages()(Code)

See Also:   org.opencms.workplace.CmsWorkplace.initMessages



initWorkplaceMembers
protected void initWorkplaceMembers(CmsJspActionElement jsp)(Code)
Overridden to set the online help path for this dialog.


See Also:   org.opencms.workplace.CmsWorkplace.initWorkplaceMembers(org.opencms.jsp.CmsJspActionElement)




setAssignedOu
public void setAssignedOu(String assignedOu)(Code)
Setter for widget definition.


Parameters:
  assignedOu - the ou description




setDescription
public void setDescription(String description)(Code)
Sets the description of the group.


Parameters:
  description - the description of the group




setName
public void setName(String name)(Code)
Sets the name of the user object.


Parameters:
  name - the name of the user object




setParamGroupid
public void setParamGroupid(String userId)(Code)
Sets the user id parameter value.


Parameters:
  userId - the user id parameter value




setParentGroup
public void setParentGroup(String parentGroup)(Code)
Sets the parent Group name.


Parameters:
  parentGroup - the parent Group name to set




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.