Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.wiki.NoSuchPageResourceException

Packages that use NoSuchPageResourceException
com.liferay.portlet.wiki.service.persistence   
 

Uses of NoSuchPageResourceException in com.liferay.portlet.wiki.service.persistence
 

Methods in com.liferay.portlet.wiki.service.persistence that throw NoSuchPageResourceException
 WikiPageResource WikiPageResourcePersistence.findByN_T(long nodeId, String title)
          Returns the wiki page resource where nodeId = ? and title = ? or throws a NoSuchPageResourceException if it could not be found.
static WikiPageResource WikiPageResourceUtil.findByN_T(long nodeId, String title)
          Returns the wiki page resource where nodeId = ? and title = ? or throws a NoSuchPageResourceException if it could not be found.
 WikiPageResource WikiPageResourcePersistence.findByPrimaryKey(long resourcePrimKey)
          Returns the wiki page resource with the primary key or throws a NoSuchPageResourceException if it could not be found.
static WikiPageResource WikiPageResourceUtil.findByPrimaryKey(long resourcePrimKey)
          Returns the wiki page resource with the primary key or throws a NoSuchPageResourceException if it could not be found.
 WikiPageResource WikiPageResourcePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page resource in the ordered set where uuid = ?.
static WikiPageResource WikiPageResourceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page resource in the ordered set where uuid = ?.
 WikiPageResource WikiPageResourcePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page resource in the ordered set where uuid = ?.
static WikiPageResource WikiPageResourceUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page resource in the ordered set where uuid = ?.
 WikiPageResource[] WikiPageResourcePersistence.findByUuid_PrevAndNext(long resourcePrimKey, String uuid, OrderByComparator orderByComparator)
          Returns the wiki page resources before and after the current wiki page resource in the ordered set where uuid = ?.
static WikiPageResource[] WikiPageResourceUtil.findByUuid_PrevAndNext(long resourcePrimKey, String uuid, OrderByComparator orderByComparator)
          Returns the wiki page resources before and after the current wiki page resource in the ordered set where uuid = ?.
 WikiPageResource WikiPageResourcePersistence.remove(long resourcePrimKey)
          Removes the wiki page resource with the primary key from the database.
static WikiPageResource WikiPageResourceUtil.remove(long resourcePrimKey)
          Removes the wiki page resource with the primary key from the database.
 WikiPageResource WikiPageResourcePersistence.removeByN_T(long nodeId, String title)
          Removes the wiki page resource where nodeId = ? and title = ? from the database.
static WikiPageResource WikiPageResourceUtil.removeByN_T(long nodeId, String title)
          Removes the wiki page resource where nodeId = ? and title = ? from the database.
 


Liferay 6.2-ce-ga5