Class DDMTemplateItemSelectorReturnType
java.lang.Object
com.liferay.dynamic.data.mapping.item.selector.DDMTemplateItemSelectorReturnType
- All Implemented Interfaces:
com.liferay.item.selector.ItemSelectorReturnType
public class DDMTemplateItemSelectorReturnType
extends Object
implements com.liferay.item.selector.ItemSelectorReturnType
This return type should return the following information of a vocabulary as a
JSON object:
-
ddmTemplateId
: The ddmTemplateId of the selected ddm template -
ddmTemplateKey
: The ddmTemplateKey of the selected ddm template -
description
: The localized description of the selected ddm template -
imageurl
: The imageurl of the selected ddm template -
name
: The localized name of the selected ddm template
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DDMTemplateItemSelectorReturnType
public DDMTemplateItemSelectorReturnType()
-