Liferay 7.0-ce-b4

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

All Known Implementing Classes:
AssetEntryFinderImpl

@ProviderType
public interface AssetEntryFinder

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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