com.liferay.portal.model
Class ResourceConstants

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

public class ResourceConstants
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static int SCOPE_COMPANY
           
static int SCOPE_GROUP
           
static int SCOPE_GROUP_TEMPLATE
           
static int SCOPE_INDIVIDUAL
           
static int[] SCOPES
           
 
Constructor Summary
ResourceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCOPE_INDIVIDUAL

public static final int SCOPE_INDIVIDUAL
See Also:
Constant Field Values

SCOPE_GROUP

public static final int SCOPE_GROUP
See Also:
Constant Field Values

SCOPE_GROUP_TEMPLATE

public static final int SCOPE_GROUP_TEMPLATE
See Also:
Constant Field Values

SCOPE_COMPANY

public static final int SCOPE_COMPANY
See Also:
Constant Field Values

SCOPES

public static int[] SCOPES
Constructor Detail

ResourceConstants

public ResourceConstants()