|
Liferay 7.0-ce-m3 | |||||||||
| 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 | |
|---|---|
static AssetTag |
AssetTagFinderUtil.filterFindByG_N(long groupId,
String name)
|
AssetTag |
AssetTagFinder.filterFindByG_N(long groupId,
String name)
|
AssetTag[] |
AssetTagPersistence.filterFindByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator<AssetTag> 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.filterFindByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator<AssetTag> 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 = ?. |
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 |
AssetTagFinderUtil.findByG_N(long groupId,
String name)
|
AssetTag |
AssetTagFinder.findByG_N(long groupId,
String name)
|
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. |
AssetTag |
AssetTagPersistence.findByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
static AssetTag |
AssetTagUtil.findByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistence.findByGroupId_Last(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
static AssetTag |
AssetTagUtil.findByGroupId_Last(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
AssetTag[] |
AssetTagPersistence.findByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?. |
static AssetTag[] |
AssetTagUtil.findByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?. |
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.findByPrimaryKey(long tagId)
Returns the asset tag with the primary key or throws a NoSuchTagException if it could not be found. |
AssetTag |
AssetTagPersistence.remove(long tagId)
Removes the asset tag with the primary key from the database. |
static AssetTag |
AssetTagUtil.remove(long tagId)
Removes the asset tag with the primary key from the database. |
AssetTag |
AssetTagPersistence.removeByG_N(long groupId,
String name)
Removes the asset tag where groupId = ? and name = ? from the database. |
static AssetTag |
AssetTagUtil.removeByG_N(long groupId,
String name)
Removes the asset tag where groupId = ? and name = ? from the database. |
|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||