Class ObjectFieldServiceUtil

java.lang.Object
com.liferay.object.service.ObjectFieldServiceUtil

public class ObjectFieldServiceUtil extends Object
Provides the remote service utility for ObjectField. This utility wraps com.liferay.object.service.impl.ObjectFieldServiceImpl and is an access point for service operations in application layer code running on a remote server. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
See Also:
Generated:
  • Constructor Details

    • ObjectFieldServiceUtil

      public ObjectFieldServiceUtil()
  • Method Details

    • addCustomObjectField

      public static ObjectField addCustomObjectField(String externalReferenceCode, long listTypeDefinitionId, long objectDefinitionId, String businessType, String dbType, boolean indexed, boolean indexedAsKeyword, String indexedLanguageId, Map<Locale,String> labelMap, boolean localized, String name, String readOnly, String readOnlyConditionExpression, boolean required, boolean state, List<ObjectFieldSetting> objectFieldSettings) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteObjectField

      public static ObjectField deleteObjectField(long objectFieldId) throws Exception
      Throws:
      Exception
    • getObjectField

      public static ObjectField getObjectField(long objectFieldId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • updateObjectField

      public static ObjectField updateObjectField(String externalReferenceCode, long objectFieldId, long listTypeDefinitionId, String businessType, String dbType, boolean indexed, boolean indexedAsKeyword, String indexedLanguageId, Map<Locale,String> labelMap, boolean localized, String name, String readOnly, String readOnlyConditionExpression, boolean required, boolean state, List<ObjectFieldSetting> objectFieldSettings) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static ObjectFieldService getService()