Interface TranslationURLProvider
@ProviderType
public interface TranslationURLProvider
-
Method Summary
Modifier and TypeMethodDescriptionjavax.portlet.PortletURL
getExportTranslationURL
(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory) javax.portlet.PortletURL
getExportTranslationURL
(long groupId, long classNameId, com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory) javax.portlet.PortletURL
getImportTranslationURL
(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory) javax.portlet.PortletURL
getImportTranslationURL
(long groupId, long classNameId, com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory) javax.portlet.PortletURL
getTranslateURL
(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory) javax.portlet.PortletURL
getTranslateURL
(long classNameId, long classPK, com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory) Deprecated.
-
Method Details
-
getExportTranslationURL
javax.portlet.PortletURL getExportTranslationURL(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory) -
getExportTranslationURL
javax.portlet.PortletURL getExportTranslationURL(long groupId, long classNameId, com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory) -
getImportTranslationURL
javax.portlet.PortletURL getImportTranslationURL(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getImportTranslationURL
javax.portlet.PortletURL getImportTranslationURL(long groupId, long classNameId, com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTranslateURL
javax.portlet.PortletURL getTranslateURL(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTranslateURL
@Deprecated javax.portlet.PortletURL getTranslateURL(long classNameId, long classPK, com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory) Deprecated.As of Athanasius (7.3.x), replaced bygetTranslateURL(long, long, long, RequestBackedPortletURLFactory)
-
getTranslateURL(long, long, long, RequestBackedPortletURLFactory)