Liferay 7.0-ce-b4

com.liferay.portlet.asset.service.persistence
Class AssetVocabularyFinderUtil

java.lang.Object
  extended by com.liferay.portlet.asset.service.persistence.AssetVocabularyFinderUtil

@ProviderType
public class AssetVocabularyFinderUtil
extends Object


Constructor Summary
AssetVocabularyFinderUtil()
           
 
Method Summary
static int countByG_N(long groupId, String name)
           
static int filterCountByG_N(long groupId, String name)
           
static List<AssetVocabulary> filterFindByG_N(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static List<AssetVocabulary> findByG_N(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularyFinder getFinder()
           
 void setFinder(AssetVocabularyFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetVocabularyFinderUtil

public AssetVocabularyFinderUtil()
Method Detail

countByG_N

public static int countByG_N(long groupId,
                             String name)

filterCountByG_N

public static int filterCountByG_N(long groupId,
                                   String name)

filterFindByG_N

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

findByG_N

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

getFinder

public static AssetVocabularyFinder getFinder()

setFinder

public void setFinder(AssetVocabularyFinder finder)

Liferay 7.0-ce-b4