com.liferay.portlet.asset.service.persistence
Interface AssetTagPropertyFinder
- All Known Implementing Classes:
- AssetTagPropertyFinderImpl
public interface AssetTagPropertyFinder
countByG_K
int countByG_K(long groupId,
String key)
throws SystemException
- Throws:
SystemException
findByG_K
List<AssetTagProperty> findByG_K(long groupId,
String key)
throws SystemException
- Throws:
SystemException
findByG_K
List<AssetTagProperty> findByG_K(long groupId,
String key,
int start,
int end)
throws SystemException
- Throws:
SystemException