@ProviderType public interface LayoutPersistence extends BasePersistence<Layout>
Caching information and settings can be found in portal.properties
LayoutUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(Layout layout)
Caches the layout in the entity cache if it is enabled.
|
void |
cacheResult(List<Layout> layouts)
Caches the layouts in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of layouts.
|
int |
countByC_C_Head(long classNameId,
long classPK,
boolean head)
Returns the number of layouts where classNameId = ? and classPK = ? and head = ?.
|
int |
countByC_C(long classNameId,
long classPK)
Returns the number of layouts where classNameId = ? and classPK = ?.
|
int |
countByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head)
Returns the number of layouts where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
int |
countByC_L(long companyId,
String layoutPrototypeUuid)
Returns the number of layouts where companyId = ? and layoutPrototypeUuid = ?.
|
int |
countByCompanyId_Head(long companyId,
boolean head)
Returns the number of layouts where companyId = ? and head = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of layouts where companyId = ?.
|
int |
countByG_P_F_Head(long groupId,
boolean privateLayout,
String friendlyURL,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and friendlyURL = ? and head = ?.
|
int |
countByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the number of layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
int |
countByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and head = ?.
|
int |
countByG_P_L_Head(long groupId,
boolean privateLayout,
long layoutId,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and layoutId = ? and head = ?.
|
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_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ? and head = ?.
|
int |
countByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
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_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and head = ?.
|
int |
countByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
int |
countByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
int |
countByG_P_P_LtP(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(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_SPLU_Head(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and head = ?.
|
int |
countByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns the number of layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
int |
countByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
int |
countByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns the number of layouts where groupId = ? and privateLayout = ? and type = ?.
|
int |
countByG_P(long groupId,
boolean privateLayout)
Returns the number of layouts where groupId = ? and privateLayout = ?.
|
int |
countByG_T_Head(long groupId,
String type,
boolean head)
Returns the number of layouts where groupId = ? and type = ? and head = ?.
|
int |
countByG_T(long groupId,
String type)
Returns the number of layouts where groupId = ? and type = ?.
|
int |
countByGroupId_Head(long groupId,
boolean head)
Returns the number of layouts where groupId = ? and head = ?.
|
int |
countByGroupId(long groupId)
Returns the number of layouts where groupId = ?.
|
int |
countByHeadId(long headId)
Returns the number of layouts where headId = ?.
|
int |
countByIconImageId_Head(long iconImageId,
boolean head)
Returns the number of layouts where iconImageId = ? and head = ?.
|
int |
countByIconImageId(long iconImageId)
Returns the number of layouts where iconImageId = ?.
|
int |
countByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head)
Returns the number of layouts where layoutPrototypeUuid = ? and head = ?.
|
int |
countByLayoutPrototypeUuid(String layoutPrototypeUuid)
Returns the number of layouts where layoutPrototypeUuid = ?.
|
int |
countByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head)
Returns the number of layouts where privateLayout = ? and iconImageId = ? and head = ?.
|
int |
countByP_I(boolean privateLayout,
long iconImageId)
Returns the number of layouts where privateLayout = ? and iconImageId = ?.
|
int |
countByParentPlid_Head(long parentPlid,
boolean head)
Returns the number of layouts where parentPlid = ? and head = ?.
|
int |
countByParentPlid(long parentPlid)
Returns the number of layouts where parentPlid = ?.
|
int |
countBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head)
Returns the number of layouts where sourcePrototypeLayoutUuid = ? and head = ?.
|
int |
countBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Returns the number of layouts where sourcePrototypeLayoutUuid = ?.
|
int |
countByUuid_C_Head(String uuid,
long companyId,
boolean head)
Returns the number of layouts where uuid = ? and companyId = ? and head = ?.
|
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of layouts where uuid = ? and companyId = ?.
|
int |
countByUUID_G_P_Head(String uuid,
long groupId,
boolean privateLayout,
boolean head)
Returns the number of layouts where uuid = ? and groupId = ? and privateLayout = ? and head = ?.
|
int |
countByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Returns the number of layouts where uuid = ? and groupId = ? and privateLayout = ?.
|
int |
countByUuid_Head(String uuid,
boolean head)
Returns the number of layouts where uuid = ? and head = ?.
|
int |
countByUuid(String uuid)
Returns the number of layouts where uuid = ?.
|
Layout |
create(long plid)
Creates a new layout with the primary key.
|
Layout |
fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where classNameId = ? and classPK = ?.
|
Layout |
fetchByC_C_Head(long classNameId,
long classPK,
boolean head)
Returns the layout where classNameId = ? and classPK = ? and head = ? or returns
null if it could not be found. |
Layout |
fetchByC_C_Head(long classNameId,
long classPK,
boolean head,
boolean useFinderCache)
Returns the layout where classNameId = ? and classPK = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
Layout |
fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where classNameId = ? and classPK = ?.
|
Layout |
fetchByC_L_First(long companyId,
String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
Layout |
fetchByC_L_Head_First(long companyId,
String layoutPrototypeUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
Layout |
fetchByC_L_Head_Last(long companyId,
String layoutPrototypeUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
Layout |
fetchByC_L_Last(long companyId,
String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
Layout |
fetchByCompanyId_First(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ?.
|
Layout |
fetchByCompanyId_Head_First(long companyId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and head = ?.
|
Layout |
fetchByCompanyId_Head_Last(long companyId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and head = ?.
|
Layout |
fetchByCompanyId_Last(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ?.
|
Layout |
fetchByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
Layout |
fetchByG_P_F_Head(long groupId,
boolean privateLayout,
String friendlyURL,
boolean head)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? and head = ? or returns
null if it could not be found. |
Layout |
fetchByG_P_F_Head(long groupId,
boolean privateLayout,
String friendlyURL,
boolean head,
boolean useFinderCache)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
Layout |
fetchByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
Layout |
fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
|
Layout |
fetchByG_P_Head_First(long groupId,
boolean privateLayout,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and head = ?.
|
Layout |
fetchByG_P_Head_Last(long groupId,
boolean privateLayout,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and head = ?.
|
Layout |
fetchByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
Layout |
fetchByG_P_L_Head(long groupId,
boolean privateLayout,
long layoutId,
boolean head)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? and head = ? or returns
null if it could not be found. |
Layout |
fetchByG_P_L_Head(long groupId,
boolean privateLayout,
long layoutId,
boolean head,
boolean useFinderCache)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
Layout |
fetchByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
Layout |
fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
|
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 = ?.
|
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 = ?.
|
Layout |
fetchByG_P_P_H_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
Layout |
fetchByG_P_P_H_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
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 = ?.
|
Layout |
fetchByG_P_P_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
Layout |
fetchByG_P_P_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
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 = ?.
|
Layout |
fetchByG_P_P_LtP_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 ≤ ?.
|
Layout |
fetchByG_P_P_LtP_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
Layout |
fetchByG_P_P_LtP_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
Layout |
fetchByG_P_P_LtP_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 ≤ ?.
|
Layout |
fetchByG_P_SPLU_First(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
Layout |
fetchByG_P_SPLU_Head(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean head)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and head = ? or returns
null if it could not be found. |
Layout |
fetchByG_P_SPLU_Head(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean head,
boolean useFinderCache)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
Layout |
fetchByG_P_SPLU_Last(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
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 = ?.
|
Layout |
fetchByG_P_T_Head_First(long groupId,
boolean privateLayout,
String type,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
Layout |
fetchByG_P_T_Head_Last(long groupId,
boolean privateLayout,
String type,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
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 = ?.
|
Layout |
fetchByG_T_First(long groupId,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and type = ?.
|
Layout |
fetchByG_T_Head_First(long groupId,
String type,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and type = ? and head = ?.
|
Layout |
fetchByG_T_Head_Last(long groupId,
String type,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and type = ? and head = ?.
|
Layout |
fetchByG_T_Last(long groupId,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and type = ?.
|
Layout |
fetchByGroupId_First(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ?.
|
Layout |
fetchByGroupId_Head_First(long groupId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and head = ?.
|
Layout |
fetchByGroupId_Head_Last(long groupId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and head = ?.
|
Layout |
fetchByGroupId_Last(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ?.
|
Layout |
fetchByHeadId(long headId)
Returns the layout where headId = ? or returns
null if it could not be found. |
Layout |
fetchByHeadId(long headId,
boolean useFinderCache)
Returns the layout where headId = ? or returns
null if it could not be found, optionally using the finder cache. |
Layout |
fetchByIconImageId_First(long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where iconImageId = ?.
|
Layout |
fetchByIconImageId_Head(long iconImageId,
boolean head)
Returns the layout where iconImageId = ? and head = ? or returns
null if it could not be found. |
Layout |
fetchByIconImageId_Head(long iconImageId,
boolean head,
boolean useFinderCache)
Returns the layout where iconImageId = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
Layout |
fetchByIconImageId_Last(long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where iconImageId = ?.
|
Layout |
fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
|
Layout |
fetchByLayoutPrototypeUuid_Head_First(String layoutPrototypeUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ? and head = ?.
|
Layout |
fetchByLayoutPrototypeUuid_Head_Last(String layoutPrototypeUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ? and head = ?.
|
Layout |
fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
|
Layout |
fetchByP_I_First(boolean privateLayout,
long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where privateLayout = ? and iconImageId = ?.
|
Layout |
fetchByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head)
Returns the layout where privateLayout = ? and iconImageId = ? and head = ? or returns
null if it could not be found. |
Layout |
fetchByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head,
boolean useFinderCache)
Returns the layout where privateLayout = ? and iconImageId = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
Layout |
fetchByP_I_Last(boolean privateLayout,
long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where privateLayout = ? and iconImageId = ?.
|
Layout |
fetchByParentPlid_First(long parentPlid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where parentPlid = ?.
|
Layout |
fetchByParentPlid_Head_First(long parentPlid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where parentPlid = ? and head = ?.
|
Layout |
fetchByParentPlid_Head_Last(long parentPlid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where parentPlid = ? and head = ?.
|
Layout |
fetchByParentPlid_Last(long parentPlid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where parentPlid = ?.
|
Layout |
fetchByPrimaryKey(long plid)
Returns the layout with the primary key or returns
null if it could not be found. |
Layout |
fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
Layout |
fetchBySourcePrototypeLayoutUuid_Head_First(String sourcePrototypeLayoutUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ? and head = ?.
|
Layout |
fetchBySourcePrototypeLayoutUuid_Head_Last(String sourcePrototypeLayoutUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ? and head = ?.
|
Layout |
fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
Layout |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?.
|
Layout |
fetchByUuid_C_Head_First(String uuid,
long companyId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ? and head = ?.
|
Layout |
fetchByUuid_C_Head_Last(String uuid,
long companyId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ? and head = ?.
|
Layout |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?.
|
Layout |
fetchByUuid_First(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ?.
|
Layout |
fetchByUUID_G_P_First(String uuid,
long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
Layout |
fetchByUUID_G_P_Head(String uuid,
long groupId,
boolean privateLayout,
boolean head)
Returns the layout where uuid = ? and groupId = ? and privateLayout = ? and head = ? or returns
null if it could not be found. |
Layout |
fetchByUUID_G_P_Head(String uuid,
long groupId,
boolean privateLayout,
boolean head,
boolean useFinderCache)
Returns the layout where uuid = ? and groupId = ? and privateLayout = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
Layout |
fetchByUUID_G_P_Last(String uuid,
long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
Layout |
fetchByUuid_Head_First(String uuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and head = ?.
|
Layout |
fetchByUuid_Head_Last(String uuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and head = ?.
|
Layout |
fetchByUuid_Last(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ?.
|
int |
filterCountByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
int |
filterCountByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and head = ?.
|
int |
filterCountByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and layoutId = ?.
|
int |
filterCountByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ? and head = ?.
|
int |
filterCountByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
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_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and head = ?.
|
int |
filterCountByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
int |
filterCountByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
int |
filterCountByG_P_P_LtP(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(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_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
int |
filterCountByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
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(long groupId,
boolean privateLayout)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
|
int |
filterCountByG_T_Head(long groupId,
String type,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and type = ? and head = ?.
|
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_Head(long groupId,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and head = ?.
|
int |
filterCountByGroupId(long groupId)
Returns the number of layouts that the user has permission to view where groupId = ?.
|
int |
filterCountByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Returns the number of layouts that the user has permission to view where uuid = ? and groupId = ? and privateLayout = ?.
|
Layout[] |
filterFindByG_P_F_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String friendlyURL,
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 friendlyURL = ?.
|
List<Layout> |
filterFindByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
List<Layout> |
filterFindByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
List<Layout> |
filterFindByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
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 friendlyURL = ?.
|
Layout[] |
filterFindByG_P_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
boolean head,
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 head = ?.
|
List<Layout> |
filterFindByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and head = ?.
|
List<Layout> |
filterFindByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and head = ?.
|
List<Layout> |
filterFindByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
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 head = ?.
|
Layout[] |
filterFindByG_P_L_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long layoutId,
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 layoutId = ?.
|
List<Layout> |
filterFindByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and layoutId = ?.
|
List<Layout> |
filterFindByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and layoutId = ?.
|
List<Layout> |
filterFindByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
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 layoutId = ?.
|
Layout[] |
filterFindByG_P_P_H_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
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 = ? and head = ?.
|
List<Layout> |
filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ? and head = ?.
|
List<Layout> |
filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head,
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 = ? and head = ?.
|
List<Layout> |
filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head,
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 = ? and head = ?.
|
List<Layout> |
filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
List<Layout> |
filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
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 = ? and head = ?.
|
List<Layout> |
filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
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 = ? and head = ?.
|
Layout[] |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
Layout[] |
filterFindByG_P_P_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
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 head = ?.
|
List<Layout> |
filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and head = ?.
|
List<Layout> |
filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head,
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 head = ?.
|
List<Layout> |
filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head,
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 head = ?.
|
List<Layout> |
filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
List<Layout> |
filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
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 head = ?.
|
List<Layout> |
filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
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 head = ?.
|
Layout[] |
filterFindByG_P_P_LtP_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
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 ≤ ? and head = ?.
|
List<Layout> |
filterFindByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
List<Layout> |
filterFindByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
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 ≤ ? and head = ?.
|
List<Layout> |
filterFindByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
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 ≤ ? and head = ?.
|
Layout[] |
filterFindByG_P_P_LtP_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 ≤ ?.
|
List<Layout> |
filterFindByG_P_P_LtP(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 ≤ ?.
|
List<Layout> |
filterFindByG_P_P_LtP(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 ≤ ?.
|
List<Layout> |
filterFindByG_P_P_LtP(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 ≤ ?.
|
Layout[] |
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 = ?.
|
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 = ?.
|
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 ?.
|
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 ?.
|
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 ?.
|
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 = ?.
|
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 = ?.
|
Layout[] |
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 = ?.
|
Layout[] |
filterFindByG_P_SPLU_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
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 sourcePrototypeLayoutUuid = ?.
|
List<Layout> |
filterFindByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
List<Layout> |
filterFindByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
List<Layout> |
filterFindByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
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 sourcePrototypeLayoutUuid = ?.
|
Layout[] |
filterFindByG_P_T_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
boolean head,
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 = ? and head = ?.
|
List<Layout> |
filterFindByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
List<Layout> |
filterFindByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
List<Layout> |
filterFindByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head,
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 = ? and head = ?.
|
Layout[] |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
List<Layout> |
filterFindByG_P(long groupId,
boolean privateLayout)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.
|
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 = ?.
|
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 = ?.
|
Layout[] |
filterFindByG_T_Head_PrevAndNext(long plid,
long groupId,
String type,
boolean head,
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 = ? and head = ?.
|
List<Layout> |
filterFindByG_T_Head(long groupId,
String type,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and type = ? and head = ?.
|
List<Layout> |
filterFindByG_T_Head(long groupId,
String type,
boolean head,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and type = ? and head = ?.
|
List<Layout> |
filterFindByG_T_Head(long groupId,
String type,
boolean head,
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 = ? and head = ?.
|
Layout[] |
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 = ?.
|
List<Layout> |
filterFindByG_T(long groupId,
String type)
Returns all the layouts that the user has permission to view where groupId = ? and type = ?.
|
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 = ?.
|
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 = ?.
|
Layout[] |
filterFindByGroupId_Head_PrevAndNext(long plid,
long groupId,
boolean head,
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 head = ?.
|
List<Layout> |
filterFindByGroupId_Head(long groupId,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and head = ?.
|
List<Layout> |
filterFindByGroupId_Head(long groupId,
boolean head,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and head = ?.
|
List<Layout> |
filterFindByGroupId_Head(long groupId,
boolean head,
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 head = ?.
|
Layout[] |
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 = ?.
|
List<Layout> |
filterFindByGroupId(long groupId)
Returns all the layouts that the user has permission to view where groupId = ?.
|
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 = ?.
|
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 = ?.
|
Layout[] |
filterFindByUUID_G_P_PrevAndNext(long plid,
String uuid,
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 uuid = ? and groupId = ? and privateLayout = ?.
|
List<Layout> |
filterFindByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Returns all the layouts that the user has permission to view where uuid = ? and groupId = ? and privateLayout = ?.
|
List<Layout> |
filterFindByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where uuid = ? and groupId = ? and privateLayout = ?.
|
List<Layout> |
filterFindByUUID_G_P(String uuid,
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 uuid = ? and groupId = ? and privateLayout = ?.
|
List<Layout> |
findAll()
Returns all the layouts.
|
List<Layout> |
findAll(int start,
int end)
Returns a range of all the layouts.
|
List<Layout> |
findAll(int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts.
|
List<Layout> |
findAll(int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts.
|
Layout |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where classNameId = ? and classPK = ?.
|
Layout |
findByC_C_Head(long classNameId,
long classPK,
boolean head)
Returns the layout where classNameId = ? and classPK = ? and head = ? or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where classNameId = ? and classPK = ?.
|
Layout[] |
findByC_C_PrevAndNext(long plid,
long classNameId,
long classPK,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where classNameId = ? and classPK = ?.
|
List<Layout> |
findByC_C(long classNameId,
long classPK)
Returns all the layouts where classNameId = ? and classPK = ?.
|
List<Layout> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the layouts where classNameId = ? and classPK = ?.
|
List<Layout> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where classNameId = ? and classPK = ?.
|
List<Layout> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where classNameId = ? and classPK = ?.
|
Layout |
findByC_L_First(long companyId,
String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
Layout |
findByC_L_Head_First(long companyId,
String layoutPrototypeUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
Layout |
findByC_L_Head_Last(long companyId,
String layoutPrototypeUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
Layout[] |
findByC_L_Head_PrevAndNext(long plid,
long companyId,
String layoutPrototypeUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
List<Layout> |
findByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head)
Returns all the layouts where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
List<Layout> |
findByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head,
int start,
int end)
Returns a range of all the layouts where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
List<Layout> |
findByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
List<Layout> |
findByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
Layout |
findByC_L_Last(long companyId,
String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
Layout[] |
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 = ?.
|
List<Layout> |
findByC_L(long companyId,
String layoutPrototypeUuid)
Returns all the layouts where companyId = ? and layoutPrototypeUuid = ?.
|
List<Layout> |
findByC_L(long companyId,
String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.
|
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 = ?.
|
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 = ?.
|
Layout |
findByCompanyId_First(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ?.
|
Layout |
findByCompanyId_Head_First(long companyId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and head = ?.
|
Layout |
findByCompanyId_Head_Last(long companyId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and head = ?.
|
Layout[] |
findByCompanyId_Head_PrevAndNext(long plid,
long companyId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where companyId = ? and head = ?.
|
List<Layout> |
findByCompanyId_Head(long companyId,
boolean head)
Returns all the layouts where companyId = ? and head = ?.
|
List<Layout> |
findByCompanyId_Head(long companyId,
boolean head,
int start,
int end)
Returns a range of all the layouts where companyId = ? and head = ?.
|
List<Layout> |
findByCompanyId_Head(long companyId,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where companyId = ? and head = ?.
|
List<Layout> |
findByCompanyId_Head(long companyId,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where companyId = ? and head = ?.
|
Layout |
findByCompanyId_Last(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ?.
|
Layout[] |
findByCompanyId_PrevAndNext(long plid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where companyId = ?.
|
List<Layout> |
findByCompanyId(long companyId)
Returns all the layouts where companyId = ?.
|
List<Layout> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layouts where companyId = ?.
|
List<Layout> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where companyId = ?.
|
List<Layout> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where companyId = ?.
|
Layout |
findByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
Layout |
findByG_P_F_Head(long groupId,
boolean privateLayout,
String friendlyURL,
boolean head)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? and head = ? or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
Layout[] |
findByG_P_F_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
List<Layout> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns all the layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
List<Layout> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
List<Layout> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
List<Layout> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
Layout |
findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
|
Layout |
findByG_P_Head_First(long groupId,
boolean privateLayout,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and head = ?.
|
Layout |
findByG_P_Head_Last(long groupId,
boolean privateLayout,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and head = ?.
|
Layout[] |
findByG_P_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and head = ?.
|
List<Layout> |
findByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Returns all the layouts where groupId = ? and privateLayout = ? and head = ?.
|
List<Layout> |
findByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and head = ?.
|
List<Layout> |
findByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and head = ?.
|
List<Layout> |
findByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and head = ?.
|
Layout |
findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
Layout |
findByG_P_L_Head(long groupId,
boolean privateLayout,
long layoutId,
boolean head)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? and head = ? or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
Layout[] |
findByG_P_L_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
List<Layout> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns all the layouts where groupId = ? and privateLayout = ? and layoutId = ?.
|
List<Layout> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and layoutId = ?.
|
List<Layout> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and layoutId = ?.
|
List<Layout> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and layoutId = ?.
|
Layout |
findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
|
Layout |
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 = ?.
|
Layout |
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 = ?.
|
Layout |
findByG_P_P_H_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
Layout |
findByG_P_P_H_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
Layout[] |
findByG_P_P_H_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
List<Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ? and head = ?.
|
List<Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ? and head = ?.
|
List<Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ? and head = ?.
|
List<Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head,
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 = ? and head = ?, optionally using the finder cache.
|
List<Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
List<Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
List<Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
List<Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
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 = ? and head = ?.
|
Layout |
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 = ?.
|
Layout[] |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
Layout |
findByG_P_P_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
Layout |
findByG_P_P_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
Layout[] |
findByG_P_P_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
List<Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and head = ?.
|
List<Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and head = ?.
|
List<Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and head = ?.
|
List<Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?, optionally using the finder cache.
|
List<Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
List<Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
List<Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
List<Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
Layout |
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 = ?.
|
Layout |
findByG_P_P_LtP_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 ≤ ?.
|
Layout |
findByG_P_P_LtP_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
Layout |
findByG_P_P_LtP_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
Layout[] |
findByG_P_P_LtP_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
List<Layout> |
findByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
List<Layout> |
findByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
List<Layout> |
findByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
List<Layout> |
findByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
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 ≤ ? and head = ?.
|
Layout |
findByG_P_P_LtP_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 ≤ ?.
|
Layout[] |
findByG_P_P_LtP_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 ≤ ?.
|
List<Layout> |
findByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
List<Layout> |
findByG_P_P_LtP(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 ≤ ?.
|
List<Layout> |
findByG_P_P_LtP(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 ≤ ?.
|
List<Layout> |
findByG_P_P_LtP(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 ≤ ?.
|
Layout[] |
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 = ?.
|
List<Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
List<Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
|
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 ?.
|
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 ?.
|
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.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
Layout[] |
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 = ?.
|
Layout |
findByG_P_SPLU_First(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
Layout |
findByG_P_SPLU_Head(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean head)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and head = ? or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findByG_P_SPLU_Last(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
Layout[] |
findByG_P_SPLU_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
List<Layout> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns all the layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
List<Layout> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
List<Layout> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
List<Layout> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
Layout |
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 = ?.
|
Layout |
findByG_P_T_Head_First(long groupId,
boolean privateLayout,
String type,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
Layout |
findByG_P_T_Head_Last(long groupId,
boolean privateLayout,
String type,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
Layout[] |
findByG_P_T_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
List<Layout> |
findByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head)
Returns all the layouts where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
List<Layout> |
findByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
List<Layout> |
findByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
List<Layout> |
findByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
Layout |
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 = ?.
|
Layout[] |
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 = ?.
|
List<Layout> |
findByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns all the layouts where groupId = ? and privateLayout = ? and type = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
List<Layout> |
findByG_P(long groupId,
boolean privateLayout)
Returns all the layouts where groupId = ? and privateLayout = ?.
|
List<Layout> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ?.
|
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 = ?.
|
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 = ?.
|
Layout |
findByG_T_First(long groupId,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and type = ?.
|
Layout |
findByG_T_Head_First(long groupId,
String type,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and type = ? and head = ?.
|
Layout |
findByG_T_Head_Last(long groupId,
String type,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and type = ? and head = ?.
|
Layout[] |
findByG_T_Head_PrevAndNext(long plid,
long groupId,
String type,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and type = ? and head = ?.
|
List<Layout> |
findByG_T_Head(long groupId,
String type,
boolean head)
Returns all the layouts where groupId = ? and type = ? and head = ?.
|
List<Layout> |
findByG_T_Head(long groupId,
String type,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and type = ? and head = ?.
|
List<Layout> |
findByG_T_Head(long groupId,
String type,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and type = ? and head = ?.
|
List<Layout> |
findByG_T_Head(long groupId,
String type,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and type = ? and head = ?.
|
Layout |
findByG_T_Last(long groupId,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and type = ?.
|
Layout[] |
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 = ?.
|
List<Layout> |
findByG_T(long groupId,
String type)
Returns all the layouts where groupId = ? and type = ?.
|
List<Layout> |
findByG_T(long groupId,
String type,
int start,
int end)
Returns a range of all the layouts where groupId = ? and type = ?.
|
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 = ?.
|
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 = ?.
|
Layout |
findByGroupId_First(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ?.
|
Layout |
findByGroupId_Head_First(long groupId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and head = ?.
|
Layout |
findByGroupId_Head_Last(long groupId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and head = ?.
|
Layout[] |
findByGroupId_Head_PrevAndNext(long plid,
long groupId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and head = ?.
|
List<Layout> |
findByGroupId_Head(long groupId,
boolean head)
Returns all the layouts where groupId = ? and head = ?.
|
List<Layout> |
findByGroupId_Head(long groupId,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and head = ?.
|
List<Layout> |
findByGroupId_Head(long groupId,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and head = ?.
|
List<Layout> |
findByGroupId_Head(long groupId,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and head = ?.
|
Layout |
findByGroupId_Last(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ?.
|
Layout[] |
findByGroupId_PrevAndNext(long plid,
long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ?.
|
List<Layout> |
findByGroupId(long groupId)
Returns all the layouts where groupId = ?.
|
List<Layout> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layouts where groupId = ?.
|
List<Layout> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ?.
|
List<Layout> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ?.
|
Layout |
findByHeadId(long headId)
Returns the layout where headId = ? or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findByIconImageId_First(long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where iconImageId = ?.
|
Layout |
findByIconImageId_Head(long iconImageId,
boolean head)
Returns the layout where iconImageId = ? and head = ? or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findByIconImageId_Last(long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where iconImageId = ?.
|
Layout[] |
findByIconImageId_PrevAndNext(long plid,
long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where iconImageId = ?.
|
List<Layout> |
findByIconImageId(long iconImageId)
Returns all the layouts where iconImageId = ?.
|
List<Layout> |
findByIconImageId(long iconImageId,
int start,
int end)
Returns a range of all the layouts where iconImageId = ?.
|
List<Layout> |
findByIconImageId(long iconImageId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where iconImageId = ?.
|
List<Layout> |
findByIconImageId(long iconImageId,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where iconImageId = ?.
|
Layout |
findByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
|
Layout |
findByLayoutPrototypeUuid_Head_First(String layoutPrototypeUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ? and head = ?.
|
Layout |
findByLayoutPrototypeUuid_Head_Last(String layoutPrototypeUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ? and head = ?.
|
Layout[] |
findByLayoutPrototypeUuid_Head_PrevAndNext(long plid,
String layoutPrototypeUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ? and head = ?.
|
List<Layout> |
findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head)
Returns all the layouts where layoutPrototypeUuid = ? and head = ?.
|
List<Layout> |
findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head,
int start,
int end)
Returns a range of all the layouts where layoutPrototypeUuid = ? and head = ?.
|
List<Layout> |
findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ? and head = ?.
|
List<Layout> |
findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ? and head = ?.
|
Layout |
findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
|
Layout[] |
findByLayoutPrototypeUuid_PrevAndNext(long plid,
String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
|
List<Layout> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid)
Returns all the layouts where layoutPrototypeUuid = ?.
|
List<Layout> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layouts where layoutPrototypeUuid = ?.
|
List<Layout> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
|
List<Layout> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
|
Layout |
findByP_I_First(boolean privateLayout,
long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where privateLayout = ? and iconImageId = ?.
|
Layout |
findByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head)
Returns the layout where privateLayout = ? and iconImageId = ? and head = ? or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findByP_I_Last(boolean privateLayout,
long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where privateLayout = ? and iconImageId = ?.
|
Layout[] |
findByP_I_PrevAndNext(long plid,
boolean privateLayout,
long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where privateLayout = ? and iconImageId = ?.
|
List<Layout> |
findByP_I(boolean privateLayout,
long iconImageId)
Returns all the layouts where privateLayout = ? and iconImageId = ?.
|
List<Layout> |
findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end)
Returns a range of all the layouts where privateLayout = ? and iconImageId = ?.
|
List<Layout> |
findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where privateLayout = ? and iconImageId = ?.
|
List<Layout> |
findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where privateLayout = ? and iconImageId = ?.
|
Layout |
findByParentPlid_First(long parentPlid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where parentPlid = ?.
|
Layout |
findByParentPlid_Head_First(long parentPlid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where parentPlid = ? and head = ?.
|
Layout |
findByParentPlid_Head_Last(long parentPlid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where parentPlid = ? and head = ?.
|
Layout[] |
findByParentPlid_Head_PrevAndNext(long plid,
long parentPlid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where parentPlid = ? and head = ?.
|
List<Layout> |
findByParentPlid_Head(long parentPlid,
boolean head)
Returns all the layouts where parentPlid = ? and head = ?.
|
List<Layout> |
findByParentPlid_Head(long parentPlid,
boolean head,
int start,
int end)
Returns a range of all the layouts where parentPlid = ? and head = ?.
|
List<Layout> |
findByParentPlid_Head(long parentPlid,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where parentPlid = ? and head = ?.
|
List<Layout> |
findByParentPlid_Head(long parentPlid,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where parentPlid = ? and head = ?.
|
Layout |
findByParentPlid_Last(long parentPlid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where parentPlid = ?.
|
Layout[] |
findByParentPlid_PrevAndNext(long plid,
long parentPlid,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where parentPlid = ?.
|
List<Layout> |
findByParentPlid(long parentPlid)
Returns all the layouts where parentPlid = ?.
|
List<Layout> |
findByParentPlid(long parentPlid,
int start,
int end)
Returns a range of all the layouts where parentPlid = ?.
|
List<Layout> |
findByParentPlid(long parentPlid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where parentPlid = ?.
|
List<Layout> |
findByParentPlid(long parentPlid,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where parentPlid = ?.
|
Layout |
findByPrimaryKey(long plid)
Returns the layout with the primary key or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
Layout |
findBySourcePrototypeLayoutUuid_Head_First(String sourcePrototypeLayoutUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ? and head = ?.
|
Layout |
findBySourcePrototypeLayoutUuid_Head_Last(String sourcePrototypeLayoutUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ? and head = ?.
|
Layout[] |
findBySourcePrototypeLayoutUuid_Head_PrevAndNext(long plid,
String sourcePrototypeLayoutUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ? and head = ?.
|
List<Layout> |
findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head)
Returns all the layouts where sourcePrototypeLayoutUuid = ? and head = ?.
|
List<Layout> |
findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head,
int start,
int end)
Returns a range of all the layouts where sourcePrototypeLayoutUuid = ? and head = ?.
|
List<Layout> |
findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ? and head = ?.
|
List<Layout> |
findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ? and head = ?.
|
Layout |
findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
Layout[] |
findBySourcePrototypeLayoutUuid_PrevAndNext(long plid,
String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
List<Layout> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Returns all the layouts where sourcePrototypeLayoutUuid = ?.
|
List<Layout> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
List<Layout> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
List<Layout> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
Layout |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?.
|
Layout |
findByUuid_C_Head_First(String uuid,
long companyId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ? and head = ?.
|
Layout |
findByUuid_C_Head_Last(String uuid,
long companyId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ? and head = ?.
|
Layout[] |
findByUuid_C_Head_PrevAndNext(long plid,
String uuid,
long companyId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ? and head = ?.
|
List<Layout> |
findByUuid_C_Head(String uuid,
long companyId,
boolean head)
Returns all the layouts where uuid = ? and companyId = ? and head = ?.
|
List<Layout> |
findByUuid_C_Head(String uuid,
long companyId,
boolean head,
int start,
int end)
Returns a range of all the layouts where uuid = ? and companyId = ? and head = ?.
|
List<Layout> |
findByUuid_C_Head(String uuid,
long companyId,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ? and companyId = ? and head = ?.
|
List<Layout> |
findByUuid_C_Head(String uuid,
long companyId,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where uuid = ? and companyId = ? and head = ?.
|
Layout |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?.
|
Layout[] |
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 = ?.
|
List<Layout> |
findByUuid_C(String uuid,
long companyId)
Returns all the layouts where uuid = ? and companyId = ?.
|
List<Layout> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layouts where uuid = ? and companyId = ?.
|
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 = ?.
|
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 = ?.
|
Layout |
findByUuid_First(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ?.
|
Layout |
findByUUID_G_P_First(String uuid,
long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
Layout |
findByUUID_G_P_Head(String uuid,
long groupId,
boolean privateLayout,
boolean head)
Returns the layout where uuid = ? and groupId = ? and privateLayout = ? and head = ? or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findByUUID_G_P_Last(String uuid,
long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
Layout[] |
findByUUID_G_P_PrevAndNext(long plid,
String uuid,
long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
List<Layout> |
findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Returns all the layouts where uuid = ? and groupId = ? and privateLayout = ?.
|
List<Layout> |
findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layouts where uuid = ? and groupId = ? and privateLayout = ?.
|
List<Layout> |
findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ? and groupId = ? and privateLayout = ?.
|
List<Layout> |
findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where uuid = ? and groupId = ? and privateLayout = ?.
|
Layout |
findByUuid_Head_First(String uuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and head = ?.
|
Layout |
findByUuid_Head_Last(String uuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and head = ?.
|
Layout[] |
findByUuid_Head_PrevAndNext(long plid,
String uuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ? and head = ?.
|
List<Layout> |
findByUuid_Head(String uuid,
boolean head)
Returns all the layouts where uuid = ? and head = ?.
|
List<Layout> |
findByUuid_Head(String uuid,
boolean head,
int start,
int end)
Returns a range of all the layouts where uuid = ? and head = ?.
|
List<Layout> |
findByUuid_Head(String uuid,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ? and head = ?.
|
List<Layout> |
findByUuid_Head(String uuid,
boolean head,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where uuid = ? and head = ?.
|
Layout |
findByUuid_Last(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ?.
|
Layout[] |
findByUuid_PrevAndNext(long plid,
String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ?.
|
List<Layout> |
findByUuid(String uuid)
Returns all the layouts where uuid = ?.
|
List<Layout> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the layouts where uuid = ?.
|
List<Layout> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ?.
|
List<Layout> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where uuid = ?.
|
Layout |
remove(long plid)
Removes the layout with the primary key from the database.
|
void |
removeAll()
Removes all the layouts from the database.
|
Layout |
removeByC_C_Head(long classNameId,
long classPK,
boolean head)
Removes the layout where classNameId = ? and classPK = ? and head = ? from the database.
|
void |
removeByC_C(long classNameId,
long classPK)
Removes all the layouts where classNameId = ? and classPK = ? from the database.
|
void |
removeByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head)
Removes all the layouts where companyId = ? and layoutPrototypeUuid = ? and head = ? from the database.
|
void |
removeByC_L(long companyId,
String layoutPrototypeUuid)
Removes all the layouts where companyId = ? and layoutPrototypeUuid = ? from the database.
|
void |
removeByCompanyId_Head(long companyId,
boolean head)
Removes all the layouts where companyId = ? and head = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the layouts where companyId = ? from the database.
|
Layout |
removeByG_P_F_Head(long groupId,
boolean privateLayout,
String friendlyURL,
boolean head)
Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? and head = ? from the database.
|
void |
removeByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Removes all the layouts where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
|
void |
removeByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Removes all the layouts where groupId = ? and privateLayout = ? and head = ? from the database.
|
Layout |
removeByG_P_L_Head(long groupId,
boolean privateLayout,
long layoutId,
boolean head)
Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? and head = ? from the database.
|
void |
removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Removes all the layouts where groupId = ? and privateLayout = ? and layoutId = ? from the database.
|
void |
removeByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ? 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_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ? from the database.
|
void |
removeByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ? from the database.
|
void |
removeByG_P_P_LtP(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(long groupId,
boolean privateLayout,
long parentLayoutId)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? from the database.
|
Layout |
removeByG_P_SPLU_Head(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean head)
Removes the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and head = ? from the database.
|
void |
removeByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Removes all the layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database.
|
void |
removeByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head)
Removes all the layouts where groupId = ? and privateLayout = ? and type = ? and head = ? 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_P(long groupId,
boolean privateLayout)
Removes all the layouts where groupId = ? and privateLayout = ? from the database.
|
void |
removeByG_T_Head(long groupId,
String type,
boolean head)
Removes all the layouts where groupId = ? and type = ? and head = ? from the database.
|
void |
removeByG_T(long groupId,
String type)
Removes all the layouts where groupId = ? and type = ? from the database.
|
void |
removeByGroupId_Head(long groupId,
boolean head)
Removes all the layouts where groupId = ? and head = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the layouts where groupId = ? from the database.
|
Layout |
removeByHeadId(long headId)
Removes the layout where headId = ? from the database.
|
Layout |
removeByIconImageId_Head(long iconImageId,
boolean head)
Removes the layout where iconImageId = ? and head = ? from the database.
|
void |
removeByIconImageId(long iconImageId)
Removes all the layouts where iconImageId = ? from the database.
|
void |
removeByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head)
Removes all the layouts where layoutPrototypeUuid = ? and head = ? from the database.
|
void |
removeByLayoutPrototypeUuid(String layoutPrototypeUuid)
Removes all the layouts where layoutPrototypeUuid = ? from the database.
|
Layout |
removeByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head)
Removes the layout where privateLayout = ? and iconImageId = ? and head = ? from the database.
|
void |
removeByP_I(boolean privateLayout,
long iconImageId)
Removes all the layouts where privateLayout = ? and iconImageId = ? from the database.
|
void |
removeByParentPlid_Head(long parentPlid,
boolean head)
Removes all the layouts where parentPlid = ? and head = ? from the database.
|
void |
removeByParentPlid(long parentPlid)
Removes all the layouts where parentPlid = ? from the database.
|
void |
removeBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head)
Removes all the layouts where sourcePrototypeLayoutUuid = ? and head = ? from the database.
|
void |
removeBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Removes all the layouts where sourcePrototypeLayoutUuid = ? from the database.
|
void |
removeByUuid_C_Head(String uuid,
long companyId,
boolean head)
Removes all the layouts where uuid = ? and companyId = ? and head = ? from the database.
|
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the layouts where uuid = ? and companyId = ? from the database.
|
Layout |
removeByUUID_G_P_Head(String uuid,
long groupId,
boolean privateLayout,
boolean head)
Removes the layout where uuid = ? and groupId = ? and privateLayout = ? and head = ? from the database.
|
void |
removeByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Removes all the layouts where uuid = ? and groupId = ? and privateLayout = ? from the database.
|
void |
removeByUuid_Head(String uuid,
boolean head)
Removes all the layouts where uuid = ? and head = ? from the database.
|
void |
removeByUuid(String uuid)
Removes all the layouts where uuid = ? from the database.
|
Layout |
updateImpl(Layout layout) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
List<Layout> findByUuid(String uuid)
uuid
- the uuidList<Layout> findByUuid(String uuid, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByUuid(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByUuid(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUuid_Last(String uuid, OrderByComparator<Layout> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByUuid(String uuid)
uuid
- the uuidint countByUuid(String uuid)
uuid
- the uuidList<Layout> findByUuid_Head(String uuid, boolean head)
uuid
- the uuidhead
- the headList<Layout> findByUuid_Head(String uuid, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByUuid_Head(String uuid, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByUuid_Head(String uuid, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidhead
- the headstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByUuid_Head_First(String uuid, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
uuid
- the uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUuid_Head_First(String uuid, boolean head, OrderByComparator<Layout> orderByComparator)
uuid
- the uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByUuid_Head_Last(String uuid, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
uuid
- the uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUuid_Head_Last(String uuid, boolean head, OrderByComparator<Layout> orderByComparator)
uuid
- the uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByUuid_Head_PrevAndNext(long plid, String uuid, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutuuid
- the uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByUuid_Head(String uuid, boolean head)
uuid
- the uuidhead
- the headint countByUuid_Head(String uuid, boolean head)
uuid
- the uuidhead
- the headList<Layout> findByUUID_G_P(String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutList<Layout> findByUUID_G_P(String uuid, long groupId, boolean privateLayout, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByUUID_G_P(String uuid, long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByUUID_G_P(String uuid, long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByUUID_G_P_First(String uuid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUUID_G_P_First(String uuid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByUUID_G_P_Last(String uuid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUUID_G_P_Last(String uuid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByUUID_G_P_PrevAndNext(long plid, String uuid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutuuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundList<Layout> filterFindByUUID_G_P(String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutList<Layout> filterFindByUUID_G_P(String uuid, long groupId, boolean privateLayout, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> filterFindByUUID_G_P(String uuid, long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)Layout[] filterFindByUUID_G_P_PrevAndNext(long plid, String uuid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutuuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByUUID_G_P(String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutint countByUUID_G_P(String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutint filterCountByUUID_G_P(String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutLayout findByUUID_G_P_Head(String uuid, long groupId, boolean privateLayout, boolean head) throws NoSuchLayoutException
NoSuchLayoutException
if it could not be found.uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layouthead
- the headNoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUUID_G_P_Head(String uuid, long groupId, boolean privateLayout, boolean head)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layouthead
- the headnull
if a matching layout could not be foundLayout fetchByUUID_G_P_Head(String uuid, long groupId, boolean privateLayout, boolean head, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layouthead
- the headuseFinderCache
- whether to use the finder cachenull
if a matching layout could not be foundLayout removeByUUID_G_P_Head(String uuid, long groupId, boolean privateLayout, boolean head) throws NoSuchLayoutException
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layouthead
- the headNoSuchLayoutException
int countByUUID_G_P_Head(String uuid, long groupId, boolean privateLayout, boolean head)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layouthead
- the headList<Layout> findByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<Layout> findByUuid_C(String uuid, long companyId, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByUuid_C_PrevAndNext(long plid, String uuid, long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<Layout> findByUuid_C_Head(String uuid, long companyId, boolean head)
uuid
- the uuidcompanyId
- the company IDhead
- the headList<Layout> findByUuid_C_Head(String uuid, long companyId, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByUuid_C_Head(String uuid, long companyId, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByUuid_C_Head(String uuid, long companyId, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDhead
- the headstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByUuid_C_Head_First(String uuid, long companyId, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
uuid
- the uuidcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUuid_C_Head_First(String uuid, long companyId, boolean head, OrderByComparator<Layout> orderByComparator)
uuid
- the uuidcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByUuid_C_Head_Last(String uuid, long companyId, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
uuid
- the uuidcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUuid_C_Head_Last(String uuid, long companyId, boolean head, OrderByComparator<Layout> orderByComparator)
uuid
- the uuidcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByUuid_C_Head_PrevAndNext(long plid, String uuid, long companyId, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutuuid
- the uuidcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByUuid_C_Head(String uuid, long companyId, boolean head)
uuid
- the uuidcompanyId
- the company IDhead
- the headint countByUuid_C_Head(String uuid, long companyId, boolean head)
uuid
- the uuidcompanyId
- the company IDhead
- the headList<Layout> findByGroupId(long groupId)
groupId
- the group IDList<Layout> findByGroupId(long groupId, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundList<Layout> filterFindByGroupId(long groupId)
groupId
- the group IDList<Layout> filterFindByGroupId(long groupId, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> filterFindByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)Layout[] filterFindByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDint filterCountByGroupId(long groupId)
groupId
- the group IDList<Layout> findByGroupId_Head(long groupId, boolean head)
groupId
- the group IDhead
- the headList<Layout> findByGroupId_Head(long groupId, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByGroupId_Head(long groupId, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByGroupId_Head(long groupId, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDhead
- the headstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByGroupId_Head_First(long groupId, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByGroupId_Head_First(long groupId, boolean head, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByGroupId_Head_Last(long groupId, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByGroupId_Head_Last(long groupId, boolean head, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByGroupId_Head_PrevAndNext(long plid, long groupId, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundList<Layout> filterFindByGroupId_Head(long groupId, boolean head)
groupId
- the group IDhead
- the headList<Layout> filterFindByGroupId_Head(long groupId, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> filterFindByGroupId_Head(long groupId, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)Layout[] filterFindByGroupId_Head_PrevAndNext(long plid, long groupId, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByGroupId_Head(long groupId, boolean head)
groupId
- the group IDhead
- the headint countByGroupId_Head(long groupId, boolean head)
groupId
- the group IDhead
- the headint filterCountByGroupId_Head(long groupId, boolean head)
groupId
- the group IDhead
- the headList<Layout> findByCompanyId(long companyId)
companyId
- the company IDList<Layout> findByCompanyId(long companyId, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByCompanyId(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByCompanyId(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDList<Layout> findByCompanyId_Head(long companyId, boolean head)
companyId
- the company IDhead
- the headList<Layout> findByCompanyId_Head(long companyId, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByCompanyId_Head(long companyId, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByCompanyId_Head(long companyId, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDhead
- the headstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByCompanyId_Head_First(long companyId, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
companyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByCompanyId_Head_First(long companyId, boolean head, OrderByComparator<Layout> orderByComparator)
companyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByCompanyId_Head_Last(long companyId, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
companyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByCompanyId_Head_Last(long companyId, boolean head, OrderByComparator<Layout> orderByComparator)
companyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByCompanyId_Head_PrevAndNext(long plid, long companyId, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByCompanyId_Head(long companyId, boolean head)
companyId
- the company IDhead
- the headint countByCompanyId_Head(long companyId, boolean head)
companyId
- the company IDhead
- the headList<Layout> findByParentPlid(long parentPlid)
parentPlid
- the parent plidList<Layout> findByParentPlid(long parentPlid, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
parentPlid
- the parent plidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByParentPlid(long parentPlid, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
parentPlid
- the parent plidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByParentPlid(long parentPlid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
parentPlid
- the parent plidstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByParentPlid_First(long parentPlid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
parentPlid
- the parent plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByParentPlid_First(long parentPlid, OrderByComparator<Layout> orderByComparator)
parentPlid
- the parent plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByParentPlid_Last(long parentPlid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
parentPlid
- the parent plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByParentPlid_Last(long parentPlid, OrderByComparator<Layout> orderByComparator)
parentPlid
- the parent plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByParentPlid_PrevAndNext(long plid, long parentPlid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutparentPlid
- the parent plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByParentPlid(long parentPlid)
parentPlid
- the parent plidint countByParentPlid(long parentPlid)
parentPlid
- the parent plidList<Layout> findByParentPlid_Head(long parentPlid, boolean head)
parentPlid
- the parent plidhead
- the headList<Layout> findByParentPlid_Head(long parentPlid, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
parentPlid
- the parent plidhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByParentPlid_Head(long parentPlid, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
parentPlid
- the parent plidhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByParentPlid_Head(long parentPlid, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
parentPlid
- the parent plidhead
- the headstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByParentPlid_Head_First(long parentPlid, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
parentPlid
- the parent plidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByParentPlid_Head_First(long parentPlid, boolean head, OrderByComparator<Layout> orderByComparator)
parentPlid
- the parent plidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByParentPlid_Head_Last(long parentPlid, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
parentPlid
- the parent plidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByParentPlid_Head_Last(long parentPlid, boolean head, OrderByComparator<Layout> orderByComparator)
parentPlid
- the parent plidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByParentPlid_Head_PrevAndNext(long plid, long parentPlid, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutparentPlid
- the parent plidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByParentPlid_Head(long parentPlid, boolean head)
parentPlid
- the parent plidhead
- the headint countByParentPlid_Head(long parentPlid, boolean head)
parentPlid
- the parent plidhead
- the headList<Layout> findByIconImageId(long iconImageId)
iconImageId
- the icon image IDList<Layout> findByIconImageId(long iconImageId, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
iconImageId
- the icon image IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByIconImageId(long iconImageId, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
iconImageId
- the icon image IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByIconImageId(long iconImageId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
iconImageId
- the icon image IDstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByIconImageId_First(long iconImageId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
iconImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByIconImageId_First(long iconImageId, OrderByComparator<Layout> orderByComparator)
iconImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByIconImageId_Last(long iconImageId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
iconImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByIconImageId_Last(long iconImageId, OrderByComparator<Layout> orderByComparator)
iconImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByIconImageId_PrevAndNext(long plid, long iconImageId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layouticonImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByIconImageId(long iconImageId)
iconImageId
- the icon image IDint countByIconImageId(long iconImageId)
iconImageId
- the icon image IDLayout findByIconImageId_Head(long iconImageId, boolean head) throws NoSuchLayoutException
NoSuchLayoutException
if it could not be found.iconImageId
- the icon image IDhead
- the headNoSuchLayoutException
- if a matching layout could not be foundLayout fetchByIconImageId_Head(long iconImageId, boolean head)
null
if it could not be found. Uses the finder cache.iconImageId
- the icon image IDhead
- the headnull
if a matching layout could not be foundLayout fetchByIconImageId_Head(long iconImageId, boolean head, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.iconImageId
- the icon image IDhead
- the headuseFinderCache
- whether to use the finder cachenull
if a matching layout could not be foundLayout removeByIconImageId_Head(long iconImageId, boolean head) throws NoSuchLayoutException
iconImageId
- the icon image IDhead
- the headNoSuchLayoutException
int countByIconImageId_Head(long iconImageId, boolean head)
iconImageId
- the icon image IDhead
- the headList<Layout> findByLayoutPrototypeUuid(String layoutPrototypeUuid)
layoutPrototypeUuid
- the layout prototype uuidList<Layout> findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByLayoutPrototypeUuid_PrevAndNext(long plid, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByLayoutPrototypeUuid(String layoutPrototypeUuid)
layoutPrototypeUuid
- the layout prototype uuidint countByLayoutPrototypeUuid(String layoutPrototypeUuid)
layoutPrototypeUuid
- the layout prototype uuidList<Layout> findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid, boolean head)
layoutPrototypeUuid
- the layout prototype uuidhead
- the headList<Layout> findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutPrototypeUuid
- the layout prototype uuidhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutPrototypeUuid
- the layout prototype uuidhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutPrototypeUuid
- the layout prototype uuidhead
- the headstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByLayoutPrototypeUuid_Head_First(String layoutPrototypeUuid, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
layoutPrototypeUuid
- the layout prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByLayoutPrototypeUuid_Head_First(String layoutPrototypeUuid, boolean head, OrderByComparator<Layout> orderByComparator)
layoutPrototypeUuid
- the layout prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByLayoutPrototypeUuid_Head_Last(String layoutPrototypeUuid, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
layoutPrototypeUuid
- the layout prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByLayoutPrototypeUuid_Head_Last(String layoutPrototypeUuid, boolean head, OrderByComparator<Layout> orderByComparator)
layoutPrototypeUuid
- the layout prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByLayoutPrototypeUuid_Head_PrevAndNext(long plid, String layoutPrototypeUuid, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutlayoutPrototypeUuid
- the layout prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByLayoutPrototypeUuid_Head(String layoutPrototypeUuid, boolean head)
layoutPrototypeUuid
- the layout prototype uuidhead
- the headint countByLayoutPrototypeUuid_Head(String layoutPrototypeUuid, boolean head)
layoutPrototypeUuid
- the layout prototype uuidhead
- the headList<Layout> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
sourcePrototypeLayoutUuid
- the source prototype layout uuidList<Layout> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
sourcePrototypeLayoutUuid
- the source prototype layout uuidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
sourcePrototypeLayoutUuid
- the source prototype layout uuidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
sourcePrototypeLayoutUuid
- the source prototype layout uuidstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
sourcePrototypeLayoutUuid
- the source prototype layout uuidint countBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
sourcePrototypeLayoutUuid
- the source prototype layout uuidList<Layout> findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid, boolean head)
sourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headList<Layout> findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
sourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
sourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
sourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findBySourcePrototypeLayoutUuid_Head_First(String sourcePrototypeLayoutUuid, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
sourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchBySourcePrototypeLayoutUuid_Head_First(String sourcePrototypeLayoutUuid, boolean head, OrderByComparator<Layout> orderByComparator)
sourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findBySourcePrototypeLayoutUuid_Head_Last(String sourcePrototypeLayoutUuid, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
sourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchBySourcePrototypeLayoutUuid_Head_Last(String sourcePrototypeLayoutUuid, boolean head, OrderByComparator<Layout> orderByComparator)
sourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findBySourcePrototypeLayoutUuid_Head_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid, boolean head)
sourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headint countBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid, boolean head)
sourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headList<Layout> findByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutList<Layout> findByG_P(long groupId, boolean privateLayout, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundList<Layout> filterFindByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutList<Layout> filterFindByG_P(long groupId, boolean privateLayout, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)Layout[] filterFindByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutint countByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutint filterCountByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutList<Layout> findByG_P_Head(long groupId, boolean privateLayout, boolean head)
groupId
- the group IDprivateLayout
- the private layouthead
- the headList<Layout> findByG_P_Head(long groupId, boolean privateLayout, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layouthead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByG_P_Head(long groupId, boolean privateLayout, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layouthead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByG_P_Head(long groupId, boolean privateLayout, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layouthead
- the headstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByG_P_Head_First(long groupId, boolean privateLayout, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layouthead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_P_Head_First(long groupId, boolean privateLayout, boolean head, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layouthead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByG_P_Head_Last(long groupId, boolean privateLayout, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layouthead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_P_Head_Last(long groupId, boolean privateLayout, boolean head, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layouthead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByG_P_Head_PrevAndNext(long plid, long groupId, boolean privateLayout, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layouthead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundList<Layout> filterFindByG_P_Head(long groupId, boolean privateLayout, boolean head)
groupId
- the group IDprivateLayout
- the private layouthead
- the headList<Layout> filterFindByG_P_Head(long groupId, boolean privateLayout, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layouthead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> filterFindByG_P_Head(long groupId, boolean privateLayout, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layouthead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)Layout[] filterFindByG_P_Head_PrevAndNext(long plid, long groupId, boolean privateLayout, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layouthead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByG_P_Head(long groupId, boolean privateLayout, boolean head)
groupId
- the group IDprivateLayout
- the private layouthead
- the headint countByG_P_Head(long groupId, boolean privateLayout, boolean head)
groupId
- the group IDprivateLayout
- the private layouthead
- the headint filterCountByG_P_Head(long groupId, boolean privateLayout, boolean head)
groupId
- the group IDprivateLayout
- the private layouthead
- the headList<Layout> findByG_T(long groupId, String type)
groupId
- the group IDtype
- the typeList<Layout> findByG_T(long groupId, String type, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByG_T(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByG_T(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByG_T_First(long groupId, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_T_First(long groupId, String type, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByG_T_Last(long groupId, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_T_Last(long groupId, String type, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByG_T_PrevAndNext(long plid, long groupId, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundList<Layout> filterFindByG_T(long groupId, String type)
groupId
- the group IDtype
- the typeList<Layout> filterFindByG_T(long groupId, String type, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> filterFindByG_T(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)Layout[] filterFindByG_T_PrevAndNext(long plid, long groupId, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByG_T(long groupId, String type)
groupId
- the group IDtype
- the typeint countByG_T(long groupId, String type)
groupId
- the group IDtype
- the typeint filterCountByG_T(long groupId, String type)
groupId
- the group IDtype
- the typeList<Layout> findByG_T_Head(long groupId, String type, boolean head)
groupId
- the group IDtype
- the typehead
- the headList<Layout> findByG_T_Head(long groupId, String type, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typehead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByG_T_Head(long groupId, String type, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typehead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByG_T_Head(long groupId, String type, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typehead
- the headstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByG_T_Head_First(long groupId, String type, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDtype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_T_Head_First(long groupId, String type, boolean head, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDtype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByG_T_Head_Last(long groupId, String type, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDtype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_T_Head_Last(long groupId, String type, boolean head, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDtype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByG_T_Head_PrevAndNext(long plid, long groupId, String type, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDtype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundList<Layout> filterFindByG_T_Head(long groupId, String type, boolean head)
groupId
- the group IDtype
- the typehead
- the headList<Layout> filterFindByG_T_Head(long groupId, String type, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typehead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> filterFindByG_T_Head(long groupId, String type, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typehead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)Layout[] filterFindByG_T_Head_PrevAndNext(long plid, long groupId, String type, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDtype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByG_T_Head(long groupId, String type, boolean head)
groupId
- the group IDtype
- the typehead
- the headint countByG_T_Head(long groupId, String type, boolean head)
groupId
- the group IDtype
- the typehead
- the headint filterCountByG_T_Head(long groupId, String type, boolean head)
groupId
- the group IDtype
- the typehead
- the headList<Layout> findByC_L(long companyId, String layoutPrototypeUuid)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidList<Layout> findByC_L(long companyId, String layoutPrototypeUuid, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByC_L(long companyId, String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByC_L(long companyId, String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByC_L_First(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByC_L_First(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByC_L_Last(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByC_L_Last(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByC_L_PrevAndNext(long plid, long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutcompanyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByC_L(long companyId, String layoutPrototypeUuid)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidint countByC_L(long companyId, String layoutPrototypeUuid)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidList<Layout> findByC_L_Head(long companyId, String layoutPrototypeUuid, boolean head)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidhead
- the headList<Layout> findByC_L_Head(long companyId, String layoutPrototypeUuid, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByC_L_Head(long companyId, String layoutPrototypeUuid, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByC_L_Head(long companyId, String layoutPrototypeUuid, boolean head, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidhead
- the headstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByC_L_Head_First(long companyId, String layoutPrototypeUuid, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByC_L_Head_First(long companyId, String layoutPrototypeUuid, boolean head, OrderByComparator<Layout> orderByComparator)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByC_L_Head_Last(long companyId, String layoutPrototypeUuid, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByC_L_Head_Last(long companyId, String layoutPrototypeUuid, boolean head, OrderByComparator<Layout> orderByComparator)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByC_L_Head_PrevAndNext(long plid, long companyId, String layoutPrototypeUuid, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutcompanyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByC_L_Head(long companyId, String layoutPrototypeUuid, boolean head)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidhead
- the headint countByC_L_Head(long companyId, String layoutPrototypeUuid, boolean head)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidhead
- the headList<Layout> findByP_I(boolean privateLayout, long iconImageId)
privateLayout
- the private layouticonImageId
- the icon image IDList<Layout> findByP_I(boolean privateLayout, long iconImageId, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
privateLayout
- the private layouticonImageId
- the icon image IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByP_I(boolean privateLayout, long iconImageId, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
privateLayout
- the private layouticonImageId
- the icon image IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByP_I(boolean privateLayout, long iconImageId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
privateLayout
- the private layouticonImageId
- the icon image IDstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByP_I_First(boolean privateLayout, long iconImageId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
privateLayout
- the private layouticonImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByP_I_First(boolean privateLayout, long iconImageId, OrderByComparator<Layout> orderByComparator)
privateLayout
- the private layouticonImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByP_I_Last(boolean privateLayout, long iconImageId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
privateLayout
- the private layouticonImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByP_I_Last(boolean privateLayout, long iconImageId, OrderByComparator<Layout> orderByComparator)
privateLayout
- the private layouticonImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByP_I_PrevAndNext(long plid, boolean privateLayout, long iconImageId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutprivateLayout
- the private layouticonImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByP_I(boolean privateLayout, long iconImageId)
privateLayout
- the private layouticonImageId
- the icon image IDint countByP_I(boolean privateLayout, long iconImageId)
privateLayout
- the private layouticonImageId
- the icon image IDLayout findByP_I_Head(boolean privateLayout, long iconImageId, boolean head) throws NoSuchLayoutException
NoSuchLayoutException
if it could not be found.privateLayout
- the private layouticonImageId
- the icon image IDhead
- the headNoSuchLayoutException
- if a matching layout could not be foundLayout fetchByP_I_Head(boolean privateLayout, long iconImageId, boolean head)
null
if it could not be found. Uses the finder cache.privateLayout
- the private layouticonImageId
- the icon image IDhead
- the headnull
if a matching layout could not be foundLayout fetchByP_I_Head(boolean privateLayout, long iconImageId, boolean head, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.privateLayout
- the private layouticonImageId
- the icon image IDhead
- the headuseFinderCache
- whether to use the finder cachenull
if a matching layout could not be foundLayout removeByP_I_Head(boolean privateLayout, long iconImageId, boolean head) throws NoSuchLayoutException
privateLayout
- the private layouticonImageId
- the icon image IDhead
- the headNoSuchLayoutException
int countByP_I_Head(boolean privateLayout, long iconImageId, boolean head)
privateLayout
- the private layouticonImageId
- the icon image IDhead
- the headList<Layout> findByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkList<Layout> findByC_C(long classNameId, long classPK, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByC_C_First(long classNameId, long classPK, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByC_C_First(long classNameId, long classPK, OrderByComparator<Layout> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByC_C_Last(long classNameId, long classPK, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<Layout> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByC_C_PrevAndNext(long plid, long classNameId, long classPK, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkint countByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkLayout findByC_C_Head(long classNameId, long classPK, boolean head) throws NoSuchLayoutException
NoSuchLayoutException
if it could not be found.classNameId
- the class name IDclassPK
- the class pkhead
- the headNoSuchLayoutException
- if a matching layout could not be foundLayout fetchByC_C_Head(long classNameId, long classPK, boolean head)
null
if it could not be found. Uses the finder cache.classNameId
- the class name IDclassPK
- the class pkhead
- the headnull
if a matching layout could not be foundLayout fetchByC_C_Head(long classNameId, long classPK, boolean head, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.classNameId
- the class name IDclassPK
- the class pkhead
- the headuseFinderCache
- whether to use the finder cachenull
if a matching layout could not be foundLayout removeByC_C_Head(long classNameId, long classPK, boolean head) throws NoSuchLayoutException
classNameId
- the class name IDclassPK
- the class pkhead
- the headNoSuchLayoutException
int countByC_C_Head(long classNameId, long classPK, boolean head)
classNameId
- the class name IDclassPK
- the class pkhead
- the headList<Layout> findByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDList<Layout> findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Layout> findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDstart
- the lower bound of the range of layoutsend
- 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 cacheLayout findByG_P_L_First(long groupId, boolean privateLayout, long layoutId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_P_L_First(long groupId, boolean privateLayout, long layoutId, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByG_P_L_PrevAndNext(long plid, long groupId, boolean privateLayout, long layoutId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundList<Layout> filterFindByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDList<Layout> filterFindByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)List<Layout> filterFindByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end, OrderByComparator<Layout> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)Layout[] filterFindByG_P_L_PrevAndNext(long plid, long groupId, boolean privateLayout, long layoutId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDint countByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDint filterCountByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDLayout findByG_P_L_Head(long groupId, boolean privateLayout, long layoutId, boolean head) throws NoSuchLayoutException
NoSuchLayoutException
if it could not be found.groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDhead
- the headNoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_P_L_Head(long groupId, boolean privateLayout, long layoutId, boolean head)
null
if it could not be found. Uses the finder cache.groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDhead
- the headnull
if a matching layout could not be foundLayout fetchByG_P_L_Head(long groupId, boolean privateLayout, long layoutId, boolean head, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDhead
- the headuseFinderCache
- whether to use the finder cachenull
if a matching layout could not be foundLayout removeByG_P_L_Head(long groupId, boolean privateLayout, long layoutId, boolean head) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDhead
- the headNoSuchLayoutException
int countByG_P_L_Head(long groupId, boolean privateLayout, long layoutId, boolean head)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDhead
- the headList<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDList<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- t