public class TranslationEntryServiceWrapper extends java.lang.Object implements com.liferay.portal.kernel.service.ServiceWrapper<TranslationEntryService>, TranslationEntryService
TranslationEntryService.TranslationEntryService| Constructor and Description |
|---|
TranslationEntryServiceWrapper() |
TranslationEntryServiceWrapper(TranslationEntryService translationEntryService) |
| Modifier and Type | Method and Description |
|---|---|
TranslationEntry |
addOrUpdateTranslationEntry(long groupId,
com.liferay.info.item.InfoItemReference infoItemReference,
java.lang.String content,
java.lang.String contentType,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
TranslationEntry |
addOrUpdateTranslationEntry(long groupId,
java.lang.String languageId,
com.liferay.info.item.InfoItemReference infoItemReference,
com.liferay.info.item.InfoItemFieldValues infoItemFieldValues,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
TranslationEntry |
deleteTranslationEntry(long translationEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
TranslationEntryService |
getWrappedService() |
void |
setWrappedService(TranslationEntryService translationEntryService) |
public TranslationEntryServiceWrapper()
public TranslationEntryServiceWrapper(TranslationEntryService translationEntryService)
public TranslationEntry addOrUpdateTranslationEntry(long groupId, com.liferay.info.item.InfoItemReference infoItemReference, java.lang.String content, java.lang.String contentType, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdateTranslationEntry in interface TranslationEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic TranslationEntry addOrUpdateTranslationEntry(long groupId, java.lang.String languageId, 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
addOrUpdateTranslationEntry in interface TranslationEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic TranslationEntry deleteTranslationEntry(long translationEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteTranslationEntry in interface TranslationEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface TranslationEntryServicepublic TranslationEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<TranslationEntryService>public void setWrappedService(TranslationEntryService translationEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<TranslationEntryService>