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
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)
Deprecated. Use update(RatingsStats, boolean merge) . |
static RatingsStats |
update(RatingsStats ratingsStats,
boolean merge)
Add, update, or merge, the entity. |
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()
cacheResult
public static void cacheResult(RatingsStats ratingsStats)
cacheResult
public static void cacheResult(java.util.List<RatingsStats> ratingsStatses)
clearCache
public static void clearCache()
create
public static RatingsStats create(long statsId)
remove
public static RatingsStats remove(long statsId)
throws com.liferay.portal.SystemException,
NoSuchStatsException
- Throws:
com.liferay.portal.SystemException
NoSuchStatsException
remove
public static RatingsStats remove(RatingsStats ratingsStats)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public static RatingsStats update(RatingsStats ratingsStats)
throws com.liferay.portal.SystemException
- Deprecated. Use
update(RatingsStats, boolean merge)
.
- Throws:
com.liferay.portal.SystemException
update
public static RatingsStats update(RatingsStats ratingsStats,
boolean merge)
throws com.liferay.portal.SystemException
- Add, update, or merge, the entity. This method also calls the model
listeners to trigger the proper events associated with adding, deleting,
or updating an entity.
- Parameters:
ratingsStats
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The default
value is false. Setting merge to true is more expensive and
should only be true when ratingsStats is transient. See
LEP-5473 for a detailed discussion of this method.
- Returns:
- the entity that was added, updated, or merged
- Throws:
com.liferay.portal.SystemException
updateImpl
public static RatingsStats updateImpl(RatingsStats ratingsStats,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public static RatingsStats findByPrimaryKey(long statsId)
throws com.liferay.portal.SystemException,
NoSuchStatsException
- Throws:
com.liferay.portal.SystemException
NoSuchStatsException
fetchByPrimaryKey
public static RatingsStats fetchByPrimaryKey(long statsId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_C
public static RatingsStats findByC_C(long classNameId,
long classPK)
throws com.liferay.portal.SystemException,
NoSuchStatsException
- Throws:
com.liferay.portal.SystemException
NoSuchStatsException
fetchByC_C
public static RatingsStats fetchByC_C(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByC_C
public static RatingsStats fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
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.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<RatingsStats> findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<RatingsStats> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<RatingsStats> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByC_C
public static void removeByC_C(long classNameId,
long classPK)
throws com.liferay.portal.SystemException,
NoSuchStatsException
- Throws:
com.liferay.portal.SystemException
NoSuchStatsException
removeAll
public static void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByC_C
public static int countByC_C(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
public static int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getPersistence
public static RatingsStatsPersistence getPersistence()
setPersistence
public void setPersistence(RatingsStatsPersistence persistence)