|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RatingsStatsPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
RatingsStatsPersistenceImpl
,
RatingsStatsUtil
Method Summary | |
---|---|
void |
cacheResult(java.util.List<RatingsStats> ratingsStatses)
|
void |
cacheResult(RatingsStats ratingsStats)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByC_C(long classNameId,
long classPK)
|
RatingsStats |
create(long statsId)
|
RatingsStats |
fetchByC_C(long classNameId,
long classPK)
|
RatingsStats |
fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
|
RatingsStats |
fetchByPrimaryKey(long statsId)
|
java.util.List<RatingsStats> |
findAll()
|
java.util.List<RatingsStats> |
findAll(int start,
int end)
|
java.util.List<RatingsStats> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
RatingsStats |
findByC_C(long classNameId,
long classPK)
|
RatingsStats |
findByPrimaryKey(long statsId)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
RatingsStats |
remove(long statsId)
|
RatingsStats |
remove(RatingsStats ratingsStats)
|
void |
removeAll()
|
void |
removeByC_C(long classNameId,
long classPK)
|
RatingsStats |
update(RatingsStats ratingsStats)
Deprecated. Use update(RatingsStats, boolean merge) . |
RatingsStats |
update(RatingsStats ratingsStats,
boolean merge)
Add, update, or merge, the entity. |
RatingsStats |
updateImpl(RatingsStats ratingsStats,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(RatingsStats ratingsStats)
void cacheResult(java.util.List<RatingsStats> ratingsStatses)
void clearCache()
clearCache
in interface BasePersistence
RatingsStats create(long statsId)
RatingsStats remove(long statsId) throws com.liferay.portal.SystemException, NoSuchStatsException
com.liferay.portal.SystemException
NoSuchStatsException
RatingsStats remove(RatingsStats ratingsStats) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
RatingsStats update(RatingsStats ratingsStats) throws com.liferay.portal.SystemException
update(RatingsStats, boolean merge)
.
com.liferay.portal.SystemException
RatingsStats update(RatingsStats ratingsStats, boolean merge) throws com.liferay.portal.SystemException
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.
com.liferay.portal.SystemException
RatingsStats updateImpl(RatingsStats ratingsStats, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
RatingsStats findByPrimaryKey(long statsId) throws com.liferay.portal.SystemException, NoSuchStatsException
com.liferay.portal.SystemException
NoSuchStatsException
RatingsStats fetchByPrimaryKey(long statsId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
RatingsStats findByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException, NoSuchStatsException
com.liferay.portal.SystemException
NoSuchStatsException
RatingsStats fetchByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
RatingsStats fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<RatingsStats> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<RatingsStats> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<RatingsStats> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException, NoSuchStatsException
com.liferay.portal.SystemException
NoSuchStatsException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |