Liferay 7.0-ce-b4

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

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

Uses of NoSuchTagException in com.liferay.portlet.asset.service.persistence
 

Methods in com.liferay.portlet.asset.service.persistence that throw NoSuchTagException
static AssetTag[] AssetTagUtil.filterFindByG_LikeN_PrevAndNext(long tagId, long groupId, String name, 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 = ? and name LIKE ?.
 AssetTag[] AssetTagPersistence.filterFindByG_LikeN_PrevAndNext(long tagId, long groupId, String name, 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 = ? and name LIKE ?.
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.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.findByG_LikeN_First(long groupId, String name, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.
 AssetTag AssetTagPersistence.findByG_LikeN_First(long groupId, String name, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.
static AssetTag AssetTagUtil.findByG_LikeN_Last(long groupId, String name, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.
 AssetTag AssetTagPersistence.findByG_LikeN_Last(long groupId, String name, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.
static AssetTag[] AssetTagUtil.findByG_LikeN_PrevAndNext(long tagId, long groupId, String name, OrderByComparator<AssetTag> orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where groupId = ? and name LIKE ?.
 AssetTag[] AssetTagPersistence.findByG_LikeN_PrevAndNext(long tagId, long groupId, String name, OrderByComparator<AssetTag> orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where groupId = ? and name LIKE ?.
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.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<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ?.
 AssetTag AssetTagPersistence.findByGroupId_First(long groupId, OrderByComparator<AssetTag> orderByComparator)
          Returns the first 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_Last(long groupId, OrderByComparator<AssetTag> orderByComparator)
          Returns the last 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.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.findByPrimaryKey(long tagId)
          Returns the asset tag with the primary key or throws a NoSuchTagException if it could not be found.
 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.findByUuid_C_First(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetTag AssetTagPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.
static AssetTag AssetTagUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetTag AssetTagPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.
static AssetTag[] AssetTagUtil.findByUuid_C_PrevAndNext(long tagId, String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetTag[] AssetTagPersistence.findByUuid_C_PrevAndNext(long tagId, String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where uuid = ? and companyId = ?.
static AssetTag AssetTagUtil.findByUuid_First(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where uuid = ?.
 AssetTag AssetTagPersistence.findByUuid_First(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where uuid = ?.
static AssetTag AssetTagUtil.findByUUID_G(String uuid, long groupId)
          Returns the asset tag where uuid = ? and groupId = ? or throws a NoSuchTagException if it could not be found.
 AssetTag AssetTagPersistence.findByUUID_G(String uuid, long groupId)
          Returns the asset tag where uuid = ? and groupId = ? or throws a NoSuchTagException if it could not be found.
static AssetTag AssetTagUtil.findByUuid_Last(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where uuid = ?.
 AssetTag AssetTagPersistence.findByUuid_Last(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where uuid = ?.
static AssetTag[] AssetTagUtil.findByUuid_PrevAndNext(long tagId, String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where uuid = ?.
 AssetTag[] AssetTagPersistence.findByUuid_PrevAndNext(long tagId, String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where uuid = ?.
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.
static AssetTag AssetTagUtil.removeByG_N(long groupId, String name)
          Removes the asset tag where groupId = ? and name = ? 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.removeByUUID_G(String uuid, long groupId)
          Removes the asset tag where uuid = ? and groupId = ? from the database.
 AssetTag AssetTagPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the asset tag where uuid = ? and groupId = ? from the database.
 

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

Methods in com.liferay.portlet.asset.service.persistence.impl that throw NoSuchTagException
 AssetTag[] AssetTagPersistenceImpl.filterFindByG_LikeN_PrevAndNext(long tagId, long groupId, String name, 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 = ? and name LIKE ?.
 AssetTag[] AssetTagPersistenceImpl.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 AssetTagPersistenceImpl.findByG_LikeN_First(long groupId, String name, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.
 AssetTag AssetTagPersistenceImpl.findByG_LikeN_Last(long groupId, String name, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.
 AssetTag[] AssetTagPersistenceImpl.findByG_LikeN_PrevAndNext(long tagId, long groupId, String name, OrderByComparator<AssetTag> orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where groupId = ? and name LIKE ?.
 AssetTag AssetTagPersistenceImpl.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 AssetTagPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where groupId = ?.
 AssetTag AssetTagPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where groupId = ?.
 AssetTag[] AssetTagPersistenceImpl.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 AssetTagPersistenceImpl.findByPrimaryKey(long tagId)
          Returns the asset tag with the primary key or throws a NoSuchTagException if it could not be found.
 AssetTag AssetTagPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the asset tag with the primary key or throws a NoSuchModelException if it could not be found.
 AssetTag AssetTagPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetTag AssetTagPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetTag[] AssetTagPersistenceImpl.findByUuid_C_PrevAndNext(long tagId, String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where uuid = ? and companyId = ?.
 AssetTag AssetTagPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the first asset tag in the ordered set where uuid = ?.
 AssetTag AssetTagPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the asset tag where uuid = ? and groupId = ? or throws a NoSuchTagException if it could not be found.
 AssetTag AssetTagPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the last asset tag in the ordered set where uuid = ?.
 AssetTag[] AssetTagPersistenceImpl.findByUuid_PrevAndNext(long tagId, String uuid, OrderByComparator<AssetTag> orderByComparator)
          Returns the asset tags before and after the current asset tag in the ordered set where uuid = ?.
 AssetTag AssetTagPersistenceImpl.remove(long tagId)
          Removes the asset tag with the primary key from the database.
 AssetTag AssetTagPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset tag with the primary key from the database.
 AssetTag AssetTagPersistenceImpl.removeByG_N(long groupId, String name)
          Removes the asset tag where groupId = ? and name = ? from the database.
 AssetTag AssetTagPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the asset tag where uuid = ? and groupId = ? from the database.
 


Liferay 7.0-ce-b4