Liferay 7.0-ce-m6

com.liferay.portlet.usergroupsadmin
Class UserGroupsAdminPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by com.liferay.portal.kernel.portlet.LiferayPortlet
          extended by com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
              extended by com.liferay.portlet.usergroupsadmin.UserGroupsAdminPortlet
All Implemented Interfaces:
EventPortlet, Portlet, PortletConfig, ResourceServingPortlet

public class UserGroupsAdminPortlet
extends MVCPortlet


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
aboutTemplate, clearRequestParameters, configTemplate, copyRequestParameters, editDefaultsTemplate, editGuestTemplate, editTemplate, helpTemplate, previewTemplate, printTemplate, templatePath, viewTemplate
 
Fields inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addProcessActionSuccessMessage, alwaysSendRedirect
 
Constructor Summary
UserGroupsAdminPortlet()
           
 
Method Summary
 void deleteUserGroups(ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void doDispatch(RenderRequest renderRequest, RenderResponse renderResponse)
           
 void editUserGroup(ActionRequest actionRequest, ActionResponse actionResponse)
           
 void editUserGroupAssignments(ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  boolean isSessionErrorException(Throwable cause)
           
 
Methods inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
callActionMethod, callResourceMethod, checkPath, checkPermissions, destroy, doAbout, doConfig, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, doView, getPath, hideDefaultErrorMessage, hideDefaultSuccessMessage, include, include, include, include, include, init, invokeTaglibDiscussion, invokeTaglibDiscussionPagination, processAction, serveResource
 
Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addSuccessMessage, getActionMethod, getJSONContentType, getRedirect, getResourceMethod, getServletContext, getTitle, isAlwaysSendRedirect, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, sendRedirect, translate, translate, writeJSON, writeJSON
 
Methods inherited from class javax.portlet.GenericPortlet
doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, init, processEvent, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupsAdminPortlet

public UserGroupsAdminPortlet()
Method Detail

deleteUserGroups

public void deleteUserGroups(ActionRequest actionRequest,
                             ActionResponse actionResponse)
                      throws Exception
Throws:
Exception

editUserGroup

public void editUserGroup(ActionRequest actionRequest,
                          ActionResponse actionResponse)
                   throws Exception
Throws:
Exception

editUserGroupAssignments

public void editUserGroupAssignments(ActionRequest actionRequest,
                                     ActionResponse actionResponse)
                              throws Exception
Throws:
Exception

doDispatch

protected void doDispatch(RenderRequest renderRequest,
                          RenderResponse renderResponse)
                   throws IOException,
                          PortletException
Overrides:
doDispatch in class MVCPortlet
Throws:
IOException
PortletException

isSessionErrorException

protected boolean isSessionErrorException(Throwable cause)
Overrides:
isSessionErrorException in class LiferayPortlet

Liferay 7.0-ce-m6