Liferay 6.2-ce-ga5

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

All Known Implementing Classes:
AssetVocabularyFinderImpl

@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 obc)
           
 List<AssetVocabulary> findByG_N(long groupId, String name, int start, int end, OrderByComparator obc)
           
 

Method Detail

countByG_N

int countByG_N(long groupId,
               String name)
               throws SystemException
Throws:
SystemException

filterCountByG_N

int filterCountByG_N(long groupId,
                     String name)
                     throws SystemException
Throws:
SystemException

filterFindByG_N

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

findByG_N

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

Liferay 6.2-ce-ga5