Class ObjectEntryInfoItemValuesProviderUtil

java.lang.Object
com.liferay.object.info.item.provider.util.ObjectEntryInfoItemValuesProviderUtil

public class ObjectEntryInfoItemValuesProviderUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<com.liferay.info.field.InfoFieldValue<Object>>
    getInfoFieldValues(com.liferay.document.library.kernel.service.DLAppLocalService dlAppLocalService, com.liferay.document.library.util.DLURLHelper dlURLHelper, com.liferay.list.type.service.ListTypeEntryLocalService listTypeEntryLocalService, com.liferay.object.service.ObjectActionLocalService objectActionLocalService, com.liferay.object.model.ObjectDefinition objectDefinition, com.liferay.object.service.ObjectDefinitionLocalService objectDefinitionLocalService, com.liferay.object.service.ObjectEntryLocalService objectEntryLocalService, com.liferay.object.rest.manager.v1_0.ObjectEntryManagerRegistry objectEntryManagerRegistry, ObjectFieldInfoFieldConverter objectFieldInfoFieldConverter, com.liferay.object.service.ObjectFieldLocalService objectFieldLocalService, List<com.liferay.object.model.ObjectField> objectFields, com.liferay.object.service.ObjectRelationshipLocalService objectRelationshipLocalService, com.liferay.object.scope.ObjectScopeProviderRegistry objectScopeProviderRegistry, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, Map<String,Object> values)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ObjectEntryInfoItemValuesProviderUtil

      public ObjectEntryInfoItemValuesProviderUtil()
  • Method Details

    • getInfoFieldValues

      public static List<com.liferay.info.field.InfoFieldValue<Object>> getInfoFieldValues(com.liferay.document.library.kernel.service.DLAppLocalService dlAppLocalService, com.liferay.document.library.util.DLURLHelper dlURLHelper, com.liferay.list.type.service.ListTypeEntryLocalService listTypeEntryLocalService, com.liferay.object.service.ObjectActionLocalService objectActionLocalService, com.liferay.object.model.ObjectDefinition objectDefinition, com.liferay.object.service.ObjectDefinitionLocalService objectDefinitionLocalService, com.liferay.object.service.ObjectEntryLocalService objectEntryLocalService, com.liferay.object.rest.manager.v1_0.ObjectEntryManagerRegistry objectEntryManagerRegistry, ObjectFieldInfoFieldConverter objectFieldInfoFieldConverter, com.liferay.object.service.ObjectFieldLocalService objectFieldLocalService, List<com.liferay.object.model.ObjectField> objectFields, com.liferay.object.service.ObjectRelationshipLocalService objectRelationshipLocalService, com.liferay.object.scope.ObjectScopeProviderRegistry objectScopeProviderRegistry, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, Map<String,Object> values) throws Exception
      Throws:
      Exception