Liferay 6.0.5

com.liferay.portal.model
Class ResourceConstants

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

public class ResourceConstants
extends Object


Field Summary
static long PRIMKEY_DNE
           
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

PRIMKEY_DNE

public static final long PRIMKEY_DNE
See Also:
Constant Field Values

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()

Liferay 6.0.5