public class AssetVocabularyFinderUtil
extends Object
Constructor and Description |
---|
AssetVocabularyFinderUtil() |
Modifier and Type | Method and Description |
---|---|
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) |
public static int countByG_N(long groupId, String name)
public static int filterCountByG_N(long groupId, String name)
public static List<AssetVocabulary> filterFindByG_N(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
public static List<AssetVocabulary> findByG_N(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
public static AssetVocabularyFinder getFinder()
public void setFinder(AssetVocabularyFinder finder)