public class PLOEntryServiceUtil
extends java.lang.Object
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.PLOEntryService| Constructor and Description |
|---|
PLOEntryServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static PLOEntry |
addOrUpdatePLOEntry(java.lang.String key,
java.lang.String languageId,
java.lang.String value) |
static void |
deletePLOEntries(java.lang.String key) |
static PLOEntry |
deletePLOEntry(java.lang.String key,
java.lang.String languageId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static java.util.List<PLOEntry> |
getPLOEntries(long companyId) |
static int |
getPLOEntriesCount(long companyId) |
static PLOEntryService |
getService() |
static void |
importPLOEntries(java.lang.String languageId,
java.util.Properties properties) |
static void |
setPLOEntries(java.lang.String key,
java.util.Map<java.util.Locale,java.lang.String> localizationMap) |
public static PLOEntry addOrUpdatePLOEntry(java.lang.String key, java.lang.String languageId, java.lang.String value) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deletePLOEntries(java.lang.String key)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static PLOEntry deletePLOEntry(java.lang.String key, java.lang.String languageId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static java.util.List<PLOEntry> getPLOEntries(long companyId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getPLOEntriesCount(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void importPLOEntries(java.lang.String languageId,
java.util.Properties properties)
throws java.io.IOException,
com.liferay.portal.kernel.exception.PortalException
java.io.IOExceptioncom.liferay.portal.kernel.exception.PortalExceptionpublic static void setPLOEntries(java.lang.String key,
java.util.Map<java.util.Locale,java.lang.String> localizationMap)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static PLOEntryService getService()