Uses of Class
com.liferay.portal.kernel.exception.NoSuchPortletItemException
Packages that use NoSuchPortletItemException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchPortletItemException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchPortletItemExceptionModifier and TypeMethodDescriptionPortletItemPersistence.findByG_C_First
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem
PortletItemUtil.findByG_C_First
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_C_Last
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem
PortletItemUtil.findByG_C_Last
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_C_PrevAndNext
(long portletItemId, long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem[]
PortletItemUtil.findByG_C_PrevAndNext
(long portletItemId, long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_N_P_C
(long groupId, String name, String portletId, long classNameId) Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or throws aNoSuchPortletItemException
if it could not be found.static PortletItem
PortletItemUtil.findByG_N_P_C
(long groupId, String name, String portletId, long classNameId) Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or throws aNoSuchPortletItemException
if it could not be found.PortletItemPersistence.findByG_P_C_First
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.static PortletItem
PortletItemUtil.findByG_P_C_First
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findByG_P_C_Last
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.static PortletItem
PortletItemUtil.findByG_P_C_Last
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findByG_P_C_PrevAndNext
(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.static PortletItem[]
PortletItemUtil.findByG_P_C_PrevAndNext
(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findByPrimaryKey
(long portletItemId) Returns the portlet item with the primary key or throws aNoSuchPortletItemException
if it could not be found.static PortletItem
PortletItemUtil.findByPrimaryKey
(long portletItemId) Returns the portlet item with the primary key or throws aNoSuchPortletItemException
if it could not be found.PortletItemPersistence.remove
(long portletItemId) Removes the portlet item with the primary key from the database.static PortletItem
PortletItemUtil.remove
(long portletItemId) Removes the portlet item with the primary key from the database.PortletItemPersistence.removeByG_N_P_C
(long groupId, String name, String portletId, long classNameId) Removes the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? from the database.static PortletItem
PortletItemUtil.removeByG_N_P_C
(long groupId, String name, String portletId, long classNameId) Removes the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? from the database.