|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchTagException | |
|---|---|
| com.liferay.portlet.asset.service.persistence | |
| Uses of NoSuchTagException in com.liferay.portlet.asset.service.persistence |
|---|
| Methods in com.liferay.portlet.asset.service.persistence that throw NoSuchTagException | |
|---|---|
abstract AssetTag |
AssetTagFinder.filterFindByG_N(long groupId,
String name)
|
static AssetTag |
AssetTagFinderUtil.filterFindByG_N(long groupId,
String name)
|
static AssetTag[] |
AssetTagUtil.filterFindByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set of asset tags that the user has permission to view where groupId = ?. |
abstract AssetTag[] |
AssetTagPersistence.filterFindByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set of asset tags that the user has permission to view where groupId = ?. |
static AssetTag |
AssetTagUtil.findByG_N(long groupId,
String name)
Returns the asset tag where groupId = ? and name = ? or throws a NoSuchTagException if it could not be found. |
abstract AssetTag |
AssetTagFinder.findByG_N(long groupId,
String name)
|
static AssetTag |
AssetTagFinderUtil.findByG_N(long groupId,
String name)
|
abstract AssetTag |
AssetTagPersistence.findByG_N(long groupId,
String name)
Returns the asset tag where groupId = ? and name = ? or throws a NoSuchTagException if it could not be found. |
static AssetTag |
AssetTagUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
abstract AssetTag |
AssetTagPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
static AssetTag |
AssetTagUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
abstract AssetTag |
AssetTagPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
static AssetTag[] |
AssetTagUtil.findByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?. |
abstract AssetTag[] |
AssetTagPersistence.findByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?. |
static AssetTag |
AssetTagUtil.findByPrimaryKey(long tagId)
Returns the asset tag with the primary key or throws a NoSuchTagException if it could not be found. |
abstract AssetTag |
AssetTagPersistence.findByPrimaryKey(long tagId)
Returns the asset tag with the primary key or throws a NoSuchTagException if it could not be found. |
static AssetTag |
AssetTagUtil.remove(long tagId)
Removes the asset tag with the primary key from the database. |
abstract AssetTag |
AssetTagPersistence.remove(long tagId)
Removes the asset tag with the primary key from the database. |
static AssetTag |
AssetTagUtil.removeByG_N(long groupId,
String name)
Removes the asset tag where groupId = ? and name = ? from the database. |
abstract AssetTag |
AssetTagPersistence.removeByG_N(long groupId,
String name)
Removes the asset tag where groupId = ? and name = ? from the database. |
|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||