com.liferay.portlet.enterpriseadmin.action
Class ActionUtil

java.lang.Object
  extended by com.liferay.portlet.enterpriseadmin.action.ActionUtil
Direct Known Subclasses:
ActionUtil

public class ActionUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan, Alexander Chow

Constructor Summary
ActionUtil()
           
 
Method Summary
static void getAddress(javax.portlet.ActionRequest actionRequest)
           
static void getAddress(javax.servlet.http.HttpServletRequest request)
           
static void getAddress(javax.portlet.RenderRequest renderRequest)
           
static void getEmailAddress(javax.portlet.ActionRequest actionRequest)
           
static void getEmailAddress(javax.servlet.http.HttpServletRequest request)
           
static void getEmailAddress(javax.portlet.RenderRequest renderRequest)
           
static void getOrganization(javax.portlet.ActionRequest actionRequest)
           
static void getOrganization(javax.servlet.http.HttpServletRequest request)
           
static void getOrganization(javax.portlet.RenderRequest renderRequest)
           
static void getOrgLabor(javax.portlet.ActionRequest actionRequest)
           
static void getOrgLabor(javax.servlet.http.HttpServletRequest request)
           
static void getOrgLabor(javax.portlet.RenderRequest renderRequest)
           
static void getPasswordPolicy(javax.portlet.ActionRequest actionRequest)
           
static void getPasswordPolicy(javax.servlet.http.HttpServletRequest request)
           
static void getPasswordPolicy(javax.portlet.RenderRequest renderRequest)
           
static void getPhone(javax.portlet.ActionRequest actionRequest)
           
static void getPhone(javax.servlet.http.HttpServletRequest request)
           
static void getPhone(javax.portlet.RenderRequest renderRequest)
           
static void getRole(javax.portlet.ActionRequest actionRequest)
           
static void getRole(javax.servlet.http.HttpServletRequest request)
           
static void getRole(javax.portlet.RenderRequest renderRequest)
           
static void getUserGroup(javax.portlet.ActionRequest actionRequest)
           
static void getUserGroup(javax.servlet.http.HttpServletRequest request)
           
static void getUserGroup(javax.portlet.RenderRequest renderRequest)
           
static void getWebsite(javax.portlet.ActionRequest actionRequest)
           
static void getWebsite(javax.servlet.http.HttpServletRequest request)
           
static void getWebsite(javax.portlet.RenderRequest renderRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionUtil

public ActionUtil()
Method Detail

getAddress

public static void getAddress(javax.portlet.ActionRequest actionRequest)
                       throws java.lang.Exception
Throws:
java.lang.Exception

getAddress

public static void getAddress(javax.portlet.RenderRequest renderRequest)
                       throws java.lang.Exception
Throws:
java.lang.Exception

getAddress

public static void getAddress(javax.servlet.http.HttpServletRequest request)
                       throws java.lang.Exception
Throws:
java.lang.Exception

getEmailAddress

public static void getEmailAddress(javax.portlet.ActionRequest actionRequest)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getEmailAddress

public static void getEmailAddress(javax.portlet.RenderRequest renderRequest)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getEmailAddress

public static void getEmailAddress(javax.servlet.http.HttpServletRequest request)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getPhone

public static void getPhone(javax.portlet.ActionRequest actionRequest)
                     throws java.lang.Exception
Throws:
java.lang.Exception

getPhone

public static void getPhone(javax.portlet.RenderRequest renderRequest)
                     throws java.lang.Exception
Throws:
java.lang.Exception

getPhone

public static void getPhone(javax.servlet.http.HttpServletRequest request)
                     throws java.lang.Exception
Throws:
java.lang.Exception

getOrganization

public static void getOrganization(javax.portlet.ActionRequest actionRequest)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getOrganization

public static void getOrganization(javax.portlet.RenderRequest renderRequest)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getOrganization

public static void getOrganization(javax.servlet.http.HttpServletRequest request)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getOrgLabor

public static void getOrgLabor(javax.portlet.ActionRequest actionRequest)
                        throws java.lang.Exception
Throws:
java.lang.Exception

getOrgLabor

public static void getOrgLabor(javax.portlet.RenderRequest renderRequest)
                        throws java.lang.Exception
Throws:
java.lang.Exception

getOrgLabor

public static void getOrgLabor(javax.servlet.http.HttpServletRequest request)
                        throws java.lang.Exception
Throws:
java.lang.Exception

getPasswordPolicy

public static void getPasswordPolicy(javax.portlet.ActionRequest actionRequest)
                              throws java.lang.Exception
Throws:
java.lang.Exception

getPasswordPolicy

public static void getPasswordPolicy(javax.portlet.RenderRequest renderRequest)
                              throws java.lang.Exception
Throws:
java.lang.Exception

getPasswordPolicy

public static void getPasswordPolicy(javax.servlet.http.HttpServletRequest request)
                              throws java.lang.Exception
Throws:
java.lang.Exception

getRole

public static void getRole(javax.portlet.ActionRequest actionRequest)
                    throws java.lang.Exception
Throws:
java.lang.Exception

getRole

public static void getRole(javax.portlet.RenderRequest renderRequest)
                    throws java.lang.Exception
Throws:
java.lang.Exception

getRole

public static void getRole(javax.servlet.http.HttpServletRequest request)
                    throws java.lang.Exception
Throws:
java.lang.Exception

getUserGroup

public static void getUserGroup(javax.portlet.ActionRequest actionRequest)
                         throws java.lang.Exception
Throws:
java.lang.Exception

getUserGroup

public static void getUserGroup(javax.portlet.RenderRequest renderRequest)
                         throws java.lang.Exception
Throws:
java.lang.Exception

getUserGroup

public static void getUserGroup(javax.servlet.http.HttpServletRequest request)
                         throws java.lang.Exception
Throws:
java.lang.Exception

getWebsite

public static void getWebsite(javax.portlet.ActionRequest actionRequest)
                       throws java.lang.Exception
Throws:
java.lang.Exception

getWebsite

public static void getWebsite(javax.portlet.RenderRequest renderRequest)
                       throws java.lang.Exception
Throws:
java.lang.Exception

getWebsite

public static void getWebsite(javax.servlet.http.HttpServletRequest request)
                       throws java.lang.Exception
Throws:
java.lang.Exception