Liferay 7.0-ce-b4

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

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

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<AssetTagStats> orderByComparator)
          Returns the first asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistence.findByClassNameId_First(long classNameId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns the first asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats AssetTagStatsUtil.findByClassNameId_Last(long classNameId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns the last asset tag stats in the ordered set where classNameId = ?.
 AssetTagStats AssetTagStatsPersistence.findByClassNameId_Last(long classNameId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns the last asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats[] AssetTagStatsUtil.findByClassNameId_PrevAndNext(long tagStatsId, long classNameId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns 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<AssetTagStats> orderByComparator)
          Returns the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?.
static AssetTagStats AssetTagStatsUtil.findByPrimaryKey(long tagStatsId)
          Returns the asset tag stats with the primary key or throws a NoSuchTagStatsException if it could not be found.
 AssetTagStats AssetTagStatsPersistence.findByPrimaryKey(long tagStatsId)
          Returns 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)
          Returns 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)
          Returns 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<AssetTagStats> orderByComparator)
          Returns the first asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistence.findByTagId_First(long tagId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns the first asset tag stats in the ordered set where tagId = ?.
static AssetTagStats AssetTagStatsUtil.findByTagId_Last(long tagId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns the last asset tag stats in the ordered set where tagId = ?.
 AssetTagStats AssetTagStatsPersistence.findByTagId_Last(long tagId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns the last asset tag stats in the ordered set where tagId = ?.
static AssetTagStats[] AssetTagStatsUtil.findByTagId_PrevAndNext(long tagStatsId, long tagId, OrderByComparator<AssetTagStats> orderByComparator)
          Returns 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<AssetTagStats> orderByComparator)
          Returns 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.
static AssetTagStats AssetTagStatsUtil.removeByT_C(long tagId, long classNameId)
          Removes the asset tag stats where tagId = ? and classNameId = ? from the database.
 AssetTagStats AssetTagStatsPersistence.removeByT_C(long tagId, long classNameId)
          Removes the asset tag stats where tagId = ? and classNameId = ? from the database.
 

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

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


Liferay 7.0-ce-b4