Liferay 6.2-ce-ga5

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


@ProviderType
public interface AssetTagPropertyKeyFinder


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)
                   throws SystemException
Throws:
SystemException

findByGroupId

String[] findByGroupId(long groupId)
                       throws SystemException
Throws:
SystemException

findByGroupId

String[] findByGroupId(long groupId,
                       int start,
                       int end)
                       throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5