|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchPortletException | |
---|---|
com.liferay.portal.service.persistence |
Uses of NoSuchPortletException in com.liferay.portal.service.persistence |
---|
Methods in com.liferay.portal.service.persistence that throw NoSuchPortletException | |
---|---|
static Portlet |
PortletUtil.findByC_P(long companyId,
String portletId)
Finds the portlet where companyId = ? and portletId = ? or throws a NoSuchPortletException if it could not be found. |
Portlet |
PortletPersistence.findByC_P(long companyId,
String portletId)
Finds the portlet where companyId = ? and portletId = ? or throws a NoSuchPortletException if it could not be found. |
Portlet |
PortletPersistenceImpl.findByC_P(long companyId,
String portletId)
Finds the portlet where companyId = ? and portletId = ? or throws a NoSuchPortletException if it could not be found. |
static Portlet |
PortletUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first portlet in the ordered set where companyId = ?. |
Portlet |
PortletPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first portlet in the ordered set where companyId = ?. |
Portlet |
PortletPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first portlet in the ordered set where companyId = ?. |
static Portlet |
PortletUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last portlet in the ordered set where companyId = ?. |
Portlet |
PortletPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last portlet in the ordered set where companyId = ?. |
Portlet |
PortletPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last portlet in the ordered set where companyId = ?. |
static Portlet[] |
PortletUtil.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator orderByComparator)
Finds the portlets before and after the current portlet in the ordered set where companyId = ?. |
Portlet[] |
PortletPersistence.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator orderByComparator)
Finds the portlets before and after the current portlet in the ordered set where companyId = ?. |
Portlet[] |
PortletPersistenceImpl.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator orderByComparator)
Finds the portlets before and after the current portlet in the ordered set where companyId = ?. |
static Portlet |
PortletUtil.findByPrimaryKey(long id)
Finds the portlet with the primary key or throws a NoSuchPortletException if it could not be found. |
Portlet |
PortletPersistence.findByPrimaryKey(long id)
Finds the portlet with the primary key or throws a NoSuchPortletException if it could not be found. |
Portlet |
PortletPersistenceImpl.findByPrimaryKey(long id)
Finds the portlet with the primary key or throws a NoSuchPortletException if it could not be found. |
static Portlet |
PortletUtil.remove(long id)
Removes the portlet with the primary key from the database. |
Portlet |
PortletPersistence.remove(long id)
Removes the portlet with the primary key from the database. |
Portlet |
PortletPersistenceImpl.remove(long id)
Removes the portlet with the primary key from the database. |
static void |
PortletUtil.removeByC_P(long companyId,
String portletId)
Removes the portlet where companyId = ? and portletId = ? from the database. |
void |
PortletPersistence.removeByC_P(long companyId,
String portletId)
Removes the portlet where companyId = ? and portletId = ? from the database. |
void |
PortletPersistenceImpl.removeByC_P(long companyId,
String portletId)
Removes the portlet where companyId = ? and portletId = ? from the database. |
|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |