@ProviderType public interface LayoutPersistence extends BasePersistence<Layout>
Caching information and settings can be found in portal.properties
LayoutUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(Layout layout)
Caches the layout in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<Layout> layouts)
Caches the layouts in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of layouts.
|
int |
countByC_L(long companyId,
java.lang.String layoutPrototypeUuid)
Returns the number of layouts where companyId = ? and layoutPrototypeUuid = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of layouts where companyId = ?.
|
int |
countByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
Returns the number of layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
int |
countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the number of layouts where groupId = ? and privateLayout = ? and layoutId = ?.
|
int |
countByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
|
int |
countByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
int |
countByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
int |
countByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
int |
countByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
|
int |
countByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
Returns the number of layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
int |
countByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
Returns the number of layouts where groupId = ? and privateLayout = ? and type = ?.
|
int |
countByG_P(long groupId,
boolean privateLayout)
Returns the number of layouts where groupId = ? and privateLayout = ?.
|
int |
countByG_T(long groupId,
java.lang.String type)
Returns the number of layouts where groupId = ? and type = ?.
|
int |
countByGroupId(long groupId)
Returns the number of layouts where groupId = ?.
|
int |
countByIconImageId(long iconImageId)
Returns the number of layouts where iconImageId = ?.
|
int |
countByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
Returns the number of layouts where layoutPrototypeUuid = ?.
|
int |
countByP_I(boolean privateLayout,
long iconImageId)
Returns the number of layouts where privateLayout = ? and iconImageId = ?.
|
int |
countBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
Returns the number of layouts where sourcePrototypeLayoutUuid = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of layouts where uuid = ? and companyId = ?.
|
int |
countByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
Returns the number of layouts where uuid = ? and groupId = ? and privateLayout = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of layouts where uuid = ?.
|
Layout |
create(long plid)
Creates a new layout with the primary key.
|
Layout |
fetchByC_L_First(long companyId,
java.lang.String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
Layout |
fetchByC_L_Last(long companyId,
java.lang.String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
Layout |
fetchByCompanyId_First(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ?.
|
Layout |
fetchByCompanyId_Last(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ?.
|
Layout |
fetchByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns
null if it could not be found. |
Layout |
fetchByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
boolean useFinderCache)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns
null if it could not be found, optionally using the finder cache. |
Layout |
fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
|
Layout |
fetchByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns
null if it could not be found. |
Layout |
fetchByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
boolean useFinderCache)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns
null if it could not be found, optionally using the finder cache. |
Layout |
fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
|
Layout |
fetchByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
Layout |
fetchByG_P_P_H_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
Layout |
fetchByG_P_P_H_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
Layout |
fetchByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
Layout |
fetchByG_P_P_LtP_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
Layout |
fetchByG_P_P_LtP_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
Layout |
fetchByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns
null if it could not be found. |
Layout |
fetchByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
boolean useFinderCache)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns
null if it could not be found, optionally using the finder cache. |
Layout |
fetchByG_P_T_First(long groupId,
boolean privateLayout,
java.lang.String type,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
Layout |
fetchByG_P_T_Last(long groupId,
boolean privateLayout,
java.lang.String type,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
Layout |
fetchByG_T_First(long groupId,
java.lang.String type,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and type = ?.
|
Layout |
fetchByG_T_Last(long groupId,
java.lang.String type,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and type = ?.
|
Layout |
fetchByGroupId_First(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ?.
|
Layout |
fetchByGroupId_Last(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ?.
|
Layout |
fetchByIconImageId(long iconImageId)
Returns the layout where iconImageId = ? or returns
null if it could not be found. |
Layout |
fetchByIconImageId(long iconImageId,
boolean useFinderCache)
Returns the layout where iconImageId = ? or returns
null if it could not be found, optionally using the finder cache. |
Layout |
fetchByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
|
Layout |
fetchByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
|
Layout |
fetchByP_I(boolean privateLayout,
long iconImageId)
Returns the layout where privateLayout = ? and iconImageId = ? or returns
null if it could not be found. |
Layout |
fetchByP_I(boolean privateLayout,
long iconImageId,
boolean useFinderCache)
Returns the layout where privateLayout = ? and iconImageId = ? or returns
null if it could not be found, optionally using the finder cache. |
Layout |
fetchByPrimaryKey(long plid)
Returns the layout with the primary key or returns
null if it could not be found. |
java.util.Map<java.io.Serializable,Layout> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
Layout |
fetchBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
Layout |
fetchBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
Layout |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?.
|
Layout |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?.
|
Layout |
fetchByUuid_First(java.lang.String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ?.
|
Layout |
fetchByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returns
null if it could not be found. |
Layout |
fetchByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout,
boolean useFinderCache)
Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returns
null if it could not be found, optionally using the finder cache. |
Layout |
fetchByUuid_Last(java.lang.String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ?.
|
int |
filterCountByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
|
int |
filterCountByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
int |
filterCountByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
int |
filterCountByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
int |
filterCountByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
|
int |
filterCountByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
|
int |
filterCountByG_P(long groupId,
boolean privateLayout)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
|
int |
filterCountByG_T(long groupId,
java.lang.String type)
Returns the number of layouts that the user has permission to view where groupId = ? and type = ?.
|
int |
filterCountByGroupId(long groupId)
Returns the number of layouts that the user has permission to view where groupId = ?.
|
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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<Layout> |
filterFindByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
Layout[] |
filterFindByG_P_P_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 ≤ ?.
|
java.util.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 ≤ ?.
|
java.util.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 ≤ ?.
|
java.util.List<Layout> |
filterFindByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
Layout[] |
filterFindByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
java.util.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 = ?.
|
java.util.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 ?.
|
java.util.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 ?.
|
java.util.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 ?.
|
java.util.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 = ?.
|
java.util.List<Layout> |
filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
Layout[] |
filterFindByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
|
Layout[] |
filterFindByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
java.lang.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 = ?.
|
java.util.List<Layout> |
filterFindByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<Layout> |
filterFindByG_P_T(long groupId,
boolean privateLayout,
java.lang.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 = ?.
|
java.util.List<Layout> |
filterFindByG_P_T(long groupId,
boolean privateLayout,
java.lang.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 = ?.
|
java.util.List<Layout> |
filterFindByG_P(long groupId,
boolean privateLayout)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.
|
java.util.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 = ?.
|
java.util.List<Layout> |
filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.
|
Layout[] |
filterFindByG_T_PrevAndNext(long plid,
long groupId,
java.lang.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 = ?.
|
java.util.List<Layout> |
filterFindByG_T(long groupId,
java.lang.String type)
Returns all the layouts that the user has permission to view where groupId = ? and type = ?.
|
java.util.List<Layout> |
filterFindByG_T(long groupId,
java.lang.String type,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and type = ?.
|
java.util.List<Layout> |
filterFindByG_T(long groupId,
java.lang.String type,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and type = ?.
|
Layout[] |
filterFindByGroupId_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 = ?.
|
java.util.List<Layout> |
filterFindByGroupId(long groupId)
Returns all the layouts that the user has permission to view where groupId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<Layout> |
findAll()
Returns all the layouts.
|
java.util.List<Layout> |
findAll(int start,
int end)
Returns a range of all the layouts.
|
java.util.List<Layout> |
findAll(int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts.
|
java.util.List<Layout> |
findAll(int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts.
|
Layout |
findByC_L_First(long companyId,
java.lang.String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
Layout |
findByC_L_Last(long companyId,
java.lang.String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
Layout[] |
findByC_L_PrevAndNext(long plid,
long companyId,
java.lang.String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
java.util.List<Layout> |
findByC_L(long companyId,
java.lang.String layoutPrototypeUuid)
Returns all the layouts where companyId = ? and layoutPrototypeUuid = ?.
|
java.util.List<Layout> |
findByC_L(long companyId,
java.lang.String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.
|
java.util.List<Layout> |
findByC_L(long companyId,
java.lang.String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.
|
java.util.List<Layout> |
findByC_L(long companyId,
java.lang.String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.
|
Layout |
findByCompanyId_First(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ?.
|
Layout |
findByCompanyId_Last(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ?.
|
Layout[] |
findByCompanyId_PrevAndNext(long plid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where companyId = ?.
|
java.util.List<Layout> |
findByCompanyId(long companyId)
Returns all the layouts where companyId = ?.
|
java.util.List<Layout> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layouts where companyId = ?.
|
java.util.List<Layout> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where companyId = ?.
|
java.util.List<Layout> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where companyId = ?.
|
Layout |
findByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
|
Layout |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
|
Layout |
findByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
Layout |
findByG_P_P_H_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
Layout |
findByG_P_P_H_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
Layout[] |
findByG_P_P_H_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<Layout> |
findByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
Layout |
findByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
Layout |
findByG_P_P_LtP_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
Layout |
findByG_P_P_LtP_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
Layout[] |
findByG_P_P_LtP_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
java.util.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 ≤ ?.
|
java.util.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 ≤ ?.
|
java.util.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 ≤ ?.
|
java.util.List<Layout> |
findByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
Layout[] |
findByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
java.util.List<Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
java.util.List<Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
|
java.util.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 ?.
|
java.util.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 ?.
|
java.util.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.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
Layout[] |
findByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
|
Layout |
findByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findByG_P_T_First(long groupId,
boolean privateLayout,
java.lang.String type,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
Layout |
findByG_P_T_Last(long groupId,
boolean privateLayout,
java.lang.String type,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
Layout[] |
findByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
java.lang.String type,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<Layout> |
findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
Returns all the layouts where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<Layout> |
findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<Layout> |
findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<Layout> |
findByG_P_T(long groupId,
boolean privateLayout,
java.lang.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 = ?.
|
java.util.List<Layout> |
findByG_P(long groupId,
boolean privateLayout)
Returns all the layouts where groupId = ? and privateLayout = ?.
|
java.util.List<Layout> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ?.
|
java.util.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 = ?.
|
java.util.List<Layout> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
|
Layout |
findByG_T_First(long groupId,
java.lang.String type,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and type = ?.
|
Layout |
findByG_T_Last(long groupId,
java.lang.String type,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and type = ?.
|
Layout[] |
findByG_T_PrevAndNext(long plid,
long groupId,
java.lang.String type,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and type = ?.
|
java.util.List<Layout> |
findByG_T(long groupId,
java.lang.String type)
Returns all the layouts where groupId = ? and type = ?.
|
java.util.List<Layout> |
findByG_T(long groupId,
java.lang.String type,
int start,
int end)
Returns a range of all the layouts where groupId = ? and type = ?.
|
java.util.List<Layout> |
findByG_T(long groupId,
java.lang.String type,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and type = ?.
|
java.util.List<Layout> |
findByG_T(long groupId,
java.lang.String type,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and type = ?.
|
Layout |
findByGroupId_First(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ?.
|
Layout |
findByGroupId_Last(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ?.
|
Layout[] |
findByGroupId_PrevAndNext(long plid,
long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ?.
|
java.util.List<Layout> |
findByGroupId(long groupId)
Returns all the layouts where groupId = ?.
|
java.util.List<Layout> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layouts where groupId = ?.
|
java.util.List<Layout> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ?.
|
java.util.List<Layout> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ?.
|
Layout |
findByIconImageId(long iconImageId)
Returns the layout where iconImageId = ? or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
|
Layout |
findByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
|
Layout[] |
findByLayoutPrototypeUuid_PrevAndNext(long plid,
java.lang.String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
|
java.util.List<Layout> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
Returns all the layouts where layoutPrototypeUuid = ?.
|
java.util.List<Layout> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layouts where layoutPrototypeUuid = ?.
|
java.util.List<Layout> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
|
java.util.List<Layout> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
|
Layout |
findByP_I(boolean privateLayout,
long iconImageId)
Returns the layout where privateLayout = ? and iconImageId = ? or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findByPrimaryKey(long plid)
Returns the layout with the primary key or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
Layout |
findBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
Layout[] |
findBySourcePrototypeLayoutUuid_PrevAndNext(long plid,
java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
java.util.List<Layout> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
Returns all the layouts where sourcePrototypeLayoutUuid = ?.
|
java.util.List<Layout> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
java.util.List<Layout> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
java.util.List<Layout> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
Layout |
findByUuid_C_First(java.lang.String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?.
|
Layout |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?.
|
Layout[] |
findByUuid_C_PrevAndNext(long plid,
java.lang.String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<Layout> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the layouts where uuid = ? and companyId = ?.
|
java.util.List<Layout> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the layouts where uuid = ? and companyId = ?.
|
java.util.List<Layout> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
|
java.util.List<Layout> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
|
Layout |
findByUuid_First(java.lang.String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ?.
|
Layout |
findByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findByUuid_Last(java.lang.String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ?.
|
Layout[] |
findByUuid_PrevAndNext(long plid,
java.lang.String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ?.
|
java.util.List<Layout> |
findByUuid(java.lang.String uuid)
Returns all the layouts where uuid = ?.
|
java.util.List<Layout> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the layouts where uuid = ?.
|
java.util.List<Layout> |
findByUuid(java.lang.String uuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ?.
|
java.util.List<Layout> |
findByUuid(java.lang.String uuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where uuid = ?.
|
java.util.Set<java.lang.String> |
getBadColumnNames() |
Layout |
remove(long plid)
Removes the layout with the primary key from the database.
|
void |
removeAll()
Removes all the layouts from the database.
|
void |
removeByC_L(long companyId,
java.lang.String layoutPrototypeUuid)
Removes all the layouts where companyId = ? and layoutPrototypeUuid = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the layouts where companyId = ? from the database.
|
Layout |
removeByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
|
Layout |
removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? from the database.
|
void |
removeByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? from the database.
|
void |
removeByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? from the database.
|
void |
removeByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? from the database.
|
Layout |
removeByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
Removes the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database.
|
void |
removeByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
Removes all the layouts where groupId = ? and privateLayout = ? and type = ? from the database.
|
void |
removeByG_P(long groupId,
boolean privateLayout)
Removes all the layouts where groupId = ? and privateLayout = ? from the database.
|
void |
removeByG_T(long groupId,
java.lang.String type)
Removes all the layouts where groupId = ? and type = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the layouts where groupId = ? from the database.
|
Layout |
removeByIconImageId(long iconImageId)
Removes the layout where iconImageId = ? from the database.
|
void |
removeByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
Removes all the layouts where layoutPrototypeUuid = ? from the database.
|
Layout |
removeByP_I(boolean privateLayout,
long iconImageId)
Removes the layout where privateLayout = ? and iconImageId = ? from the database.
|
void |
removeBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
Removes all the layouts where sourcePrototypeLayoutUuid = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the layouts where uuid = ? and companyId = ? from the database.
|
Layout |
removeByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
Removes the layout where uuid = ? and groupId = ? and privateLayout = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the layouts where uuid = ? from the database.
|
Layout |
updateImpl(Layout layout) |
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.Map<java.io.Serializable,Layout> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys
in interface BasePersistence<Layout>
java.util.List<Layout> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<Layout> findByUuid(java.lang.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)java.util.List<Layout> findByUuid(java.lang.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
)java.util.List<Layout> findByUuid(java.lang.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 cacheLayout findByUuid_First(java.lang.String uuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUuid_First(java.lang.String uuid, OrderByComparator<Layout> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByUuid_Last(java.lang.String uuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUuid_Last(java.lang.String uuid, OrderByComparator<Layout> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByUuid_PrevAndNext(long plid, java.lang.String uuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidLayout findByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout) throws NoSuchLayoutException
NoSuchLayoutException
if it could not be found.uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutNoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutnull
if a matching layout could not be foundLayout fetchByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutuseFinderCache
- whether to use the finder cachenull
if a matching layout could not be foundLayout removeByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout) throws NoSuchLayoutException
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutNoSuchLayoutException
int countByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutjava.util.List<Layout> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<Layout> findByUuid_C(java.lang.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)java.util.List<Layout> findByUuid_C(java.lang.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
)java.util.List<Layout> findByUuid_C(java.lang.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 cacheLayout findByUuid_C_First(java.lang.String uuid, long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUuid_C_First(java.lang.String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByUuid_C_Last(java.lang.String uuid, long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByUuid_C_Last(java.lang.String uuid, long companyId, OrderByComparator<Layout> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByUuid_C_PrevAndNext(long plid, java.lang.String uuid, long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<Layout> findByGroupId(long groupId)
groupId
- the group IDjava.util.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)java.util.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
)java.util.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 cacheLayout findByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByGroupId_Last(long groupId, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundjava.util.List<Layout> filterFindByGroupId(long groupId)
groupId
- the group IDjava.util.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)java.util.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
)Layout[] filterFindByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDint filterCountByGroupId(long groupId)
groupId
- the group IDjava.util.List<Layout> findByCompanyId(long companyId)
companyId
- the company IDjava.util.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)java.util.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
)java.util.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 cacheLayout findByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByCompanyId_Last(long companyId, OrderByComparator<Layout> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDLayout findByIconImageId(long iconImageId) throws NoSuchLayoutException
NoSuchLayoutException
if it could not be found.iconImageId
- the icon image IDNoSuchLayoutException
- if a matching layout could not be foundLayout fetchByIconImageId(long iconImageId)
null
if it could not be found. Uses the finder cache.iconImageId
- the icon image IDnull
if a matching layout could not be foundLayout fetchByIconImageId(long iconImageId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.iconImageId
- the icon image IDuseFinderCache
- whether to use the finder cachenull
if a matching layout could not be foundLayout removeByIconImageId(long iconImageId) throws NoSuchLayoutException
iconImageId
- the icon image IDNoSuchLayoutException
int countByIconImageId(long iconImageId)
iconImageId
- the icon image IDjava.util.List<Layout> findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
layoutPrototypeUuid
- the layout prototype uuidjava.util.List<Layout> findByLayoutPrototypeUuid(java.lang.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)java.util.List<Layout> findByLayoutPrototypeUuid(java.lang.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
)java.util.List<Layout> findByLayoutPrototypeUuid(java.lang.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 cacheLayout findByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByLayoutPrototypeUuid_PrevAndNext(long plid, java.lang.String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
layoutPrototypeUuid
- the layout prototype uuidint countByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
layoutPrototypeUuid
- the layout prototype uuidjava.util.List<Layout> findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
sourcePrototypeLayoutUuid
- the source prototype layout uuidjava.util.List<Layout> findBySourcePrototypeLayoutUuid(java.lang.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)java.util.List<Layout> findBySourcePrototypeLayoutUuid(java.lang.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
)java.util.List<Layout> findBySourcePrototypeLayoutUuid(java.lang.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 cacheLayout findBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator)
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, java.lang.String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
sourcePrototypeLayoutUuid
- the source prototype layout uuidint countBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
sourcePrototypeLayoutUuid
- the source prototype layout uuidjava.util.List<Layout> findByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutjava.util.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)java.util.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
)java.util.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 cacheLayout findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundjava.util.List<Layout> filterFindByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutjava.util.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)java.util.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
)Layout[] filterFindByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutint countByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutint filterCountByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutjava.util.List<Layout> findByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typejava.util.List<Layout> findByG_T(long groupId, java.lang.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)java.util.List<Layout> findByG_T(long groupId, java.lang.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
)java.util.List<Layout> findByG_T(long groupId, java.lang.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 cacheLayout findByG_T_First(long groupId, java.lang.String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_T_First(long groupId, java.lang.String type, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByG_T_Last(long groupId, java.lang.String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_T_Last(long groupId, java.lang.String type, OrderByComparator<Layout> orderByComparator)
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByG_T_PrevAndNext(long plid, long groupId, java.lang.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 foundjava.util.List<Layout> filterFindByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typejava.util.List<Layout> filterFindByG_T(long groupId, java.lang.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)java.util.List<Layout> filterFindByG_T(long groupId, java.lang.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
)Layout[] filterFindByG_T_PrevAndNext(long plid, long groupId, java.lang.String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutgroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typeint countByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typeint filterCountByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typejava.util.List<Layout> findByC_L(long companyId, java.lang.String layoutPrototypeUuid)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidjava.util.List<Layout> findByC_L(long companyId, java.lang.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)java.util.List<Layout> findByC_L(long companyId, java.lang.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
)java.util.List<Layout> findByC_L(long companyId, java.lang.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 cacheLayout findByC_L_First(long companyId, java.lang.String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByC_L_First(long companyId, java.lang.String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout findByC_L_Last(long companyId, java.lang.String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a matching layout could not be foundLayout fetchByC_L_Last(long companyId, java.lang.String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout could not be foundLayout[] findByC_L_PrevAndNext(long plid, long companyId, java.lang.String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException
plid
- the primary key of the current layoutcompanyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutException
- if a layout with the primary key could not be foundvoid removeByC_L(long companyId, java.lang.String layoutPrototypeUuid)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidint countByC_L(long companyId, java.lang.String layoutPrototypeUuid)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidLayout findByP_I(boolean privateLayout, long iconImageId) throws NoSuchLayoutException
NoSuchLayoutException
if it could not be found.privateLayout
- the private layouticonImageId
- the icon image IDNoSuchLayoutException
- if a matching layout could not be foundLayout fetchByP_I(boolean privateLayout, long iconImageId)
null
if it could not be found. Uses the finder cache.privateLayout
- the private layouticonImageId
- the icon image IDnull
if a matching layout could not be foundLayout fetchByP_I(boolean privateLayout, long iconImageId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.privateLayout
- the private layouticonImageId
- the icon image IDuseFinderCache
- whether to use the finder cachenull
if a matching layout could not be foundLayout removeByP_I(boolean privateLayout, long iconImageId) throws NoSuchLayoutException
privateLayout
- the private layouticonImageId
- the icon image IDNoSuchLayoutException
int countByP_I(boolean privateLayout, long iconImageId)
privateLayout
- the private layouticonImageId
- the icon image IDLayout findByG_P_L(long groupId, boolean privateLayout, long layoutId) throws NoSuchLayoutException
NoSuchLayoutException
if it could not be found.groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDNoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_P_L(long groupId, boolean privateLayout, long layoutId)
null
if it could not be found. Uses the finder cache.groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDnull
if a matching layout could not be foundLayout fetchByG_P_L(long groupId, boolean privateLayout, long layoutId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDuseFinderCache
- whether to use the finder cachenull
if a matching layout could not be foundLayout removeByG_P_L(long groupId, boolean privateLayout, long layoutId) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDNoSuchLayoutException
int countByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDjava.util.List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDjava.util.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)java.util.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
)java.util.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 cacheLayout 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 foundLayout 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 foundLayout 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 foundLayout 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 foundLayout[] 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 foundjava.util.List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDjava.util.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)java.util.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
)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 foundjava.util.List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDsjava.util.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)java.util.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
)java.util.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 IDsjava.util.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)java.util.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
)java.util.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 cachevoid removeByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDint countByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDint countByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDsint filterCountByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDint filterCountByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDsjava.util.List<Layout> findByG_P_T(long groupId, boolean privateLayout, java.lang.String type)
groupId
- the group IDprivateLayout
- the private layouttype
- the typejava.util.List<Layout> findByG_P_T(long groupId, boolean privateLayout, java.lang.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)java.util.List<Layout> findByG_P_T(long groupId, boolean privateLayout, java.lang.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
)java.util.List<Layout> findByG_P_T(long groupId, boolean privateLayout, java.lang.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 cacheLayout findByG_P_T_First(long groupId, boolean privateLayout, java.lang.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 foundLayout fetchByG_P_T_First(long groupId, boolean privateLayout, java.lang.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 foundLayout findByG_P_T_Last(long groupId, boolean privateLayout, java.lang.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 foundLayout fetchByG_P_T_Last(long groupId, boolean privateLayout, java.lang.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 foundLayout[] findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, java.lang.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 foundjava.util.List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, java.lang.String type)
groupId
- the group IDprivateLayout
- the private layouttype
- the typejava.util.List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, java.lang.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)java.util.List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, java.lang.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
)Layout[] filterFindByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, java.lang.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 foundvoid removeByG_P_T(long groupId, boolean privateLayout, java.lang.String type)
groupId
- the group IDprivateLayout
- the private layouttype
- the typeint countByG_P_T(long groupId, boolean privateLayout, java.lang.String type)
groupId
- the group IDprivateLayout
- the private layouttype
- the typeint filterCountByG_P_T(long groupId, boolean privateLayout, java.lang.String type)
groupId
- the group IDprivateLayout
- the private layouttype
- the typeLayout findByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL) throws NoSuchLayoutException
NoSuchLayoutException
if it could not be found.groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlNoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL)
null
if it could not be found. Uses the finder cache.groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlnull
if a matching layout could not be foundLayout fetchByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urluseFinderCache
- whether to use the finder cachenull
if a matching layout could not be foundLayout removeByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlNoSuchLayoutException
int countByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlLayout findByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid) throws NoSuchLayoutException
NoSuchLayoutException
if it could not be found.groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidNoSuchLayoutException
- if a matching layout could not be foundLayout fetchByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid)
null
if it could not be found. Uses the finder cache.groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidnull
if a matching layout could not be foundLayout fetchByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, 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 uuiduseFinderCache
- whether to use the finder cachenull
if a matching layout could not be foundLayout removeByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid) throws NoSuchLayoutException
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidNoSuchLayoutException
int countByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidjava.util.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 hiddenjava.util.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)java.util.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
)java.util.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 cacheLayout 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 foundLayout 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 foundLayout 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 foundLayout 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 foundLayout[] 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 foundjava.util.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 hiddenjava.util.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)java.util.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
)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 foundjava.util.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 hiddenjava.util.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)java.util.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
)java.util.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 hiddenjava.util.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)java.util.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
)java.util.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 cachevoid removeByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenint countByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenint countByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenint filterCountByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenint filterCountByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutIds
- the parent layout IDshidden
- the hiddenjava.util.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 priorityjava.util.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)java.util.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
)java.util.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 cacheLayout 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 foundLayout 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 foundLayout 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 foundLayout 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 foundLayout[] 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 foundjava.util.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 priorityjava.util.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)java.util.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
)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 foundvoid removeByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityint countByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityint filterCountByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityvoid cacheResult(Layout layout)
layout
- the layoutvoid cacheResult(java.util.List<Layout> layouts)
layouts
- the layoutsLayout create(long plid)
plid
- the primary key for the new layoutLayout remove(long plid) throws NoSuchLayoutException
plid
- the primary key of the layoutNoSuchLayoutException
- if a layout with the primary key could not be foundLayout 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 foundLayout 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 foundjava.util.List<Layout> findAll()
java.util.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)java.util.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
)java.util.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 cachevoid removeAll()
int countAll()
java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames
in interface BasePersistence<Layout>