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 |
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 PLOEntryService
com.liferay.portal.kernel.exception.PortalException
public void deletePLOEntries(java.lang.String key) throws com.liferay.portal.kernel.exception.PortalException
deletePLOEntries
in interface PLOEntryService
com.liferay.portal.kernel.exception.PortalException
public PLOEntry deletePLOEntry(java.lang.String key, java.lang.String languageId) throws com.liferay.portal.kernel.exception.PortalException
deletePLOEntry
in interface PLOEntryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface PLOEntryService
public java.util.List<PLOEntry> getPLOEntries(long companyId) throws com.liferay.portal.kernel.exception.PortalException
getPLOEntries
in interface PLOEntryService
com.liferay.portal.kernel.exception.PortalException
public int getPLOEntriesCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
getPLOEntriesCount
in interface PLOEntryService
com.liferay.portal.kernel.exception.PortalException
public 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 PLOEntryService
com.liferay.portal.kernel.exception.PortalException
public 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>