public class EventsProcessorUtil
extends Object
Modifier | Constructor and Description |
---|---|
protected |
EventsProcessorUtil() |
Modifier and Type | Method and Description |
---|---|
protected Collection<com.liferay.portal.kernel.events.LifecycleAction> |
_getLifecycleActions(String key)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
protected void |
_process(String key,
String[] classes,
com.liferay.portal.kernel.events.LifecycleEvent lifecycleEvent)
Deprecated.
As of Judson (7.1.x), replaced by
process(String,
String[], LifecycleEvent) |
protected void |
_processEvent(com.liferay.portal.kernel.events.LifecycleAction lifecycleAction,
com.liferay.portal.kernel.events.LifecycleEvent lifecycleEvent)
Deprecated.
As of Judson (7.1.x), replaced by
processEvent(LifecycleAction, LifecycleEvent) |
protected void |
_registerEvent(String key,
Object event)
Deprecated.
As of Judson (7.1.x), replaced by
registerEvent(String, Object) |
protected void |
_unregisterEvent(String key,
Object event)
Deprecated.
As of Judson (7.1.x), replaced by
unregisterEvent(String, Object) |
static void |
process(String key,
String[] classes) |
static void |
process(String key,
String[] classes,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static void |
process(String key,
String[] classes,
javax.servlet.http.HttpSession session) |
static void |
process(String key,
String[] classes,
com.liferay.portal.kernel.events.LifecycleEvent lifecycleEvent) |
static void |
process(String key,
String[] classes,
String[] ids) |
static void |
processEvent(com.liferay.portal.kernel.events.LifecycleAction lifecycleAction,
com.liferay.portal.kernel.events.LifecycleEvent lifecycleEvent) |
static void |
registerEvent(String key,
Object event) |
static void |
unregisterEvent(String key,
Object event) |
public static void process(String key, String[] classes) throws com.liferay.portal.kernel.events.ActionException
com.liferay.portal.kernel.events.ActionException
public static void process(String key, String[] classes, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws com.liferay.portal.kernel.events.ActionException
com.liferay.portal.kernel.events.ActionException
public static void process(String key, String[] classes, javax.servlet.http.HttpSession session) throws com.liferay.portal.kernel.events.ActionException
com.liferay.portal.kernel.events.ActionException
public static void process(String key, String[] classes, com.liferay.portal.kernel.events.LifecycleEvent lifecycleEvent) throws com.liferay.portal.kernel.events.ActionException
com.liferay.portal.kernel.events.ActionException
public static void process(String key, String[] classes, String[] ids) throws com.liferay.portal.kernel.events.ActionException
com.liferay.portal.kernel.events.ActionException
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
com.liferay.portal.kernel.events.ActionException
public static void registerEvent(String key, Object event)
public static void unregisterEvent(String key, Object event)
@Deprecated protected Collection<com.liferay.portal.kernel.events.LifecycleAction> _getLifecycleActions(String key)
@Deprecated protected void _process(String key, String[] classes, com.liferay.portal.kernel.events.LifecycleEvent lifecycleEvent) throws com.liferay.portal.kernel.events.ActionException
process(String,
String[], LifecycleEvent)
com.liferay.portal.kernel.events.ActionException
@Deprecated protected void _processEvent(com.liferay.portal.kernel.events.LifecycleAction lifecycleAction, com.liferay.portal.kernel.events.LifecycleEvent lifecycleEvent) throws com.liferay.portal.kernel.events.ActionException
processEvent(LifecycleAction, LifecycleEvent)
com.liferay.portal.kernel.events.ActionException
@Deprecated protected void _registerEvent(String key, Object event)
registerEvent(String, Object)
@Deprecated protected void _unregisterEvent(String key, Object event)
unregisterEvent(String, Object)