Class GroupItemSelectorReturnType
java.lang.Object
com.liferay.item.selector.criteria.GroupItemSelectorReturnType
- All Implemented Interfaces:
com.liferay.item.selector.ItemSelectorReturnType
public class GroupItemSelectorReturnType
extends Object
implements com.liferay.item.selector.ItemSelectorReturnType
This return type should return the following information of a group as a JSON
object:
-
groupDescriptiveName: The name of the selected group -
groupId: The group ID of the selected group -
groupType: The type of the selected group -
url: The URL of the selected group -
uuid: The UUID of the selected group
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GroupItemSelectorReturnType
public GroupItemSelectorReturnType()
-