Liferay 6.0.5

com.liferay.portlet.asset.service.persistence
Class AssetEntryFinderUtil

java.lang.Object
  extended by com.liferay.portlet.asset.service.persistence.AssetEntryFinderUtil

public class AssetEntryFinderUtil
extends Object


Constructor Summary
AssetEntryFinderUtil()
           
 
Method Summary
static int countEntries(AssetEntryQuery entryQuery)
           
static List<AssetEntry> findEntries(AssetEntryQuery entryQuery)
           
static AssetEntryFinder getFinder()
           
 void setFinder(AssetEntryFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetEntryFinderUtil

public AssetEntryFinderUtil()
Method Detail

countEntries

public static int countEntries(AssetEntryQuery entryQuery)
                        throws SystemException
Throws:
SystemException

findEntries

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

getFinder

public static AssetEntryFinder getFinder()

setFinder

public void setFinder(AssetEntryFinder finder)

Liferay 6.0.5