com.liferay.portlet.asset.service.persistence
Class AssetVocabularyFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<AssetVocabulary>
com.liferay.portlet.asset.service.persistence.AssetVocabularyFinderImpl
- All Implemented Interfaces:
- SessionFactory, BasePersistence<AssetVocabulary>, AssetVocabularyFinder
public class AssetVocabularyFinderImpl
- extends BasePersistenceImpl<AssetVocabulary>
- implements AssetVocabularyFinder
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
Method Summary |
int |
countByG_N(long groupId,
String name)
|
protected int |
doCountByG_N(long groupId,
String name,
boolean inlineSQLHelper)
|
protected List<AssetVocabulary> |
doFindByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc,
boolean inlineSQLHelper)
|
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)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getClassLoader, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, removeImpl, setDataSource, setSessionFactory, unregisterListener, update, update, updateImpl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_G_N
public static final String COUNT_BY_G_N
FIND_BY_G_N
public static final String FIND_BY_G_N
AssetVocabularyFinderImpl
public AssetVocabularyFinderImpl()
countByG_N
public int countByG_N(long groupId,
String name)
throws SystemException
- Specified by:
countByG_N
in interface AssetVocabularyFinder
- Throws:
SystemException
filterCountByG_N
public int filterCountByG_N(long groupId,
String name)
throws SystemException
- Specified by:
filterCountByG_N
in interface AssetVocabularyFinder
- Throws:
SystemException
filterFindByG_N
public List<AssetVocabulary> filterFindByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
filterFindByG_N
in interface AssetVocabularyFinder
- Throws:
SystemException
findByG_N
public List<AssetVocabulary> findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
findByG_N
in interface AssetVocabularyFinder
- Throws:
SystemException
doCountByG_N
protected int doCountByG_N(long groupId,
String name,
boolean inlineSQLHelper)
throws SystemException
- Throws:
SystemException
doFindByG_N
protected List<AssetVocabulary> doFindByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc,
boolean inlineSQLHelper)
throws SystemException
- Throws:
SystemException