com.liferay.portlet.asset.service.persistence
Interface AssetEntryFinder
public interface AssetEntryFinder
View Source
- Author:
- Brian Wing Shun Chan
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