com.liferay.portlet.asset.service.persistence
Interface AssetTagStatsPersistence
- All Superinterfaces:
- BasePersistence<AssetTagStats>
public interface AssetTagStatsPersistence
- extends BasePersistence<AssetTagStats>
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:
AssetTagStatsPersistenceImpl
,
AssetTagStatsUtil
- Generated:
Method Summary |
void |
cacheResult(AssetTagStats assetTagStats)
|
void |
cacheResult(java.util.List<AssetTagStats> assetTagStatses)
|
int |
countAll()
|
int |
countByClassNameId(long classNameId)
|
int |
countByT_C(long tagId,
long classNameId)
|
int |
countByTagId(long tagId)
|
AssetTagStats |
create(long tagStatsId)
|
AssetTagStats |
fetchByPrimaryKey(long tagStatsId)
|
AssetTagStats |
fetchByT_C(long tagId,
long classNameId)
|
AssetTagStats |
fetchByT_C(long tagId,
long classNameId,
boolean retrieveFromCache)
|
java.util.List<AssetTagStats> |
findAll()
|
java.util.List<AssetTagStats> |
findAll(int start,
int end)
|
java.util.List<AssetTagStats> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetTagStats |
findByClassNameId_First(long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetTagStats |
findByClassNameId_Last(long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetTagStats[] |
findByClassNameId_PrevAndNext(long tagStatsId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<AssetTagStats> |
findByClassNameId(long classNameId)
|
java.util.List<AssetTagStats> |
findByClassNameId(long classNameId,
int start,
int end)
|
java.util.List<AssetTagStats> |
findByClassNameId(long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetTagStats |
findByPrimaryKey(long tagStatsId)
|
AssetTagStats |
findByT_C(long tagId,
long classNameId)
|
AssetTagStats |
findByTagId_First(long tagId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetTagStats |
findByTagId_Last(long tagId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetTagStats[] |
findByTagId_PrevAndNext(long tagStatsId,
long tagId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<AssetTagStats> |
findByTagId(long tagId)
|
java.util.List<AssetTagStats> |
findByTagId(long tagId,
int start,
int end)
|
java.util.List<AssetTagStats> |
findByTagId(long tagId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AssetTagStats |
remove(long tagStatsId)
|
void |
removeAll()
|
void |
removeByClassNameId(long classNameId)
|
void |
removeByT_C(long tagId,
long classNameId)
|
void |
removeByTagId(long tagId)
|
AssetTagStats |
updateImpl(AssetTagStats assetTagStats,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(AssetTagStats assetTagStats)
cacheResult
void cacheResult(java.util.List<AssetTagStats> assetTagStatses)
create
AssetTagStats create(long tagStatsId)
remove
AssetTagStats remove(long tagStatsId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchTagStatsException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagStatsException
updateImpl
AssetTagStats updateImpl(AssetTagStats assetTagStats,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
AssetTagStats findByPrimaryKey(long tagStatsId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchTagStatsException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagStatsException
fetchByPrimaryKey
AssetTagStats fetchByPrimaryKey(long tagStatsId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByTagId
java.util.List<AssetTagStats> findByTagId(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByTagId
java.util.List<AssetTagStats> findByTagId(long tagId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByTagId
java.util.List<AssetTagStats> findByTagId(long tagId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByTagId_First
AssetTagStats findByTagId_First(long tagId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchTagStatsException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagStatsException
findByTagId_Last
AssetTagStats findByTagId_Last(long tagId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchTagStatsException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagStatsException
findByTagId_PrevAndNext
AssetTagStats[] findByTagId_PrevAndNext(long tagStatsId,
long tagId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchTagStatsException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagStatsException
findByClassNameId
java.util.List<AssetTagStats> findByClassNameId(long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByClassNameId
java.util.List<AssetTagStats> findByClassNameId(long classNameId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByClassNameId
java.util.List<AssetTagStats> findByClassNameId(long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByClassNameId_First
AssetTagStats findByClassNameId_First(long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchTagStatsException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagStatsException
findByClassNameId_Last
AssetTagStats findByClassNameId_Last(long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchTagStatsException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagStatsException
findByClassNameId_PrevAndNext
AssetTagStats[] findByClassNameId_PrevAndNext(long tagStatsId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchTagStatsException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagStatsException
findByT_C
AssetTagStats findByT_C(long tagId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchTagStatsException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagStatsException
fetchByT_C
AssetTagStats fetchByT_C(long tagId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByT_C
AssetTagStats fetchByT_C(long tagId,
long classNameId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<AssetTagStats> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<AssetTagStats> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<AssetTagStats> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByTagId
void removeByTagId(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByClassNameId
void removeByClassNameId(long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByT_C
void removeByT_C(long tagId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchTagStatsException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagStatsException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByTagId
int countByTagId(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByClassNameId
int countByClassNameId(long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByT_C
int countByT_C(long tagId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException