Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatalists.util
Class DDLConstants

java.lang.Object
  extended by com.liferay.portlet.dynamicdatalists.util.DDLConstants

public class DDLConstants
extends Object


Field Summary
static String RESERVED_DDM_STRUCTURE_ID
           
static String RESERVED_DDM_TEMPLATE_ID
           
static String RESERVED_RECORD_SET_DESCRIPTION
           
static String RESERVED_RECORD_SET_ID
           
static String RESERVED_RECORD_SET_NAME
           
 
Constructor Summary
DDLConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESERVED_DDM_STRUCTURE_ID

public static final String RESERVED_DDM_STRUCTURE_ID
See Also:
Constant Field Values

RESERVED_DDM_TEMPLATE_ID

public static final String RESERVED_DDM_TEMPLATE_ID
See Also:
Constant Field Values

RESERVED_RECORD_SET_DESCRIPTION

public static final String RESERVED_RECORD_SET_DESCRIPTION
See Also:
Constant Field Values

RESERVED_RECORD_SET_ID

public static final String RESERVED_RECORD_SET_ID
See Also:
Constant Field Values

RESERVED_RECORD_SET_NAME

public static final String RESERVED_RECORD_SET_NAME
See Also:
Constant Field Values
Constructor Detail

DDLConstants

public DDLConstants()

Liferay 6.2-ce-ga5