com.liferay.portal.events
Class EventsProcessorUtil
java.lang.Object
com.liferay.portal.events.EventsProcessorUtil
public class EventsProcessorUtil
- extends Object
|
Method Summary |
protected Collection<com.liferay.portal.kernel.events.LifecycleAction> |
_getLifecycleActions(String key)
|
protected void |
_process(String key,
String[] classes,
com.liferay.portal.kernel.events.LifecycleEvent lifecycleEvent)
|
protected void |
_processEvent(com.liferay.portal.kernel.events.LifecycleAction lifecycleAction,
com.liferay.portal.kernel.events.LifecycleEvent lifecycleEvent)
|
protected void |
_registerEvent(String key,
Object event)
|
protected void |
_unregisterEvent(String key,
Object event)
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventsProcessorUtil
protected EventsProcessorUtil()
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 request,
javax.servlet.http.HttpServletResponse response)
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 session)
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
registerEvent
public static void registerEvent(String key,
Object event)
unregisterEvent
public static void unregisterEvent(String key,
Object event)
_getLifecycleActions
protected Collection<com.liferay.portal.kernel.events.LifecycleAction> _getLifecycleActions(String key)
_process
protected 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
_processEvent
protected 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
_registerEvent
protected void _registerEvent(String key,
Object event)
_unregisterEvent
protected void _unregisterEvent(String key,
Object event)