Class TranslationEntryServiceWrapper

java.lang.Object
com.liferay.translation.service.TranslationEntryServiceWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<TranslationEntryService>, TranslationEntryService

public class TranslationEntryServiceWrapper extends Object implements com.liferay.portal.kernel.service.ServiceWrapper<TranslationEntryService>, TranslationEntryService
Provides a wrapper for TranslationEntryService.
See Also:
Generated:
  • Constructor Details

    • TranslationEntryServiceWrapper

      public TranslationEntryServiceWrapper()
    • TranslationEntryServiceWrapper

      public TranslationEntryServiceWrapper(TranslationEntryService translationEntryService)
  • Method Details

    • addOrUpdateTranslationEntry

      public TranslationEntry addOrUpdateTranslationEntry(long groupId, com.liferay.info.item.InfoItemReference infoItemReference, String content, String contentType, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addOrUpdateTranslationEntry in interface TranslationEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addOrUpdateTranslationEntry

      public TranslationEntry addOrUpdateTranslationEntry(long groupId, String sourceLanguageId, String targetLanguageId, com.liferay.info.item.InfoItemReference infoItemReference, com.liferay.info.item.InfoItemFieldValues infoItemFieldValues, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addOrUpdateTranslationEntry in interface TranslationEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteTranslationEntry

      public TranslationEntry deleteTranslationEntry(long translationEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteTranslationEntry in interface TranslationEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

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

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