Class LayoutRevisionServiceUtil

Object
com.liferay.portal.kernel.service.LayoutRevisionServiceUtil

public class LayoutRevisionServiceUtil extends Object
Provides the remote service utility for LayoutRevision. This utility wraps com.liferay.portal.service.impl.LayoutRevisionServiceImpl 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.
Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Constructor Details

    • LayoutRevisionServiceUtil

      public LayoutRevisionServiceUtil()
  • Method Details

    • addLayoutRevision

      public static LayoutRevision addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String css, ServiceContext serviceContext) throws PortalException
      Throws:
      PortalException
    • getOSGiServiceIdentifier

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

      public static LayoutRevisionService getService()
    • setService

      public static void setService(LayoutRevisionService service)