Liferay 7.0-ce-m3

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

All Known Implementing Classes:
AssetTagPropertyKeyFinderImpl

@ProviderType
public interface AssetTagPropertyKeyFinder

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

Method Summary
 int countByGroupId(long groupId)
           
 String[] findByGroupId(long groupId)
           
 String[] findByGroupId(long groupId, int start, int end)
           
 

Method Detail

countByGroupId

int countByGroupId(long groupId)

findByGroupId

String[] findByGroupId(long groupId)

findByGroupId

String[] findByGroupId(long groupId,
                       int start,
                       int end)

Liferay 7.0-ce-m3