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, 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)
           
 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, 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)
           
 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, 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
 

Method Detail

cacheResult

void cacheResult(AssetTagStats assetTagStats)

cacheResult

void cacheResult(java.util.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

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

findByTagId

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

findByTagId

java.util.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

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

findByClassNameId

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

findByClassNameId

java.util.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

java.util.List<AssetTagStats> findAll()
                                      throws SystemException
Throws:
SystemException

findAll

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

findAll

java.util.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