public class LayoutUtil
extends Object
com.liferay.portal.service.persistence.impl.LayoutPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
LayoutPersistence
Constructor and Description |
---|
LayoutUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(Layout layout)
Caches the layout in the entity cache if it is enabled.
|
static void |
cacheResult(List<Layout> layouts)
Caches the layouts in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(Layout layout) |
static int |
countAll()
Returns the number of layouts.
|
static int |
countByC_C_Head(long classNameId,
long classPK,
boolean head)
Returns the number of layouts where classNameId = ? and classPK = ? and head = ?.
|
static int |
countByC_C(long classNameId,
long classPK)
Returns the number of layouts where classNameId = ? and classPK = ?.
|
static int |
countByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head)
Returns the number of layouts where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
static int |
countByC_L(long companyId,
String layoutPrototypeUuid)
Returns the number of layouts where companyId = ? and layoutPrototypeUuid = ?.
|
static int |
countByCompanyId_Head(long companyId,
boolean head)
Returns the number of layouts where companyId = ? and head = ?.
|
static int |
countByCompanyId(long companyId)
Returns the number of layouts where companyId = ?.
|
static 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 = ?.
|
static int |
countByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the number of layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static int |
countByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and head = ?.
|
static 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 = ?.
|
static int |
countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the number of layouts where groupId = ? and privateLayout = ? and layoutId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 ≤ ?.
|
static int |
countByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
static int |
countByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
|
static 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 = ?.
|
static int |
countByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns the number of layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
static 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 = ?.
|
static int |
countByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns the number of layouts where groupId = ? and privateLayout = ? and type = ?.
|
static int |
countByG_P(long groupId,
boolean privateLayout)
Returns the number of layouts where groupId = ? and privateLayout = ?.
|
static int |
countByG_T_Head(long groupId,
String type,
boolean head)
Returns the number of layouts where groupId = ? and type = ? and head = ?.
|
static int |
countByG_T(long groupId,
String type)
Returns the number of layouts where groupId = ? and type = ?.
|
static int |
countByGroupId_Head(long groupId,
boolean head)
Returns the number of layouts where groupId = ? and head = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of layouts where groupId = ?.
|
static int |
countByHeadId(long headId)
Returns the number of layouts where headId = ?.
|
static int |
countByIconImageId_Head(long iconImageId,
boolean head)
Returns the number of layouts where iconImageId = ? and head = ?.
|
static int |
countByIconImageId(long iconImageId)
Returns the number of layouts where iconImageId = ?.
|
static int |
countByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head)
Returns the number of layouts where layoutPrototypeUuid = ? and head = ?.
|
static int |
countByLayoutPrototypeUuid(String layoutPrototypeUuid)
Returns the number of layouts where layoutPrototypeUuid = ?.
|
static int |
countByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head)
Returns the number of layouts where privateLayout = ? and iconImageId = ? and head = ?.
|
static int |
countByP_I(boolean privateLayout,
long iconImageId)
Returns the number of layouts where privateLayout = ? and iconImageId = ?.
|
static int |
countByParentPlid_Head(long parentPlid,
boolean head)
Returns the number of layouts where parentPlid = ? and head = ?.
|
static int |
countByParentPlid(long parentPlid)
Returns the number of layouts where parentPlid = ?.
|
static int |
countBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head)
Returns the number of layouts where sourcePrototypeLayoutUuid = ? and head = ?.
|
static int |
countBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Returns the number of layouts where sourcePrototypeLayoutUuid = ?.
|
static int |
countByUuid_C_Head(String uuid,
long companyId,
boolean head)
Returns the number of layouts where uuid = ? and companyId = ? and head = ?.
|
static int |
countByUuid_C(String uuid,
long companyId)
Returns the number of layouts where uuid = ? and companyId = ?.
|
static 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 = ?.
|
static int |
countByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Returns the number of layouts where uuid = ? and groupId = ? and privateLayout = ?.
|
static int |
countByUuid_Head(String uuid,
boolean head)
Returns the number of layouts where uuid = ? and head = ?.
|
static int |
countByUuid(String uuid)
Returns the number of layouts where uuid = ?.
|
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery) |
static Layout |
create(long plid)
Creates a new layout with the primary key.
|
static Layout |
fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where classNameId = ? and classPK = ?.
|
static 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. |
static 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. |
static Layout |
fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where classNameId = ? and classPK = ?.
|
static Layout |
fetchByC_L_First(long companyId,
String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
fetchByC_L_Last(long companyId,
String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
static Layout |
fetchByCompanyId_First(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ?.
|
static Layout |
fetchByCompanyId_Head_First(long companyId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and head = ?.
|
static Layout |
fetchByCompanyId_Head_Last(long companyId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and head = ?.
|
static Layout |
fetchByCompanyId_Last(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ?.
|
static 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 = ?.
|
static 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. |
static 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. |
static 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 = ?.
|
static Layout |
fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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. |
static 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. |
static 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 = ?.
|
static Layout |
fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 ≤ ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 ≤ ?.
|
static 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 = ?.
|
static 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. |
static 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. |
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
fetchByG_T_First(long groupId,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and type = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
fetchByG_T_Last(long groupId,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and type = ?.
|
static Layout |
fetchByGroupId_First(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ?.
|
static Layout |
fetchByGroupId_Head_First(long groupId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and head = ?.
|
static Layout |
fetchByGroupId_Head_Last(long groupId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and head = ?.
|
static Layout |
fetchByGroupId_Last(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ?.
|
static Layout |
fetchByHeadId(long headId)
Returns the layout where headId = ? or returns
null if it could not be found. |
static 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. |
static Layout |
fetchByIconImageId_First(long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where iconImageId = ?.
|
static Layout |
fetchByIconImageId_Head(long iconImageId,
boolean head)
Returns the layout where iconImageId = ? and head = ? or returns
null if it could not be found. |
static 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. |
static Layout |
fetchByIconImageId_Last(long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where iconImageId = ?.
|
static Layout |
fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
|
static Layout |
fetchByLayoutPrototypeUuid_Head_First(String layoutPrototypeUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ? and head = ?.
|
static Layout |
fetchByLayoutPrototypeUuid_Head_Last(String layoutPrototypeUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ? and head = ?.
|
static Layout |
fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
|
static Layout |
fetchByP_I_First(boolean privateLayout,
long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where privateLayout = ? and iconImageId = ?.
|
static 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. |
static 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. |
static Layout |
fetchByP_I_Last(boolean privateLayout,
long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where privateLayout = ? and iconImageId = ?.
|
static Layout |
fetchByParentPlid_First(long parentPlid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where parentPlid = ?.
|
static Layout |
fetchByParentPlid_Head_First(long parentPlid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where parentPlid = ? and head = ?.
|
static Layout |
fetchByParentPlid_Head_Last(long parentPlid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where parentPlid = ? and head = ?.
|
static Layout |
fetchByParentPlid_Last(long parentPlid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where parentPlid = ?.
|
static Layout |
fetchByPrimaryKey(long plid)
Returns the layout with the primary key or returns
null if it could not be found. |
static Map<Serializable,Layout> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Layout |
fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
static Layout |
fetchBySourcePrototypeLayoutUuid_Head_First(String sourcePrototypeLayoutUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ? and head = ?.
|
static Layout |
fetchBySourcePrototypeLayoutUuid_Head_Last(String sourcePrototypeLayoutUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ? and head = ?.
|
static Layout |
fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
static Layout |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?.
|
static Layout |
fetchByUuid_First(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ?.
|
static 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 = ?.
|
static 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. |
static 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. |
static 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 = ?.
|
static Layout |
fetchByUuid_Head_First(String uuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and head = ?.
|
static Layout |
fetchByUuid_Head_Last(String uuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and head = ?.
|
static Layout |
fetchByUuid_Last(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 ≤ ?.
|
static 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 = ?.
|
static 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 ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static int |
filterCountByG_P(long groupId,
boolean privateLayout)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
|
static 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 = ?.
|
static int |
filterCountByG_T(long groupId,
String type)
Returns the number of layouts that the user has permission to view where groupId = ? and type = ?.
|
static int |
filterCountByGroupId_Head(long groupId,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and head = ?.
|
static int |
filterCountByGroupId(long groupId)
Returns the number of layouts that the user has permission to view where groupId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 ≤ ?.
|
static 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 ≤ ?.
|
static 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 ≤ ?.
|
static 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 ≤ ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 ?.
|
static 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 ?.
|
static 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 ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<Layout> |
filterFindByG_P(long groupId,
boolean privateLayout)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<Layout> |
filterFindByG_T(long groupId,
String type)
Returns all the layouts that the user has permission to view where groupId = ? and type = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<Layout> |
filterFindByGroupId_Head(long groupId,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and head = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<Layout> |
filterFindByGroupId(long groupId)
Returns all the layouts that the user has permission to view where groupId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<Layout> |
findAll()
Returns all the layouts.
|
static List<Layout> |
findAll(int start,
int end)
Returns a range of all the layouts.
|
static List<Layout> |
findAll(int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts.
|
static List<Layout> |
findAll(int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts.
|
static Layout |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where classNameId = ? and classPK = ?.
|
static 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. |
static Layout |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where classNameId = ? and classPK = ?.
|
static 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 = ?.
|
static List<Layout> |
findByC_C(long classNameId,
long classPK)
Returns all the layouts where classNameId = ? and classPK = ?.
|
static List<Layout> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the layouts where classNameId = ? and classPK = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByC_L_First(long companyId,
String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<Layout> |
findByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head)
Returns all the layouts where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByC_L_Last(long companyId,
String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
static 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 = ?.
|
static List<Layout> |
findByC_L(long companyId,
String layoutPrototypeUuid)
Returns all the layouts where companyId = ? and layoutPrototypeUuid = ?.
|
static List<Layout> |
findByC_L(long companyId,
String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByCompanyId_First(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ?.
|
static Layout |
findByCompanyId_Head_First(long companyId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and head = ?.
|
static Layout |
findByCompanyId_Head_Last(long companyId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and head = ?.
|
static 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 = ?.
|
static List<Layout> |
findByCompanyId_Head(long companyId,
boolean head)
Returns all the layouts where companyId = ? and head = ?.
|
static List<Layout> |
findByCompanyId_Head(long companyId,
boolean head,
int start,
int end)
Returns a range of all the layouts where companyId = ? and head = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByCompanyId_Last(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ?.
|
static 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 = ?.
|
static List<Layout> |
findByCompanyId(long companyId)
Returns all the layouts where companyId = ?.
|
static List<Layout> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layouts where companyId = ?.
|
static List<Layout> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where companyId = ?.
|
static List<Layout> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where companyId = ?.
|
static 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 = ?.
|
static 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. |
static 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 = ?.
|
static 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 = ?.
|
static List<Layout> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns all the layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<Layout> |
findByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Returns all the layouts where groupId = ? and privateLayout = ? and head = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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. |
static 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 = ?.
|
static 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 = ?.
|
static List<Layout> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns all the layouts where groupId = ? and privateLayout = ? and layoutId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 ≤ ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 ≤ ?.
|
static 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 ≤ ?.
|
static 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 ≤ ?.
|
static 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 ≤ ?.
|
static 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 ≤ ?.
|
static 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 ≤ ?.
|
static 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 = ?.
|
static List<Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
static List<Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
|
static 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 ?.
|
static 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 ?.
|
static 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.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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. |
static 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 = ?.
|
static 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 = ?.
|
static List<Layout> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns all the layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<Layout> |
findByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns all the layouts where groupId = ? and privateLayout = ? and type = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<Layout> |
findByG_P(long groupId,
boolean privateLayout)
Returns all the layouts where groupId = ? and privateLayout = ?.
|
static List<Layout> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByG_T_First(long groupId,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and type = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<Layout> |
findByG_T_Head(long groupId,
String type,
boolean head)
Returns all the layouts where groupId = ? and type = ? and head = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByG_T_Last(long groupId,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and type = ?.
|
static 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 = ?.
|
static List<Layout> |
findByG_T(long groupId,
String type)
Returns all the layouts where groupId = ? and type = ?.
|
static List<Layout> |
findByG_T(long groupId,
String type,
int start,
int end)
Returns a range of all the layouts where groupId = ? and type = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByGroupId_First(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ?.
|
static Layout |
findByGroupId_Head_First(long groupId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and head = ?.
|
static Layout |
findByGroupId_Head_Last(long groupId,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and head = ?.
|
static 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 = ?.
|
static List<Layout> |
findByGroupId_Head(long groupId,
boolean head)
Returns all the layouts where groupId = ? and head = ?.
|
static List<Layout> |
findByGroupId_Head(long groupId,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and head = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByGroupId_Last(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ?.
|
static 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 = ?.
|
static List<Layout> |
findByGroupId(long groupId)
Returns all the layouts where groupId = ?.
|
static List<Layout> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layouts where groupId = ?.
|
static List<Layout> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ?.
|
static List<Layout> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ?.
|
static Layout |
findByHeadId(long headId)
Returns the layout where headId = ? or throws a
NoSuchLayoutException if it could not be found. |
static Layout |
findByIconImageId_First(long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where iconImageId = ?.
|
static Layout |
findByIconImageId_Head(long iconImageId,
boolean head)
Returns the layout where iconImageId = ? and head = ? or throws a
NoSuchLayoutException if it could not be found. |
static Layout |
findByIconImageId_Last(long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where iconImageId = ?.
|
static 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 = ?.
|
static List<Layout> |
findByIconImageId(long iconImageId)
Returns all the layouts where iconImageId = ?.
|
static List<Layout> |
findByIconImageId(long iconImageId,
int start,
int end)
Returns a range of all the layouts where iconImageId = ?.
|
static List<Layout> |
findByIconImageId(long iconImageId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where iconImageId = ?.
|
static List<Layout> |
findByIconImageId(long iconImageId,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where iconImageId = ?.
|
static Layout |
findByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
|
static Layout |
findByLayoutPrototypeUuid_Head_First(String layoutPrototypeUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ? and head = ?.
|
static Layout |
findByLayoutPrototypeUuid_Head_Last(String layoutPrototypeUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ? and head = ?.
|
static 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 = ?.
|
static List<Layout> |
findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head)
Returns all the layouts where layoutPrototypeUuid = ? and head = ?.
|
static List<Layout> |
findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head,
int start,
int end)
Returns a range of all the layouts where layoutPrototypeUuid = ? and head = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
|
static 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 = ?.
|
static List<Layout> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid)
Returns all the layouts where layoutPrototypeUuid = ?.
|
static List<Layout> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layouts where layoutPrototypeUuid = ?.
|
static List<Layout> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
|
static List<Layout> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
|
static Layout |
findByP_I_First(boolean privateLayout,
long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where privateLayout = ? and iconImageId = ?.
|
static 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. |
static Layout |
findByP_I_Last(boolean privateLayout,
long iconImageId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where privateLayout = ? and iconImageId = ?.
|
static 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 = ?.
|
static List<Layout> |
findByP_I(boolean privateLayout,
long iconImageId)
Returns all the layouts where privateLayout = ? and iconImageId = ?.
|
static List<Layout> |
findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end)
Returns a range of all the layouts where privateLayout = ? and iconImageId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByParentPlid_First(long parentPlid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where parentPlid = ?.
|
static Layout |
findByParentPlid_Head_First(long parentPlid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where parentPlid = ? and head = ?.
|
static Layout |
findByParentPlid_Head_Last(long parentPlid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where parentPlid = ? and head = ?.
|
static 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 = ?.
|
static List<Layout> |
findByParentPlid_Head(long parentPlid,
boolean head)
Returns all the layouts where parentPlid = ? and head = ?.
|
static List<Layout> |
findByParentPlid_Head(long parentPlid,
boolean head,
int start,
int end)
Returns a range of all the layouts where parentPlid = ? and head = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByParentPlid_Last(long parentPlid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where parentPlid = ?.
|
static 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 = ?.
|
static List<Layout> |
findByParentPlid(long parentPlid)
Returns all the layouts where parentPlid = ?.
|
static List<Layout> |
findByParentPlid(long parentPlid,
int start,
int end)
Returns a range of all the layouts where parentPlid = ?.
|
static List<Layout> |
findByParentPlid(long parentPlid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where parentPlid = ?.
|
static List<Layout> |
findByParentPlid(long parentPlid,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where parentPlid = ?.
|
static Layout |
findByPrimaryKey(long plid)
Returns the layout with the primary key or throws a
NoSuchLayoutException if it could not be found. |
static Layout |
findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
static Layout |
findBySourcePrototypeLayoutUuid_Head_First(String sourcePrototypeLayoutUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ? and head = ?.
|
static Layout |
findBySourcePrototypeLayoutUuid_Head_Last(String sourcePrototypeLayoutUuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ? and head = ?.
|
static 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 = ?.
|
static List<Layout> |
findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head)
Returns all the layouts where sourcePrototypeLayoutUuid = ? and head = ?.
|
static List<Layout> |
findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head,
int start,
int end)
Returns a range of all the layouts where sourcePrototypeLayoutUuid = ? and head = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
static 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 = ?.
|
static List<Layout> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Returns all the layouts where sourcePrototypeLayoutUuid = ?.
|
static List<Layout> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
static List<Layout> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
static List<Layout> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
static Layout |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<Layout> |
findByUuid_C_Head(String uuid,
long companyId,
boolean head)
Returns all the layouts where uuid = ? and companyId = ? and head = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?.
|
static 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 = ?.
|
static List<Layout> |
findByUuid_C(String uuid,
long companyId)
Returns all the layouts where uuid = ? and companyId = ?.
|
static List<Layout> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layouts where uuid = ? and companyId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByUuid_First(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ?.
|
static 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 = ?.
|
static 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. |
static 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 = ?.
|
static 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 = ?.
|
static List<Layout> |
findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Returns all the layouts where uuid = ? and groupId = ? and privateLayout = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByUuid_Head_First(String uuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and head = ?.
|
static Layout |
findByUuid_Head_Last(String uuid,
boolean head,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and head = ?.
|
static 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 = ?.
|
static List<Layout> |
findByUuid_Head(String uuid,
boolean head)
Returns all the layouts where uuid = ? and head = ?.
|
static List<Layout> |
findByUuid_Head(String uuid,
boolean head,
int start,
int end)
Returns a range of all the layouts where uuid = ? and head = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static Layout |
findByUuid_Last(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ?.
|
static 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 = ?.
|
static List<Layout> |
findByUuid(String uuid)
Returns all the layouts where uuid = ?.
|
static List<Layout> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the layouts where uuid = ?.
|
static List<Layout> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ?.
|
static List<Layout> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where uuid = ?.
|
static List<Layout> |
findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<Layout> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<Layout> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Layout> orderByComparator) |
static LayoutPersistence |
getPersistence() |
static Layout |
remove(long plid)
Removes the layout with the primary key from the database.
|
static void |
removeAll()
Removes all the layouts from the database.
|
static Layout |
removeByC_C_Head(long classNameId,
long classPK,
boolean head)
Removes the layout where classNameId = ? and classPK = ? and head = ? from the database.
|
static void |
removeByC_C(long classNameId,
long classPK)
Removes all the layouts where classNameId = ? and classPK = ? from the database.
|
static void |
removeByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head)
Removes all the layouts where companyId = ? and layoutPrototypeUuid = ? and head = ? from the database.
|
static void |
removeByC_L(long companyId,
String layoutPrototypeUuid)
Removes all the layouts where companyId = ? and layoutPrototypeUuid = ? from the database.
|
static void |
removeByCompanyId_Head(long companyId,
boolean head)
Removes all the layouts where companyId = ? and head = ? from the database.
|
static void |
removeByCompanyId(long companyId)
Removes all the layouts where companyId = ? from the database.
|
static 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.
|
static void |
removeByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Removes all the layouts where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
|
static void |
removeByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Removes all the layouts where groupId = ? and privateLayout = ? and head = ? from the database.
|
static 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.
|
static void |
removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Removes all the layouts where groupId = ? and privateLayout = ? and layoutId = ? from the database.
|
static 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.
|
static 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.
|
static 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.
|
static 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.
|
static 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.
|
static void |
removeByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? from the database.
|
static 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.
|
static void |
removeByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Removes all the layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database.
|
static 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.
|
static void |
removeByG_P_T(long groupId,
boolean privateLayout,
String type)
Removes all the layouts where groupId = ? and privateLayout = ? and type = ? from the database.
|
static void |
removeByG_P(long groupId,
boolean privateLayout)
Removes all the layouts where groupId = ? and privateLayout = ? from the database.
|
static void |
removeByG_T_Head(long groupId,
String type,
boolean head)
Removes all the layouts where groupId = ? and type = ? and head = ? from the database.
|
static void |
removeByG_T(long groupId,
String type)
Removes all the layouts where groupId = ? and type = ? from the database.
|
static void |
removeByGroupId_Head(long groupId,
boolean head)
Removes all the layouts where groupId = ? and head = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the layouts where groupId = ? from the database.
|
static Layout |
removeByHeadId(long headId)
Removes the layout where headId = ? from the database.
|
static Layout |
removeByIconImageId_Head(long iconImageId,
boolean head)
Removes the layout where iconImageId = ? and head = ? from the database.
|
static void |
removeByIconImageId(long iconImageId)
Removes all the layouts where iconImageId = ? from the database.
|
static void |
removeByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head)
Removes all the layouts where layoutPrototypeUuid = ? and head = ? from the database.
|
static void |
removeByLayoutPrototypeUuid(String layoutPrototypeUuid)
Removes all the layouts where layoutPrototypeUuid = ? from the database.
|
static Layout |
removeByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head)
Removes the layout where privateLayout = ? and iconImageId = ? and head = ? from the database.
|
static void |
removeByP_I(boolean privateLayout,
long iconImageId)
Removes all the layouts where privateLayout = ? and iconImageId = ? from the database.
|
static void |
removeByParentPlid_Head(long parentPlid,
boolean head)
Removes all the layouts where parentPlid = ? and head = ? from the database.
|
static void |
removeByParentPlid(long parentPlid)
Removes all the layouts where parentPlid = ? from the database.
|
static void |
removeBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head)
Removes all the layouts where sourcePrototypeLayoutUuid = ? and head = ? from the database.
|
static void |
removeBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Removes all the layouts where sourcePrototypeLayoutUuid = ? from the database.
|
static void |
removeByUuid_C_Head(String uuid,
long companyId,
boolean head)
Removes all the layouts where uuid = ? and companyId = ? and head = ? from the database.
|
static void |
removeByUuid_C(String uuid,
long companyId)
Removes all the layouts where uuid = ? and companyId = ? from the database.
|
static 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.
|
static void |
removeByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Removes all the layouts where uuid = ? and groupId = ? and privateLayout = ? from the database.
|
static void |
removeByUuid_Head(String uuid,
boolean head)
Removes all the layouts where uuid = ? and head = ? from the database.
|
static void |
removeByUuid(String uuid)
Removes all the layouts where uuid = ? from the database.
|
static Layout |
update(Layout layout) |
static Layout |
update(Layout layout,
ServiceContext serviceContext) |
static Layout |
updateImpl(Layout layout) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(Layout layout)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
public static Map<Serializable,Layout> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static List<Layout> findWithDynamicQuery(DynamicQuery dynamicQuery)
public static List<Layout> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
public static List<Layout> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Layout> orderByComparator)
public static Layout update(Layout layout, ServiceContext serviceContext)
public static List<Layout> findByUuid(String uuid)
uuid
- the uuidpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeByUuid(String uuid)
uuid
- the uuidpublic static int countByUuid(String uuid)
uuid
- the uuidpublic static List<Layout> findByUuid_Head(String uuid, boolean head)
uuid
- the uuidhead
- the headpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
uuid
- the uuidhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeByUuid_Head(String uuid, boolean head)
uuid
- the uuidhead
- the headpublic static int countByUuid_Head(String uuid, boolean head)
uuid
- the uuidhead
- the headpublic static List<Layout> findByUUID_G_P(String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static List<Layout> filterFindByUUID_G_P(String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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 foundpublic static void removeByUUID_G_P(String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutpublic static int countByUUID_G_P(String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutpublic static int filterCountByUUID_G_P(String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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
public static int countByUUID_G_P_Head(String uuid, long groupId, boolean privateLayout, boolean head)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layouthead
- the headpublic static List<Layout> findByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static List<Layout> findByUuid_C_Head(String uuid, long companyId, boolean head)
uuid
- the uuidcompanyId
- the company IDhead
- the headpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeByUuid_C_Head(String uuid, long companyId, boolean head)
uuid
- the uuidcompanyId
- the company IDhead
- the headpublic static int countByUuid_C_Head(String uuid, long companyId, boolean head)
uuid
- the uuidcompanyId
- the company IDhead
- the headpublic static List<Layout> findByGroupId(long groupId)
groupId
- the group IDpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static List<Layout> filterFindByGroupId(long groupId)
groupId
- the group IDpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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 foundpublic static void removeByGroupId(long groupId)
groupId
- the group IDpublic static int countByGroupId(long groupId)
groupId
- the group IDpublic static int filterCountByGroupId(long groupId)
groupId
- the group IDpublic static List<Layout> findByGroupId_Head(long groupId, boolean head)
groupId
- the group IDhead
- the headpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static List<Layout> filterFindByGroupId_Head(long groupId, boolean head)
groupId
- the group IDhead
- the headpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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 foundpublic static void removeByGroupId_Head(long groupId, boolean head)
groupId
- the group IDhead
- the headpublic static int countByGroupId_Head(long groupId, boolean head)
groupId
- the group IDhead
- the headpublic static int filterCountByGroupId_Head(long groupId, boolean head)
groupId
- the group IDhead
- the headpublic static List<Layout> findByCompanyId(long companyId)
companyId
- the company IDpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeByCompanyId(long companyId)
companyId
- the company IDpublic static int countByCompanyId(long companyId)
companyId
- the company IDpublic static List<Layout> findByCompanyId_Head(long companyId, boolean head)
companyId
- the company IDhead
- the headpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
companyId
- the company IDhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeByCompanyId_Head(long companyId, boolean head)
companyId
- the company IDhead
- the headpublic static int countByCompanyId_Head(long companyId, boolean head)
companyId
- the company IDhead
- the headpublic static List<Layout> findByParentPlid(long parentPlid)
parentPlid
- the parent plidpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
parentPlid
- the parent plidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeByParentPlid(long parentPlid)
parentPlid
- the parent plidpublic static int countByParentPlid(long parentPlid)
parentPlid
- the parent plidpublic static List<Layout> findByParentPlid_Head(long parentPlid, boolean head)
parentPlid
- the parent plidhead
- the headpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
parentPlid
- the parent plidhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeByParentPlid_Head(long parentPlid, boolean head)
parentPlid
- the parent plidhead
- the headpublic static int countByParentPlid_Head(long parentPlid, boolean head)
parentPlid
- the parent plidhead
- the headpublic static List<Layout> findByIconImageId(long iconImageId)
iconImageId
- the icon image IDpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
iconImageId
- the icon image IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeByIconImageId(long iconImageId)
iconImageId
- the icon image IDpublic static int countByIconImageId(long iconImageId)
iconImageId
- the icon image IDpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout removeByIconImageId_Head(long iconImageId, boolean head) throws NoSuchLayoutException
iconImageId
- the icon image IDhead
- the headNoSuchLayoutException
public static int countByIconImageId_Head(long iconImageId, boolean head)
iconImageId
- the icon image IDhead
- the headpublic static List<Layout> findByLayoutPrototypeUuid(String layoutPrototypeUuid)
layoutPrototypeUuid
- the layout prototype uuidpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
layoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeByLayoutPrototypeUuid(String layoutPrototypeUuid)
layoutPrototypeUuid
- the layout prototype uuidpublic static int countByLayoutPrototypeUuid(String layoutPrototypeUuid)
layoutPrototypeUuid
- the layout prototype uuidpublic static List<Layout> findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid, boolean head)
layoutPrototypeUuid
- the layout prototype uuidhead
- the headpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeByLayoutPrototypeUuid_Head(String layoutPrototypeUuid, boolean head)
layoutPrototypeUuid
- the layout prototype uuidhead
- the headpublic static int countByLayoutPrototypeUuid_Head(String layoutPrototypeUuid, boolean head)
layoutPrototypeUuid
- the layout prototype uuidhead
- the headpublic static List<Layout> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
sourcePrototypeLayoutUuid
- the source prototype layout uuidpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
sourcePrototypeLayoutUuid
- the source prototype layout uuidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
sourcePrototypeLayoutUuid
- the source prototype layout uuidpublic static int countBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
sourcePrototypeLayoutUuid
- the source prototype layout uuidpublic static List<Layout> findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid, boolean head)
sourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid, boolean head)
sourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headpublic static int countBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid, boolean head)
sourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headpublic static List<Layout> findByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static List<Layout> filterFindByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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 foundpublic static void removeByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutpublic static int countByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutpublic static int filterCountByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutpublic static List<Layout> findByG_P_Head(long groupId, boolean privateLayout, boolean head)
groupId
- the group IDprivateLayout
- the private layouthead
- the headpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static List<Layout> filterFindByG_P_Head(long groupId, boolean privateLayout, boolean head)
groupId
- the group IDprivateLayout
- the private layouthead
- the headpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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 foundpublic static void removeByG_P_Head(long groupId, boolean privateLayout, boolean head)
groupId
- the group IDprivateLayout
- the private layouthead
- the headpublic static int countByG_P_Head(long groupId, boolean privateLayout, boolean head)
groupId
- the group IDprivateLayout
- the private layouthead
- the headpublic static int filterCountByG_P_Head(long groupId, boolean privateLayout, boolean head)
groupId
- the group IDprivateLayout
- the private layouthead
- the headpublic static List<Layout> findByG_T(long groupId, String type)
groupId
- the group IDtype
- the typepublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static List<Layout> filterFindByG_T(long groupId, String type)
groupId
- the group IDtype
- the typepublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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 foundpublic static void removeByG_T(long groupId, String type)
groupId
- the group IDtype
- the typepublic static int countByG_T(long groupId, String type)
groupId
- the group IDtype
- the typepublic static int filterCountByG_T(long groupId, String type)
groupId
- the group IDtype
- the typepublic static List<Layout> findByG_T_Head(long groupId, String type, boolean head)
groupId
- the group IDtype
- the typehead
- the headpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static List<Layout> filterFindByG_T_Head(long groupId, String type, boolean head)
groupId
- the group IDtype
- the typehead
- the headpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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 foundpublic static void removeByG_T_Head(long groupId, String type, boolean head)
groupId
- the group IDtype
- the typehead
- the headpublic static int countByG_T_Head(long groupId, String type, boolean head)
groupId
- the group IDtype
- the typehead
- the headpublic static int filterCountByG_T_Head(long groupId, String type, boolean head)
groupId
- the group IDtype
- the typehead
- the headpublic static List<Layout> findByC_L(long companyId, String layoutPrototypeUuid)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeByC_L(long companyId, String layoutPrototypeUuid)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidpublic static int countByC_L(long companyId, String layoutPrototypeUuid)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidpublic static List<Layout> findByC_L_Head(long companyId, String layoutPrototypeUuid, boolean head)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidhead
- the headpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeByC_L_Head(long companyId, String layoutPrototypeUuid, boolean head)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidhead
- the headpublic static int countByC_L_Head(long companyId, String layoutPrototypeUuid, boolean head)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidhead
- the headpublic static List<Layout> findByP_I(boolean privateLayout, long iconImageId)
privateLayout
- the private layouticonImageId
- the icon image IDpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeByP_I(boolean privateLayout, long iconImageId)
privateLayout
- the private layouticonImageId
- the icon image IDpublic static int countByP_I(boolean privateLayout, long iconImageId)
privateLayout
- the private layouticonImageId
- the icon image IDpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout removeByP_I_Head(boolean privateLayout, long iconImageId, boolean head) throws NoSuchLayoutException
privateLayout
- the private layouticonImageId
- the icon image IDhead
- the headNoSuchLayoutException
public static int countByP_I_Head(boolean privateLayout, long iconImageId, boolean head)
privateLayout
- the private layouticonImageId
- the icon image IDhead
- the headpublic static List<Layout> findByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static void removeByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static int countByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout removeByC_C_Head(long classNameId, long classPK, boolean head) throws NoSuchLayoutException
classNameId
- the class name IDclassPK
- the class pkhead
- the headNoSuchLayoutException
public static int countByC_C_Head(long classNameId, long classPK, boolean head)
classNameId
- the class name IDclassPK
- the class pkhead
- the headpublic static List<Layout> findByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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 cachepublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout[] 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 foundpublic static List<Layout> filterFindByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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)public static 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
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
)public static 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 foundpublic static void removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDpublic static int countByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDpublic static int filterCountByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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 foundpublic static Layout 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
public static int countByG_P_L_Head(long groupId, boolean privateLayout, long layoutId, boolean head)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDhead
- the headpublic static List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpublic static List<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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent 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
)public static List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent 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 cachepublic static Layout findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout[] findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpublic static List<Layout> filterFindByG_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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent 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
)public static Layout[] filterFindByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDspublic static List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDsstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDsstart
- 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
)public static List<Layout> findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDspublic static List<Layout> findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDsstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDsstart
- 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
)public static List<Layout> findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent 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 cachepublic static void removeByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpublic static int countByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpublic static int countByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDspublic static int filterCountByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpublic static int filterCountByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDspublic static List<Layout> findByG_P_P_Head(long groupId, boolean privateLayout, long parentLayoutId, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhead
- the headpublic static List<Layout> findByG_P_P_Head(long groupId, boolean privateLayout, long parentLayoutId, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> findByG_P_P_Head(long groupId, boolean privateLayout, long parentLayoutId, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout 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
)public static List<Layout> findByG_P_P_Head(long groupId, boolean privateLayout, long parentLayoutId, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout 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 cachepublic static Layout findByG_P_P_Head_First(long groupId, boolean privateLayout, long parentLayoutId, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_P_Head_First(long groupId, boolean privateLayout, long parentLayoutId, boolean head, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout findByG_P_P_Head_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_P_Head_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean head, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout[] findByG_P_P_Head_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static List<Layout> filterFindByG_P_P_Head(long groupId, boolean privateLayout, long parentLayoutId, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhead
- the headpublic static List<Layout> filterFindByG_P_P_Head(long groupId, boolean privateLayout, long parentLayoutId, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> filterFindByG_P_P_Head(long groupId, boolean privateLayout, long parentLayoutId, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout 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
)public static Layout[] filterFindByG_P_P_Head_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static List<Layout> filterFindByG_P_P_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshead
- the headpublic static List<Layout> filterFindByG_P_P_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> filterFindByG_P_P_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshead
- 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
)public static List<Layout> findByG_P_P_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean head)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshead
- the headpublic static List<Layout> findByG_P_P_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> findByG_P_P_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshead
- 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
)public static List<Layout> findByG_P_P_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout 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 cachepublic static void removeByG_P_P_Head(long groupId, boolean privateLayout, long parentLayoutId, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhead
- the headpublic static int countByG_P_P_Head(long groupId, boolean privateLayout, long parentLayoutId, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhead
- the headpublic static int countByG_P_P_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshead
- the headpublic static int filterCountByG_P_P_Head(long groupId, boolean privateLayout, long parentLayoutId, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhead
- the headpublic static int filterCountByG_P_P_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshead
- the headpublic static List<Layout> findByG_P_T(long groupId, boolean privateLayout, String type)
groupId
- the group IDprivateLayout
- the private layouttype
- the typepublic static List<Layout> findByG_P_T(long groupId, boolean privateLayout, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layouttype
- the typestart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> findByG_P_T(long groupId, boolean privateLayout, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layouttype
- 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
)public static List<Layout> findByG_P_T(long groupId, boolean privateLayout, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layouttype
- 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 cachepublic static Layout findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layouttype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layouttype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout findByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layouttype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layouttype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout[] findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layouttype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, String type)
groupId
- the group IDprivateLayout
- the private layouttype
- the typepublic static List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layouttype
- the typestart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layouttype
- 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
)public static Layout[] filterFindByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layouttype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static void removeByG_P_T(long groupId, boolean privateLayout, String type)
groupId
- the group IDprivateLayout
- the private layouttype
- the typepublic static int countByG_P_T(long groupId, boolean privateLayout, String type)
groupId
- the group IDprivateLayout
- the private layouttype
- the typepublic static int filterCountByG_P_T(long groupId, boolean privateLayout, String type)
groupId
- the group IDprivateLayout
- the private layouttype
- the typepublic static List<Layout> findByG_P_T_Head(long groupId, boolean privateLayout, String type, boolean head)
groupId
- the group IDprivateLayout
- the private layouttype
- the typehead
- the headpublic static List<Layout> findByG_P_T_Head(long groupId, boolean privateLayout, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layouttype
- the typehead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> findByG_P_T_Head(long groupId, boolean privateLayout, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layouttype
- 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
)public static List<Layout> findByG_P_T_Head(long groupId, boolean privateLayout, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layouttype
- 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 cachepublic static Layout findByG_P_T_Head_First(long groupId, boolean privateLayout, String type, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layouttype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_T_Head_First(long groupId, boolean privateLayout, String type, boolean head, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layouttype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout findByG_P_T_Head_Last(long groupId, boolean privateLayout, String type, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layouttype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_T_Head_Last(long groupId, boolean privateLayout, String type, boolean head, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layouttype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout[] findByG_P_T_Head_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layouttype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static List<Layout> filterFindByG_P_T_Head(long groupId, boolean privateLayout, String type, boolean head)
groupId
- the group IDprivateLayout
- the private layouttype
- the typehead
- the headpublic static List<Layout> filterFindByG_P_T_Head(long groupId, boolean privateLayout, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layouttype
- the typehead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> filterFindByG_P_T_Head(long groupId, boolean privateLayout, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layouttype
- 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
)public static Layout[] filterFindByG_P_T_Head_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layouttype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static void removeByG_P_T_Head(long groupId, boolean privateLayout, String type, boolean head)
groupId
- the group IDprivateLayout
- the private layouttype
- the typehead
- the headpublic static int countByG_P_T_Head(long groupId, boolean privateLayout, String type, boolean head)
groupId
- the group IDprivateLayout
- the private layouttype
- the typehead
- the headpublic static int filterCountByG_P_T_Head(long groupId, boolean privateLayout, String type, boolean head)
groupId
- the group IDprivateLayout
- the private layouttype
- the typehead
- the headpublic static List<Layout> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlpublic static List<Layout> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlstart
- 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
)public static List<Layout> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlstart
- 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 cachepublic static Layout findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout[] findByG_P_F_PrevAndNext(long plid, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static List<Layout> filterFindByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlpublic static List<Layout> filterFindByG_P_F(long groupId, boolean privateLayout, String friendlyURL, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> filterFindByG_P_F(long groupId, boolean privateLayout, String friendlyURL, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlstart
- 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
)public static Layout[] filterFindByG_P_F_PrevAndNext(long plid, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static void removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlpublic static int countByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlpublic static int filterCountByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlpublic static Layout findByG_P_F_Head(long groupId, boolean privateLayout, String friendlyURL, boolean head) throws NoSuchLayoutException
NoSuchLayoutException
if it could not be found.groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlhead
- the headNoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_F_Head(long groupId, boolean privateLayout, String friendlyURL, boolean head)
null
if it could not be found. Uses the finder cache.groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlhead
- the headnull
if a matching layout could not be foundpublic static Layout fetchByG_P_F_Head(long groupId, boolean privateLayout, String friendlyURL, boolean head, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlhead
- the headuseFinderCache
- whether to use the finder cachenull
if a matching layout could not be foundpublic static Layout removeByG_P_F_Head(long groupId, boolean privateLayout, String friendlyURL, boolean head) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlhead
- the headNoSuchLayoutException
public static int countByG_P_F_Head(long groupId, boolean privateLayout, String friendlyURL, boolean head)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlhead
- the headpublic static List<Layout> findByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidpublic static List<Layout> findByG_P_SPLU(long groupId, boolean privateLayout, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> findByG_P_SPLU(long groupId, boolean privateLayout, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- 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
)public static List<Layout> findByG_P_SPLU(long groupId, boolean privateLayout, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- 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 cachepublic static Layout findByG_P_SPLU_First(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_SPLU_First(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout findByG_P_SPLU_Last(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_SPLU_Last(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout[] findByG_P_SPLU_PrevAndNext(long plid, long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private 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 foundpublic static List<Layout> filterFindByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidpublic static List<Layout> filterFindByG_P_SPLU(long groupId, boolean privateLayout, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> filterFindByG_P_SPLU(long groupId, boolean privateLayout, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- 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
)public static Layout[] filterFindByG_P_SPLU_PrevAndNext(long plid, long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private 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 foundpublic static void removeByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidpublic static int countByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidpublic static int filterCountByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidpublic static Layout findByG_P_SPLU_Head(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid, boolean head) throws NoSuchLayoutException
NoSuchLayoutException
if it could not be found.groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headNoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_SPLU_Head(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid, boolean head)
null
if it could not be found. Uses the finder cache.groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headnull
if a matching layout could not be foundpublic static Layout fetchByG_P_SPLU_Head(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid, boolean head, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headuseFinderCache
- whether to use the finder cachenull
if a matching layout could not be foundpublic static Layout removeByG_P_SPLU_Head(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid, boolean head) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headNoSuchLayoutException
public static int countByG_P_SPLU_Head(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid, boolean head)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidhead
- the headpublic static List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenpublic static List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenstart
- 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
)public static List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenstart
- 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 cachepublic static Layout findByG_P_P_H_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_P_H_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout findByG_P_P_H_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_P_H_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout[] findByG_P_P_H_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenpublic static List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenstart
- 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
)public static Layout[] filterFindByG_P_P_H_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenpublic static List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenstart
- 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
)public static List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenpublic static List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenstart
- 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
)public static List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenstart
- 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 cachepublic static void removeByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenpublic static int countByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenpublic static int countByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenpublic static int filterCountByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenpublic static int filterCountByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenpublic static List<Layout> findByG_P_P_H_Head(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- the headpublic static List<Layout> findByG_P_P_H_Head(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> findByG_P_P_H_Head(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- 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
)public static 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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- 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 cachepublic static Layout findByG_P_P_H_Head_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_P_H_Head_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, boolean head, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout findByG_P_P_H_Head_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_P_H_Head_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, boolean head, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout[] findByG_P_P_H_Head_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static List<Layout> filterFindByG_P_P_H_Head(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- the headpublic static List<Layout> filterFindByG_P_P_H_Head(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> filterFindByG_P_P_H_Head(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- 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
)public static Layout[] filterFindByG_P_P_H_Head_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static List<Layout> filterFindByG_P_P_H_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenhead
- the headpublic static List<Layout> filterFindByG_P_P_H_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> filterFindByG_P_P_H_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenhead
- 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
)public static List<Layout> findByG_P_P_H_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, boolean head)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenhead
- the headpublic static List<Layout> findByG_P_P_H_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> findByG_P_P_H_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenhead
- 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
)public static 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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- 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 cachepublic static void removeByG_P_P_H_Head(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- the headpublic static int countByG_P_P_H_Head(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- the headpublic static int countByG_P_P_H_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenhead
- the headpublic static int filterCountByG_P_P_H_Head(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenhead
- the headpublic static int filterCountByG_P_P_H_Head(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenhead
- the headpublic static List<Layout> findByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the prioritypublic static List<Layout> findByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the prioritystart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> findByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the prioritystart
- 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
)public static List<Layout> findByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the prioritystart
- 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 cachepublic static Layout findByG_P_P_LtP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_P_LtP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout findByG_P_P_LtP_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_P_LtP_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout[] findByG_P_P_LtP_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static List<Layout> filterFindByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the prioritypublic static List<Layout> filterFindByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the prioritystart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> filterFindByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the prioritystart
- 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
)public static Layout[] filterFindByG_P_P_LtP_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static void removeByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the prioritypublic static int countByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the prioritypublic static int filterCountByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the prioritypublic static List<Layout> findByG_P_P_LtP_Head(long groupId, boolean privateLayout, long parentLayoutId, int priority, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- the headpublic static List<Layout> findByG_P_P_LtP_Head(long groupId, boolean privateLayout, long parentLayoutId, int priority, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> findByG_P_P_LtP_Head(long groupId, boolean privateLayout, long parentLayoutId, int priority, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- 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
)public static 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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- 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 cachepublic static Layout findByG_P_P_LtP_Head_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_P_LtP_Head_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, boolean head, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout findByG_P_P_LtP_Head_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByG_P_P_LtP_Head_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, boolean head, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundpublic static Layout[] findByG_P_P_LtP_Head_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static List<Layout> filterFindByG_P_P_LtP_Head(long groupId, boolean privateLayout, long parentLayoutId, int priority, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- the headpublic static List<Layout> filterFindByG_P_P_LtP_Head(long groupId, boolean privateLayout, long parentLayoutId, int priority, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- the headstart
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> filterFindByG_P_P_LtP_Head(long groupId, boolean privateLayout, long parentLayoutId, int priority, 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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- 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
)public static Layout[] filterFindByG_P_P_LtP_Head_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, boolean head, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundpublic static void removeByG_P_P_LtP_Head(long groupId, boolean privateLayout, long parentLayoutId, int priority, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- the headpublic static int countByG_P_P_LtP_Head(long groupId, boolean privateLayout, long parentLayoutId, int priority, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- the headpublic static int filterCountByG_P_P_LtP_Head(long groupId, boolean privateLayout, long parentLayoutId, int priority, boolean head)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityhead
- the headpublic static Layout findByHeadId(long headId) throws NoSuchLayoutException
NoSuchLayoutException
if it could not be found.headId
- the head IDNoSuchLayoutException
- if a matching layout could not be foundpublic static Layout fetchByHeadId(long headId)
null
if it could not be found. Uses the finder cache.headId
- the head IDnull
if a matching layout could not be foundpublic static Layout fetchByHeadId(long headId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.headId
- the head IDuseFinderCache
- whether to use the finder cachenull
if a matching layout could not be foundpublic static Layout removeByHeadId(long headId) throws NoSuchLayoutException
headId
- the head IDNoSuchLayoutException
public static int countByHeadId(long headId)
headId
- the head IDpublic static void cacheResult(Layout layout)
layout
- the layoutpublic static void cacheResult(List<Layout> layouts)
layouts
- the layoutspublic static Layout create(long plid)
plid
- the primary key for the new layoutpublic static Layout remove(long plid) throws NoSuchLayoutException
plid
- the primary key of the layoutNoSuchLayoutException
- if a layout with the primary key could not be foundpublic static Layout findByPrimaryKey(long plid) throws NoSuchLayoutException
NoSuchLayoutException
if it could not be found.plid
- the primary key of the layoutNoSuchLayoutException
- if a layout with the primary key could not be foundpublic static Layout fetchByPrimaryKey(long plid)
null
if it could not be found.plid
- the primary key of the layoutnull
if a layout with the primary key could not be foundpublic static List<Layout> findAll()
public static List<Layout> findAll(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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
start
- the lower bound of the range of layoutsend
- the upper bound of the range of layouts (not inclusive)public static List<Layout> findAll(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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
start
- 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
)public static List<Layout> findAll(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, then the query will include the default ORDER BY logic from LayoutModelImpl
.
start
- 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 cachepublic static void removeAll()
public static int countAll()
public static LayoutPersistence getPersistence()