Class AssetEntryItemSelectorReturnType
java.lang.Object
com.liferay.item.selector.criteria.AssetEntryItemSelectorReturnType
- All Implemented Interfaces:
com.liferay.item.selector.ItemSelectorReturnType
public class AssetEntryItemSelectorReturnType
extends Object
implements com.liferay.item.selector.ItemSelectorReturnType
This return type should return the following information of an info item as a
JSON object:
-
assetEntryId
: The entryId of the selected asset entry -
assetType
: The type of the selected asset entry -
className
: The class name of the selected asset entry -
classNameId
: The class name ID of the selected asset entry -
classPK
: The class pk of the selected asset entry -
groupDescriptiveName
: The group name of the selected asset entry -
title
: The title of the selected asset entry
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AssetEntryItemSelectorReturnType
public AssetEntryItemSelectorReturnType()
-