Liferay 6.0-ee

Uses of Class
com.liferay.portlet.asset.NoSuchTagStatsException

Packages that use NoSuchTagStatsException
com.liferay.portlet.asset.service.persistence   
 

Uses of NoSuchTagStatsException in com.liferay.portlet.asset.service.persistence
 

Methods in com.liferay.portlet.asset.service.persistence that throw NoSuchTagStatsException
static AssetTagStats AssetTagStatsUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Finds the first asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Finds the first asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Finds the first asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats AssetTagStatsUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Finds the last asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Finds the last asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Finds the last asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats[] AssetTagStatsUtil.findByClassNameId_PrevAndNext(long tagStatsId, long classNameId, OrderByComparator orderByComparator)
          Finds the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats[] AssetTagStatsPersistence.findByClassNameId_PrevAndNext(long tagStatsId, long classNameId, OrderByComparator orderByComparator)
          Finds the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats[] AssetTagStatsPersistenceImpl.findByClassNameId_PrevAndNext(long tagStatsId, long classNameId, OrderByComparator orderByComparator)
          Finds the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats AssetTagStatsUtil.findByPrimaryKey(long tagStatsId)
          Finds the asset tag stats with the primary key or throws a NoSuchTagStatsException if it could not be found.
 AssetTagStats AssetTagStatsPersistence.findByPrimaryKey(long tagStatsId)
          Finds the asset tag stats with the primary key or throws a NoSuchTagStatsException if it could not be found.
 AssetTagStats AssetTagStatsPersistenceImpl.findByPrimaryKey(long tagStatsId)
          Finds the asset tag stats with the primary key or throws a NoSuchTagStatsException if it could not be found.
static AssetTagStats AssetTagStatsUtil.findByT_C(long tagId, long classNameId)
          Finds the asset tag stats where tagId = ? and classNameId = ? or throws a NoSuchTagStatsException if it could not be found.
 AssetTagStats AssetTagStatsPersistence.findByT_C(long tagId, long classNameId)
          Finds the asset tag stats where tagId = ? and classNameId = ? or throws a NoSuchTagStatsException if it could not be found.
 AssetTagStats AssetTagStatsPersistenceImpl.findByT_C(long tagId, long classNameId)
          Finds the asset tag stats where tagId = ? and classNameId = ? or throws a NoSuchTagStatsException if it could not be found.
static AssetTagStats AssetTagStatsUtil.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Finds the first asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistence.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Finds the first asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.findByTagId_First(long tagId, OrderByComparator orderByComparator)
          Finds the first asset tag stats in the ordered set where tagId = ?.
static AssetTagStats AssetTagStatsUtil.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Finds the last asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistence.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Finds the last asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistenceImpl.findByTagId_Last(long tagId, OrderByComparator orderByComparator)
          Finds the last asset tag stats in the ordered set where tagId = ?.
static AssetTagStats[] AssetTagStatsUtil.findByTagId_PrevAndNext(long tagStatsId, long tagId, OrderByComparator orderByComparator)
          Finds the asset tag statses before and after the current asset tag stats in the ordered set where tagId = ?.
 AssetTagStats[] AssetTagStatsPersistence.findByTagId_PrevAndNext(long tagStatsId, long tagId, OrderByComparator orderByComparator)
          Finds the asset tag statses before and after the current asset tag stats in the ordered set where tagId = ?.
 AssetTagStats[] AssetTagStatsPersistenceImpl.findByTagId_PrevAndNext(long tagStatsId, long tagId, OrderByComparator orderByComparator)
          Finds the asset tag statses before and after the current asset tag stats in the ordered set where tagId = ?.
static AssetTagStats AssetTagStatsUtil.remove(long tagStatsId)
          Removes the asset tag stats with the primary key from the database.
 AssetTagStats AssetTagStatsPersistence.remove(long tagStatsId)
          Removes the asset tag stats with the primary key from the database.
 AssetTagStats AssetTagStatsPersistenceImpl.remove(long tagStatsId)
          Removes the asset tag stats with the primary key from the database.
static void AssetTagStatsUtil.removeByT_C(long tagId, long classNameId)
          Removes the asset tag stats where tagId = ? and classNameId = ? from the database.
 void AssetTagStatsPersistence.removeByT_C(long tagId, long classNameId)
          Removes the asset tag stats where tagId = ? and classNameId = ? from the database.
 void AssetTagStatsPersistenceImpl.removeByT_C(long tagId, long classNameId)
          Removes the asset tag stats where tagId = ? and classNameId = ? from the database.
 


Liferay 6.0-ee