Liferay 7.0-ce-b4

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

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

@ProviderType
public class AssetEntryFinderUtil
extends Object


Constructor Summary
AssetEntryFinderUtil()
           
 
Method Summary
static int countEntries(AssetEntryQuery entryQuery)
           
static List<AssetEntry> findByDLFileEntryC_T(long classNameId, String treePath)
           
static List<AssetEntry> findByDLFolderC_T(long classNameId, String treePath)
           
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)

findByDLFileEntryC_T

public static List<AssetEntry> findByDLFileEntryC_T(long classNameId,
                                                    String treePath)

findByDLFolderC_T

public static List<AssetEntry> findByDLFolderC_T(long classNameId,
                                                 String treePath)

findEntries

public static List<AssetEntry> findEntries(AssetEntryQuery entryQuery)

getFinder

public static AssetEntryFinder getFinder()

setFinder

public void setFinder(AssetEntryFinder finder)

Liferay 7.0-ce-b4