|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchStatsException | |
---|---|
com.liferay.portlet.ratings.service.persistence |
Uses of NoSuchStatsException in com.liferay.portlet.ratings.service.persistence |
---|
Methods in com.liferay.portlet.ratings.service.persistence that throw NoSuchStatsException | |
---|---|
static RatingsStats |
RatingsStatsUtil.findByC_C(long classNameId,
long classPK)
Finds the ratings stats where classNameId = ? and classPK = ? or throws a NoSuchStatsException if it could not be found. |
RatingsStats |
RatingsStatsPersistence.findByC_C(long classNameId,
long classPK)
Finds the ratings stats where classNameId = ? and classPK = ? or throws a NoSuchStatsException if it could not be found. |
RatingsStats |
RatingsStatsPersistenceImpl.findByC_C(long classNameId,
long classPK)
Finds the ratings stats where classNameId = ? and classPK = ? or throws a NoSuchStatsException if it could not be found. |
static RatingsStats |
RatingsStatsUtil.findByPrimaryKey(long statsId)
Finds the ratings stats with the primary key or throws a NoSuchStatsException if it could not be found. |
RatingsStats |
RatingsStatsPersistence.findByPrimaryKey(long statsId)
Finds the ratings stats with the primary key or throws a NoSuchStatsException if it could not be found. |
RatingsStats |
RatingsStatsPersistenceImpl.findByPrimaryKey(long statsId)
Finds the ratings stats with the primary key or throws a NoSuchStatsException if it could not be found. |
static RatingsStats |
RatingsStatsUtil.remove(long statsId)
Removes the ratings stats with the primary key from the database. |
RatingsStats |
RatingsStatsPersistence.remove(long statsId)
Removes the ratings stats with the primary key from the database. |
RatingsStats |
RatingsStatsPersistenceImpl.remove(long statsId)
Removes the ratings stats with the primary key from the database. |
static void |
RatingsStatsUtil.removeByC_C(long classNameId,
long classPK)
Removes the ratings stats where classNameId = ? and classPK = ? from the database. |
void |
RatingsStatsPersistence.removeByC_C(long classNameId,
long classPK)
Removes the ratings stats where classNameId = ? and classPK = ? from the database. |
void |
RatingsStatsPersistenceImpl.removeByC_C(long classNameId,
long classPK)
Removes the ratings stats where classNameId = ? and classPK = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |