com.liferay.portlet.asset.service.persistence
Class AssetTagStatsUtil

java.lang.Object
  extended by com.liferay.portlet.asset.service.persistence.AssetTagStatsUtil

public class AssetTagStatsUtil
extends java.lang.Object

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, AssetTagStatsPersistenceImpl
Generated:

Constructor Summary
AssetTagStatsUtil()
           
 
Method Summary
static void cacheResult(AssetTagStats assetTagStats)
           
static void cacheResult(java.util.List<AssetTagStats> assetTagStatses)
           
static void clearCache()
           
static void clearCache(AssetTagStats assetTagStats)
           
static int countAll()
           
static int countByClassNameId(long classNameId)
           
static int countByT_C(long tagId, long classNameId)
           
static int countByTagId(long tagId)
           
 long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static AssetTagStats create(long tagStatsId)
           
static AssetTagStats fetchByPrimaryKey(long tagStatsId)
           
static AssetTagStats fetchByT_C(long tagId, long classNameId)
           
static AssetTagStats fetchByT_C(long tagId, long classNameId, boolean retrieveFromCache)
           
static java.util.List<AssetTagStats> findAll()
           
static java.util.List<AssetTagStats> findAll(int start, int end)
           
static java.util.List<AssetTagStats> findAll(int start, int end, OrderByComparator orderByComparator)
           
static AssetTagStats findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
           
static AssetTagStats findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
           
static AssetTagStats[] findByClassNameId_PrevAndNext(long tagStatsId, long classNameId, OrderByComparator orderByComparator)
           
static java.util.List<AssetTagStats> findByClassNameId(long classNameId)
           
static java.util.List<AssetTagStats> findByClassNameId(long classNameId, int start, int end)
           
static java.util.List<AssetTagStats> findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
           
static AssetTagStats findByPrimaryKey(long tagStatsId)
           
static AssetTagStats findByT_C(long tagId, long classNameId)
           
static AssetTagStats findByTagId_First(long tagId, OrderByComparator orderByComparator)
           
static AssetTagStats findByTagId_Last(long tagId, OrderByComparator orderByComparator)
           
static AssetTagStats[] findByTagId_PrevAndNext(long tagStatsId, long tagId, OrderByComparator orderByComparator)
           
static java.util.List<AssetTagStats> findByTagId(long tagId)
           
static java.util.List<AssetTagStats> findByTagId(long tagId, int start, int end)
           
static java.util.List<AssetTagStats> findByTagId(long tagId, int start, int end, OrderByComparator orderByComparator)
           
static java.util.List<AssetTagStats> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static java.util.List<AssetTagStats> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static AssetTagStatsPersistence getPersistence()
           
static AssetTagStats remove(AssetTagStats assetTagStats)
           
static AssetTagStats remove(long tagStatsId)
           
static void removeAll()
           
static void removeByClassNameId(long classNameId)
           
static void removeByT_C(long tagId, long classNameId)
           
static void removeByTagId(long tagId)
           
 void setPersistence(AssetTagStatsPersistence persistence)
           
static AssetTagStats update(AssetTagStats assetTagStats, boolean merge)
           
static AssetTagStats updateImpl(AssetTagStats assetTagStats, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagStatsUtil

public AssetTagStatsUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(AssetTagStats assetTagStats)
See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(AssetTagStats)

countWithDynamicQuery

public long countWithDynamicQuery(DynamicQuery dynamicQuery)
                           throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static java.util.List<AssetTagStats> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                                          throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static java.util.List<AssetTagStats> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                                 int start,
                                                                 int end)
                                                          throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

remove

public static AssetTagStats remove(AssetTagStats assetTagStats)
                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)

update

public static AssetTagStats update(AssetTagStats assetTagStats,
                                   boolean merge)
                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)

cacheResult

public static void cacheResult(AssetTagStats assetTagStats)

cacheResult

public static void cacheResult(java.util.List<AssetTagStats> assetTagStatses)

create

public static AssetTagStats create(long tagStatsId)

remove

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

updateImpl

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

findByPrimaryKey

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

fetchByPrimaryKey

public static AssetTagStats fetchByPrimaryKey(long tagStatsId)
                                       throws SystemException
Throws:
SystemException

findByTagId

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

findByTagId

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

findByTagId

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

findByTagId_First

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

findByTagId_Last

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

findByTagId_PrevAndNext

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

findByClassNameId

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

findByClassNameId

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

findByClassNameId

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

findByClassNameId_First

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

findByClassNameId_Last

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

findByClassNameId_PrevAndNext

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

findByT_C

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

fetchByT_C

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

fetchByT_C

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

findAll

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

findAll

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

findAll

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

removeByTagId

public static void removeByTagId(long tagId)
                          throws SystemException
Throws:
SystemException

removeByClassNameId

public static void removeByClassNameId(long classNameId)
                                throws SystemException
Throws:
SystemException

removeByT_C

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

removeAll

public static void removeAll()
                      throws SystemException
Throws:
SystemException

countByTagId

public static int countByTagId(long tagId)
                        throws SystemException
Throws:
SystemException

countByClassNameId

public static int countByClassNameId(long classNameId)
                              throws SystemException
Throws:
SystemException

countByT_C

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

countAll

public static int countAll()
                    throws SystemException
Throws:
SystemException

getPersistence

public static AssetTagStatsPersistence getPersistence()

setPersistence

public void setPersistence(AssetTagStatsPersistence persistence)