com.liferay.portal.events
Class EventsProcessorUtil
java.lang.Object
com.liferay.portal.events.EventsProcessorUtil
public class EventsProcessorUtil
- extends Object
|
Method Summary |
protected Collection<LifecycleAction> |
_getLifecycleActions(String key)
|
protected void |
_process(String key,
String[] classes,
LifecycleEvent lifecycleEvent)
|
protected void |
_processEvent(LifecycleAction lifecycleAction,
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,
LifecycleEvent lifecycleEvent)
|
static void |
process(String key,
String[] classes,
String[] ids)
|
static void |
processEvent(LifecycleAction lifecycleAction,
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 ActionException
- Throws:
ActionException
process
public static void process(String key,
String[] classes,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws ActionException
- Throws:
ActionException
process
public static void process(String key,
String[] classes,
javax.servlet.http.HttpSession session)
throws ActionException
- Throws:
ActionException
process
public static void process(String key,
String[] classes,
LifecycleEvent lifecycleEvent)
throws ActionException
- Throws:
ActionException
process
public static void process(String key,
String[] classes,
String[] ids)
throws ActionException
- Throws:
ActionException
processEvent
public static void processEvent(LifecycleAction lifecycleAction,
LifecycleEvent lifecycleEvent)
throws ActionException
- Throws:
ActionException
registerEvent
public static void registerEvent(String key,
Object event)
unregisterEvent
public static void unregisterEvent(String key,
Object event)
_getLifecycleActions
protected Collection<LifecycleAction> _getLifecycleActions(String key)
_process
protected void _process(String key,
String[] classes,
LifecycleEvent lifecycleEvent)
throws ActionException
- Throws:
ActionException
_processEvent
protected void _processEvent(LifecycleAction lifecycleAction,
LifecycleEvent lifecycleEvent)
throws ActionException
- Throws:
ActionException
_registerEvent
protected void _registerEvent(String key,
Object event)
_unregisterEvent
protected void _unregisterEvent(String key,
Object event)