Liferay 6.1.2-ce-ga3

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

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

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 obc)
           
static List<AssetVocabulary> findByG_N(long groupId, String name, int start, int end, OrderByComparator 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)
                      throws SystemException
Throws:
SystemException

filterCountByG_N

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

filterFindByG_N

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

findByG_N

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

getFinder

public static AssetVocabularyFinder getFinder()

setFinder

public void setFinder(AssetVocabularyFinder finder)

Liferay 6.1.2-ce-ga3