Class LinkedAssetEntryIdsUtil

java.lang.Object
com.liferay.asset.util.LinkedAssetEntryIdsUtil

public class LinkedAssetEntryIdsUtil extends Object
  • 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)