Class ThemeServiceUtil

Object
com.liferay.portal.kernel.service.ThemeServiceUtil

public class ThemeServiceUtil extends Object
Provides the remote service utility for Theme. This utility wraps com.liferay.portal.service.impl.ThemeServiceImpl 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

    • ThemeServiceUtil

      public ThemeServiceUtil()
  • Method Details

    • getOSGiServiceIdentifier

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

      public static List<Theme> getThemes(long companyId)
    • getWARThemes

      public static JSONArray getWARThemes()
    • getService

      public static ThemeService getService()
    • setService

      public static void setService(ThemeService service)