Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.NoSuchPortletItemException

Packages that use NoSuchPortletItemException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of NoSuchPortletItemException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchPortletItemException
static PortletItem PortletItemUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem PortletItemPersistenceImpl.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem PortletItemUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem PortletItemPersistenceImpl.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.
static PortletItem[] PortletItemUtil.findByG_C_PrevAndNext(long portletItemId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem[] PortletItemPersistence.findByG_C_PrevAndNext(long portletItemId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.
 PortletItem[] PortletItemPersistenceImpl.findByG_C_PrevAndNext(long portletItemId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.
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 a NoSuchPortletItemException if it could not be found.
 PortletItem 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 a NoSuchPortletItemException if it could not be found.
 PortletItem PortletItemPersistenceImpl.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 a NoSuchPortletItemException if it could not be found.
static PortletItem PortletItemUtil.findByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.findByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem PortletItemPersistenceImpl.findByG_P_C_First(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem PortletItemPersistence.findByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem PortletItemPersistenceImpl.findByG_P_C_Last(long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem[] PortletItemPersistence.findByG_P_C_PrevAndNext(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator orderByComparator)
          Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.
 PortletItem[] PortletItemPersistenceImpl.findByG_P_C_PrevAndNext(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator 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.findByPrimaryKey(long portletItemId)
          Returns the portlet item with the primary key or throws a NoSuchPortletItemException if it could not be found.
 PortletItem PortletItemPersistence.findByPrimaryKey(long portletItemId)
          Returns the portlet item with the primary key or throws a NoSuchPortletItemException if it could not be found.
 PortletItem PortletItemPersistenceImpl.findByPrimaryKey(long portletItemId)
          Returns the portlet item with the primary key or throws a NoSuchPortletItemException if it could not be found.
static PortletItem PortletItemUtil.remove(long portletItemId)
          Removes the portlet item with the primary key from the database.
 PortletItem PortletItemPersistence.remove(long portletItemId)
          Removes the portlet item with the primary key from the database.
 PortletItem PortletItemPersistenceImpl.remove(long portletItemId)
          Removes the portlet item with the primary key from the database.
 PortletItem PortletItemPersistenceImpl.remove(Serializable primaryKey)
          Removes the portlet item with the primary key 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.
 PortletItem 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.
 PortletItem PortletItemPersistenceImpl.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.
 


Liferay 6.1.2-ce-ga3