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 Details

    • PLOEntryServiceWrapper

      public PLOEntryServiceWrapper()
    • PLOEntryServiceWrapper

      public PLOEntryServiceWrapper(PLOEntryService ploEntryService)
  • Method Details

    • addOrUpdatePLOEntry

      public PLOEntry addOrUpdatePLOEntry(String key, String languageId, String value) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addOrUpdatePLOEntry in interface PLOEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deletePLOEntries

      public void deletePLOEntries(String key) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deletePLOEntries in interface PLOEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deletePLOEntry

      public PLOEntry deletePLOEntry(String key, String languageId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deletePLOEntry in interface PLOEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface PLOEntryService
      Returns:
      the OSGi service identifier
    • getPLOEntries

      public List<PLOEntry> getPLOEntries(long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getPLOEntries in interface PLOEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getPLOEntriesCount

      public int getPLOEntriesCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getPLOEntriesCount in interface PLOEntryService
      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:
      importPLOEntries in interface PLOEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
      IOException
    • setPLOEntries

      public void setPLOEntries(String key, Map<Locale,String> localizationMap) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      setPLOEntries in interface PLOEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public PLOEntryService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<PLOEntryService>
    • setWrappedService

      public void setWrappedService(PLOEntryService ploEntryService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<PLOEntryService>