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 |
setPLOEntries(java.lang.String key,
java.util.Map<java.util.Locale,java.lang.String> localizationMap) |
static void |
setService(PLOEntryService service) |
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.PortalException
public static void deletePLOEntries(java.lang.String key) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static PLOEntry deletePLOEntry(java.lang.String key, java.lang.String languageId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public 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.PortalException
public static int getPLOEntriesCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public 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.PortalException
public static PLOEntryService getService()
public static void setService(PLOEntryService service)