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 TypeMethodDescriptionint
long
long
long
long
getUuid()
boolean
hasTypedModel
(long classNameId, long classPK) boolean
hasTypedModel
(String className, long classPK) void
setClassName
(String className) void
setClassNameId
(long classNameId) void
setExtraDataValue
(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
-