public class TranslationEntryServiceWrapper extends java.lang.Object implements com.liferay.portal.kernel.service.ServiceWrapper<TranslationEntryService>, TranslationEntryService
TranslationEntryService
.TranslationEntryService
Constructor and Description |
---|
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(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 TranslationEntryService
com.liferay.portal.kernel.exception.PortalException
public 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 TranslationEntryService
com.liferay.portal.kernel.exception.PortalException
public TranslationEntry deleteTranslationEntry(long translationEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteTranslationEntry
in interface TranslationEntryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface TranslationEntryService
public 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>