Liferay 6.2-ce-ga5

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

All Known Implementing Classes:
AssetEntryFinderImpl

@ProviderType
public interface AssetEntryFinder


Method Summary
 int countEntries(AssetEntryQuery entryQuery)
           
 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-ce-ga5