Interface DisplayPageInfoItemFieldSetProvider


@ProviderType public interface DisplayPageInfoItemFieldSetProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.info.field.InfoFieldSet
    getInfoFieldSet(String itemClassName, String infoItemFormVariationKey, String namespace, long scopeGroupId)
     
    List<com.liferay.info.field.InfoFieldValue<Object>>
    getInfoFieldValues(com.liferay.info.item.InfoItemReference infoItemReference, String infoItemFormVariationKey, String namespace, Object object, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
     
  • Method Details

    • getInfoFieldSet

      com.liferay.info.field.InfoFieldSet getInfoFieldSet(String itemClassName, String infoItemFormVariationKey, String namespace, long scopeGroupId)
    • getInfoFieldValues

      List<com.liferay.info.field.InfoFieldValue<Object>> getInfoFieldValues(com.liferay.info.item.InfoItemReference infoItemReference, String infoItemFormVariationKey, String namespace, Object object, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws Exception
      Throws:
      Exception