@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface TranslationEntryService
extends com.liferay.portal.kernel.service.BaseService
TranslationEntryServiceUtil
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.
|
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
com.liferay.portal.kernel.exception.PortalException
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
com.liferay.portal.kernel.exception.PortalException
TranslationEntry deleteTranslationEntry(long translationEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()