Class PLOEntryServiceUtil

java.lang.Object
com.liferay.portal.language.override.service.PLOEntryServiceUtil

public class PLOEntryServiceUtil extends Object
Provides the remote service utility for PLOEntry. This utility wraps com.liferay.portal.language.override.service.impl.PLOEntryServiceImpl 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

    • PLOEntryServiceUtil

      public PLOEntryServiceUtil()
  • Method Details

    • addOrUpdatePLOEntry

      public static PLOEntry addOrUpdatePLOEntry(String key, String languageId, String value) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deletePLOEntries

      public static void deletePLOEntries(String key) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deletePLOEntry

      public static PLOEntry deletePLOEntry(String key, String languageId) 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
    • getPLOEntries

      public static List<PLOEntry> getPLOEntries(long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getPLOEntriesCount

      public static int getPLOEntriesCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importPLOEntries

      public static void importPLOEntries(String languageId, Properties properties) throws IOException, com.liferay.portal.kernel.exception.PortalException
      Throws:
      IOException
      com.liferay.portal.kernel.exception.PortalException
    • setPLOEntries

      public static void setPLOEntries(String key, Map<Locale,String> localizationMap) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static PLOEntryService getService()