|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
static WikiPageResource |
WikiPageResourceUtil.findByN_T(long nodeId,
String title)
Finds the wiki page resource where nodeId = ? and title = ? or throws a NoSuchPageResourceException if it could not be found. |
WikiPageResource |
WikiPageResourcePersistence.findByN_T(long nodeId,
String title)
Finds the wiki page resource where nodeId = ? and title = ? or throws a NoSuchPageResourceException if it could not be found. |
WikiPageResource |
WikiPageResourcePersistenceImpl.findByN_T(long nodeId,
String title)
Finds the wiki page resource where nodeId = ? and title = ? or throws a NoSuchPageResourceException if it could not be found. |
static WikiPageResource |
WikiPageResourceUtil.findByPrimaryKey(long resourcePrimKey)
Finds the wiki page resource with the primary key or throws a NoSuchPageResourceException if it could not be found. |
WikiPageResource |
WikiPageResourcePersistence.findByPrimaryKey(long resourcePrimKey)
Finds the wiki page resource with the primary key or throws a NoSuchPageResourceException if it could not be found. |
WikiPageResource |
WikiPageResourcePersistenceImpl.findByPrimaryKey(long resourcePrimKey)
Finds the wiki page resource with the primary key or throws a NoSuchPageResourceException if it could not be found. |
static WikiPageResource |
WikiPageResourceUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first wiki page resource in the ordered set where uuid = ?. |
WikiPageResource |
WikiPageResourcePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first wiki page resource in the ordered set where uuid = ?. |
WikiPageResource |
WikiPageResourcePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first wiki page resource in the ordered set where uuid = ?. |
static WikiPageResource |
WikiPageResourceUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last wiki page resource in the ordered set where uuid = ?. |
WikiPageResource |
WikiPageResourcePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last wiki page resource in the ordered set where uuid = ?. |
WikiPageResource |
WikiPageResourcePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last wiki page resource in the ordered set where uuid = ?. |
static WikiPageResource[] |
WikiPageResourceUtil.findByUuid_PrevAndNext(long resourcePrimKey,
String uuid,
OrderByComparator orderByComparator)
Finds the wiki page resources before and after the current wiki page resource in the ordered set where uuid = ?. |
WikiPageResource[] |
WikiPageResourcePersistence.findByUuid_PrevAndNext(long resourcePrimKey,
String uuid,
OrderByComparator orderByComparator)
Finds the wiki page resources before and after the current wiki page resource in the ordered set where uuid = ?. |
WikiPageResource[] |
WikiPageResourcePersistenceImpl.findByUuid_PrevAndNext(long resourcePrimKey,
String uuid,
OrderByComparator orderByComparator)
Finds the wiki page resources before and after the current wiki page resource in the ordered set where uuid = ?. |
static WikiPageResource |
WikiPageResourceUtil.remove(long resourcePrimKey)
Removes the wiki page resource with the primary key from the database. |
WikiPageResource |
WikiPageResourcePersistence.remove(long resourcePrimKey)
Removes the wiki page resource with the primary key from the database. |
WikiPageResource |
WikiPageResourcePersistenceImpl.remove(long resourcePrimKey)
Removes the wiki page resource with the primary key from the database. |
static void |
WikiPageResourceUtil.removeByN_T(long nodeId,
String title)
Removes the wiki page resource where nodeId = ? and title = ? from the database. |
void |
WikiPageResourcePersistence.removeByN_T(long nodeId,
String title)
Removes the wiki page resource where nodeId = ? and title = ? from the database. |
void |
WikiPageResourcePersistenceImpl.removeByN_T(long nodeId,
String title)
Removes the wiki page resource where nodeId = ? and title = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |