Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchLayoutException

Packages that use NoSuchLayoutException
com.liferay.portal.service.persistence   
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchLayoutException
static Layout LayoutUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where companyId = ?.
 Layout LayoutPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where companyId = ?.
 Layout LayoutPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where companyId = ?.
static Layout LayoutUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where companyId = ?.
 Layout LayoutPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where companyId = ?.
 Layout LayoutPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where companyId = ?.
static Layout[] LayoutUtil.findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where companyId = ?.
 Layout[] LayoutPersistence.findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where companyId = ?.
 Layout[] LayoutPersistenceImpl.findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where companyId = ?.
static Layout LayoutUtil.findByDLFolderId(long dlFolderId)
          Finds the layout where dlFolderId = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistence.findByDLFolderId(long dlFolderId)
          Finds the layout where dlFolderId = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistenceImpl.findByDLFolderId(long dlFolderId)
          Finds the layout where dlFolderId = ? or throws a NoSuchLayoutException if it could not be found.
static Layout LayoutUtil.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
          Finds the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistence.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
          Finds the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistenceImpl.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
          Finds the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or throws a NoSuchLayoutException if it could not be found.
static Layout LayoutUtil.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistence.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistenceImpl.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.findByG_P_L(long groupId, boolean privateLayout, long layoutId)
          Finds the layout where groupId = ? and privateLayout = ? and layoutId = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistence.findByG_P_L(long groupId, boolean privateLayout, long layoutId)
          Finds the layout where groupId = ? and privateLayout = ? and layoutId = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistenceImpl.findByG_P_L(long groupId, boolean privateLayout, long layoutId)
          Finds the layout where groupId = ? and privateLayout = ? and layoutId = ? or throws a NoSuchLayoutException if it could not be found.
static Layout LayoutUtil.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistence.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistenceImpl.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistence.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistenceImpl.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout LayoutUtil.findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistence.findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistenceImpl.findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout[] LayoutUtil.findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout[] LayoutPersistence.findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout[] LayoutPersistenceImpl.findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout[] LayoutUtil.findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout[] LayoutPersistence.findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout[] LayoutPersistenceImpl.findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout LayoutPersistence.findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout LayoutPersistenceImpl.findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout LayoutUtil.findByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout LayoutPersistence.findByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout LayoutPersistenceImpl.findByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout[] LayoutUtil.findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout[] LayoutPersistence.findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout[] LayoutPersistenceImpl.findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout LayoutUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where groupId = ?.
 Layout LayoutPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where groupId = ?.
 Layout LayoutPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where groupId = ?.
static Layout LayoutUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where groupId = ?.
 Layout LayoutPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where groupId = ?.
 Layout LayoutPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where groupId = ?.
static Layout[] LayoutUtil.findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where groupId = ?.
 Layout[] LayoutPersistence.findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where groupId = ?.
 Layout[] LayoutPersistenceImpl.findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where groupId = ?.
static Layout LayoutUtil.findByIconImageId(long iconImageId)
          Finds the layout where iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistence.findByIconImageId(long iconImageId)
          Finds the layout where iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistenceImpl.findByIconImageId(long iconImageId)
          Finds the layout where iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
static Layout LayoutUtil.findByPrimaryKey(long plid)
          Finds the layout with the primary key or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistence.findByPrimaryKey(long plid)
          Finds the layout with the primary key or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistenceImpl.findByPrimaryKey(long plid)
          Finds the layout with the primary key or throws a NoSuchLayoutException if it could not be found.
static Layout LayoutUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where uuid = ?.
 Layout LayoutPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where uuid = ?.
 Layout LayoutPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first layout in the ordered set where uuid = ?.
static Layout LayoutUtil.findByUUID_G(String uuid, long groupId)
          Finds the layout where uuid = ? and groupId = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistence.findByUUID_G(String uuid, long groupId)
          Finds the layout where uuid = ? and groupId = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Finds the layout where uuid = ? and groupId = ? or throws a NoSuchLayoutException if it could not be found.
static Layout LayoutUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where uuid = ?.
 Layout LayoutPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where uuid = ?.
 Layout LayoutPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last layout in the ordered set where uuid = ?.
static Layout[] LayoutUtil.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where uuid = ?.
 Layout[] LayoutPersistence.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where uuid = ?.
 Layout[] LayoutPersistenceImpl.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator orderByComparator)
          Finds the layouts before and after the current layout in the ordered set where uuid = ?.
static Layout LayoutUtil.remove(long plid)
          Removes the layout with the primary key from the database.
 Layout LayoutPersistence.remove(long plid)
          Removes the layout with the primary key from the database.
 Layout LayoutPersistenceImpl.remove(long plid)
          Removes the layout with the primary key from the database.
static void LayoutUtil.removeByDLFolderId(long dlFolderId)
          Removes the layout where dlFolderId = ? from the database.
 void LayoutPersistence.removeByDLFolderId(long dlFolderId)
          Removes the layout where dlFolderId = ? from the database.
 void LayoutPersistenceImpl.removeByDLFolderId(long dlFolderId)
          Removes the layout where dlFolderId = ? from the database.
static void LayoutUtil.removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
          Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
 void LayoutPersistence.removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
          Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
 void LayoutPersistenceImpl.removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
          Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
static void LayoutUtil.removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
          Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? from the database.
 void LayoutPersistence.removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
          Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? from the database.
 void LayoutPersistenceImpl.removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
          Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? from the database.
static void LayoutUtil.removeByIconImageId(long iconImageId)
          Removes the layout where iconImageId = ? from the database.
 void LayoutPersistence.removeByIconImageId(long iconImageId)
          Removes the layout where iconImageId = ? from the database.
 void LayoutPersistenceImpl.removeByIconImageId(long iconImageId)
          Removes the layout where iconImageId = ? from the database.
static void LayoutUtil.removeByUUID_G(String uuid, long groupId)
          Removes the layout where uuid = ? and groupId = ? from the database.
 void LayoutPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the layout where uuid = ? and groupId = ? from the database.
 void LayoutPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the layout where uuid = ? and groupId = ? from the database.
 


Liferay 6.0.5