Package com.liferay.translation.service
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 Summary
ConstructorsConstructorDescriptionTranslationEntryServiceWrapper(TranslationEntryService translationEntryService) -
Method Summary
Modifier and TypeMethodDescriptionaddOrUpdateTranslationEntry(long groupId, com.liferay.info.item.InfoItemReference infoItemReference, String content, String contentType, com.liferay.portal.kernel.service.ServiceContext serviceContext) 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) deleteTranslationEntry(long translationEntryId) Returns the OSGi service identifier.voidsetWrappedService(TranslationEntryService translationEntryService)
-
Constructor Details
-
TranslationEntryServiceWrapper
public TranslationEntryServiceWrapper() -
TranslationEntryServiceWrapper
-
-
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:
addOrUpdateTranslationEntryin interfaceTranslationEntryService- 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:
addOrUpdateTranslationEntryin interfaceTranslationEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteTranslationEntry
public TranslationEntry deleteTranslationEntry(long translationEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteTranslationEntryin interfaceTranslationEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceTranslationEntryService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<TranslationEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<TranslationEntryService>
-