Class ObjectLayoutServiceUtil

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

public class ObjectLayoutServiceUtil extends Object
Provides the remote service utility for ObjectLayout. This utility wraps com.liferay.object.service.impl.ObjectLayoutServiceImpl 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

    • ObjectLayoutServiceUtil

      public ObjectLayoutServiceUtil()
  • Method Details

    • addObjectLayout

      public static ObjectLayout addObjectLayout(long objectDefinitionId, boolean defaultObjectLayout, Map<Locale,String> nameMap, List<ObjectLayoutTab> objectLayoutTabs) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteObjectLayout

      public static ObjectLayout deleteObjectLayout(long objectLayoutId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectLayout

      public static ObjectLayout getObjectLayout(long objectLayoutId) 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
    • updateObjectLayout

      public static ObjectLayout updateObjectLayout(long objectLayoutId, boolean defaultObjectLayout, Map<Locale,String> nameMap, List<ObjectLayoutTab> objectLayoutTabs) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static ObjectLayoutService getService()