Class PLOEntryServiceWrapper
java.lang.Object
com.liferay.portal.language.override.service.PLOEntryServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<PLOEntryService>,PLOEntryService
public class PLOEntryServiceWrapper
extends Object
implements PLOEntryService, com.liferay.portal.kernel.service.ServiceWrapper<PLOEntryService>
Provides a wrapper for
PLOEntryService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
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) voidsetWrappedService(PLOEntryService ploEntryService)
-
Constructor Details
-
PLOEntryServiceWrapper
public PLOEntryServiceWrapper() -
PLOEntryServiceWrapper
-
-
Method Details
-
addOrUpdatePLOEntry
public PLOEntry addOrUpdatePLOEntry(String key, String languageId, String value) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addOrUpdatePLOEntryin interfacePLOEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deletePLOEntries
- Specified by:
deletePLOEntriesin interfacePLOEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deletePLOEntry
public PLOEntry deletePLOEntry(String key, String languageId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePLOEntryin interfacePLOEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfacePLOEntryService- Returns:
- the OSGi service identifier
-
getPLOEntries
public List<PLOEntry> getPLOEntries(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPLOEntriesin interfacePLOEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPLOEntriesCount
public int getPLOEntriesCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPLOEntriesCountin interfacePLOEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
importPLOEntries
public void importPLOEntries(String languageId, Properties properties) throws com.liferay.portal.kernel.exception.PortalException, IOException - Specified by:
importPLOEntriesin interfacePLOEntryService- Throws:
com.liferay.portal.kernel.exception.PortalExceptionIOException
-
setPLOEntries
public void setPLOEntries(String key, Map<Locale, String> localizationMap) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
setPLOEntriesin interfacePLOEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<PLOEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<PLOEntryService>
-