@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface PLOEntryService
extends com.liferay.portal.kernel.service.BaseService
PLOEntryServiceUtil
Modifier and Type | Method and Description |
---|---|
PLOEntry |
addOrUpdatePLOEntry(java.lang.String key,
java.lang.String languageId,
java.lang.String value) |
void |
deletePLOEntries(java.lang.String key) |
PLOEntry |
deletePLOEntry(java.lang.String key,
java.lang.String languageId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<PLOEntry> |
getPLOEntries(long companyId) |
int |
getPLOEntriesCount(long companyId) |
void |
setPLOEntries(java.lang.String key,
java.util.Map<java.util.Locale,java.lang.String> localizationMap) |
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
void deletePLOEntries(java.lang.String key) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
PLOEntry deletePLOEntry(java.lang.String key, java.lang.String languageId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<PLOEntry> getPLOEntries(long companyId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) int getPLOEntriesCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
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