Liferay 6.1.2-ce-ga3

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

All Known Implementing Classes:
AssetEntryFinderImpl

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.1.2-ce-ga3