|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RatingsStatsPersistence
Method Summary | |
---|---|
int |
countAll()
|
int |
countByC_C(long classNameId,
long classPK)
|
RatingsStats |
create(long statsId)
|
RatingsStats |
fetchByC_C(long classNameId,
long classPK)
|
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)
|
void |
registerListener(ModelListener listener)
|
RatingsStats |
remove(long statsId)
|
RatingsStats |
remove(RatingsStats ratingsStats)
|
void |
removeAll()
|
void |
removeByC_C(long classNameId,
long classPK)
|
void |
unregisterListener(ModelListener listener)
|
RatingsStats |
update(RatingsStats ratingsStats)
Deprecated. Use update(RatingsStats ratingsStats, boolean merge) . |
RatingsStats |
update(RatingsStats ratingsStats,
boolean merge)
Add, update, or merge, the entity. |
RatingsStats |
updateImpl(RatingsStats ratingsStats,
boolean merge)
|
Method Detail |
---|
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 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
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
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |