Class ObjectFieldInfoFieldConverter

java.lang.Object
com.liferay.object.info.field.converter.ObjectFieldInfoFieldConverter

public class ObjectFieldInfoFieldConverter extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ObjectFieldInfoFieldConverter(com.liferay.list.type.service.ListTypeEntryLocalService listTypeEntryLocalService, com.liferay.object.configuration.ObjectConfiguration objectConfiguration, com.liferay.object.service.ObjectDefinitionLocalService objectDefinitionLocalService, com.liferay.object.service.ObjectFieldLocalService objectFieldLocalService, com.liferay.object.service.ObjectFieldSettingLocalService objectFieldSettingLocalService, com.liferay.object.service.ObjectRelationshipLocalService objectRelationshipLocalService, com.liferay.object.scope.ObjectScopeProviderRegistry objectScopeProviderRegistry, com.liferay.object.service.ObjectStateFlowLocalService objectStateFlowLocalService, com.liferay.object.service.ObjectStateLocalService objectStateLocalService, com.liferay.portal.kernel.util.Portal portal, com.liferay.object.rest.context.path.RESTContextPathResolverRegistry restContextPathResolverRegistry, com.liferay.portal.kernel.service.UserLocalService userLocalService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.info.field.InfoField<?>
    getInfoField(boolean editable, String namespace, com.liferay.object.model.ObjectField objectField)
     

    Methods inherited from class java.lang.Object

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

    • ObjectFieldInfoFieldConverter

      public ObjectFieldInfoFieldConverter(com.liferay.list.type.service.ListTypeEntryLocalService listTypeEntryLocalService, com.liferay.object.configuration.ObjectConfiguration objectConfiguration, com.liferay.object.service.ObjectDefinitionLocalService objectDefinitionLocalService, com.liferay.object.service.ObjectFieldLocalService objectFieldLocalService, com.liferay.object.service.ObjectFieldSettingLocalService objectFieldSettingLocalService, com.liferay.object.service.ObjectRelationshipLocalService objectRelationshipLocalService, com.liferay.object.scope.ObjectScopeProviderRegistry objectScopeProviderRegistry, com.liferay.object.service.ObjectStateFlowLocalService objectStateFlowLocalService, com.liferay.object.service.ObjectStateLocalService objectStateLocalService, com.liferay.portal.kernel.util.Portal portal, com.liferay.object.rest.context.path.RESTContextPathResolverRegistry restContextPathResolverRegistry, com.liferay.portal.kernel.service.UserLocalService userLocalService)
  • Method Details

    • getInfoField

      public com.liferay.info.field.InfoField<?> getInfoField(boolean editable, String namespace, com.liferay.object.model.ObjectField objectField)