public class TranslationEntryServiceUtil
extends java.lang.Object
com.liferay.translation.service.impl.TranslationEntryServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.TranslationEntryService
Constructor and Description |
---|
TranslationEntryServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static 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) |
static 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) |
static TranslationEntry |
deleteTranslationEntry(long translationEntryId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static TranslationEntryService |
getService() |
public static 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
public static 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
public static TranslationEntry deleteTranslationEntry(long translationEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static TranslationEntryService getService()