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.
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)