com.liferay.portlet.ratings.service.persistence
Class RatingsStatsUtil

java.lang.Object
  extended by com.liferay.portlet.ratings.service.persistence.RatingsStatsUtil

public class RatingsStatsUtil
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:
RatingsStatsPersistence, RatingsStatsPersistenceImpl
Generated:

Constructor Summary
RatingsStatsUtil()
           
 
Method Summary
static void cacheResult(java.util.List<RatingsStats> ratingsStatses)
           
static void cacheResult(RatingsStats ratingsStats)
           
static void clearCache()
           
static int countAll()
           
static int countByC_C(long classNameId, long classPK)
           
static RatingsStats create(long statsId)
           
static RatingsStats fetchByC_C(long classNameId, long classPK)
           
static RatingsStats fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
           
static RatingsStats fetchByPrimaryKey(long statsId)
           
static java.util.List<RatingsStats> findAll()
           
static java.util.List<RatingsStats> findAll(int start, int end)
           
static java.util.List<RatingsStats> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static RatingsStats findByC_C(long classNameId, long classPK)
           
static RatingsStats findByPrimaryKey(long statsId)
           
static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
static RatingsStatsPersistence getPersistence()
           
static RatingsStats remove(long statsId)
           
static RatingsStats remove(RatingsStats ratingsStats)
           
static void removeAll()
           
static void removeByC_C(long classNameId, long classPK)
           
 void setPersistence(RatingsStatsPersistence persistence)
           
static RatingsStats update(RatingsStats ratingsStats, boolean merge)
           
static RatingsStats updateImpl(RatingsStats ratingsStats, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatingsStatsUtil

public RatingsStatsUtil()
Method Detail

clearCache

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

findWithDynamicQuery

public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static 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
Throws:
com.liferay.portal.kernel.exception.SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

remove

public static RatingsStats remove(RatingsStats ratingsStats)
                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException
See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)

update

public static RatingsStats update(RatingsStats ratingsStats,
                                  boolean merge)
                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)

cacheResult

public static void cacheResult(RatingsStats ratingsStats)

cacheResult

public static void cacheResult(java.util.List<RatingsStats> ratingsStatses)

create

public static RatingsStats create(long statsId)

remove

public static RatingsStats remove(long statsId)
                           throws com.liferay.portal.kernel.exception.SystemException,
                                  NoSuchStatsException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchStatsException

updateImpl

public static RatingsStats updateImpl(RatingsStats ratingsStats,
                                      boolean merge)
                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

public static RatingsStats findByPrimaryKey(long statsId)
                                     throws com.liferay.portal.kernel.exception.SystemException,
                                            NoSuchStatsException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchStatsException

fetchByPrimaryKey

public static RatingsStats fetchByPrimaryKey(long statsId)
                                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByC_C

public static RatingsStats findByC_C(long classNameId,
                                     long classPK)
                              throws com.liferay.portal.kernel.exception.SystemException,
                                     NoSuchStatsException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchStatsException

fetchByC_C

public static RatingsStats fetchByC_C(long classNameId,
                                      long classPK)
                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByC_C

public static RatingsStats fetchByC_C(long classNameId,
                                      long classPK,
                                      boolean retrieveFromCache)
                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

public static java.util.List<RatingsStats> findAll()
                                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

public static java.util.List<RatingsStats> findAll(int start,
                                                   int end)
                                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

public static java.util.List<RatingsStats> 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

removeByC_C

public static void removeByC_C(long classNameId,
                               long classPK)
                        throws com.liferay.portal.kernel.exception.SystemException,
                               NoSuchStatsException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchStatsException

removeAll

public static void removeAll()
                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByC_C

public static int countByC_C(long classNameId,
                             long classPK)
                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countAll

public static int countAll()
                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getPersistence

public static RatingsStatsPersistence getPersistence()

setPersistence

public void setPersistence(RatingsStatsPersistence persistence)