Liferay 6.2-ce-ga5

com.liferay.portal.model
Class SystemEventConstants

java.lang.Object
  extended by com.liferay.portal.model.SystemEventConstants

public class SystemEventConstants
extends Object


Field Summary
static int ACTION_GROUP
           
static int ACTION_HIERARCHY
           
static int ACTION_NONE
           
static int ACTION_SKIP
           
static int TYPE_DEFAULT
           
static int TYPE_DELETE
           
 
Constructor Summary
SystemEventConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_GROUP

public static final int ACTION_GROUP
See Also:
Constant Field Values

ACTION_HIERARCHY

public static final int ACTION_HIERARCHY
See Also:
Constant Field Values

ACTION_NONE

public static final int ACTION_NONE
See Also:
Constant Field Values

ACTION_SKIP

public static final int ACTION_SKIP
See Also:
Constant Field Values

TYPE_DEFAULT

public static final int TYPE_DEFAULT
See Also:
Constant Field Values

TYPE_DELETE

public static final int TYPE_DELETE
See Also:
Constant Field Values
Constructor Detail

SystemEventConstants

public SystemEventConstants()

Liferay 6.2-ce-ga5