|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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<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. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||