Liferay 7.0-ce-m3

com.liferay.portlet.asset.service.persistence
Interface AssetEntryFinder

All Known Implementing Classes:
AssetEntryFinderImpl

@ProviderType
public interface AssetEntryFinder

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 int countEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> findEntries(AssetEntryQuery entryQuery)
           
 

Method Detail

countEntries

int countEntries(AssetEntryQuery entryQuery)

findEntries

List<AssetEntry> findEntries(AssetEntryQuery entryQuery)

Liferay 7.0-ce-m3