Package com.liferay.asset.util
Class LinkedAssetEntryIdsUtil
java.lang.Object
com.liferay.asset.util.LinkedAssetEntryIdsUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addLinkedAssetEntryId
(javax.portlet.PortletRequest portletRequest, long assetEntryId) static void
addLinkedAssetEntryId
(javax.servlet.http.HttpServletRequest httpServletRequest, long assetEntryId) static void
replaceLinkedAssetEntryId
(javax.servlet.http.HttpServletRequest httpServletRequest, long oldAssetEntryId, long newAssetEntryId)
-
Constructor Details
-
LinkedAssetEntryIdsUtil
public LinkedAssetEntryIdsUtil()
-
-
Method Details
-
addLinkedAssetEntryId
public static void addLinkedAssetEntryId(javax.servlet.http.HttpServletRequest httpServletRequest, long assetEntryId) -
addLinkedAssetEntryId
public static void addLinkedAssetEntryId(javax.portlet.PortletRequest portletRequest, long assetEntryId) -
replaceLinkedAssetEntryId
public static void replaceLinkedAssetEntryId(javax.servlet.http.HttpServletRequest httpServletRequest, long oldAssetEntryId, long newAssetEntryId)
-