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


public interface AssetEntryFinder

View Source

Author:
Brian Wing Shun Chan

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

Method Detail

countEntries

int countEntries(AssetEntryQuery entryQuery)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findEntries

java.util.List<AssetEntry> findEntries(AssetEntryQuery entryQuery)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException