Liferay 6.0.5

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

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


Liferay 6.0.5