com.liferay.portlet.asset.service.persistence
Interface AssetCategoryPropertyFinder
- All Known Implementing Classes:
- AssetCategoryPropertyFinderImpl
@ProviderType
public interface AssetCategoryPropertyFinder
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
countByG_K
int countByG_K(long groupId,
String key)
findByG_K
List<AssetCategoryProperty> findByG_K(long groupId,
String key)
findByG_K
List<AssetCategoryProperty> findByG_K(long groupId,
String key,
int start,
int end)