Package com.liferay.asset.kernel.manager
Class AssetLinkManagerUtil
Object
com.liferay.asset.kernel.manager.AssetLinkManagerUtil
- Author:
- Eudaldo Alonso
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long[]getDirectLinksIds(long entryId) static long[]getRelatedDirectLinksIds(long entryId) static voidupdateLinks(long[] assetLinkEntryIds, long entryId, long userId)
-
Constructor Details
-
AssetLinkManagerUtil
public AssetLinkManagerUtil()
-
-
Method Details
-
getDirectLinksIds
public static long[] getDirectLinksIds(long entryId) -
getRelatedDirectLinksIds
public static long[] getRelatedDirectLinksIds(long entryId) -
updateLinks
public static void updateLinks(long[] assetLinkEntryIds, long entryId, long userId) throws PortalException - Throws:
PortalException
-