Uses of Class
com.liferay.portal.kernel.exception.NoSuchLayoutException

Packages that use NoSuchLayoutException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
  • Uses of NoSuchLayoutException in com.liferay.portal.kernel.service.persistence

    Modifier and Type
    Method
    Description
    LayoutPersistence.filterFindByG_MLP_PrevAndNext(long plid, long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and masterLayoutPlid = ?.
    static Layout[]
    LayoutUtil.filterFindByG_MLP_PrevAndNext(long plid, long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and masterLayoutPlid = ?.
    LayoutPersistence.filterFindByG_P_P_H_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    static Layout[]
    LayoutUtil.filterFindByG_P_P_H_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    LayoutPersistence.filterFindByG_P_P_LteP_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    static Layout[]
    LayoutUtil.filterFindByG_P_P_LteP_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    LayoutPersistence.filterFindByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
    static Layout[]
    LayoutUtil.filterFindByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
    LayoutPersistence.filterFindByG_P_P_S_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    static Layout[]
    LayoutUtil.filterFindByG_P_P_S_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    LayoutPersistence.filterFindByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
    static Layout[]
    LayoutUtil.filterFindByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
    LayoutPersistence.filterFindByG_P_ST_PrevAndNext(long plid, long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.
    static Layout[]
    LayoutUtil.filterFindByG_P_ST_PrevAndNext(long plid, long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.
    LayoutPersistence.filterFindByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
    static Layout[]
    LayoutUtil.filterFindByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
    LayoutPersistence.filterFindByG_T_PrevAndNext(long plid, long groupId, String type, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and type = ?.
    static Layout[]
    LayoutUtil.filterFindByG_T_PrevAndNext(long plid, long groupId, String type, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and type = ?.
    LayoutPersistence.filterFindByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?.
    static Layout[]
    LayoutUtil.filterFindByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?.
    LayoutPersistence.findByC_C(long classNameId, long classPK)
    Returns the layout where classNameId = ? and classPK = ? or throws a NoSuchLayoutException if it could not be found.
    static Layout
    LayoutUtil.findByC_C(long classNameId, long classPK)
    Returns the layout where classNameId = ? and classPK = ? or throws a NoSuchLayoutException if it could not be found.
    LayoutPersistence.findByC_L_First(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
    static Layout
    LayoutUtil.findByC_L_First(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
    LayoutPersistence.findByC_L_Last(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
    static Layout
    LayoutUtil.findByC_L_Last(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
    LayoutPersistence.findByC_L_PrevAndNext(long plid, long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
    static Layout[]
    LayoutUtil.findByC_L_PrevAndNext(long plid, long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
    LayoutPersistence.findByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where companyId = ?.
    static Layout
    LayoutUtil.findByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where companyId = ?.
    LayoutPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where companyId = ?.
    static Layout
    LayoutUtil.findByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where companyId = ?.
    LayoutPersistence.findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where companyId = ?.
    static Layout[]
    LayoutUtil.findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where companyId = ?.
    LayoutPersistence.findByERC_G(String externalReferenceCode, long groupId)
    Returns the layout where externalReferenceCode = ? and groupId = ? or throws a NoSuchLayoutException if it could not be found.
    static Layout
    LayoutUtil.findByERC_G(String externalReferenceCode, long groupId)
    Returns the layout where externalReferenceCode = ? and groupId = ? or throws a NoSuchLayoutException if it could not be found.
    LayoutPersistence.findByG_MLP_First(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and masterLayoutPlid = ?.
    static Layout
    LayoutUtil.findByG_MLP_First(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and masterLayoutPlid = ?.
    LayoutPersistence.findByG_MLP_Last(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and masterLayoutPlid = ?.
    static Layout
    LayoutUtil.findByG_MLP_Last(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and masterLayoutPlid = ?.
    LayoutPersistence.findByG_MLP_PrevAndNext(long plid, long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and masterLayoutPlid = ?.
    static Layout[]
    LayoutUtil.findByG_MLP_PrevAndNext(long plid, long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and masterLayoutPlid = ?.
    LayoutPersistence.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
    Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or throws a NoSuchLayoutException if it could not be found.
    static Layout
    LayoutUtil.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
    Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or throws a NoSuchLayoutException if it could not be found.
    LayoutPersistence.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
    static Layout
    LayoutUtil.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
    LayoutPersistence.findByG_P_L(long groupId, boolean privateLayout, long layoutId)
    Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or throws a NoSuchLayoutException if it could not be found.
    static Layout
    LayoutUtil.findByG_P_L(long groupId, boolean privateLayout, long layoutId)
    Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or throws a NoSuchLayoutException if it could not be found.
    LayoutPersistence.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
    static Layout
    LayoutUtil.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
    LayoutPersistence.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
    static Layout
    LayoutUtil.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
    LayoutPersistence.findByG_P_P_H_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    static Layout
    LayoutUtil.findByG_P_P_H_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    LayoutPersistence.findByG_P_P_H_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    static Layout
    LayoutUtil.findByG_P_P_H_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    LayoutPersistence.findByG_P_P_H_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    static Layout[]
    LayoutUtil.findByG_P_P_H_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    LayoutPersistence.findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
    Returns the last 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<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
    LayoutPersistence.findByG_P_P_LteP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    static Layout
    LayoutUtil.findByG_P_P_LteP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    LayoutPersistence.findByG_P_P_LteP_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    static Layout
    LayoutUtil.findByG_P_P_LteP_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    LayoutPersistence.findByG_P_P_LteP_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    static Layout[]
    LayoutUtil.findByG_P_P_LteP_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    LayoutPersistence.findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current 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<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
    LayoutPersistence.findByG_P_P_S_First(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    static Layout
    LayoutUtil.findByG_P_P_S_First(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    LayoutPersistence.findByG_P_P_S_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    static Layout
    LayoutUtil.findByG_P_P_S_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    LayoutPersistence.findByG_P_P_S_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    static Layout[]
    LayoutUtil.findByG_P_P_S_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    LayoutPersistence.findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
    static Layout[]
    LayoutUtil.findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
    LayoutPersistence.findByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
    Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or throws a NoSuchLayoutException if it could not be found.
    static Layout
    LayoutUtil.findByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
    Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or throws a NoSuchLayoutException if it could not be found.
    LayoutPersistence.findByG_P_ST_First(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.
    static Layout
    LayoutUtil.findByG_P_ST_First(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.
    LayoutPersistence.findByG_P_ST_Last(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.
    static Layout
    LayoutUtil.findByG_P_ST_Last(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.
    LayoutPersistence.findByG_P_ST_PrevAndNext(long plid, long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.
    static Layout[]
    LayoutUtil.findByG_P_ST_PrevAndNext(long plid, long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.
    LayoutPersistence.findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
    static Layout
    LayoutUtil.findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
    LayoutPersistence.findByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator)
    Returns the last 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<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
    LayoutPersistence.findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current 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<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
    LayoutPersistence.findByG_T_First(long groupId, String type, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and type = ?.
    static Layout
    LayoutUtil.findByG_T_First(long groupId, String type, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and type = ?.
    LayoutPersistence.findByG_T_Last(long groupId, String type, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and type = ?.
    static Layout
    LayoutUtil.findByG_T_Last(long groupId, String type, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and type = ?.
    LayoutPersistence.findByG_T_PrevAndNext(long plid, long groupId, String type, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and type = ?.
    static Layout[]
    LayoutUtil.findByG_T_PrevAndNext(long plid, long groupId, String type, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ? and type = ?.
    LayoutPersistence.findByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ?.
    static Layout
    LayoutUtil.findByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ?.
    LayoutPersistence.findByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ?.
    static Layout
    LayoutUtil.findByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ?.
    LayoutPersistence.findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ?.
    static Layout[]
    LayoutUtil.findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ?.
    LayoutPersistence.findByIconImageId(long iconImageId)
    Returns the layout where iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
    static Layout
    LayoutUtil.findByIconImageId(long iconImageId)
    Returns the layout where iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
    LayoutPersistence.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
    static Layout
    LayoutUtil.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
    LayoutPersistence.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
    static Layout
    LayoutUtil.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
    LayoutPersistence.findByLayoutPrototypeUuid_PrevAndNext(long plid, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
    static Layout[]
    LayoutUtil.findByLayoutPrototypeUuid_PrevAndNext(long plid, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
    LayoutPersistence.findByP_I(boolean privateLayout, long iconImageId)
    Returns the layout where privateLayout = ? and iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
    static Layout
    LayoutUtil.findByP_I(boolean privateLayout, long iconImageId)
    Returns the layout where privateLayout = ? and iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
    LayoutPersistence.findByParentPlid_First(long parentPlid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where parentPlid = ?.
    static Layout
    LayoutUtil.findByParentPlid_First(long parentPlid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where parentPlid = ?.
    LayoutPersistence.findByParentPlid_Last(long parentPlid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where parentPlid = ?.
    static Layout
    LayoutUtil.findByParentPlid_Last(long parentPlid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where parentPlid = ?.
    LayoutPersistence.findByParentPlid_PrevAndNext(long plid, long parentPlid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where parentPlid = ?.
    static Layout[]
    LayoutUtil.findByParentPlid_PrevAndNext(long plid, long parentPlid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where parentPlid = ?.
    LayoutPersistence.findByPrimaryKey(long plid)
    Returns the layout with the primary key or throws a NoSuchLayoutException if it could not be found.
    static Layout
    LayoutUtil.findByPrimaryKey(long plid)
    Returns the layout with the primary key or throws a NoSuchLayoutException if it could not be found.
    LayoutPersistence.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
    static Layout
    LayoutUtil.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
    LayoutPersistence.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
    static Layout
    LayoutUtil.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
    LayoutPersistence.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
    static Layout[]
    LayoutUtil.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
    LayoutPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where uuid = ? and companyId = ?.
    static Layout
    LayoutUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where uuid = ? and companyId = ?.
    LayoutPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where uuid = ? and companyId = ?.
    static Layout
    LayoutUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where uuid = ? and companyId = ?.
    LayoutPersistence.findByUuid_C_PrevAndNext(long plid, String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
    static Layout[]
    LayoutUtil.findByUuid_C_PrevAndNext(long plid, String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
    LayoutPersistence.findByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where uuid = ?.
    static Layout
    LayoutUtil.findByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where uuid = ?.
    LayoutPersistence.findByUUID_G_P(String uuid, long groupId, boolean privateLayout)
    Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or throws a NoSuchLayoutException if it could not be found.
    static Layout
    LayoutUtil.findByUUID_G_P(String uuid, long groupId, boolean privateLayout)
    Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or throws a NoSuchLayoutException if it could not be found.
    LayoutPersistence.findByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where uuid = ?.
    static Layout
    LayoutUtil.findByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where uuid = ?.
    LayoutPersistence.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where uuid = ?.
    static Layout[]
    LayoutUtil.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where uuid = ?.
    LayoutPersistence.remove(long plid)
    Removes the layout with the primary key from the database.
    static Layout
    LayoutUtil.remove(long plid)
    Removes the layout with the primary key from the database.
    LayoutPersistence.removeByC_C(long classNameId, long classPK)
    Removes the layout where classNameId = ? and classPK = ? from the database.
    static Layout
    LayoutUtil.removeByC_C(long classNameId, long classPK)
    Removes the layout where classNameId = ? and classPK = ? from the database.
    LayoutPersistence.removeByERC_G(String externalReferenceCode, long groupId)
    Removes the layout where externalReferenceCode = ? and groupId = ? from the database.
    static Layout
    LayoutUtil.removeByERC_G(String externalReferenceCode, long groupId)
    Removes the layout where externalReferenceCode = ? and groupId = ? from the database.
    LayoutPersistence.removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
    Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
    static Layout
    LayoutUtil.removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
    Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
    LayoutPersistence.removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
    Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? from the database.
    static Layout
    LayoutUtil.removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
    Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? from the database.
    LayoutPersistence.removeByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
    Removes the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database.
    static Layout
    LayoutUtil.removeByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
    Removes the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database.
    LayoutPersistence.removeByIconImageId(long iconImageId)
    Removes the layout where iconImageId = ? from the database.
    static Layout
    LayoutUtil.removeByIconImageId(long iconImageId)
    Removes the layout where iconImageId = ? from the database.
    LayoutPersistence.removeByP_I(boolean privateLayout, long iconImageId)
    Removes the layout where privateLayout = ? and iconImageId = ? from the database.
    static Layout
    LayoutUtil.removeByP_I(boolean privateLayout, long iconImageId)
    Removes the layout where privateLayout = ? and iconImageId = ? from the database.
    LayoutPersistence.removeByUUID_G_P(String uuid, long groupId, boolean privateLayout)
    Removes the layout where uuid = ? and groupId = ? and privateLayout = ? from the database.
    static Layout
    LayoutUtil.removeByUUID_G_P(String uuid, long groupId, boolean privateLayout)
    Removes the layout where uuid = ? and groupId = ? and privateLayout = ? from the database.