Package com.liferay.portal.events
Class EventsProcessorUtil
Object
com.liferay.portal.events.EventsProcessorUtil
- Author:
- Brian Wing Shun Chan, Michael Young, Raymond Augé
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
process
(String key, String[] classes, com.liferay.portal.kernel.events.LifecycleEvent lifecycleEvent) static void
static void
process
(String key, String[] classes, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) static void
static void
processEvent
(com.liferay.portal.kernel.events.LifecycleAction lifecycleAction, com.liferay.portal.kernel.events.LifecycleEvent lifecycleEvent)
-
Constructor Details
-
EventsProcessorUtil
protected EventsProcessorUtil()
-
-
Method Details
-
process
public static void process(String key, String[] classes) throws com.liferay.portal.kernel.events.ActionException - Throws:
com.liferay.portal.kernel.events.ActionException
-
process
public static void process(String key, String[] classes, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws com.liferay.portal.kernel.events.ActionException - Throws:
com.liferay.portal.kernel.events.ActionException
-
process
public static void process(String key, String[] classes, javax.servlet.http.HttpSession httpSession) throws com.liferay.portal.kernel.events.ActionException - Throws:
com.liferay.portal.kernel.events.ActionException
-
process
public static void process(String key, String[] classes, com.liferay.portal.kernel.events.LifecycleEvent lifecycleEvent) throws com.liferay.portal.kernel.events.ActionException - Throws:
com.liferay.portal.kernel.events.ActionException
-
process
public static void process(String key, String[] classes, String[] ids) throws com.liferay.portal.kernel.events.ActionException - Throws:
com.liferay.portal.kernel.events.ActionException
-
processEvent
public static void processEvent(com.liferay.portal.kernel.events.LifecycleAction lifecycleAction, com.liferay.portal.kernel.events.LifecycleEvent lifecycleEvent) throws com.liferay.portal.kernel.events.ActionException - Throws:
com.liferay.portal.kernel.events.ActionException
-