Class PLOEntryServiceUtil
java.lang.Object
com.liferay.portal.language.override.service.PLOEntryServiceUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PLOEntryaddOrUpdatePLOEntry(String key, String languageId, String value) static voiddeletePLOEntries(String key) static PLOEntrydeletePLOEntry(String key, String languageId) static StringReturns the OSGi service identifier.getPLOEntries(long companyId) static intgetPLOEntriesCount(long companyId) static PLOEntryServicestatic voidimportPLOEntries(String languageId, Properties properties) static voidsetPLOEntries(String key, Map<Locale, String> localizationMap)
-
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
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:
IOExceptioncom.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
-