Package com.liferay.asset.kernel.manager
Interface AssetLinkManager
public interface AssetLinkManager
- Author:
- Eudaldo Alonso
-
Method Summary
Modifier and TypeMethodDescriptionlong[]
getDirectLinksIds
(long entryId) long[]
getRelatedDirectLinksIds
(long entryId) void
updateLinks
(long[] assetLinkEntryIds, long entryId, long userId)
-
Method Details
-
getDirectLinksIds
long[] getDirectLinksIds(long entryId) -
getRelatedDirectLinksIds
long[] getRelatedDirectLinksIds(long entryId) -
updateLinks
- Throws:
PortalException
-