Class DDLConstants
java.lang.Object
com.liferay.dynamic.data.lists.constants.DDLConstants
Holds generic constants used in DDL services.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
"reserved_ddm_structure_id" is a Reserved String and the name of the DDL Display Template variable that holds the Structure ID configured for the Record Set.static final String
"reserved_ddm_template_id" is a Reserved String and the name of the DDL Display Template variable that holds the Template ID.static final String
"reserved_record_set_description" is a Reserved String and the name of the DDL Display Template variable that holds the Record Set description.static final String
"reserved_record_set_id" is a Reserved String and the name of the DDL Display Template variable that holds the Record Set ID.static final String
"reserved_record_set_name" is a Reserved String and the name of the DDL Display Template variable that holds the Record Set name.static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RESERVED_DDM_STRUCTURE_ID
"reserved_ddm_structure_id" is a Reserved String and the name of the DDL Display Template variable that holds the Structure ID configured for the Record Set. The variable is injected into the DDL Display Template context.- See Also:
-
RESERVED_DDM_TEMPLATE_ID
"reserved_ddm_template_id" is a Reserved String and the name of the DDL Display Template variable that holds the Template ID. The variable is injected into the DDL Display Template context.- See Also:
-
RESERVED_RECORD_SET_DESCRIPTION
"reserved_record_set_description" is a Reserved String and the name of the DDL Display Template variable that holds the Record Set description. The variable is injected into the DDL Display Template context.- See Also:
-
RESERVED_RECORD_SET_ID
"reserved_record_set_id" is a Reserved String and the name of the DDL Display Template variable that holds the Record Set ID. The variable is injected into the DDL Display Template context.- See Also:
-
RESERVED_RECORD_SET_NAME
"reserved_record_set_name" is a Reserved String and the name of the DDL Display Template variable that holds the Record Set name. The variable is injected into the DDL Display Template context.- See Also:
-
RESOURCE_NAME
- See Also:
-
SERVICE_NAME
- See Also:
-
-
Constructor Details
-
DDLConstants
public DDLConstants()
-