public class LinkedAssetEntryIdsUtil
extends java.lang.Object
Constructor and Description |
---|
LinkedAssetEntryIdsUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
addLinkedAssetEntryId(javax.servlet.http.HttpServletRequest httpServletRequest,
long assetEntryId) |
static void |
addLinkedAssetEntryId(javax.portlet.PortletRequest portletRequest,
long assetEntryId) |
static void |
replaceLinkedAssetEntryId(javax.servlet.http.HttpServletRequest httpServletRequest,
long oldAssetEntryId,
long newAssetEntryId) |
public static void addLinkedAssetEntryId(javax.servlet.http.HttpServletRequest httpServletRequest, long assetEntryId)
public static void addLinkedAssetEntryId(javax.portlet.PortletRequest portletRequest, long assetEntryId)
public static void replaceLinkedAssetEntryId(javax.servlet.http.HttpServletRequest httpServletRequest, long oldAssetEntryId, long newAssetEntryId)