Liferay 7.0-ce-b4

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


@ProviderType
public interface AssetVocabularyFinder


Method Summary
 int countByG_N(long groupId, String name)
           
 int filterCountByG_N(long groupId, String name)
           
 List<AssetVocabulary> filterFindByG_N(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
 List<AssetVocabulary> findByG_N(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
 

Method Detail

countByG_N

int countByG_N(long groupId,
               String name)

filterCountByG_N

int filterCountByG_N(long groupId,
                     String name)

filterFindByG_N

List<AssetVocabulary> filterFindByG_N(long groupId,
                                      String name,
                                      int start,
                                      int end,
                                      OrderByComparator<AssetVocabulary> obc)

findByG_N

List<AssetVocabulary> findByG_N(long groupId,
                                String name,
                                int start,
                                int end,
                                OrderByComparator<AssetVocabulary> obc)

Liferay 7.0-ce-b4