Liferay 7.0-ce-m3

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

All Known Implementing Classes:
AssetTagPropertyFinderImpl

@ProviderType
public interface AssetTagPropertyFinder

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

Method Summary
 int countByG_K(long groupId, String key)
           
 List<AssetTagProperty> findByG_K(long groupId, String key)
           
 List<AssetTagProperty> findByG_K(long groupId, String key, int start, int end)
           
 

Method Detail

countByG_K

int countByG_K(long groupId,
               String key)

findByG_K

List<AssetTagProperty> findByG_K(long groupId,
                                 String key)

findByG_K

List<AssetTagProperty> findByG_K(long groupId,
                                 String key,
                                 int start,
                                 int end)

Liferay 7.0-ce-m3