Liferay 6.2.0

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

All Known Implementing Classes:
AssetEntryFinderImpl

@ProviderType
public interface AssetEntryFinder


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

Method Detail

countEntries

int countEntries(AssetEntryQuery entryQuery)
                 throws SystemException
Throws:
SystemException

findEntries

List<AssetEntry> findEntries(AssetEntryQuery entryQuery)
                             throws SystemException
Throws:
SystemException

Liferay 6.2.0