Interface LayoutPersistence

All Superinterfaces:
BasePersistence<Layout>, CTPersistence<Layout>

@ProviderType public interface LayoutPersistence extends BasePersistence<Layout>, CTPersistence<Layout>
The persistence interface for the layout service.

Caching information and settings can be found in portal.properties

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Caches the layout in the entity cache if it is enabled.
    void
    Caches the layouts in the entity cache if it is enabled.
    int
    Returns the number of layouts.
    int
    countByC_C(long classNameId, long classPK)
    Returns the number of layouts where classNameId = ? and classPK = ?.
    int
    countByC_L(long companyId, String layoutPrototypeUuid)
    Returns the number of layouts where companyId = ? and layoutPrototypeUuid = ?.
    int
    countByCompanyId(long companyId)
    Returns the number of layouts where companyId = ?.
    int
    countByERC_G(String externalReferenceCode, long groupId)
    Returns the number of layouts where externalReferenceCode = ? and groupId = ?.
    int
    countByG_MLP(long groupId, long masterLayoutPlid)
    Returns the number of layouts where groupId = ? and masterLayoutPlid = ?.
    int
    countByG_P(long groupId, boolean privateLayout)
    Returns the number of layouts where groupId = ? and privateLayout = ?.
    int
    countByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
    Returns the number of layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
    int
    countByG_P_L(long groupId, boolean privateLayout, long layoutId)
    Returns the number of layouts where groupId = ? and privateLayout = ? and layoutId = ?.
    int
    countByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
    Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
    int
    countByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds)
    Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
    int
    countByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden)
    Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
    int
    countByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
    Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    int
    countByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
    Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    int
    countByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system)
    Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.
    int
    countByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system)
    Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    int
    countByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
    Returns the number of layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
    int
    countByG_P_ST(long groupId, boolean privateLayout, int status)
    Returns the number of layouts where groupId = ? and privateLayout = ? and status = ?.
    int
    countByG_P_ST(long groupId, boolean privateLayout, int[] statuses)
    Returns the number of layouts where groupId = ? and privateLayout = ? and status = any ?.
    int
    countByG_P_T(long groupId, boolean privateLayout, String type)
    Returns the number of layouts where groupId = ? and privateLayout = ? and type = ?.
    int
    countByG_P_T(long groupId, boolean privateLayout, String[] types)
    Returns the number of layouts where groupId = ? and privateLayout = ? and type = any ?.
    int
    countByG_T(long groupId, String type)
    Returns the number of layouts where groupId = ? and type = ?.
    int
    countByGroupId(long groupId)
    Returns the number of layouts where groupId = ?.
    int
    countByIconImageId(long iconImageId)
    Returns the number of layouts where iconImageId = ?.
    int
    countByLayoutPrototypeUuid(String layoutPrototypeUuid)
    Returns the number of layouts where layoutPrototypeUuid = ?.
    int
    countByP_I(boolean privateLayout, long iconImageId)
    Returns the number of layouts where privateLayout = ? and iconImageId = ?.
    int
    countByParentPlid(long parentPlid)
    Returns the number of layouts where parentPlid = ?.
    int
    countBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
    Returns the number of layouts where sourcePrototypeLayoutUuid = ?.
    int
    Returns the number of layouts where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of layouts where uuid = ? and companyId = ?.
    int
    countByUUID_G_P(String uuid, long groupId, boolean privateLayout)
    Returns the number of layouts where uuid = ? and groupId = ? and privateLayout = ?.
    create(long plid)
    Creates a new layout with the primary key.
    fetchByC_C(long classNameId, long classPK)
    Returns the layout where classNameId = ? and classPK = ? or returns null if it could not be found.
    fetchByC_C(long classNameId, long classPK, boolean useFinderCache)
    Returns the layout where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByC_L_First(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
    fetchByC_L_Last(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
    fetchByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where companyId = ?.
    fetchByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where companyId = ?.
    fetchByERC_G(String externalReferenceCode, long groupId)
    Returns the layout where externalReferenceCode = ? and groupId = ? or returns null if it could not be found.
    fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache)
    Returns the layout where externalReferenceCode = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_MLP_First(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and masterLayoutPlid = ?.
    fetchByG_MLP_Last(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and masterLayoutPlid = ?.
    fetchByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
    Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns null if it could not be found.
    fetchByG_P_F(long groupId, boolean privateLayout, String friendlyURL, boolean useFinderCache)
    Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
    fetchByG_P_L(long groupId, boolean privateLayout, long layoutId)
    Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns null if it could not be found.
    fetchByG_P_L(long groupId, boolean privateLayout, long layoutId, boolean useFinderCache)
    Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
    fetchByG_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 = ?.
    fetchByG_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 = ?.
    fetchByG_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 = ?.
    fetchByG_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 = ?.
    fetchByG_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 ≤ ?.
    fetchByG_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 ≤ ?.
    fetchByG_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 = ?.
    fetchByG_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 = ?.
    fetchByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
    Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns null if it could not be found.
    fetchByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid, boolean useFinderCache)
    Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_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 = ?.
    fetchByG_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 = ?.
    fetchByG_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 = ?.
    fetchByG_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 = ?.
    fetchByG_T_First(long groupId, String type, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and type = ?.
    fetchByG_T_Last(long groupId, String type, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and type = ?.
    fetchByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ?.
    fetchByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ?.
    fetchByIconImageId(long iconImageId)
    Returns the layout where iconImageId = ? or returns null if it could not be found.
    fetchByIconImageId(long iconImageId, boolean useFinderCache)
    Returns the layout where iconImageId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
    fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
    fetchByP_I(boolean privateLayout, long iconImageId)
    Returns the layout where privateLayout = ? and iconImageId = ? or returns null if it could not be found.
    fetchByP_I(boolean privateLayout, long iconImageId, boolean useFinderCache)
    Returns the layout where privateLayout = ? and iconImageId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByParentPlid_First(long parentPlid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where parentPlid = ?.
    fetchByParentPlid_Last(long parentPlid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where parentPlid = ?.
    fetchByPrimaryKey(long plid)
    Returns the layout with the primary key or returns null if it could not be found.
    fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
    fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
    fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where uuid = ?.
    fetchByUUID_G_P(String uuid, long groupId, boolean privateLayout)
    Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returns null if it could not be found.
    fetchByUUID_G_P(String uuid, long groupId, boolean privateLayout, boolean useFinderCache)
    Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where uuid = ?.
    int
    filterCountByG_MLP(long groupId, long masterLayoutPlid)
    Returns the number of layouts that the user has permission to view where groupId = ? and masterLayoutPlid = ?.
    int
    filterCountByG_P(long groupId, boolean privateLayout)
    Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
    int
    filterCountByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
    Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
    int
    filterCountByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds)
    Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
    int
    filterCountByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden)
    Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
    int
    filterCountByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
    Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    int
    filterCountByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
    Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    int
    filterCountByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system)
    Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.
    int
    filterCountByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system)
    Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    int
    filterCountByG_P_ST(long groupId, boolean privateLayout, int status)
    Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.
    int
    filterCountByG_P_ST(long groupId, boolean privateLayout, int[] statuses)
    Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.
    int
    filterCountByG_P_T(long groupId, boolean privateLayout, String type)
    Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
    int
    filterCountByG_P_T(long groupId, boolean privateLayout, String[] types)
    Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.
    int
    filterCountByG_T(long groupId, String type)
    Returns the number of layouts that the user has permission to view where groupId = ? and type = ?.
    int
    filterCountByGroupId(long groupId)
    Returns the number of layouts that the user has permission to view where groupId = ?.
    filterFindByG_MLP(long groupId, long masterLayoutPlid)
    Returns all the layouts that the user has permission to view where groupId = ? and masterLayoutPlid = ?.
    filterFindByG_MLP(long groupId, long masterLayoutPlid, int start, int end)
    Returns a range of all the layouts that the user has permission to view where groupId = ? and masterLayoutPlid = ?.
    filterFindByG_MLP(long groupId, long masterLayoutPlid, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and masterLayoutPlid = ?.
    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 = ?.
    filterFindByG_P(long groupId, boolean privateLayout)
    Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.
    filterFindByG_P(long groupId, boolean privateLayout, int start, int end)
    Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.
    filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.
    filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
    Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
    filterFindByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds)
    Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
    filterFindByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end)
    Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
    filterFindByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
    filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end)
    Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
    filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
    filterFindByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden)
    Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
    filterFindByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end)
    Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
    filterFindByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
    filterFindByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
    Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    filterFindByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end)
    Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    filterFindByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    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 = ?.
    filterFindByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
    Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    filterFindByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end)
    Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    filterFindByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    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 ≤ ?.
    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 = ?.
    filterFindByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system)
    Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.
    filterFindByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end)
    Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.
    filterFindByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.
    filterFindByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system)
    Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    filterFindByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end)
    Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    filterFindByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    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 = ?.
    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 = ?.
    filterFindByG_P_ST(long groupId, boolean privateLayout, int status)
    Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.
    filterFindByG_P_ST(long groupId, boolean privateLayout, int[] statuses)
    Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.
    filterFindByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end)
    Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.
    filterFindByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.
    filterFindByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end)
    Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.
    filterFindByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and status = ?.
    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 = ?.
    filterFindByG_P_T(long groupId, boolean privateLayout, String type)
    Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
    filterFindByG_P_T(long groupId, boolean privateLayout, String[] types)
    Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.
    filterFindByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end)
    Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.
    filterFindByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.
    filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end)
    Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
    filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?.
    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 = ?.
    filterFindByG_T(long groupId, String type)
    Returns all the layouts that the user has permission to view where groupId = ? and type = ?.
    filterFindByG_T(long groupId, String type, int start, int end)
    Returns a range of all the layouts that the user has permission to view where groupId = ? and type = ?.
    filterFindByG_T(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and type = ?.
    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 = ?.
    filterFindByGroupId(long groupId)
    Returns all the layouts that the user has permission to view where groupId = ?.
    filterFindByGroupId(long groupId, int start, int end)
    Returns a range of all the layouts that the user has permission to view where groupId = ?.
    filterFindByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.
    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 = ?.
    Returns all the layouts.
    findAll(int start, int end)
    Returns a range of all the layouts.
    findAll(int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts.
    findAll(int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts.
    findByC_C(long classNameId, long classPK)
    Returns the layout where classNameId = ? and classPK = ? or throws a NoSuchLayoutException if it could not be found.
    findByC_L(long companyId, String layoutPrototypeUuid)
    Returns all the layouts where companyId = ? and layoutPrototypeUuid = ?.
    findByC_L(long companyId, String layoutPrototypeUuid, int start, int end)
    Returns a range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.
    findByC_L(long companyId, String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.
    findByC_L(long companyId, String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.
    findByC_L_First(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
    findByC_L_Last(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
    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 = ?.
    findByCompanyId(long companyId)
    Returns all the layouts where companyId = ?.
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the layouts where companyId = ?.
    findByCompanyId(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where companyId = ?.
    findByCompanyId(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where companyId = ?.
    findByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where companyId = ?.
    findByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where companyId = ?.
    findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where companyId = ?.
    findByERC_G(String externalReferenceCode, long groupId)
    Returns the layout where externalReferenceCode = ? and groupId = ? or throws a NoSuchLayoutException if it could not be found.
    findByG_MLP(long groupId, long masterLayoutPlid)
    Returns all the layouts where groupId = ? and masterLayoutPlid = ?.
    findByG_MLP(long groupId, long masterLayoutPlid, int start, int end)
    Returns a range of all the layouts where groupId = ? and masterLayoutPlid = ?.
    findByG_MLP(long groupId, long masterLayoutPlid, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where groupId = ? and masterLayoutPlid = ?.
    findByG_MLP(long groupId, long masterLayoutPlid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where groupId = ? and masterLayoutPlid = ?.
    findByG_MLP_First(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and masterLayoutPlid = ?.
    findByG_MLP_Last(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and masterLayoutPlid = ?.
    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 = ?.
    findByG_P(long groupId, boolean privateLayout)
    Returns all the layouts where groupId = ? and privateLayout = ?.
    findByG_P(long groupId, boolean privateLayout, int start, int end)
    Returns a range of all the layouts where groupId = ? and privateLayout = ?.
    findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
    findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
    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.
    findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
    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.
    findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
    findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
    Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
    findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds)
    Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
    findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end)
    Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
    findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
    findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?, optionally using the finder cache.
    findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end)
    Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
    findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
    findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
    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 = ?.
    findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden)
    Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
    findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end)
    Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
    findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
    findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?, optionally using the finder cache.
    findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
    Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end)
    Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
    Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end)
    Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
    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 ≤ ?.
    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 ≤ ?.
    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 ≤ ?.
    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 = ?.
    findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system)
    Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.
    findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end)
    Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.
    findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.
    findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?, optionally using the finder cache.
    findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system)
    Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end)
    Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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.
    findByG_P_ST(long groupId, boolean privateLayout, int status)
    Returns all the layouts where groupId = ? and privateLayout = ? and status = ?.
    findByG_P_ST(long groupId, boolean privateLayout, int[] statuses)
    Returns all the layouts where groupId = ? and privateLayout = ? and status = any ?.
    findByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end)
    Returns a range of all the layouts where groupId = ? and privateLayout = ? and status = any ?.
    findByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = any ?.
    findByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?, optionally using the finder cache.
    findByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end)
    Returns a range of all the layouts where groupId = ? and privateLayout = ? and status = ?.
    findByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?.
    findByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    findByG_P_T(long groupId, boolean privateLayout, String type)
    Returns all the layouts where groupId = ? and privateLayout = ? and type = ?.
    findByG_P_T(long groupId, boolean privateLayout, String[] types)
    Returns all the layouts where groupId = ? and privateLayout = ? and type = any ?.
    findByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end)
    Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = any ?.
    findByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = any ?.
    findByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?, optionally using the finder cache.
    findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end)
    Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
    findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
    findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    findByG_T(long groupId, String type)
    Returns all the layouts where groupId = ? and type = ?.
    findByG_T(long groupId, String type, int start, int end)
    Returns a range of all the layouts where groupId = ? and type = ?.
    findByG_T(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where groupId = ? and type = ?.
    findByG_T(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where groupId = ? and type = ?.
    findByG_T_First(long groupId, String type, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ? and type = ?.
    findByG_T_Last(long groupId, String type, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ? and type = ?.
    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 = ?.
    findByGroupId(long groupId)
    Returns all the layouts where groupId = ?.
    findByGroupId(long groupId, int start, int end)
    Returns a range of all the layouts where groupId = ?.
    findByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where groupId = ?.
    findByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where groupId = ?.
    findByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where groupId = ?.
    findByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where groupId = ?.
    findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where groupId = ?.
    findByIconImageId(long iconImageId)
    Returns the layout where iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
    findByLayoutPrototypeUuid(String layoutPrototypeUuid)
    Returns all the layouts where layoutPrototypeUuid = ?.
    findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end)
    Returns a range of all the layouts where layoutPrototypeUuid = ?.
    findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
    findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
    findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
    findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
    findByLayoutPrototypeUuid_PrevAndNext(long plid, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
    findByP_I(boolean privateLayout, long iconImageId)
    Returns the layout where privateLayout = ? and iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
    findByParentPlid(long parentPlid)
    Returns all the layouts where parentPlid = ?.
    findByParentPlid(long parentPlid, int start, int end)
    Returns a range of all the layouts where parentPlid = ?.
    findByParentPlid(long parentPlid, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where parentPlid = ?.
    findByParentPlid(long parentPlid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where parentPlid = ?.
    findByParentPlid_First(long parentPlid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where parentPlid = ?.
    findByParentPlid_Last(long parentPlid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where parentPlid = ?.
    findByParentPlid_PrevAndNext(long plid, long parentPlid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where parentPlid = ?.
    findByPrimaryKey(long plid)
    Returns the layout with the primary key or throws a NoSuchLayoutException if it could not be found.
    findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
    Returns all the layouts where sourcePrototypeLayoutUuid = ?.
    findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end)
    Returns a range of all the layouts where sourcePrototypeLayoutUuid = ?.
    findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
    findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
    findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
    findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
    findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
    Returns all the layouts where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the layouts where uuid = ?.
    findByUuid(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where uuid = ?.
    findByUuid(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the layouts where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the layouts where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator)
    Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where uuid = ? and companyId = ?.
    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 = ?.
    findByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator)
    Returns the first layout in the ordered set where uuid = ?.
    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.
    findByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator)
    Returns the last layout in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator<Layout> orderByComparator)
    Returns the layouts before and after the current layout in the ordered set where uuid = ?.
    remove(long plid)
    Removes the layout with the primary key from the database.
    void
    Removes all the layouts from the database.
    removeByC_C(long classNameId, long classPK)
    Removes the layout where classNameId = ? and classPK = ? from the database.
    void
    removeByC_L(long companyId, String layoutPrototypeUuid)
    Removes all the layouts where companyId = ? and layoutPrototypeUuid = ? from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the layouts where companyId = ? from the database.
    removeByERC_G(String externalReferenceCode, long groupId)
    Removes the layout where externalReferenceCode = ? and groupId = ? from the database.
    void
    removeByG_MLP(long groupId, long masterLayoutPlid)
    Removes all the layouts where groupId = ? and masterLayoutPlid = ? from the database.
    void
    removeByG_P(long groupId, boolean privateLayout)
    Removes all the layouts where groupId = ? and privateLayout = ? from the database.
    removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
    Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
    removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
    Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? from the database.
    void
    removeByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
    Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? from the database.
    void
    removeByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
    Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? from the database.
    void
    removeByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
    Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? from the database.
    void
    removeByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system)
    Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ? from the database.
    removeByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
    Removes the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database.
    void
    removeByG_P_ST(long groupId, boolean privateLayout, int status)
    Removes all the layouts where groupId = ? and privateLayout = ? and status = ? from the database.
    void
    removeByG_P_T(long groupId, boolean privateLayout, String type)
    Removes all the layouts where groupId = ? and privateLayout = ? and type = ? from the database.
    void
    removeByG_T(long groupId, String type)
    Removes all the layouts where groupId = ? and type = ? from the database.
    void
    removeByGroupId(long groupId)
    Removes all the layouts where groupId = ? from the database.
    removeByIconImageId(long iconImageId)
    Removes the layout where iconImageId = ? from the database.
    void
    removeByLayoutPrototypeUuid(String layoutPrototypeUuid)
    Removes all the layouts where layoutPrototypeUuid = ? from the database.
    removeByP_I(boolean privateLayout, long iconImageId)
    Removes the layout where privateLayout = ? and iconImageId = ? from the database.
    void
    removeByParentPlid(long parentPlid)
    Removes all the layouts where parentPlid = ? from the database.
    void
    removeBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
    Removes all the layouts where sourcePrototypeLayoutUuid = ? from the database.
    void
    Removes all the layouts where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the layouts where uuid = ? and companyId = ? from the database.
    removeByUUID_G_P(String uuid, long groupId, boolean privateLayout)
    Removes the layout where uuid = ? and groupId = ? and privateLayout = ? from the database.
     

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence

    getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
  • Method Details

    • findByUuid

      List<Layout> findByUuid(String uuid)
      Returns all the layouts where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching layouts
    • findByUuid

      List<Layout> findByUuid(String uuid, int start, int end)
      Returns a range of all the layouts where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByUuid

      List<Layout> findByUuid(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByUuid

      List<Layout> findByUuid(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByUuid_First

      Layout findByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByUuid_First

      Layout fetchByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator)
      Returns the first layout in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByUuid_Last

      Layout findByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByUuid_Last

      Layout fetchByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator)
      Returns the last layout in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByUuid_PrevAndNext

      Layout[] findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where uuid = ?.
      Parameters:
      plid - the primary key of the current layout
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • removeByUuid

      void removeByUuid(String uuid)
      Removes all the layouts where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of layouts where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching layouts
    • findByUUID_G_P

      Layout findByUUID_G_P(String uuid, long groupId, boolean privateLayout) throws NoSuchLayoutException
      Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or throws a NoSuchLayoutException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      privateLayout - the private layout
      Returns:
      the matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByUUID_G_P

      Layout fetchByUUID_G_P(String uuid, long groupId, boolean privateLayout)
      Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      privateLayout - the private layout
      Returns:
      the matching layout, or null if a matching layout could not be found
    • fetchByUUID_G_P

      Layout fetchByUUID_G_P(String uuid, long groupId, boolean privateLayout, boolean useFinderCache)
      Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      privateLayout - the private layout
      useFinderCache - whether to use the finder cache
      Returns:
      the matching layout, or null if a matching layout could not be found
    • removeByUUID_G_P

      Layout removeByUUID_G_P(String uuid, long groupId, boolean privateLayout) throws NoSuchLayoutException
      Removes the layout where uuid = ? and groupId = ? and privateLayout = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      privateLayout - the private layout
      Returns:
      the layout that was removed
      Throws:
      NoSuchLayoutException
    • countByUUID_G_P

      int countByUUID_G_P(String uuid, long groupId, boolean privateLayout)
      Returns the number of layouts where uuid = ? and groupId = ? and privateLayout = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      privateLayout - the private layout
      Returns:
      the number of matching layouts
    • findByUuid_C

      List<Layout> findByUuid_C(String uuid, long companyId)
      Returns all the layouts where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching layouts
    • findByUuid_C

      List<Layout> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the layouts where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByUuid_C

      List<Layout> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByUuid_C

      List<Layout> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByUuid_C_First

      Layout findByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByUuid_C_First

      Layout fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
      Returns the first layout in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByUuid_C_Last

      Layout findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByUuid_C_Last

      Layout fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
      Returns the last layout in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByUuid_C_PrevAndNext

      Layout[] findByUuid_C_PrevAndNext(long plid, String uuid, long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      plid - the primary key of the current layout
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the layouts where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      int countByUuid_C(String uuid, long companyId)
      Returns the number of layouts where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching layouts
    • findByGroupId

      List<Layout> findByGroupId(long groupId)
      Returns all the layouts where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching layouts
    • findByGroupId

      List<Layout> findByGroupId(long groupId, int start, int end)
      Returns a range of all the layouts where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByGroupId

      List<Layout> findByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByGroupId

      List<Layout> findByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByGroupId_First

      Layout findByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByGroupId_First

      Layout fetchByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator)
      Returns the first layout in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByGroupId_Last

      Layout findByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByGroupId_Last

      Layout fetchByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator)
      Returns the last layout in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByGroupId_PrevAndNext

      Layout[] findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where groupId = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • filterFindByGroupId

      List<Layout> filterFindByGroupId(long groupId)
      Returns all the layouts that the user has permission to view where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching layouts that the user has permission to view
    • filterFindByGroupId

      List<Layout> filterFindByGroupId(long groupId, int start, int end)
      Returns a range of all the layouts that the user has permission to view where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts that the user has permission to view
    • filterFindByGroupId

      List<Layout> filterFindByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts that the user has permission to view
    • filterFindByGroupId_PrevAndNext

      Layout[] filterFindByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • removeByGroupId

      void removeByGroupId(long groupId)
      Removes all the layouts where groupId = ? from the database.
      Parameters:
      groupId - the group ID
    • countByGroupId

      int countByGroupId(long groupId)
      Returns the number of layouts where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching layouts
    • filterCountByGroupId

      int filterCountByGroupId(long groupId)
      Returns the number of layouts that the user has permission to view where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching layouts that the user has permission to view
    • findByCompanyId

      List<Layout> findByCompanyId(long companyId)
      Returns all the layouts where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching layouts
    • findByCompanyId

      List<Layout> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the layouts where companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByCompanyId

      List<Layout> findByCompanyId(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByCompanyId

      List<Layout> findByCompanyId(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByCompanyId_First

      Layout findByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByCompanyId_First

      Layout fetchByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator)
      Returns the first layout in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByCompanyId_Last

      Layout findByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByCompanyId_Last

      Layout fetchByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator)
      Returns the last layout in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByCompanyId_PrevAndNext

      Layout[] findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where companyId = ?.
      Parameters:
      plid - the primary key of the current layout
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • removeByCompanyId

      void removeByCompanyId(long companyId)
      Removes all the layouts where companyId = ? from the database.
      Parameters:
      companyId - the company ID
    • countByCompanyId

      int countByCompanyId(long companyId)
      Returns the number of layouts where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching layouts
    • findByParentPlid

      List<Layout> findByParentPlid(long parentPlid)
      Returns all the layouts where parentPlid = ?.
      Parameters:
      parentPlid - the parent plid
      Returns:
      the matching layouts
    • findByParentPlid

      List<Layout> findByParentPlid(long parentPlid, int start, int end)
      Returns a range of all the layouts where parentPlid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      parentPlid - the parent plid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByParentPlid

      List<Layout> findByParentPlid(long parentPlid, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where parentPlid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      parentPlid - the parent plid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByParentPlid

      List<Layout> findByParentPlid(long parentPlid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where parentPlid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      parentPlid - the parent plid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByParentPlid_First

      Layout findByParentPlid_First(long parentPlid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where parentPlid = ?.
      Parameters:
      parentPlid - the parent plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByParentPlid_First

      Layout fetchByParentPlid_First(long parentPlid, OrderByComparator<Layout> orderByComparator)
      Returns the first layout in the ordered set where parentPlid = ?.
      Parameters:
      parentPlid - the parent plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByParentPlid_Last

      Layout findByParentPlid_Last(long parentPlid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where parentPlid = ?.
      Parameters:
      parentPlid - the parent plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByParentPlid_Last

      Layout fetchByParentPlid_Last(long parentPlid, OrderByComparator<Layout> orderByComparator)
      Returns the last layout in the ordered set where parentPlid = ?.
      Parameters:
      parentPlid - the parent plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByParentPlid_PrevAndNext

      Layout[] findByParentPlid_PrevAndNext(long plid, long parentPlid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where parentPlid = ?.
      Parameters:
      plid - the primary key of the current layout
      parentPlid - the parent plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • removeByParentPlid

      void removeByParentPlid(long parentPlid)
      Removes all the layouts where parentPlid = ? from the database.
      Parameters:
      parentPlid - the parent plid
    • countByParentPlid

      int countByParentPlid(long parentPlid)
      Returns the number of layouts where parentPlid = ?.
      Parameters:
      parentPlid - the parent plid
      Returns:
      the number of matching layouts
    • findByIconImageId

      Layout findByIconImageId(long iconImageId) throws NoSuchLayoutException
      Returns the layout where iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
      Parameters:
      iconImageId - the icon image ID
      Returns:
      the matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByIconImageId

      Layout fetchByIconImageId(long iconImageId)
      Returns the layout where iconImageId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      iconImageId - the icon image ID
      Returns:
      the matching layout, or null if a matching layout could not be found
    • fetchByIconImageId

      Layout fetchByIconImageId(long iconImageId, boolean useFinderCache)
      Returns the layout where iconImageId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      iconImageId - the icon image ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching layout, or null if a matching layout could not be found
    • removeByIconImageId

      Layout removeByIconImageId(long iconImageId) throws NoSuchLayoutException
      Removes the layout where iconImageId = ? from the database.
      Parameters:
      iconImageId - the icon image ID
      Returns:
      the layout that was removed
      Throws:
      NoSuchLayoutException
    • countByIconImageId

      int countByIconImageId(long iconImageId)
      Returns the number of layouts where iconImageId = ?.
      Parameters:
      iconImageId - the icon image ID
      Returns:
      the number of matching layouts
    • findByLayoutPrototypeUuid

      List<Layout> findByLayoutPrototypeUuid(String layoutPrototypeUuid)
      Returns all the layouts where layoutPrototypeUuid = ?.
      Parameters:
      layoutPrototypeUuid - the layout prototype uuid
      Returns:
      the matching layouts
    • findByLayoutPrototypeUuid

      List<Layout> findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end)
      Returns a range of all the layouts where layoutPrototypeUuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      layoutPrototypeUuid - the layout prototype uuid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByLayoutPrototypeUuid

      List<Layout> findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      layoutPrototypeUuid - the layout prototype uuid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByLayoutPrototypeUuid

      List<Layout> findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      layoutPrototypeUuid - the layout prototype uuid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByLayoutPrototypeUuid_First

      Layout findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
      Parameters:
      layoutPrototypeUuid - the layout prototype uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByLayoutPrototypeUuid_First

      Layout fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
      Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
      Parameters:
      layoutPrototypeUuid - the layout prototype uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByLayoutPrototypeUuid_Last

      Layout findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
      Parameters:
      layoutPrototypeUuid - the layout prototype uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByLayoutPrototypeUuid_Last

      Layout fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
      Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
      Parameters:
      layoutPrototypeUuid - the layout prototype uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByLayoutPrototypeUuid_PrevAndNext

      Layout[] findByLayoutPrototypeUuid_PrevAndNext(long plid, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
      Parameters:
      plid - the primary key of the current layout
      layoutPrototypeUuid - the layout prototype uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • removeByLayoutPrototypeUuid

      void removeByLayoutPrototypeUuid(String layoutPrototypeUuid)
      Removes all the layouts where layoutPrototypeUuid = ? from the database.
      Parameters:
      layoutPrototypeUuid - the layout prototype uuid
    • countByLayoutPrototypeUuid

      int countByLayoutPrototypeUuid(String layoutPrototypeUuid)
      Returns the number of layouts where layoutPrototypeUuid = ?.
      Parameters:
      layoutPrototypeUuid - the layout prototype uuid
      Returns:
      the number of matching layouts
    • findBySourcePrototypeLayoutUuid

      List<Layout> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
      Returns all the layouts where sourcePrototypeLayoutUuid = ?.
      Parameters:
      sourcePrototypeLayoutUuid - the source prototype layout uuid
      Returns:
      the matching layouts
    • findBySourcePrototypeLayoutUuid

      List<Layout> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end)
      Returns a range of all the layouts where sourcePrototypeLayoutUuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      sourcePrototypeLayoutUuid - the source prototype layout uuid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findBySourcePrototypeLayoutUuid

      List<Layout> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      sourcePrototypeLayoutUuid - the source prototype layout uuid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findBySourcePrototypeLayoutUuid

      List<Layout> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      sourcePrototypeLayoutUuid - the source prototype layout uuid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findBySourcePrototypeLayoutUuid_First

      Layout findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
      Parameters:
      sourcePrototypeLayoutUuid - the source prototype layout uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchBySourcePrototypeLayoutUuid_First

      Layout fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
      Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
      Parameters:
      sourcePrototypeLayoutUuid - the source prototype layout uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findBySourcePrototypeLayoutUuid_Last

      Layout findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
      Parameters:
      sourcePrototypeLayoutUuid - the source prototype layout uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchBySourcePrototypeLayoutUuid_Last

      Layout fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
      Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
      Parameters:
      sourcePrototypeLayoutUuid - the source prototype layout uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findBySourcePrototypeLayoutUuid_PrevAndNext

      Layout[] findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
      Parameters:
      plid - the primary key of the current layout
      sourcePrototypeLayoutUuid - the source prototype layout uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • removeBySourcePrototypeLayoutUuid

      void removeBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
      Removes all the layouts where sourcePrototypeLayoutUuid = ? from the database.
      Parameters:
      sourcePrototypeLayoutUuid - the source prototype layout uuid
    • countBySourcePrototypeLayoutUuid

      int countBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
      Returns the number of layouts where sourcePrototypeLayoutUuid = ?.
      Parameters:
      sourcePrototypeLayoutUuid - the source prototype layout uuid
      Returns:
      the number of matching layouts
    • findByG_P

      List<Layout> findByG_P(long groupId, boolean privateLayout)
      Returns all the layouts where groupId = ? and privateLayout = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      Returns:
      the matching layouts
    • findByG_P

      List<Layout> findByG_P(long groupId, boolean privateLayout, int start, int end)
      Returns a range of all the layouts where groupId = ? and privateLayout = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByG_P

      List<Layout> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByG_P

      List<Layout> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByG_P_First

      Layout findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_First

      Layout fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
      Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByG_P_Last

      Layout findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_Last

      Layout fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
      Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByG_P_PrevAndNext

      Layout[] findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      privateLayout - the private layout
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • filterFindByG_P

      List<Layout> filterFindByG_P(long groupId, boolean privateLayout)
      Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      Returns:
      the matching layouts that the user has permission to view
    • filterFindByG_P

      List<Layout> filterFindByG_P(long groupId, boolean privateLayout, int start, int end)
      Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts that the user has permission to view
    • filterFindByG_P

      List<Layout> filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts that the user has permission to view
    • filterFindByG_P_PrevAndNext

      Layout[] filterFindByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      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 = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      privateLayout - the private layout
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • removeByG_P

      void removeByG_P(long groupId, boolean privateLayout)
      Removes all the layouts where groupId = ? and privateLayout = ? from the database.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
    • countByG_P

      int countByG_P(long groupId, boolean privateLayout)
      Returns the number of layouts where groupId = ? and privateLayout = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      Returns:
      the number of matching layouts
    • filterCountByG_P

      int filterCountByG_P(long groupId, boolean privateLayout)
      Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      Returns:
      the number of matching layouts that the user has permission to view
    • findByG_T

      List<Layout> findByG_T(long groupId, String type)
      Returns all the layouts where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      Returns:
      the matching layouts
    • findByG_T

      List<Layout> findByG_T(long groupId, String type, int start, int end)
      Returns a range of all the layouts where groupId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByG_T

      List<Layout> findByG_T(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where groupId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByG_T

      List<Layout> findByG_T(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where groupId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByG_T_First

      Layout findByG_T_First(long groupId, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_T_First

      Layout fetchByG_T_First(long groupId, String type, OrderByComparator<Layout> orderByComparator)
      Returns the first layout in the ordered set where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByG_T_Last

      Layout findByG_T_Last(long groupId, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_T_Last

      Layout fetchByG_T_Last(long groupId, String type, OrderByComparator<Layout> orderByComparator)
      Returns the last layout in the ordered set where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByG_T_PrevAndNext

      Layout[] findByG_T_PrevAndNext(long plid, long groupId, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where groupId = ? and type = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • filterFindByG_T

      List<Layout> filterFindByG_T(long groupId, String type)
      Returns all the layouts that the user has permission to view where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      Returns:
      the matching layouts that the user has permission to view
    • filterFindByG_T

      List<Layout> filterFindByG_T(long groupId, String type, int start, int end)
      Returns a range of all the layouts that the user has permission to view where groupId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts that the user has permission to view
    • filterFindByG_T

      List<Layout> filterFindByG_T(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts that the user has permission to view
    • filterFindByG_T_PrevAndNext

      Layout[] filterFindByG_T_PrevAndNext(long plid, long groupId, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      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 = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • removeByG_T

      void removeByG_T(long groupId, String type)
      Removes all the layouts where groupId = ? and type = ? from the database.
      Parameters:
      groupId - the group ID
      type - the type
    • countByG_T

      int countByG_T(long groupId, String type)
      Returns the number of layouts where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      Returns:
      the number of matching layouts
    • filterCountByG_T

      int filterCountByG_T(long groupId, String type)
      Returns the number of layouts that the user has permission to view where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      Returns:
      the number of matching layouts that the user has permission to view
    • findByG_MLP

      List<Layout> findByG_MLP(long groupId, long masterLayoutPlid)
      Returns all the layouts where groupId = ? and masterLayoutPlid = ?.
      Parameters:
      groupId - the group ID
      masterLayoutPlid - the master layout plid
      Returns:
      the matching layouts
    • findByG_MLP

      List<Layout> findByG_MLP(long groupId, long masterLayoutPlid, int start, int end)
      Returns a range of all the layouts where groupId = ? and masterLayoutPlid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      masterLayoutPlid - the master layout plid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByG_MLP

      List<Layout> findByG_MLP(long groupId, long masterLayoutPlid, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where groupId = ? and masterLayoutPlid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      masterLayoutPlid - the master layout plid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByG_MLP

      List<Layout> findByG_MLP(long groupId, long masterLayoutPlid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where groupId = ? and masterLayoutPlid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      masterLayoutPlid - the master layout plid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByG_MLP_First

      Layout findByG_MLP_First(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where groupId = ? and masterLayoutPlid = ?.
      Parameters:
      groupId - the group ID
      masterLayoutPlid - the master layout plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_MLP_First

      Layout fetchByG_MLP_First(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator)
      Returns the first layout in the ordered set where groupId = ? and masterLayoutPlid = ?.
      Parameters:
      groupId - the group ID
      masterLayoutPlid - the master layout plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByG_MLP_Last

      Layout findByG_MLP_Last(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where groupId = ? and masterLayoutPlid = ?.
      Parameters:
      groupId - the group ID
      masterLayoutPlid - the master layout plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_MLP_Last

      Layout fetchByG_MLP_Last(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator)
      Returns the last layout in the ordered set where groupId = ? and masterLayoutPlid = ?.
      Parameters:
      groupId - the group ID
      masterLayoutPlid - the master layout plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByG_MLP_PrevAndNext

      Layout[] findByG_MLP_PrevAndNext(long plid, long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where groupId = ? and masterLayoutPlid = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      masterLayoutPlid - the master layout plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • filterFindByG_MLP

      List<Layout> filterFindByG_MLP(long groupId, long masterLayoutPlid)
      Returns all the layouts that the user has permission to view where groupId = ? and masterLayoutPlid = ?.
      Parameters:
      groupId - the group ID
      masterLayoutPlid - the master layout plid
      Returns:
      the matching layouts that the user has permission to view
    • filterFindByG_MLP

      List<Layout> filterFindByG_MLP(long groupId, long masterLayoutPlid, int start, int end)
      Returns a range of all the layouts that the user has permission to view where groupId = ? and masterLayoutPlid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      masterLayoutPlid - the master layout plid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts that the user has permission to view
    • filterFindByG_MLP

      List<Layout> filterFindByG_MLP(long groupId, long masterLayoutPlid, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and masterLayoutPlid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      masterLayoutPlid - the master layout plid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts that the user has permission to view
    • filterFindByG_MLP_PrevAndNext

      Layout[] filterFindByG_MLP_PrevAndNext(long plid, long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      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 = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      masterLayoutPlid - the master layout plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • removeByG_MLP

      void removeByG_MLP(long groupId, long masterLayoutPlid)
      Removes all the layouts where groupId = ? and masterLayoutPlid = ? from the database.
      Parameters:
      groupId - the group ID
      masterLayoutPlid - the master layout plid
    • countByG_MLP

      int countByG_MLP(long groupId, long masterLayoutPlid)
      Returns the number of layouts where groupId = ? and masterLayoutPlid = ?.
      Parameters:
      groupId - the group ID
      masterLayoutPlid - the master layout plid
      Returns:
      the number of matching layouts
    • filterCountByG_MLP

      int filterCountByG_MLP(long groupId, long masterLayoutPlid)
      Returns the number of layouts that the user has permission to view where groupId = ? and masterLayoutPlid = ?.
      Parameters:
      groupId - the group ID
      masterLayoutPlid - the master layout plid
      Returns:
      the number of matching layouts that the user has permission to view
    • findByC_L

      List<Layout> findByC_L(long companyId, String layoutPrototypeUuid)
      Returns all the layouts where companyId = ? and layoutPrototypeUuid = ?.
      Parameters:
      companyId - the company ID
      layoutPrototypeUuid - the layout prototype uuid
      Returns:
      the matching layouts
    • findByC_L

      List<Layout> findByC_L(long companyId, String layoutPrototypeUuid, int start, int end)
      Returns a range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      companyId - the company ID
      layoutPrototypeUuid - the layout prototype uuid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByC_L

      List<Layout> findByC_L(long companyId, String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      companyId - the company ID
      layoutPrototypeUuid - the layout prototype uuid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByC_L

      List<Layout> findByC_L(long companyId, String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      companyId - the company ID
      layoutPrototypeUuid - the layout prototype uuid
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByC_L_First

      Layout findByC_L_First(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
      Parameters:
      companyId - the company ID
      layoutPrototypeUuid - the layout prototype uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByC_L_First

      Layout fetchByC_L_First(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
      Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
      Parameters:
      companyId - the company ID
      layoutPrototypeUuid - the layout prototype uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByC_L_Last

      Layout findByC_L_Last(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
      Parameters:
      companyId - the company ID
      layoutPrototypeUuid - the layout prototype uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByC_L_Last

      Layout fetchByC_L_Last(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
      Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
      Parameters:
      companyId - the company ID
      layoutPrototypeUuid - the layout prototype uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByC_L_PrevAndNext

      Layout[] findByC_L_PrevAndNext(long plid, long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
      Parameters:
      plid - the primary key of the current layout
      companyId - the company ID
      layoutPrototypeUuid - the layout prototype uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • removeByC_L

      void removeByC_L(long companyId, String layoutPrototypeUuid)
      Removes all the layouts where companyId = ? and layoutPrototypeUuid = ? from the database.
      Parameters:
      companyId - the company ID
      layoutPrototypeUuid - the layout prototype uuid
    • countByC_L

      int countByC_L(long companyId, String layoutPrototypeUuid)
      Returns the number of layouts where companyId = ? and layoutPrototypeUuid = ?.
      Parameters:
      companyId - the company ID
      layoutPrototypeUuid - the layout prototype uuid
      Returns:
      the number of matching layouts
    • findByP_I

      Layout findByP_I(boolean privateLayout, long iconImageId) throws NoSuchLayoutException
      Returns the layout where privateLayout = ? and iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
      Parameters:
      privateLayout - the private layout
      iconImageId - the icon image ID
      Returns:
      the matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByP_I

      Layout fetchByP_I(boolean privateLayout, long iconImageId)
      Returns the layout where privateLayout = ? and iconImageId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      privateLayout - the private layout
      iconImageId - the icon image ID
      Returns:
      the matching layout, or null if a matching layout could not be found
    • fetchByP_I

      Layout fetchByP_I(boolean privateLayout, long iconImageId, boolean useFinderCache)
      Returns the layout where privateLayout = ? and iconImageId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      privateLayout - the private layout
      iconImageId - the icon image ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching layout, or null if a matching layout could not be found
    • removeByP_I

      Layout removeByP_I(boolean privateLayout, long iconImageId) throws NoSuchLayoutException
      Removes the layout where privateLayout = ? and iconImageId = ? from the database.
      Parameters:
      privateLayout - the private layout
      iconImageId - the icon image ID
      Returns:
      the layout that was removed
      Throws:
      NoSuchLayoutException
    • countByP_I

      int countByP_I(boolean privateLayout, long iconImageId)
      Returns the number of layouts where privateLayout = ? and iconImageId = ?.
      Parameters:
      privateLayout - the private layout
      iconImageId - the icon image ID
      Returns:
      the number of matching layouts
    • findByC_C

      Layout findByC_C(long classNameId, long classPK) throws NoSuchLayoutException
      Returns the layout where classNameId = ? and classPK = ? or throws a NoSuchLayoutException if it could not be found.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByC_C

      Layout fetchByC_C(long classNameId, long classPK)
      Returns the layout where classNameId = ? and classPK = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching layout, or null if a matching layout could not be found
    • fetchByC_C

      Layout fetchByC_C(long classNameId, long classPK, boolean useFinderCache)
      Returns the layout where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      useFinderCache - whether to use the finder cache
      Returns:
      the matching layout, or null if a matching layout could not be found
    • removeByC_C

      Layout removeByC_C(long classNameId, long classPK) throws NoSuchLayoutException
      Removes the layout where classNameId = ? and classPK = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the layout that was removed
      Throws:
      NoSuchLayoutException
    • countByC_C

      int countByC_C(long classNameId, long classPK)
      Returns the number of layouts where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching layouts
    • findByG_P_L

      Layout findByG_P_L(long groupId, boolean privateLayout, long layoutId) throws NoSuchLayoutException
      Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or throws a NoSuchLayoutException if it could not be found.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      layoutId - the layout ID
      Returns:
      the matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_L

      Layout fetchByG_P_L(long groupId, boolean privateLayout, long layoutId)
      Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      layoutId - the layout ID
      Returns:
      the matching layout, or null if a matching layout could not be found
    • fetchByG_P_L

      Layout fetchByG_P_L(long groupId, boolean privateLayout, long layoutId, boolean useFinderCache)
      Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      layoutId - the layout ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching layout, or null if a matching layout could not be found
    • removeByG_P_L

      Layout removeByG_P_L(long groupId, boolean privateLayout, long layoutId) throws NoSuchLayoutException
      Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? from the database.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      layoutId - the layout ID
      Returns:
      the layout that was removed
      Throws:
      NoSuchLayoutException
    • countByG_P_L

      int countByG_P_L(long groupId, boolean privateLayout, long layoutId)
      Returns the number of layouts where groupId = ? and privateLayout = ? and layoutId = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      layoutId - the layout ID
      Returns:
      the number of matching layouts
    • findByG_P_P

      List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
      Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      Returns:
      the matching layouts
    • findByG_P_P

      List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end)
      Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByG_P_P

      List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByG_P_P

      List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByG_P_P_First

      Layout findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_P_First

      Layout fetchByG_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 = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByG_P_P_Last

      Layout findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_P_Last

      Layout fetchByG_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 = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByG_P_P_PrevAndNext

      Layout[] findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • filterFindByG_P_P

      List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
      Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      Returns:
      the matching layouts that the user has permission to view
    • filterFindByG_P_P

      List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end)
      Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts that the user has permission to view
    • filterFindByG_P_P

      List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts that the user has permission to view
    • filterFindByG_P_P_PrevAndNext

      Layout[] filterFindByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      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 = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • filterFindByG_P_P

      List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds)
      Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      Returns:
      the matching layouts that the user has permission to view
    • filterFindByG_P_P

      List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end)
      Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts that the user has permission to view
    • filterFindByG_P_P

      List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts that the user has permission to view
    • findByG_P_P

      List<Layout> findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds)
      Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      Returns:
      the matching layouts
    • findByG_P_P

      List<Layout> findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end)
      Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByG_P_P

      List<Layout> findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByG_P_P

      List<Layout> findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • removeByG_P_P

      void removeByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
      Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? from the database.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
    • countByG_P_P

      int countByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
      Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      Returns:
      the number of matching layouts
    • countByG_P_P

      int countByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds)
      Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      Returns:
      the number of matching layouts
    • filterCountByG_P_P

      int filterCountByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
      Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      Returns:
      the number of matching layouts that the user has permission to view
    • filterCountByG_P_P

      int filterCountByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds)
      Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      Returns:
      the number of matching layouts that the user has permission to view
    • findByG_P_T

      List<Layout> findByG_P_T(long groupId, boolean privateLayout, String type)
      Returns all the layouts where groupId = ? and privateLayout = ? and type = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      type - the type
      Returns:
      the matching layouts
    • findByG_P_T

      List<Layout> findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end)
      Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      type - the type
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByG_P_T

      List<Layout> findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      type - the type
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByG_P_T

      List<Layout> findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      type - the type
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByG_P_T_First

      Layout findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_T_First

      Layout fetchByG_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 = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByG_P_T_Last

      Layout findByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_T_Last

      Layout fetchByG_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 = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByG_P_T_PrevAndNext

      Layout[] findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      privateLayout - the private layout
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • filterFindByG_P_T

      List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, String type)
      Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      type - the type
      Returns:
      the matching layouts that the user has permission to view
    • filterFindByG_P_T

      List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end)
      Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      type - the type
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts that the user has permission to view
    • filterFindByG_P_T

      List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      type - the type
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts that the user has permission to view
    • filterFindByG_P_T_PrevAndNext

      Layout[] filterFindByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      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 = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      privateLayout - the private layout
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • filterFindByG_P_T

      List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, String[] types)
      Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      types - the types
      Returns:
      the matching layouts that the user has permission to view
    • filterFindByG_P_T

      List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end)
      Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      types - the types
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts that the user has permission to view
    • filterFindByG_P_T

      List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      types - the types
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts that the user has permission to view
    • findByG_P_T

      List<Layout> findByG_P_T(long groupId, boolean privateLayout, String[] types)
      Returns all the layouts where groupId = ? and privateLayout = ? and type = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      types - the types
      Returns:
      the matching layouts
    • findByG_P_T

      List<Layout> findByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end)
      Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      types - the types
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByG_P_T

      List<Layout> findByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      types - the types
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByG_P_T

      List<Layout> findByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      types - the types
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • removeByG_P_T

      void removeByG_P_T(long groupId, boolean privateLayout, String type)
      Removes all the layouts where groupId = ? and privateLayout = ? and type = ? from the database.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      type - the type
    • countByG_P_T

      int countByG_P_T(long groupId, boolean privateLayout, String type)
      Returns the number of layouts where groupId = ? and privateLayout = ? and type = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      type - the type
      Returns:
      the number of matching layouts
    • countByG_P_T

      int countByG_P_T(long groupId, boolean privateLayout, String[] types)
      Returns the number of layouts where groupId = ? and privateLayout = ? and type = any ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      types - the types
      Returns:
      the number of matching layouts
    • filterCountByG_P_T

      int filterCountByG_P_T(long groupId, boolean privateLayout, String type)
      Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      type - the type
      Returns:
      the number of matching layouts that the user has permission to view
    • filterCountByG_P_T

      int filterCountByG_P_T(long groupId, boolean privateLayout, String[] types)
      Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      types - the types
      Returns:
      the number of matching layouts that the user has permission to view
    • findByG_P_F

      Layout findByG_P_F(long groupId, boolean privateLayout, String friendlyURL) throws NoSuchLayoutException
      Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or throws a NoSuchLayoutException if it could not be found.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      Returns:
      the matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_F

      Layout fetchByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
      Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      Returns:
      the matching layout, or null if a matching layout could not be found
    • fetchByG_P_F

      Layout fetchByG_P_F(long groupId, boolean privateLayout, String friendlyURL, boolean useFinderCache)
      Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      useFinderCache - whether to use the finder cache
      Returns:
      the matching layout, or null if a matching layout could not be found
    • removeByG_P_F

      Layout removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL) throws NoSuchLayoutException
      Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      Returns:
      the layout that was removed
      Throws:
      NoSuchLayoutException
    • countByG_P_F

      int countByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
      Returns the number of layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      Returns:
      the number of matching layouts
    • findByG_P_SPLU

      Layout findByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid) throws NoSuchLayoutException
      Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or throws a NoSuchLayoutException if it could not be found.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      sourcePrototypeLayoutUuid - the source prototype layout uuid
      Returns:
      the matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_SPLU

      Layout fetchByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
      Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      sourcePrototypeLayoutUuid - the source prototype layout uuid
      Returns:
      the matching layout, or null if a matching layout could not be found
    • fetchByG_P_SPLU

      Layout fetchByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid, boolean useFinderCache)
      Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      sourcePrototypeLayoutUuid - the source prototype layout uuid
      useFinderCache - whether to use the finder cache
      Returns:
      the matching layout, or null if a matching layout could not be found
    • removeByG_P_SPLU

      Layout removeByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid) throws NoSuchLayoutException
      Removes the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      sourcePrototypeLayoutUuid - the source prototype layout uuid
      Returns:
      the layout that was removed
      Throws:
      NoSuchLayoutException
    • countByG_P_SPLU

      int countByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
      Returns the number of layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      sourcePrototypeLayoutUuid - the source prototype layout uuid
      Returns:
      the number of matching layouts
    • findByG_P_ST

      List<Layout> findByG_P_ST(long groupId, boolean privateLayout, int status)
      Returns all the layouts where groupId = ? and privateLayout = ? and status = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      status - the status
      Returns:
      the matching layouts
    • findByG_P_ST

      List<Layout> findByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end)
      Returns a range of all the layouts where groupId = ? and privateLayout = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      status - the status
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByG_P_ST

      List<Layout> findByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      status - the status
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByG_P_ST

      List<Layout> findByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      status - the status
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByG_P_ST_First

      Layout findByG_P_ST_First(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_ST_First

      Layout fetchByG_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 = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByG_P_ST_Last

      Layout findByG_P_ST_Last(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_ST_Last

      Layout fetchByG_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 = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByG_P_ST_PrevAndNext

      Layout[] findByG_P_ST_PrevAndNext(long plid, long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      privateLayout - the private layout
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • filterFindByG_P_ST

      List<Layout> filterFindByG_P_ST(long groupId, boolean privateLayout, int status)
      Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      status - the status
      Returns:
      the matching layouts that the user has permission to view
    • filterFindByG_P_ST

      List<Layout> filterFindByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end)
      Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      status - the status
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts that the user has permission to view
    • filterFindByG_P_ST

      List<Layout> filterFindByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      status - the status
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts that the user has permission to view
    • filterFindByG_P_ST_PrevAndNext

      Layout[] filterFindByG_P_ST_PrevAndNext(long plid, long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      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 = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      privateLayout - the private layout
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • filterFindByG_P_ST

      List<Layout> filterFindByG_P_ST(long groupId, boolean privateLayout, int[] statuses)
      Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      statuses - the statuses
      Returns:
      the matching layouts that the user has permission to view
    • filterFindByG_P_ST

      List<Layout> filterFindByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end)
      Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      statuses - the statuses
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts that the user has permission to view
    • filterFindByG_P_ST

      List<Layout> filterFindByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      statuses - the statuses
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts that the user has permission to view
    • findByG_P_ST

      List<Layout> findByG_P_ST(long groupId, boolean privateLayout, int[] statuses)
      Returns all the layouts where groupId = ? and privateLayout = ? and status = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      statuses - the statuses
      Returns:
      the matching layouts
    • findByG_P_ST

      List<Layout> findByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end)
      Returns a range of all the layouts where groupId = ? and privateLayout = ? and status = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      statuses - the statuses
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByG_P_ST

      List<Layout> findByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      statuses - the statuses
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByG_P_ST

      List<Layout> findByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      statuses - the statuses
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • removeByG_P_ST

      void removeByG_P_ST(long groupId, boolean privateLayout, int status)
      Removes all the layouts where groupId = ? and privateLayout = ? and status = ? from the database.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      status - the status
    • countByG_P_ST

      int countByG_P_ST(long groupId, boolean privateLayout, int status)
      Returns the number of layouts where groupId = ? and privateLayout = ? and status = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      status - the status
      Returns:
      the number of matching layouts
    • countByG_P_ST

      int countByG_P_ST(long groupId, boolean privateLayout, int[] statuses)
      Returns the number of layouts where groupId = ? and privateLayout = ? and status = any ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      statuses - the statuses
      Returns:
      the number of matching layouts
    • filterCountByG_P_ST

      int filterCountByG_P_ST(long groupId, boolean privateLayout, int status)
      Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      status - the status
      Returns:
      the number of matching layouts that the user has permission to view
    • filterCountByG_P_ST

      int filterCountByG_P_ST(long groupId, boolean privateLayout, int[] statuses)
      Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      statuses - the statuses
      Returns:
      the number of matching layouts that the user has permission to view
    • findByG_P_P_H

      List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
      Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
      Returns:
      the matching layouts
    • findByG_P_P_H

      List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end)
      Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByG_P_P_H

      List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByG_P_P_H

      List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByG_P_P_H_First

      Layout findByG_P_P_H_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_P_H_First

      Layout fetchByG_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 = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByG_P_P_H_Last

      Layout findByG_P_P_H_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_P_H_Last

      Layout fetchByG_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 = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByG_P_P_H_PrevAndNext

      Layout[] findByG_P_P_H_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • filterFindByG_P_P_H

      List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
      Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
      Returns:
      the matching layouts that the user has permission to view
    • filterFindByG_P_P_H

      List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end)
      Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts that the user has permission to view
    • filterFindByG_P_P_H

      List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts that the user has permission to view
    • filterFindByG_P_P_H_PrevAndNext

      Layout[] filterFindByG_P_P_H_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      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 = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • filterFindByG_P_P_H

      List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden)
      Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      hidden - the hidden
      Returns:
      the matching layouts that the user has permission to view
    • filterFindByG_P_P_H

      List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end)
      Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      hidden - the hidden
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts that the user has permission to view
    • filterFindByG_P_P_H

      List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      hidden - the hidden
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts that the user has permission to view
    • findByG_P_P_H

      List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden)
      Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      hidden - the hidden
      Returns:
      the matching layouts
    • findByG_P_P_H

      List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end)
      Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      hidden - the hidden
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByG_P_P_H

      List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      hidden - the hidden
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByG_P_P_H

      List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      hidden - the hidden
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • removeByG_P_P_H

      void removeByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
      Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? from the database.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
    • countByG_P_P_H

      int countByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
      Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
      Returns:
      the number of matching layouts
    • countByG_P_P_H

      int countByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden)
      Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      hidden - the hidden
      Returns:
      the number of matching layouts
    • filterCountByG_P_P_H

      int filterCountByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
      Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      hidden - the hidden
      Returns:
      the number of matching layouts that the user has permission to view
    • filterCountByG_P_P_H

      int filterCountByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden)
      Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      hidden - the hidden
      Returns:
      the number of matching layouts that the user has permission to view
    • findByG_P_P_S

      List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system)
      Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
      Returns:
      the matching layouts
    • findByG_P_P_S

      List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end)
      Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByG_P_P_S

      List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByG_P_P_S

      List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByG_P_P_S_First

      Layout findByG_P_P_S_First(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_P_S_First

      Layout fetchByG_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 = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByG_P_P_S_Last

      Layout findByG_P_P_S_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_P_S_Last

      Layout fetchByG_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 = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByG_P_P_S_PrevAndNext

      Layout[] findByG_P_P_S_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • filterFindByG_P_P_S

      List<Layout> filterFindByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system)
      Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
      Returns:
      the matching layouts that the user has permission to view
    • filterFindByG_P_P_S

      List<Layout> filterFindByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end)
      Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts that the user has permission to view
    • filterFindByG_P_P_S

      List<Layout> filterFindByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts that the user has permission to view
    • filterFindByG_P_P_S_PrevAndNext

      Layout[] filterFindByG_P_P_S_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      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 = ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • filterFindByG_P_P_S

      List<Layout> filterFindByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system)
      Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      system - the system
      Returns:
      the matching layouts that the user has permission to view
    • filterFindByG_P_P_S

      List<Layout> filterFindByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end)
      Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      system - the system
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts that the user has permission to view
    • filterFindByG_P_P_S

      List<Layout> filterFindByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      system - the system
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts that the user has permission to view
    • findByG_P_P_S

      List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system)
      Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      system - the system
      Returns:
      the matching layouts
    • findByG_P_P_S

      List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end)
      Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      system - the system
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByG_P_P_S

      List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      system - the system
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByG_P_P_S

      List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      system - the system
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • removeByG_P_P_S

      void removeByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system)
      Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ? from the database.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
    • countByG_P_P_S

      int countByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system)
      Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
      Returns:
      the number of matching layouts
    • countByG_P_P_S

      int countByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system)
      Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      system - the system
      Returns:
      the number of matching layouts
    • filterCountByG_P_P_S

      int filterCountByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system)
      Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      system - the system
      Returns:
      the number of matching layouts that the user has permission to view
    • filterCountByG_P_P_S

      int filterCountByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system)
      Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutIds - the parent layout IDs
      system - the system
      Returns:
      the number of matching layouts that the user has permission to view
    • findByG_P_P_LteP

      List<Layout> findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
      Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
      Returns:
      the matching layouts
    • findByG_P_P_LteP

      List<Layout> findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end)
      Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts
    • findByG_P_P_LteP

      List<Layout> findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts
    • findByG_P_P_LteP

      List<Layout> findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layouts
    • findByG_P_P_LteP_First

      Layout findByG_P_P_LteP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_P_LteP_First

      Layout fetchByG_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 ≤ ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout, or null if a matching layout could not be found
    • findByG_P_P_LteP_Last

      Layout findByG_P_P_LteP_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByG_P_P_LteP_Last

      Layout fetchByG_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 ≤ ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout, or null if a matching layout could not be found
    • findByG_P_P_LteP_PrevAndNext

      Layout[] findByG_P_P_LteP_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • filterFindByG_P_P_LteP

      List<Layout> filterFindByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
      Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
      Returns:
      the matching layouts that the user has permission to view
    • filterFindByG_P_P_LteP

      List<Layout> filterFindByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end)
      Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of matching layouts that the user has permission to view
    • filterFindByG_P_P_LteP

      List<Layout> filterFindByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layouts that the user has permission to view
    • filterFindByG_P_P_LteP_PrevAndNext

      Layout[] filterFindByG_P_P_LteP_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
      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 ≤ ?.
      Parameters:
      plid - the primary key of the current layout
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • removeByG_P_P_LteP

      void removeByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
      Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? from the database.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
    • countByG_P_P_LteP

      int countByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
      Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
      Returns:
      the number of matching layouts
    • filterCountByG_P_P_LteP

      int filterCountByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
      Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      parentLayoutId - the parent layout ID
      priority - the priority
      Returns:
      the number of matching layouts that the user has permission to view
    • findByERC_G

      Layout findByERC_G(String externalReferenceCode, long groupId) throws NoSuchLayoutException
      Returns the layout where externalReferenceCode = ? and groupId = ? or throws a NoSuchLayoutException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the matching layout
      Throws:
      NoSuchLayoutException - if a matching layout could not be found
    • fetchByERC_G

      Layout fetchByERC_G(String externalReferenceCode, long groupId)
      Returns the layout where externalReferenceCode = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the matching layout, or null if a matching layout could not be found
    • fetchByERC_G

      Layout fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache)
      Returns the layout where externalReferenceCode = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching layout, or null if a matching layout could not be found
    • removeByERC_G

      Layout removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchLayoutException
      Removes the layout where externalReferenceCode = ? and groupId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the layout that was removed
      Throws:
      NoSuchLayoutException
    • countByERC_G

      int countByERC_G(String externalReferenceCode, long groupId)
      Returns the number of layouts where externalReferenceCode = ? and groupId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the number of matching layouts
    • cacheResult

      void cacheResult(Layout layout)
      Caches the layout in the entity cache if it is enabled.
      Parameters:
      layout - the layout
    • cacheResult

      void cacheResult(List<Layout> layouts)
      Caches the layouts in the entity cache if it is enabled.
      Parameters:
      layouts - the layouts
    • create

      Layout create(long plid)
      Creates a new layout with the primary key. Does not add the layout to the database.
      Parameters:
      plid - the primary key for the new layout
      Returns:
      the new layout
    • remove

      Layout remove(long plid) throws NoSuchLayoutException
      Removes the layout with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      plid - the primary key of the layout
      Returns:
      the layout that was removed
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • updateImpl

      Layout updateImpl(Layout layout)
    • findByPrimaryKey

      Layout findByPrimaryKey(long plid) throws NoSuchLayoutException
      Returns the layout with the primary key or throws a NoSuchLayoutException if it could not be found.
      Parameters:
      plid - the primary key of the layout
      Returns:
      the layout
      Throws:
      NoSuchLayoutException - if a layout with the primary key could not be found
    • fetchByPrimaryKey

      Layout fetchByPrimaryKey(long plid)
      Returns the layout with the primary key or returns null if it could not be found.
      Parameters:
      plid - the primary key of the layout
      Returns:
      the layout, or null if a layout with the primary key could not be found
    • findAll

      List<Layout> findAll()
      Returns all the layouts.
      Returns:
      the layouts
    • findAll

      List<Layout> findAll(int start, int end)
      Returns a range of all the layouts.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of layouts
    • findAll

      List<Layout> findAll(int start, int end, OrderByComparator<Layout> orderByComparator)
      Returns an ordered range of all the layouts.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of layouts
    • findAll

      List<Layout> findAll(int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layouts.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.

      Parameters:
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of layouts
    • removeAll

      void removeAll()
      Removes all the layouts from the database.
    • countAll

      int countAll()
      Returns the number of layouts.
      Returns:
      the number of layouts