Interface PLOEntryService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
PLOEntryServiceWrapper
@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
Provides the remote service interface for PLOEntry. 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:
-
Method Summary
Modifier and TypeMethodDescriptionaddOrUpdatePLOEntry(String key, String languageId, String value) voiddeletePLOEntries(String key) deletePLOEntry(String key, String languageId) Returns the OSGi service identifier.getPLOEntries(long companyId) intgetPLOEntriesCount(long companyId) voidimportPLOEntries(String languageId, Properties properties) voidsetPLOEntries(String key, Map<Locale, String> localizationMap)
-
Method Details
-
addOrUpdatePLOEntry
PLOEntry addOrUpdatePLOEntry(String key, String languageId, String value) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deletePLOEntries
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deletePLOEntry
PLOEntry deletePLOEntry(String key, String languageId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getPLOEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<PLOEntry> getPLOEntries(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPLOEntriesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getPLOEntriesCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importPLOEntries
void importPLOEntries(String languageId, Properties properties) throws IOException, com.liferay.portal.kernel.exception.PortalException - Throws:
IOExceptioncom.liferay.portal.kernel.exception.PortalException
-
setPLOEntries
void setPLOEntries(String key, Map<Locale, String> localizationMap) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-