com.liferay.portal.kernel.systemevent
Class SystemEventHierarchyEntryThreadLocal
java.lang.Object
com.liferay.portal.kernel.systemevent.SystemEventHierarchyEntryThreadLocal
public class SystemEventHierarchyEntryThreadLocal
- extends Object
|
Method Summary |
static void |
clear()
|
static SystemEventHierarchyEntry |
peek()
|
static SystemEventHierarchyEntry |
pop()
|
static SystemEventHierarchyEntry |
pop(Class<?> clazz)
|
static SystemEventHierarchyEntry |
pop(Class<?> clazz,
long classPK)
|
static SystemEventHierarchyEntry |
pop(long classNameId,
long classPK)
|
static SystemEventHierarchyEntry |
pop(String className,
long classPK)
|
static SystemEventHierarchyEntry |
push()
|
static SystemEventHierarchyEntry |
push(Class<?> clazz)
|
static SystemEventHierarchyEntry |
push(Class<?> clazz,
long classPK)
|
static SystemEventHierarchyEntry |
push(Class<?> clazz,
long classPK,
int action)
|
static SystemEventHierarchyEntry |
push(int action)
|
static SystemEventHierarchyEntry |
push(long classNameId,
long classPK,
int action)
|
static SystemEventHierarchyEntry |
push(String className,
long classPK,
int action)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemEventHierarchyEntryThreadLocal
public SystemEventHierarchyEntryThreadLocal()
clear
public static void clear()
peek
public static SystemEventHierarchyEntry peek()
pop
public static SystemEventHierarchyEntry pop()
pop
public static SystemEventHierarchyEntry pop(Class<?> clazz)
pop
public static SystemEventHierarchyEntry pop(Class<?> clazz,
long classPK)
pop
public static SystemEventHierarchyEntry pop(long classNameId,
long classPK)
pop
public static SystemEventHierarchyEntry pop(String className,
long classPK)
push
public static SystemEventHierarchyEntry push()
throws SystemException
- Throws:
SystemException
push
public static SystemEventHierarchyEntry push(Class<?> clazz)
throws SystemException
- Throws:
SystemException
push
public static SystemEventHierarchyEntry push(Class<?> clazz,
long classPK)
throws SystemException
- Throws:
SystemException
push
public static SystemEventHierarchyEntry push(Class<?> clazz,
long classPK,
int action)
throws SystemException
- Throws:
SystemException
push
public static SystemEventHierarchyEntry push(int action)
throws SystemException
- Throws:
SystemException
push
public static SystemEventHierarchyEntry push(long classNameId,
long classPK,
int action)
throws SystemException
- Throws:
SystemException
push
public static SystemEventHierarchyEntry push(String className,
long classPK,
int action)
throws SystemException
- Throws:
SystemException