Class SystemEventHierarchyEntry
Object
com.liferay.portal.kernel.systemevent.SystemEventHierarchyEntry
- Author:
- Zsolt Berentey
-
Constructor Summary
ConstructorsConstructorDescriptionSystemEventHierarchyEntry(long systemEventId, long classNameId, long classPK, long parentSystemEventId, long systemEventSetKey, int action) -
Method Summary
Modifier and TypeMethodDescriptionintlonglonglonglonggetUuid()booleanhasTypedModel(long classNameId, long classPK) booleanhasTypedModel(String className, long classPK) voidsetClassName(String className) voidsetClassNameId(long classNameId) voidsetExtraDataValue(String key, String value) void
-
Constructor Details
-
SystemEventHierarchyEntry
public SystemEventHierarchyEntry(long systemEventId, long classNameId, long classPK, long parentSystemEventId, long systemEventSetKey, int action)
-
-
Method Details
-
getAction
public int getAction() -
getClassName
-
getClassNameId
public long getClassNameId() -
getExtraData
-
getParentSystemEventId
public long getParentSystemEventId() -
getSystemEventId
public long getSystemEventId() -
getSystemEventSetKey
public long getSystemEventSetKey() -
getUuid
-
hasTypedModel
public boolean hasTypedModel(long classNameId, long classPK) -
hasTypedModel
-
setClassName
-
setClassNameId
public void setClassNameId(long classNameId) -
setExtraDataValue
-
setUuid
-