com.liferay.portlet.ratings.service.persistence
Class RatingsStatsUtil
java.lang.Object
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:
Method Summary |
static void |
cacheResult(java.util.List<RatingsStats> ratingsStatses)
|
static void |
cacheResult(RatingsStats ratingsStats)
|
static void |
clearCache()
|
static void |
clearCache(RatingsStats ratingsStats)
|
static int |
countAll()
|
static int |
countByC_C(long classNameId,
long classPK)
|
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
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,
OrderByComparator orderByComparator)
|
static RatingsStats |
findByC_C(long classNameId,
long classPK)
|
static RatingsStats |
findByPrimaryKey(long statsId)
|
static java.util.List<RatingsStats> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static java.util.List<RatingsStats> |
findWithDynamicQuery(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 |
RatingsStatsUtil
public RatingsStatsUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
clearCache
public static void clearCache(RatingsStats ratingsStats)
- See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(RatingsStats)
countWithDynamicQuery
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<RatingsStats> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<RatingsStats> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static RatingsStats remove(RatingsStats ratingsStats)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static RatingsStats update(RatingsStats ratingsStats,
boolean merge)
throws SystemException
- Throws:
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 SystemException,
NoSuchStatsException
- Throws:
SystemException
NoSuchStatsException
updateImpl
public static RatingsStats updateImpl(RatingsStats ratingsStats,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
public static RatingsStats findByPrimaryKey(long statsId)
throws SystemException,
NoSuchStatsException
- Throws:
SystemException
NoSuchStatsException
fetchByPrimaryKey
public static RatingsStats fetchByPrimaryKey(long statsId)
throws SystemException
- Throws:
SystemException
findByC_C
public static RatingsStats findByC_C(long classNameId,
long classPK)
throws SystemException,
NoSuchStatsException
- Throws:
SystemException
NoSuchStatsException
fetchByC_C
public static RatingsStats fetchByC_C(long classNameId,
long classPK)
throws SystemException
- Throws:
SystemException
fetchByC_C
public static RatingsStats fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<RatingsStats> findAll()
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<RatingsStats> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<RatingsStats> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByC_C
public static void removeByC_C(long classNameId,
long classPK)
throws SystemException,
NoSuchStatsException
- Throws:
SystemException
NoSuchStatsException
removeAll
public static void removeAll()
throws SystemException
- Throws:
SystemException
countByC_C
public static int countByC_C(long classNameId,
long classPK)
throws SystemException
- Throws:
SystemException
countAll
public static int countAll()
throws SystemException
- Throws:
SystemException
getPersistence
public static RatingsStatsPersistence getPersistence()
setPersistence
public void setPersistence(RatingsStatsPersistence persistence)