info.magnolia.module.admininterface.dialogs
Class GroupEditDialog

java.lang.Object
  extended by info.magnolia.cms.servlets.MVCServletHandlerImpl
      extended by info.magnolia.module.admininterface.DialogMVCHandler
          extended by info.magnolia.module.admininterface.dialogs.ConfiguredDialog
              extended by info.magnolia.module.admininterface.dialogs.UserEditDialog
                  extended by info.magnolia.module.admininterface.dialogs.GroupEditDialog
All Implemented Interfaces:
MVCServletHandler

public class GroupEditDialog
extends UserEditDialog

Author:
Sameer Charles $Id: GroupEditDialog.java 41137 2011-01-06 18:19:25Z gjoseph $

Field Summary
 
Fields inherited from class info.magnolia.module.admininterface.dialogs.UserEditDialog
log, NODE_ACLCONFIG, NODE_ACLROLES, NODE_ACLUSERS
 
Fields inherited from class info.magnolia.module.admininterface.DialogMVCHandler
COMMAND_SAVE, COMMAND_SELECT_PARAGRAPH, COMMAND_SHOW_DIALOG, form, hm, locale, msgs, nodeName, params, path, repository, richE, richEPaste, storageNode, VIEW_CLOSE_WINDOW, VIEW_SHOW_DIALOG
 
Fields inherited from class info.magnolia.cms.servlets.MVCServletHandlerImpl
exception, request, response, VIEW_ERROR, VIEW_SUCCESS
 
Fields inherited from interface info.magnolia.cms.servlets.MVCServletHandler
VIEW_NOTHING
 
Constructor Summary
GroupEditDialog(String name, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content configNode)
           
 
Method Summary
protected  void writeACL(Content node)
          Write ACL entries under the given node
 
Methods inherited from class info.magnolia.module.admininterface.dialogs.UserEditDialog
configureSaveHandler, createDialog, getRepository, onPostSave
 
Methods inherited from class info.magnolia.module.admininterface.dialogs.ConfiguredDialog
getConfigNode, getConfiguredDialog, getConfiguredDialog
 
Methods inherited from class info.magnolia.module.admininterface.DialogMVCHandler
configureDialog, createSaveHandler, getCommand, getDialog, getItemType, getJsExecutedAfterSaving, getSaveHandler, getStorageNode, onPreSave, onSave, onSaveFailed, removeSessionAttributes, renderHtml, save, setDialog, setItemType, setJsExecutedAfterSaving, showDialog, validate
 
Methods inherited from class info.magnolia.cms.servlets.MVCServletHandlerImpl
execute, getException, getExceptionStackTrace, getName, getRequest, getResponse, init, populateFromRequest, setCommand, setRequest, setResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupEditDialog

public GroupEditDialog(String name,
                       javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response,
                       Content configNode)
Parameters:
name -
request -
response -
configNode -
Method Detail

writeACL

protected void writeACL(Content node)
                 throws javax.jcr.RepositoryException
Write ACL entries under the given node

Overrides:
writeACL in class UserEditDialog
Parameters:
node - under which ACL for all workspaces needs to be created
Throws:
javax.jcr.RepositoryException


Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.