Liferay 6.0.3

Uses of Class
com.liferay.portlet.ratings.NoSuchStatsException

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)
           
 RatingsStats RatingsStatsPersistence.findByC_C(long classNameId, long classPK)
           
 RatingsStats RatingsStatsPersistenceImpl.findByC_C(long classNameId, long classPK)
           
static RatingsStats RatingsStatsUtil.findByPrimaryKey(long statsId)
           
 RatingsStats RatingsStatsPersistence.findByPrimaryKey(long statsId)
           
 RatingsStats RatingsStatsPersistenceImpl.findByPrimaryKey(long statsId)
           
static RatingsStats RatingsStatsUtil.remove(long statsId)
           
 RatingsStats RatingsStatsPersistence.remove(long statsId)
           
 RatingsStats RatingsStatsPersistenceImpl.remove(long statsId)
           
static void RatingsStatsUtil.removeByC_C(long classNameId, long classPK)
           
 void RatingsStatsPersistence.removeByC_C(long classNameId, long classPK)
           
 void RatingsStatsPersistenceImpl.removeByC_C(long classNameId, long classPK)
           
 


Liferay 6.0.3