public class PLOEntryServiceWrapper extends java.lang.Object implements PLOEntryService, com.liferay.portal.kernel.service.ServiceWrapper<PLOEntryService>
PLOEntryService.PLOEntryService| Constructor and Description |
|---|
PLOEntryServiceWrapper() |
PLOEntryServiceWrapper(PLOEntryService ploEntryService) |
| 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) |
PLOEntryService |
getWrappedService() |
void |
importPLOEntries(java.lang.String languageId,
java.util.Properties properties) |
void |
setPLOEntries(java.lang.String key,
java.util.Map<java.util.Locale,java.lang.String> localizationMap) |
void |
setWrappedService(PLOEntryService ploEntryService) |
public PLOEntryServiceWrapper()
public PLOEntryServiceWrapper(PLOEntryService ploEntryService)
public PLOEntry addOrUpdatePLOEntry(java.lang.String key, java.lang.String languageId, java.lang.String value) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdatePLOEntry in interface PLOEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deletePLOEntries(java.lang.String key)
throws com.liferay.portal.kernel.exception.PortalException
deletePLOEntries in interface PLOEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic PLOEntry deletePLOEntry(java.lang.String key, java.lang.String languageId) throws com.liferay.portal.kernel.exception.PortalException
deletePLOEntry in interface PLOEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface PLOEntryServicepublic java.util.List<PLOEntry> getPLOEntries(long companyId) throws com.liferay.portal.kernel.exception.PortalException
getPLOEntries in interface PLOEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getPLOEntriesCount(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
getPLOEntriesCount in interface PLOEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void importPLOEntries(java.lang.String languageId,
java.util.Properties properties)
throws com.liferay.portal.kernel.exception.PortalException,
java.io.IOException
importPLOEntries in interface PLOEntryServicecom.liferay.portal.kernel.exception.PortalExceptionjava.io.IOExceptionpublic void setPLOEntries(java.lang.String key,
java.util.Map<java.util.Locale,java.lang.String> localizationMap)
throws com.liferay.portal.kernel.exception.PortalException
setPLOEntries in interface PLOEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic PLOEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<PLOEntryService>public void setWrappedService(PLOEntryService ploEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<PLOEntryService>