Class DDLConstants

java.lang.Object
com.liferay.dynamic.data.lists.constants.DDLConstants

public class DDLConstants extends Object
Holds generic constants used in DDL services.
  • Field Details

    • RESERVED_DDM_STRUCTURE_ID

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String RESOURCE_NAME
      See Also:
    • SERVICE_NAME

      public static final String SERVICE_NAME
      See Also:
  • Constructor Details

    • DDLConstants

      public DDLConstants()