Liferay 6.0.3

com.liferay.portlet.asset.service.persistence
Interface AssetTagStatsPersistence

All Superinterfaces:
BasePersistence<AssetTagStats>
All Known Implementing Classes:
AssetTagStatsPersistenceImpl

public interface AssetTagStatsPersistence
extends BasePersistence<AssetTagStats>

See Also:
AssetTagStatsPersistenceImpl, AssetTagStatsUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 void cacheResult(AssetTagStats assetTagStats)
           
 void cacheResult(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)
           
 List<AssetTagStats> findAll()
           
 List<AssetTagStats> findAll(int start, int end)
           
 List<AssetTagStats> findAll(int start, int end, OrderByComparator orderByComparator)
           
 AssetTagStats findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
           
 AssetTagStats findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
           
 AssetTagStats[] findByClassNameId_PrevAndNext(long tagStatsId, long classNameId, OrderByComparator orderByComparator)
           
 List<AssetTagStats> findByClassNameId(long classNameId)
           
 List<AssetTagStats> findByClassNameId(long classNameId, int start, int end)
           
 List<AssetTagStats> findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
           
 AssetTagStats findByPrimaryKey(long tagStatsId)
           
 AssetTagStats findByT_C(long tagId, long classNameId)
           
 AssetTagStats findByTagId_First(long tagId, OrderByComparator orderByComparator)
           
 AssetTagStats findByTagId_Last(long tagId, OrderByComparator orderByComparator)
           
 AssetTagStats[] findByTagId_PrevAndNext(long tagStatsId, long tagId, OrderByComparator orderByComparator)
           
 List<AssetTagStats> findByTagId(long tagId)
           
 List<AssetTagStats> findByTagId(long tagId, int start, int end)
           
 List<AssetTagStats> findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
           
 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, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update
 

Method Detail

cacheResult

void cacheResult(AssetTagStats assetTagStats)

cacheResult

void cacheResult(List<AssetTagStats> assetTagStatses)

create

AssetTagStats create(long tagStatsId)

remove

AssetTagStats remove(long tagStatsId)
                     throws SystemException,
                            NoSuchTagStatsException
Throws:
SystemException
NoSuchTagStatsException

updateImpl

AssetTagStats updateImpl(AssetTagStats assetTagStats,
                         boolean merge)
                         throws SystemException
Throws:
SystemException

findByPrimaryKey

AssetTagStats findByPrimaryKey(long tagStatsId)
                               throws SystemException,
                                      NoSuchTagStatsException
Throws:
SystemException
NoSuchTagStatsException

fetchByPrimaryKey

AssetTagStats fetchByPrimaryKey(long tagStatsId)
                                throws SystemException
Throws:
SystemException

findByTagId

List<AssetTagStats> findByTagId(long tagId)
                                throws SystemException
Throws:
SystemException

findByTagId

List<AssetTagStats> findByTagId(long tagId,
                                int start,
                                int end)
                                throws SystemException
Throws:
SystemException

findByTagId

List<AssetTagStats> findByTagId(long tagId,
                                int start,
                                int end,
                                OrderByComparator orderByComparator)
                                throws SystemException
Throws:
SystemException

findByTagId_First

AssetTagStats findByTagId_First(long tagId,
                                OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchTagStatsException
Throws:
SystemException
NoSuchTagStatsException

findByTagId_Last

AssetTagStats findByTagId_Last(long tagId,
                               OrderByComparator orderByComparator)
                               throws SystemException,
                                      NoSuchTagStatsException
Throws:
SystemException
NoSuchTagStatsException

findByTagId_PrevAndNext

AssetTagStats[] findByTagId_PrevAndNext(long tagStatsId,
                                        long tagId,
                                        OrderByComparator orderByComparator)
                                        throws SystemException,
                                               NoSuchTagStatsException
Throws:
SystemException
NoSuchTagStatsException

findByClassNameId

List<AssetTagStats> findByClassNameId(long classNameId)
                                      throws SystemException
Throws:
SystemException

findByClassNameId

List<AssetTagStats> findByClassNameId(long classNameId,
                                      int start,
                                      int end)
                                      throws SystemException
Throws:
SystemException

findByClassNameId

List<AssetTagStats> findByClassNameId(long classNameId,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Throws:
SystemException

findByClassNameId_First

AssetTagStats findByClassNameId_First(long classNameId,
                                      OrderByComparator orderByComparator)
                                      throws SystemException,
                                             NoSuchTagStatsException
Throws:
SystemException
NoSuchTagStatsException

findByClassNameId_Last

AssetTagStats findByClassNameId_Last(long classNameId,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchTagStatsException
Throws:
SystemException
NoSuchTagStatsException

findByClassNameId_PrevAndNext

AssetTagStats[] findByClassNameId_PrevAndNext(long tagStatsId,
                                              long classNameId,
                                              OrderByComparator orderByComparator)
                                              throws SystemException,
                                                     NoSuchTagStatsException
Throws:
SystemException
NoSuchTagStatsException

findByT_C

AssetTagStats findByT_C(long tagId,
                        long classNameId)
                        throws SystemException,
                               NoSuchTagStatsException
Throws:
SystemException
NoSuchTagStatsException

fetchByT_C

AssetTagStats fetchByT_C(long tagId,
                         long classNameId)
                         throws SystemException
Throws:
SystemException

fetchByT_C

AssetTagStats fetchByT_C(long tagId,
                         long classNameId,
                         boolean retrieveFromCache)
                         throws SystemException
Throws:
SystemException

findAll

List<AssetTagStats> findAll()
                            throws SystemException
Throws:
SystemException

findAll

List<AssetTagStats> findAll(int start,
                            int end)
                            throws SystemException
Throws:
SystemException

findAll

List<AssetTagStats> findAll(int start,
                            int end,
                            OrderByComparator orderByComparator)
                            throws SystemException
Throws:
SystemException

removeByTagId

void removeByTagId(long tagId)
                   throws SystemException
Throws:
SystemException

removeByClassNameId

void removeByClassNameId(long classNameId)
                         throws SystemException
Throws:
SystemException

removeByT_C

void removeByT_C(long tagId,
                 long classNameId)
                 throws SystemException,
                        NoSuchTagStatsException
Throws:
SystemException
NoSuchTagStatsException

removeAll

void removeAll()
               throws SystemException
Throws:
SystemException

countByTagId

int countByTagId(long tagId)
                 throws SystemException
Throws:
SystemException

countByClassNameId

int countByClassNameId(long classNameId)
                       throws SystemException
Throws:
SystemException

countByT_C

int countByT_C(long tagId,
               long classNameId)
               throws SystemException
Throws:
SystemException

countAll

int countAll()
             throws SystemException
Throws:
SystemException

Liferay 6.0.3