Liferay 6.1.2-ce-ga3

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)
          Returns 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)
          Returns 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)
          Returns the ratings stats where classNameId = ? and classPK = ? or throws a NoSuchStatsException if it could not be found.
static RatingsStats RatingsStatsUtil.findByPrimaryKey(long statsId)
          Returns the ratings stats with the primary key or throws a NoSuchStatsException if it could not be found.
 RatingsStats RatingsStatsPersistence.findByPrimaryKey(long statsId)
          Returns the ratings stats with the primary key or throws a NoSuchStatsException if it could not be found.
 RatingsStats RatingsStatsPersistenceImpl.findByPrimaryKey(long statsId)
          Returns 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.
 RatingsStats RatingsStatsPersistenceImpl.remove(Serializable primaryKey)
          Removes the ratings stats with the primary key from the database.
static RatingsStats RatingsStatsUtil.removeByC_C(long classNameId, long classPK)
          Removes the ratings stats where classNameId = ? and classPK = ? from the database.
 RatingsStats RatingsStatsPersistence.removeByC_C(long classNameId, long classPK)
          Removes the ratings stats where classNameId = ? and classPK = ? from the database.
 RatingsStats RatingsStatsPersistenceImpl.removeByC_C(long classNameId, long classPK)
          Removes the ratings stats where classNameId = ? and classPK = ? from the database.
 


Liferay 6.1.2-ce-ga3