Class InfoListItemSelectorReturnType

java.lang.Object
com.liferay.item.selector.criteria.InfoListItemSelectorReturnType
All Implemented Interfaces:
com.liferay.item.selector.ItemSelectorReturnType

public class InfoListItemSelectorReturnType extends Object implements com.liferay.item.selector.ItemSelectorReturnType
This return type should return the following information of an info item as a JSON object:
  • className: The class name of the selected info list
  • classPK: The class pk of the selected info list
  • title: The title of the selected info list
  • Constructor Details

    • InfoListItemSelectorReturnType

      public InfoListItemSelectorReturnType()