Liferay 7.0-ce-b4

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


@ProviderType
public interface AssetEntryFinder


Method Summary
 int countEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> findByDLFileEntryC_T(long classNameId, String treePath)
           
 List<AssetEntry> findByDLFolderC_T(long classNameId, String treePath)
           
 List<AssetEntry> findEntries(AssetEntryQuery entryQuery)
           
 

Method Detail

countEntries

int countEntries(AssetEntryQuery entryQuery)

findByDLFileEntryC_T

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

findByDLFolderC_T

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

findEntries

List<AssetEntry> findEntries(AssetEntryQuery entryQuery)

Liferay 7.0-ce-b4