Interface AssetListAssetEntryProvider
public interface AssetListAssetEntryProvider
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.info.pagination.InfoPage<com.liferay.asset.kernel.model.AssetEntry>
getAssetEntriesInfoPage
(AssetListEntry assetListEntry, long[] segmentsEntryIds, long[][] assetCategoryIds, String[][] assetTagNames, String keywords, String userId, int start, int end) com.liferay.asset.kernel.service.persistence.AssetEntryQuery
getAssetEntryQuery
(AssetListEntry assetListEntry, long[] segmentsEntryIds, String userId)
-
Method Details
-
getAssetEntriesInfoPage
com.liferay.info.pagination.InfoPage<com.liferay.asset.kernel.model.AssetEntry> getAssetEntriesInfoPage(AssetListEntry assetListEntry, long[] segmentsEntryIds, long[][] assetCategoryIds, String[][] assetTagNames, String keywords, String userId, int start, int end) -
getAssetEntryQuery
com.liferay.asset.kernel.service.persistence.AssetEntryQuery getAssetEntryQuery(AssetListEntry assetListEntry, long[] segmentsEntryIds, String userId)
-