Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.NoSuchLayoutFriendlyURLException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchLayoutFriendlyURLException
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where companyId = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
          Returns the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
          Returns the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByP_F_First(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByP_F_First(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByP_F_Last(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByP_F_Last(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByP_L(long plid, String languageId)
          Returns the layout friendly u r l where plid = ? and languageId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByP_L(long plid, String languageId)
          Returns the layout friendly u r l where plid = ? and languageId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByPrimaryKey(long layoutFriendlyURLId)
          Returns the layout friendly u r l with the primary key or throws a NoSuchLayoutFriendlyURLException if it could not be found.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByPrimaryKey(long layoutFriendlyURLId)
          Returns the layout friendly u r l with the primary key or throws a NoSuchLayoutFriendlyURLException if it could not be found.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUUID_G(String uuid, long groupId)
          Returns the layout friendly u r l where uuid = ? and groupId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUUID_G(String uuid, long groupId)
          Returns the layout friendly u r l where uuid = ? and groupId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.remove(long layoutFriendlyURLId)
          Removes the layout friendly u r l with the primary key from the database.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.remove(long layoutFriendlyURLId)
          Removes the layout friendly u r l with the primary key from the database.
static LayoutFriendlyURL LayoutFriendlyURLUtil.removeByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
          Removes the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? from the database.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.removeByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
          Removes the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? from the database.
static LayoutFriendlyURL LayoutFriendlyURLUtil.removeByP_L(long plid, String languageId)
          Removes the layout friendly u r l where plid = ? and languageId = ? from the database.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.removeByP_L(long plid, String languageId)
          Removes the layout friendly u r l where plid = ? and languageId = ? from the database.
static LayoutFriendlyURL LayoutFriendlyURLUtil.removeByUUID_G(String uuid, long groupId)
          Removes the layout friendly u r l where uuid = ? and groupId = ? from the database.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the layout friendly u r l where uuid = ? and groupId = ? from the database.
 


Liferay 6.2-ce-ga5