com.liferay.portlet.asset.service.persistence
Class AssetTagStatsPersistenceImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagStats>
com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistenceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagStats>, com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
public class AssetTagStatsPersistenceImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagStats>
- implements com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetTagStatsPersistence
,
AssetTagStatsUtil
- Generated:
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT |
Method Summary |
void |
afterPropertiesSet()
|
void |
cacheResult(com.liferay.portlet.asset.model.AssetTagStats assetTagStats)
|
void |
cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetTagStats> assetTagStatses)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByClassNameId(long classNameId)
|
int |
countByT_C(long tagId,
long classNameId)
|
int |
countByTagId(long tagId)
|
com.liferay.portlet.asset.model.AssetTagStats |
create(long tagStatsId)
|
com.liferay.portlet.asset.model.AssetTagStats |
fetchByPrimaryKey(long tagStatsId)
|
com.liferay.portlet.asset.model.AssetTagStats |
fetchByPrimaryKey(java.io.Serializable primaryKey)
|
com.liferay.portlet.asset.model.AssetTagStats |
fetchByT_C(long tagId,
long classNameId)
|
com.liferay.portlet.asset.model.AssetTagStats |
fetchByT_C(long tagId,
long classNameId,
boolean retrieveFromCache)
|
java.util.List<com.liferay.portlet.asset.model.AssetTagStats> |
findAll()
|
java.util.List<com.liferay.portlet.asset.model.AssetTagStats> |
findAll(int start,
int end)
|
java.util.List<com.liferay.portlet.asset.model.AssetTagStats> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.asset.model.AssetTagStats |
findByClassNameId_First(long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.asset.model.AssetTagStats |
findByClassNameId_Last(long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.asset.model.AssetTagStats[] |
findByClassNameId_PrevAndNext(long tagStatsId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.asset.model.AssetTagStats> |
findByClassNameId(long classNameId)
|
java.util.List<com.liferay.portlet.asset.model.AssetTagStats> |
findByClassNameId(long classNameId,
int start,
int end)
|
java.util.List<com.liferay.portlet.asset.model.AssetTagStats> |
findByClassNameId(long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.asset.model.AssetTagStats |
findByPrimaryKey(long tagStatsId)
|
com.liferay.portlet.asset.model.AssetTagStats |
findByPrimaryKey(java.io.Serializable primaryKey)
|
com.liferay.portlet.asset.model.AssetTagStats |
findByT_C(long tagId,
long classNameId)
|
com.liferay.portlet.asset.model.AssetTagStats |
findByTagId_First(long tagId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.asset.model.AssetTagStats |
findByTagId_Last(long tagId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.asset.model.AssetTagStats[] |
findByTagId_PrevAndNext(long tagStatsId,
long tagId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.asset.model.AssetTagStats> |
findByTagId(long tagId)
|
java.util.List<com.liferay.portlet.asset.model.AssetTagStats> |
findByTagId(long tagId,
int start,
int end)
|
java.util.List<com.liferay.portlet.asset.model.AssetTagStats> |
findByTagId(long tagId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
com.liferay.portlet.asset.model.AssetTagStats |
remove(com.liferay.portlet.asset.model.AssetTagStats assetTagStats)
|
com.liferay.portlet.asset.model.AssetTagStats |
remove(long tagStatsId)
|
com.liferay.portlet.asset.model.AssetTagStats |
remove(java.io.Serializable primaryKey)
|
void |
removeAll()
|
void |
removeByClassNameId(long classNameId)
|
void |
removeByT_C(long tagId,
long classNameId)
|
void |
removeByTagId(long tagId)
|
protected com.liferay.portlet.asset.model.AssetTagStats |
removeImpl(com.liferay.portlet.asset.model.AssetTagStats assetTagStats)
|
protected com.liferay.portlet.asset.model.AssetTagStats |
toUnwrappedModel(com.liferay.portlet.asset.model.AssetTagStats assetTagStats)
|
com.liferay.portlet.asset.model.AssetTagStats |
updateImpl(com.liferay.portlet.asset.model.AssetTagStats assetTagStats,
boolean merge)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, closeSession, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
getListeners, registerListener, unregisterListener, update |
FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_ENTITY
FINDER_CLASS_NAME_LIST
public static final java.lang.String FINDER_CLASS_NAME_LIST
FINDER_PATH_FIND_BY_TAGID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_TAGID
FINDER_PATH_FIND_BY_OBC_TAGID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_TAGID
FINDER_PATH_COUNT_BY_TAGID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_TAGID
FINDER_PATH_FIND_BY_CLASSNAMEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_CLASSNAMEID
FINDER_PATH_FIND_BY_OBC_CLASSNAMEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_CLASSNAMEID
FINDER_PATH_COUNT_BY_CLASSNAMEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_CLASSNAMEID
FINDER_PATH_FETCH_BY_T_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_T_C
FINDER_PATH_COUNT_BY_T_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_T_C
FINDER_PATH_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
assetCategoryPersistence
@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence assetCategoryPersistence
assetCategoryPropertyPersistence
@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence assetCategoryPropertyPersistence
assetEntryPersistence
@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetEntryPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
assetTagPersistence
@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetTagPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence
assetTagPropertyPersistence
@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence assetTagPropertyPersistence
assetTagStatsPersistence
@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence assetTagStatsPersistence
assetVocabularyPersistence
@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence
resourcePersistence
@BeanReference(name="com.liferay.portal.service.persistence.ResourcePersistence")
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
userPersistence
@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
AssetTagStatsPersistenceImpl
public AssetTagStatsPersistenceImpl()
cacheResult
public void cacheResult(com.liferay.portlet.asset.model.AssetTagStats assetTagStats)
- Specified by:
cacheResult
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
cacheResult
public void cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetTagStats> assetTagStatses)
- Specified by:
cacheResult
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
clearCache
public void clearCache()
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagStats>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagStats>
create
public com.liferay.portlet.asset.model.AssetTagStats create(long tagStatsId)
- Specified by:
create
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
remove
public com.liferay.portlet.asset.model.AssetTagStats remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagStats>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagStats>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException
remove
public com.liferay.portlet.asset.model.AssetTagStats remove(long tagStatsId)
throws com.liferay.portlet.asset.NoSuchTagStatsException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portlet.asset.NoSuchTagStatsException
com.liferay.portal.kernel.exception.SystemException
remove
public com.liferay.portlet.asset.model.AssetTagStats remove(com.liferay.portlet.asset.model.AssetTagStats assetTagStats)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagStats>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagStats>
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeImpl
protected com.liferay.portlet.asset.model.AssetTagStats removeImpl(com.liferay.portlet.asset.model.AssetTagStats assetTagStats)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateImpl
public com.liferay.portlet.asset.model.AssetTagStats updateImpl(com.liferay.portlet.asset.model.AssetTagStats assetTagStats,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateImpl
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Overrides:
updateImpl
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagStats>
- Throws:
com.liferay.portal.kernel.exception.SystemException
toUnwrappedModel
protected com.liferay.portlet.asset.model.AssetTagStats toUnwrappedModel(com.liferay.portlet.asset.model.AssetTagStats assetTagStats)
findByPrimaryKey
public com.liferay.portlet.asset.model.AssetTagStats findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagStats>
- Overrides:
findByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagStats>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
public com.liferay.portlet.asset.model.AssetTagStats findByPrimaryKey(long tagStatsId)
throws com.liferay.portlet.asset.NoSuchTagStatsException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portlet.asset.NoSuchTagStatsException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
public com.liferay.portlet.asset.model.AssetTagStats fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagStats>
- Overrides:
fetchByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagStats>
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
public com.liferay.portlet.asset.model.AssetTagStats fetchByPrimaryKey(long tagStatsId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByTagId
public java.util.List<com.liferay.portlet.asset.model.AssetTagStats> findByTagId(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByTagId
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByTagId
public java.util.List<com.liferay.portlet.asset.model.AssetTagStats> findByTagId(long tagId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByTagId
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByTagId
public java.util.List<com.liferay.portlet.asset.model.AssetTagStats> findByTagId(long tagId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByTagId
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByTagId_First
public com.liferay.portlet.asset.model.AssetTagStats findByTagId_First(long tagId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.asset.NoSuchTagStatsException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByTagId_First
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portlet.asset.NoSuchTagStatsException
com.liferay.portal.kernel.exception.SystemException
findByTagId_Last
public com.liferay.portlet.asset.model.AssetTagStats findByTagId_Last(long tagId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.asset.NoSuchTagStatsException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByTagId_Last
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portlet.asset.NoSuchTagStatsException
com.liferay.portal.kernel.exception.SystemException
findByTagId_PrevAndNext
public com.liferay.portlet.asset.model.AssetTagStats[] findByTagId_PrevAndNext(long tagStatsId,
long tagId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.asset.NoSuchTagStatsException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByTagId_PrevAndNext
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portlet.asset.NoSuchTagStatsException
com.liferay.portal.kernel.exception.SystemException
findByClassNameId
public java.util.List<com.liferay.portlet.asset.model.AssetTagStats> findByClassNameId(long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByClassNameId
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByClassNameId
public java.util.List<com.liferay.portlet.asset.model.AssetTagStats> findByClassNameId(long classNameId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByClassNameId
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByClassNameId
public java.util.List<com.liferay.portlet.asset.model.AssetTagStats> findByClassNameId(long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByClassNameId
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByClassNameId_First
public com.liferay.portlet.asset.model.AssetTagStats findByClassNameId_First(long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.asset.NoSuchTagStatsException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByClassNameId_First
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portlet.asset.NoSuchTagStatsException
com.liferay.portal.kernel.exception.SystemException
findByClassNameId_Last
public com.liferay.portlet.asset.model.AssetTagStats findByClassNameId_Last(long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.asset.NoSuchTagStatsException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByClassNameId_Last
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portlet.asset.NoSuchTagStatsException
com.liferay.portal.kernel.exception.SystemException
findByClassNameId_PrevAndNext
public com.liferay.portlet.asset.model.AssetTagStats[] findByClassNameId_PrevAndNext(long tagStatsId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.asset.NoSuchTagStatsException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByClassNameId_PrevAndNext
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portlet.asset.NoSuchTagStatsException
com.liferay.portal.kernel.exception.SystemException
findByT_C
public com.liferay.portlet.asset.model.AssetTagStats findByT_C(long tagId,
long classNameId)
throws com.liferay.portlet.asset.NoSuchTagStatsException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByT_C
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portlet.asset.NoSuchTagStatsException
com.liferay.portal.kernel.exception.SystemException
fetchByT_C
public com.liferay.portlet.asset.model.AssetTagStats fetchByT_C(long tagId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByT_C
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByT_C
public com.liferay.portlet.asset.model.AssetTagStats fetchByT_C(long tagId,
long classNameId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByT_C
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findWithDynamicQuery
public java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findWithDynamicQuery
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagStats>
- Overrides:
findWithDynamicQuery
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagStats>
- Throws:
com.liferay.portal.kernel.exception.SystemException
findWithDynamicQuery
public java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findWithDynamicQuery
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTagStats>
- Overrides:
findWithDynamicQuery
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTagStats>
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.asset.model.AssetTagStats> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.asset.model.AssetTagStats> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.asset.model.AssetTagStats> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByTagId
public void removeByTagId(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByTagId
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByClassNameId
public void removeByClassNameId(long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByClassNameId
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByT_C
public void removeByT_C(long tagId,
long classNameId)
throws com.liferay.portlet.asset.NoSuchTagStatsException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByT_C
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portlet.asset.NoSuchTagStatsException
com.liferay.portal.kernel.exception.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeAll
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByTagId
public int countByTagId(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByTagId
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByClassNameId
public int countByClassNameId(long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByClassNameId
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByT_C
public int countByT_C(long tagId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByT_C
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
public int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countAll
in interface com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
afterPropertiesSet
public void afterPropertiesSet()