Interface AssetLinkManager


public interface AssetLinkManager
Author:
Eudaldo Alonso
  • Method Summary

    Modifier and Type
    Method
    Description
    long[]
    getDirectLinksIds(long entryId)
     
    long[]
     
    void
    updateLinks(long[] assetLinkEntryIds, long entryId, long userId)
     
  • Method Details

    • getDirectLinksIds

      long[] getDirectLinksIds(long entryId)
    • getRelatedDirectLinksIds

      long[] getRelatedDirectLinksIds(long entryId)
    • updateLinks

      void updateLinks(long[] assetLinkEntryIds, long entryId, long userId) throws PortalException
      Throws:
      PortalException