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.void
setWrappedService
(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:
addOrUpdateTranslationEntry
in 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:
addOrUpdateTranslationEntry
in interfaceTranslationEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteTranslationEntry
public TranslationEntry deleteTranslationEntry(long translationEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteTranslationEntry
in interfaceTranslationEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceTranslationEntryService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<TranslationEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<TranslationEntryService>
-