Interface LayoutPersistence
- All Superinterfaces:
BasePersistence<Layout>,CTPersistence<Layout>
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcacheResult(Layout layout) Caches the layout in the entity cache if it is enabled.voidcacheResult(List<Layout> layouts) Caches the layouts in the entity cache if it is enabled.intcountAll()Returns the number of layouts.intcountByC_C(long classNameId, long classPK) Returns the number of layouts where classNameId = ? and classPK = ?.intcountByC_C(long classNameId, long[] classPKs) Returns the number of layouts where classNameId = ? and classPK = any ?.intcountByCompanyId(long companyId) Returns the number of layouts where companyId = ?.intcountByERC_G(String externalReferenceCode, long groupId) Returns the number of layouts where externalReferenceCode = ? and groupId = ?.intcountByG_MLPTEERC(long groupId, String masterLayoutPageTemplateEntryERC) Returns the number of layouts where groupId = ? and masterLayoutPageTemplateEntryERC = ?.intcountByG_P(long groupId, boolean privateLayout) Returns the number of layouts where groupId = ? and privateLayout = ?.intcountByG_P_F(long groupId, boolean privateLayout, String friendlyURL) Returns the number of layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.intcountByG_P_L(long groupId, boolean privateLayout, long layoutId) Returns the number of layouts where groupId = ? and privateLayout = ? and layoutId = ?.intcountByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC) Returns the number of layouts where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.intcountByG_P_P(long groupId, boolean privateLayout, long parentLayoutId) Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.intcountByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds) Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.intcountByG_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 = ?.intcountByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden) Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.intcountByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority) Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.intcountByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system) Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.intcountByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system) Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.intcountByG_P_S(long groupId, boolean privateLayout, boolean system) Returns the number of layouts where groupId = ? and privateLayout = ? and system = ?.intcountByG_P_ST(long groupId, boolean privateLayout, int status) Returns the number of layouts where groupId = ? and privateLayout = ? and status = ?.intcountByG_P_ST(long groupId, boolean privateLayout, int[] statuses) Returns the number of layouts where groupId = ? and privateLayout = ? and status = any ?.intcountByG_P_T(long groupId, boolean privateLayout, String type) Returns the number of layouts where groupId = ? and privateLayout = ? and type = ?.intcountByG_P_T(long groupId, boolean privateLayout, String[] types) Returns the number of layouts where groupId = ? and privateLayout = ? and type = any ?.intcountByG_T(long groupId, String type) Returns the number of layouts where groupId = ? and type = ?.intcountByGroupId(long groupId) Returns the number of layouts where groupId = ?.intcountByIconImageId(long iconImageId) Returns the number of layouts where iconImageId = ?.intcountByLayoutSetPrototypeLayoutERC(String layoutSetPrototypeLayoutERC) Returns the number of layouts where layoutSetPrototypeLayoutERC = ?.intcountByP_I(boolean privateLayout, long iconImageId) Returns the number of layouts where privateLayout = ? and iconImageId = ?.intcountByParentPlid(long parentPlid) Returns the number of layouts where parentPlid = ?.intcountByPLPTEERC_PLPTESERC(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC) Returns the number of layouts where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ?.intcountByUuid(String uuid) Returns the number of layouts where uuid = ?.intcountByUuid_C(String uuid, long companyId) Returns the number of layouts where uuid = ? and companyId = ?.intcountByUUID_G_P(String uuid, long groupId, boolean privateLayout) Returns the number of layouts where uuid = ? and groupId = ? and privateLayout = ?.create(long plid) Creates a new layout with the primary key.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where classNameId = ? and classPK = ?.fetchByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where companyId = ?.fetchByERC_G(String externalReferenceCode, long groupId) Returns the layout where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found.fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the layout where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByG_MLPTEERC_First(long groupId, String masterLayoutPageTemplateEntryERC, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and masterLayoutPageTemplateEntryERC = ?.fetchByG_P_F(long groupId, boolean privateLayout, String friendlyURL) Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returnsnullif it could not be found.fetchByG_P_F(long groupId, boolean privateLayout, String friendlyURL, boolean useFinderCache) Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.fetchByG_P_L(long groupId, boolean privateLayout, long layoutId) Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returnsnullif it could not be found.fetchByG_P_L(long groupId, boolean privateLayout, long layoutId, boolean useFinderCache) Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByG_P_LSPLE_First(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.fetchByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.fetchByG_P_P_H_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.fetchByG_P_P_LteP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.fetchByG_P_P_S_First(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.fetchByG_P_S_First(long groupId, boolean privateLayout, boolean system, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and system = ?.fetchByG_P_ST_First(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.fetchByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.fetchByG_T_First(long groupId, String type, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and type = ?.fetchByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ?.fetchByIconImageId_First(long iconImageId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where iconImageId = ?.fetchByLayoutSetPrototypeLayoutERC_First(String layoutSetPrototypeLayoutERC, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where layoutSetPrototypeLayoutERC = ?.fetchByP_I_First(boolean privateLayout, long iconImageId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where privateLayout = ? and iconImageId = ?.fetchByParentPlid_First(long parentPlid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where parentPlid = ?.fetchByPLPTEERC_PLPTESERC_First(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ?.fetchByPrimaryKey(long plid) Returns the layout with the primary key or returnsnullif it could not be found.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where uuid = ?.fetchByUUID_G_P(String uuid, long groupId, boolean privateLayout) Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returnsnullif it could not be found.fetchByUUID_G_P(String uuid, long groupId, boolean privateLayout, boolean useFinderCache) Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returnsnullif it could not be found, optionally using the finder cache.intfilterCountByG_MLPTEERC(long groupId, String masterLayoutPageTemplateEntryERC) Returns the number of layouts that the user has permission to view where groupId = ? and masterLayoutPageTemplateEntryERC = ?.intfilterCountByG_P(long groupId, boolean privateLayout) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ?.intfilterCountByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.intfilterCountByG_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 = ?.intfilterCountByG_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 ?.intfilterCountByG_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 = ?.intfilterCountByG_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 = ?.intfilterCountByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.intfilterCountByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.intfilterCountByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.intfilterCountByG_P_S(long groupId, boolean privateLayout, boolean system) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and system = ?.intfilterCountByG_P_ST(long groupId, boolean privateLayout, int status) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.intfilterCountByG_P_ST(long groupId, boolean privateLayout, int[] statuses) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.intfilterCountByG_P_T(long groupId, boolean privateLayout, String type) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.intfilterCountByG_P_T(long groupId, boolean privateLayout, String[] types) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.intfilterCountByG_T(long groupId, String type) Returns the number of layouts that the user has permission to view where groupId = ? and type = ?.intfilterCountByGroupId(long groupId) Returns the number of layouts that the user has permission to view where groupId = ?.filterFindByG_MLPTEERC(long groupId, String masterLayoutPageTemplateEntryERC) Returns all the layouts that the user has permission to view where groupId = ? and masterLayoutPageTemplateEntryERC = ?.filterFindByG_MLPTEERC(long groupId, String masterLayoutPageTemplateEntryERC, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and masterLayoutPageTemplateEntryERC = ?.filterFindByG_MLPTEERC(long groupId, String masterLayoutPageTemplateEntryERC, 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 masterLayoutPageTemplateEntryERC = ?.filterFindByG_P(long groupId, boolean privateLayout) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.filterFindByG_P(long groupId, boolean privateLayout, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.filterFindByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.filterFindByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.filterFindByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC, 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 layoutSetPrototypeLayoutERC = ?.filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.filterFindByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.filterFindByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.filterFindByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.filterFindByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.filterFindByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.filterFindByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.filterFindByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.filterFindByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.filterFindByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.filterFindByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.filterFindByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.filterFindByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.filterFindByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.filterFindByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.filterFindByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.filterFindByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.filterFindByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.filterFindByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.filterFindByG_P_S(long groupId, boolean privateLayout, boolean system) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and system = ?.filterFindByG_P_S(long groupId, boolean privateLayout, boolean system, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and system = ?.filterFindByG_P_S(long groupId, boolean privateLayout, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and system = ?.filterFindByG_P_ST(long groupId, boolean privateLayout, int status) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.filterFindByG_P_ST(long groupId, boolean privateLayout, int[] statuses) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.filterFindByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.filterFindByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.filterFindByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.filterFindByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and status = ?.filterFindByG_P_T(long groupId, boolean privateLayout, String type) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.filterFindByG_P_T(long groupId, boolean privateLayout, String[] types) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.filterFindByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.filterFindByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?.filterFindByG_T(long groupId, String type) Returns all the layouts that the user has permission to view where groupId = ? and type = ?.filterFindByG_T(long groupId, String type, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and type = ?.filterFindByG_T(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and type = ?.filterFindByGroupId(long groupId) Returns all the layouts that the user has permission to view where groupId = ?.filterFindByGroupId(long groupId, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ?.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.findAll()Returns all the layouts.findAll(int start, int end) Returns a range of all the layouts.findAll(int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts.findAll(int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts.findByC_C(long classNameId, long classPK) Returns all the layouts where classNameId = ? and classPK = ?.findByC_C(long classNameId, long[] classPKs) Returns all the layouts where classNameId = ? and classPK = any ?.findByC_C(long classNameId, long[] classPKs, int start, int end) Returns a range of all the layouts where classNameId = ? and classPK = any ?.findByC_C(long classNameId, long[] classPKs, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where classNameId = ? and classPK = any ?.findByC_C(long classNameId, long[] classPKs, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where classNameId = ? and classPK = ?, optionally using the finder cache.findByC_C(long classNameId, long classPK, int start, int end) Returns a range of all the layouts where classNameId = ? and classPK = ?.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where classNameId = ? and classPK = ?.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where classNameId = ? and classPK = ?.findByC_C_First(long classNameId, long classPK, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where classNameId = ? and classPK = ?.findByCompanyId(long companyId) Returns all the layouts where companyId = ?.findByCompanyId(long companyId, int start, int end) Returns a range of all the layouts where companyId = ?.findByCompanyId(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where companyId = ?.findByCompanyId(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where companyId = ?.findByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where companyId = ?.findByERC_G(String externalReferenceCode, long groupId) Returns the layout where externalReferenceCode = ? and groupId = ? or throws aNoSuchLayoutExceptionif it could not be found.findByG_MLPTEERC(long groupId, String masterLayoutPageTemplateEntryERC) Returns all the layouts where groupId = ? and masterLayoutPageTemplateEntryERC = ?.findByG_MLPTEERC(long groupId, String masterLayoutPageTemplateEntryERC, int start, int end) Returns a range of all the layouts where groupId = ? and masterLayoutPageTemplateEntryERC = ?.findByG_MLPTEERC(long groupId, String masterLayoutPageTemplateEntryERC, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and masterLayoutPageTemplateEntryERC = ?.findByG_MLPTEERC(long groupId, String masterLayoutPageTemplateEntryERC, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and masterLayoutPageTemplateEntryERC = ?.findByG_MLPTEERC_First(long groupId, String masterLayoutPageTemplateEntryERC, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and masterLayoutPageTemplateEntryERC = ?.findByG_P(long groupId, boolean privateLayout) Returns all the layouts where groupId = ? and privateLayout = ?.findByG_P(long groupId, boolean privateLayout, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ?.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL) Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or throws aNoSuchLayoutExceptionif it could not be found.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.findByG_P_L(long groupId, boolean privateLayout, long layoutId) Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or throws aNoSuchLayoutExceptionif it could not be found.findByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC) Returns all the layouts where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.findByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.findByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.findByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.findByG_P_LSPLE_First(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId) Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds) Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?, optionally using the finder cache.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden) Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?, optionally using the finder cache.findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden) Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.findByG_P_P_H_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority) Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.findByG_P_P_LteP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system) Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?, optionally using the finder cache.findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system) Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.findByG_P_P_S_First(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.findByG_P_S(long groupId, boolean privateLayout, boolean system) Returns all the layouts where groupId = ? and privateLayout = ? and system = ?.findByG_P_S(long groupId, boolean privateLayout, boolean system, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and system = ?.findByG_P_S(long groupId, boolean privateLayout, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and system = ?.findByG_P_S(long groupId, boolean privateLayout, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and system = ?.findByG_P_S_First(long groupId, boolean privateLayout, boolean system, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and system = ?.findByG_P_ST(long groupId, boolean privateLayout, int status) Returns all the layouts where groupId = ? and privateLayout = ? and status = ?.findByG_P_ST(long groupId, boolean privateLayout, int[] statuses) Returns all the layouts where groupId = ? and privateLayout = ? and status = any ?.findByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and status = any ?.findByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = any ?.findByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?, optionally using the finder cache.findByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and status = ?.findByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?.findByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?.findByG_P_ST_First(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.findByG_P_T(long groupId, boolean privateLayout, String type) Returns all the layouts where groupId = ? and privateLayout = ? and type = ?.findByG_P_T(long groupId, boolean privateLayout, String[] types) Returns all the layouts where groupId = ? and privateLayout = ? and type = any ?.findByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = any ?.findByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = any ?.findByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?, optionally using the finder cache.findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = ?.findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.Returns all the layouts where groupId = ? and type = ?.Returns a range of all the layouts where groupId = ? and type = ?.findByG_T(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and type = ?.findByG_T(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and type = ?.findByG_T_First(long groupId, String type, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and type = ?.findByGroupId(long groupId) Returns all the layouts where groupId = ?.findByGroupId(long groupId, int start, int end) Returns a range of all the layouts where groupId = ?.findByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ?.findByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ?.findByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ?.findByIconImageId(long iconImageId) Returns all the layouts where iconImageId = ?.findByIconImageId(long iconImageId, int start, int end) Returns a range of all the layouts where iconImageId = ?.findByIconImageId(long iconImageId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where iconImageId = ?.findByIconImageId(long iconImageId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where iconImageId = ?.findByIconImageId_First(long iconImageId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where iconImageId = ?.findByLayoutSetPrototypeLayoutERC(String layoutSetPrototypeLayoutERC) Returns all the layouts where layoutSetPrototypeLayoutERC = ?.findByLayoutSetPrototypeLayoutERC(String layoutSetPrototypeLayoutERC, int start, int end) Returns a range of all the layouts where layoutSetPrototypeLayoutERC = ?.findByLayoutSetPrototypeLayoutERC(String layoutSetPrototypeLayoutERC, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where layoutSetPrototypeLayoutERC = ?.findByLayoutSetPrototypeLayoutERC(String layoutSetPrototypeLayoutERC, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where layoutSetPrototypeLayoutERC = ?.findByLayoutSetPrototypeLayoutERC_First(String layoutSetPrototypeLayoutERC, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where layoutSetPrototypeLayoutERC = ?.findByP_I(boolean privateLayout, long iconImageId) Returns all the layouts where privateLayout = ? and iconImageId = ?.findByP_I(boolean privateLayout, long iconImageId, int start, int end) Returns a range of all the layouts where privateLayout = ? and iconImageId = ?.findByP_I(boolean privateLayout, long iconImageId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where privateLayout = ? and iconImageId = ?.findByP_I(boolean privateLayout, long iconImageId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where privateLayout = ? and iconImageId = ?.findByP_I_First(boolean privateLayout, long iconImageId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where privateLayout = ? and iconImageId = ?.findByParentPlid(long parentPlid) Returns all the layouts where parentPlid = ?.findByParentPlid(long parentPlid, int start, int end) Returns a range of all the layouts where parentPlid = ?.findByParentPlid(long parentPlid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where parentPlid = ?.findByParentPlid(long parentPlid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where parentPlid = ?.findByParentPlid_First(long parentPlid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where parentPlid = ?.findByPLPTEERC_PLPTESERC(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC) Returns all the layouts where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ?.findByPLPTEERC_PLPTESERC(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC, int start, int end) Returns a range of all the layouts where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ?.findByPLPTEERC_PLPTESERC(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ?.findByPLPTEERC_PLPTESERC(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ?.findByPLPTEERC_PLPTESERC_First(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ?.findByPrimaryKey(long plid) Returns the layout with the primary key or throws aNoSuchLayoutExceptionif it could not be found.findByUuid(String uuid) Returns all the layouts where uuid = ?.findByUuid(String uuid, int start, int end) Returns a range of all the layouts where uuid = ?.findByUuid(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where uuid = ?.findByUuid(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where uuid = ?.findByUuid_C(String uuid, long companyId) Returns all the layouts where uuid = ? and companyId = ?.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the layouts where uuid = ? and companyId = ?.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where uuid = ? and companyId = ?.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where uuid = ? and companyId = ?.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where uuid = ? and companyId = ?.findByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where uuid = ?.findByUUID_G_P(String uuid, long groupId, boolean privateLayout) Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or throws aNoSuchLayoutExceptionif it could not be found.remove(long plid) Removes the layout with the primary key from the database.voidRemoves all the layouts from the database.voidremoveByC_C(long classNameId, long classPK) Removes all the layouts where classNameId = ? and classPK = ? from the database.voidremoveByCompanyId(long companyId) Removes all the layouts where companyId = ? from the database.removeByERC_G(String externalReferenceCode, long groupId) Removes the layout where externalReferenceCode = ? and groupId = ? from the database.voidremoveByG_MLPTEERC(long groupId, String masterLayoutPageTemplateEntryERC) Removes all the layouts where groupId = ? and masterLayoutPageTemplateEntryERC = ? from the database.voidremoveByG_P(long groupId, boolean privateLayout) Removes all the layouts where groupId = ? and privateLayout = ? from the database.removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL) Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.removeByG_P_L(long groupId, boolean privateLayout, long layoutId) Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? from the database.voidremoveByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC) Removes all the layouts where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ? from the database.voidremoveByG_P_P(long groupId, boolean privateLayout, long parentLayoutId) Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? from the database.voidremoveByG_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.voidremoveByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority) Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? from the database.voidremoveByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system) Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ? from the database.voidremoveByG_P_S(long groupId, boolean privateLayout, boolean system) Removes all the layouts where groupId = ? and privateLayout = ? and system = ? from the database.voidremoveByG_P_ST(long groupId, boolean privateLayout, int status) Removes all the layouts where groupId = ? and privateLayout = ? and status = ? from the database.voidremoveByG_P_T(long groupId, boolean privateLayout, String type) Removes all the layouts where groupId = ? and privateLayout = ? and type = ? from the database.voidremoveByG_T(long groupId, String type) Removes all the layouts where groupId = ? and type = ? from the database.voidremoveByGroupId(long groupId) Removes all the layouts where groupId = ? from the database.voidremoveByIconImageId(long iconImageId) Removes all the layouts where iconImageId = ? from the database.voidremoveByLayoutSetPrototypeLayoutERC(String layoutSetPrototypeLayoutERC) Removes all the layouts where layoutSetPrototypeLayoutERC = ? from the database.voidremoveByP_I(boolean privateLayout, long iconImageId) Removes all the layouts where privateLayout = ? and iconImageId = ? from the database.voidremoveByParentPlid(long parentPlid) Removes all the layouts where parentPlid = ? from the database.voidremoveByPLPTEERC_PLPTESERC(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC) Removes all the layouts where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ? from the database.voidremoveByUuid(String uuid) Removes all the layouts where uuid = ? from the database.voidremoveByUuid_C(String uuid, long companyId) Removes all the layouts where uuid = ? and companyId = ? from the database.removeByUUID_G_P(String uuid, long groupId, boolean privateLayout) Removes the layout where uuid = ? and groupId = ? and privateLayout = ? from the database.updateImpl(Layout layout) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQuery, dslQueryCount, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, updateMethods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the layouts where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the matching layouts
-
findByUuid
Returns a range of all the layouts where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByUuid
List<Layout> findByUuid(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByUuid
List<Layout> findByUuid(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByUuid_First
Layout findByUuid_First(String uuid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByUuid_First
Returns the first layout in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
removeByUuid
Removes all the layouts where uuid = ? from the database.- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of layouts where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the number of matching layouts
-
findByUUID_G_P
Layout findByUUID_G_P(String uuid, long groupId, boolean privateLayout) throws NoSuchLayoutException Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or throws aNoSuchLayoutExceptionif it could not be found.- Parameters:
uuid- the uuidgroupId- the group IDprivateLayout- the private layout- Returns:
- the matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByUUID_G_P
Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
uuid- the uuidgroupId- the group IDprivateLayout- the private layout- Returns:
- the matching layout, or
nullif a matching layout could not be found
-
fetchByUUID_G_P
Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
uuid- the uuidgroupId- the group IDprivateLayout- the private layoutuseFinderCache- whether to use the finder cache- Returns:
- the matching layout, or
nullif a matching layout could not be found
-
removeByUUID_G_P
Layout removeByUUID_G_P(String uuid, long groupId, boolean privateLayout) throws NoSuchLayoutException Removes the layout where uuid = ? and groupId = ? and privateLayout = ? from the database.- Parameters:
uuid- the uuidgroupId- the group IDprivateLayout- the private layout- Returns:
- the layout that was removed
- Throws:
NoSuchLayoutException
-
countByUUID_G_P
Returns the number of layouts where uuid = ? and groupId = ? and privateLayout = ?.- Parameters:
uuid- the uuidgroupId- the group IDprivateLayout- the private layout- Returns:
- the number of matching layouts
-
findByUuid_C
Returns all the layouts where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching layouts
-
findByUuid_C
Returns a range of all the layouts where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByUuid_C
List<Layout> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByUuid_C
List<Layout> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByUuid_C_First
Layout findByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByUuid_C_First
Layout fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
removeByUuid_C
Removes all the layouts where uuid = ? and companyId = ? from the database.- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of layouts where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching layouts
-
findByGroupId
Returns all the layouts where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the matching layouts
-
findByGroupId
Returns a range of all the layouts where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByGroupId
List<Layout> findByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByGroupId
List<Layout> findByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByGroupId_First
Layout findByGroupId_First(long groupId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByGroupId_First
Returns the first layout in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
filterFindByGroupId
Returns all the layouts that the user has permission to view where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the matching layouts that the user has permission to view
-
filterFindByGroupId
Returns a range of all the layouts that the user has permission to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByGroupId
List<Layout> filterFindByGroupId(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the layouts where groupId = ? from the database.- Parameters:
groupId- the group ID
-
countByGroupId
int countByGroupId(long groupId) Returns the number of layouts where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the number of matching layouts
-
filterCountByGroupId
int filterCountByGroupId(long groupId) Returns the number of layouts that the user has permission to view where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the number of matching layouts that the user has permission to view
-
findByCompanyId
Returns all the layouts where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the matching layouts
-
findByCompanyId
Returns a range of all the layouts where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByCompanyId
List<Layout> findByCompanyId(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByCompanyId
List<Layout> findByCompanyId(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByCompanyId_First
Layout findByCompanyId_First(long companyId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByCompanyId_First
Returns the first layout in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the layouts where companyId = ? from the database.- Parameters:
companyId- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of layouts where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the number of matching layouts
-
findByParentPlid
Returns all the layouts where parentPlid = ?.- Parameters:
parentPlid- the parent plid- Returns:
- the matching layouts
-
findByParentPlid
Returns a range of all the layouts where parentPlid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
parentPlid- the parent plidstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByParentPlid
List<Layout> findByParentPlid(long parentPlid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where parentPlid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
parentPlid- the parent plidstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByParentPlid
List<Layout> findByParentPlid(long parentPlid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where parentPlid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
parentPlid- the parent plidstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByParentPlid_First
Layout findByParentPlid_First(long parentPlid, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where parentPlid = ?.- Parameters:
parentPlid- the parent plidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByParentPlid_First
Returns the first layout in the ordered set where parentPlid = ?.- Parameters:
parentPlid- the parent plidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
removeByParentPlid
void removeByParentPlid(long parentPlid) Removes all the layouts where parentPlid = ? from the database.- Parameters:
parentPlid- the parent plid
-
countByParentPlid
int countByParentPlid(long parentPlid) Returns the number of layouts where parentPlid = ?.- Parameters:
parentPlid- the parent plid- Returns:
- the number of matching layouts
-
findByIconImageId
Returns all the layouts where iconImageId = ?.- Parameters:
iconImageId- the icon image ID- Returns:
- the matching layouts
-
findByIconImageId
Returns a range of all the layouts where iconImageId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
iconImageId- the icon image IDstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByIconImageId
List<Layout> findByIconImageId(long iconImageId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where iconImageId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
iconImageId- the icon image IDstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByIconImageId
List<Layout> findByIconImageId(long iconImageId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where iconImageId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
iconImageId- the icon image IDstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByIconImageId_First
Layout findByIconImageId_First(long iconImageId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where iconImageId = ?.- Parameters:
iconImageId- the icon image IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByIconImageId_First
Returns the first layout in the ordered set where iconImageId = ?.- Parameters:
iconImageId- the icon image IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
removeByIconImageId
void removeByIconImageId(long iconImageId) Removes all the layouts where iconImageId = ? from the database.- Parameters:
iconImageId- the icon image ID
-
countByIconImageId
int countByIconImageId(long iconImageId) Returns the number of layouts where iconImageId = ?.- Parameters:
iconImageId- the icon image ID- Returns:
- the number of matching layouts
-
findByLayoutSetPrototypeLayoutERC
Returns all the layouts where layoutSetPrototypeLayoutERC = ?.- Parameters:
layoutSetPrototypeLayoutERC- the layout set prototype layout erc- Returns:
- the matching layouts
-
findByLayoutSetPrototypeLayoutERC
List<Layout> findByLayoutSetPrototypeLayoutERC(String layoutSetPrototypeLayoutERC, int start, int end) Returns a range of all the layouts where layoutSetPrototypeLayoutERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
layoutSetPrototypeLayoutERC- the layout set prototype layout ercstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByLayoutSetPrototypeLayoutERC
List<Layout> findByLayoutSetPrototypeLayoutERC(String layoutSetPrototypeLayoutERC, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where layoutSetPrototypeLayoutERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
layoutSetPrototypeLayoutERC- the layout set prototype layout ercstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByLayoutSetPrototypeLayoutERC
List<Layout> findByLayoutSetPrototypeLayoutERC(String layoutSetPrototypeLayoutERC, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where layoutSetPrototypeLayoutERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
layoutSetPrototypeLayoutERC- the layout set prototype layout ercstart- 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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByLayoutSetPrototypeLayoutERC_First
Layout findByLayoutSetPrototypeLayoutERC_First(String layoutSetPrototypeLayoutERC, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where layoutSetPrototypeLayoutERC = ?.- Parameters:
layoutSetPrototypeLayoutERC- the layout set prototype layout ercorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByLayoutSetPrototypeLayoutERC_First
Layout fetchByLayoutSetPrototypeLayoutERC_First(String layoutSetPrototypeLayoutERC, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where layoutSetPrototypeLayoutERC = ?.- Parameters:
layoutSetPrototypeLayoutERC- the layout set prototype layout ercorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
removeByLayoutSetPrototypeLayoutERC
Removes all the layouts where layoutSetPrototypeLayoutERC = ? from the database.- Parameters:
layoutSetPrototypeLayoutERC- the layout set prototype layout erc
-
countByLayoutSetPrototypeLayoutERC
Returns the number of layouts where layoutSetPrototypeLayoutERC = ?.- Parameters:
layoutSetPrototypeLayoutERC- the layout set prototype layout erc- Returns:
- the number of matching layouts
-
findByG_P
Returns all the layouts where groupId = ? and privateLayout = ?.- Parameters:
groupId- the group IDprivateLayout- the private layout- Returns:
- the matching layouts
-
findByG_P
Returns a range of all the layouts where groupId = ? and privateLayout = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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)- Returns:
- the range of matching layouts
-
findByG_P
List<Layout> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_P
List<Layout> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByG_P_First
Layout findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByG_P_First
Layout fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
filterFindByG_P
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.- Parameters:
groupId- the group IDprivateLayout- the private layout- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_P
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_P
List<Layout> filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
removeByG_P
void removeByG_P(long groupId, boolean privateLayout) Removes all the layouts where groupId = ? and privateLayout = ? from the database.- Parameters:
groupId- the group IDprivateLayout- the private layout
-
countByG_P
int countByG_P(long groupId, boolean privateLayout) Returns the number of layouts where groupId = ? and privateLayout = ?.- Parameters:
groupId- the group IDprivateLayout- the private layout- Returns:
- the number of matching layouts
-
filterCountByG_P
int filterCountByG_P(long groupId, boolean privateLayout) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ?.- Parameters:
groupId- the group IDprivateLayout- the private layout- Returns:
- the number of matching layouts that the user has permission to view
-
findByG_T
Returns all the layouts where groupId = ? and type = ?.- Parameters:
groupId- the group IDtype- the type- Returns:
- the matching layouts
-
findByG_T
Returns a range of all the layouts where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDtype- the typestart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByG_T
List<Layout> findByG_T(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_T
List<Layout> findByG_T(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByG_T_First
Layout findByG_T_First(long groupId, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where groupId = ? and type = ?.- Parameters:
groupId- the group IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByG_T_First
Returns the first layout in the ordered set where groupId = ? and type = ?.- Parameters:
groupId- the group IDtype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
filterFindByG_T
Returns all the layouts that the user has permission to view where groupId = ? and type = ?.- Parameters:
groupId- the group IDtype- the type- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_T
Returns a range of all the layouts that the user has permission to view where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDtype- the typestart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_T
List<Layout> filterFindByG_T(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
removeByG_T
Removes all the layouts where groupId = ? and type = ? from the database.- Parameters:
groupId- the group IDtype- the type
-
countByG_T
Returns the number of layouts where groupId = ? and type = ?.- Parameters:
groupId- the group IDtype- the type- Returns:
- the number of matching layouts
-
filterCountByG_T
Returns the number of layouts that the user has permission to view where groupId = ? and type = ?.- Parameters:
groupId- the group IDtype- the type- Returns:
- the number of matching layouts that the user has permission to view
-
findByG_MLPTEERC
Returns all the layouts where groupId = ? and masterLayoutPageTemplateEntryERC = ?.- Parameters:
groupId- the group IDmasterLayoutPageTemplateEntryERC- the master layout page template entry erc- Returns:
- the matching layouts
-
findByG_MLPTEERC
List<Layout> findByG_MLPTEERC(long groupId, String masterLayoutPageTemplateEntryERC, int start, int end) Returns a range of all the layouts where groupId = ? and masterLayoutPageTemplateEntryERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDmasterLayoutPageTemplateEntryERC- the master layout page template entry ercstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByG_MLPTEERC
List<Layout> findByG_MLPTEERC(long groupId, String masterLayoutPageTemplateEntryERC, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and masterLayoutPageTemplateEntryERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDmasterLayoutPageTemplateEntryERC- the master layout page template entry ercstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_MLPTEERC
List<Layout> findByG_MLPTEERC(long groupId, String masterLayoutPageTemplateEntryERC, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and masterLayoutPageTemplateEntryERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDmasterLayoutPageTemplateEntryERC- the master layout page template entry ercstart- 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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByG_MLPTEERC_First
Layout findByG_MLPTEERC_First(long groupId, String masterLayoutPageTemplateEntryERC, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where groupId = ? and masterLayoutPageTemplateEntryERC = ?.- Parameters:
groupId- the group IDmasterLayoutPageTemplateEntryERC- the master layout page template entry ercorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByG_MLPTEERC_First
Layout fetchByG_MLPTEERC_First(long groupId, String masterLayoutPageTemplateEntryERC, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and masterLayoutPageTemplateEntryERC = ?.- Parameters:
groupId- the group IDmasterLayoutPageTemplateEntryERC- the master layout page template entry ercorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
filterFindByG_MLPTEERC
Returns all the layouts that the user has permission to view where groupId = ? and masterLayoutPageTemplateEntryERC = ?.- Parameters:
groupId- the group IDmasterLayoutPageTemplateEntryERC- the master layout page template entry erc- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_MLPTEERC
List<Layout> filterFindByG_MLPTEERC(long groupId, String masterLayoutPageTemplateEntryERC, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and masterLayoutPageTemplateEntryERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDmasterLayoutPageTemplateEntryERC- the master layout page template entry ercstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_MLPTEERC
List<Layout> filterFindByG_MLPTEERC(long groupId, String masterLayoutPageTemplateEntryERC, 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 masterLayoutPageTemplateEntryERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDmasterLayoutPageTemplateEntryERC- the master layout page template entry ercstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
removeByG_MLPTEERC
Removes all the layouts where groupId = ? and masterLayoutPageTemplateEntryERC = ? from the database.- Parameters:
groupId- the group IDmasterLayoutPageTemplateEntryERC- the master layout page template entry erc
-
countByG_MLPTEERC
Returns the number of layouts where groupId = ? and masterLayoutPageTemplateEntryERC = ?.- Parameters:
groupId- the group IDmasterLayoutPageTemplateEntryERC- the master layout page template entry erc- Returns:
- the number of matching layouts
-
filterCountByG_MLPTEERC
Returns the number of layouts that the user has permission to view where groupId = ? and masterLayoutPageTemplateEntryERC = ?.- Parameters:
groupId- the group IDmasterLayoutPageTemplateEntryERC- the master layout page template entry erc- Returns:
- the number of matching layouts that the user has permission to view
-
findByP_I
Returns all the layouts where privateLayout = ? and iconImageId = ?.- Parameters:
privateLayout- the private layouticonImageId- the icon image ID- Returns:
- the matching layouts
-
findByP_I
Returns a range of all the layouts where privateLayout = ? and iconImageId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
privateLayout- the private layouticonImageId- the icon image IDstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByP_I
List<Layout> findByP_I(boolean privateLayout, long iconImageId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where privateLayout = ? and iconImageId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
privateLayout- the private layouticonImageId- the icon image IDstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByP_I
List<Layout> findByP_I(boolean privateLayout, long iconImageId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where privateLayout = ? and iconImageId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
privateLayout- the private layouticonImageId- the icon image IDstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByP_I_First
Layout findByP_I_First(boolean privateLayout, long iconImageId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where privateLayout = ? and iconImageId = ?.- Parameters:
privateLayout- the private layouticonImageId- the icon image IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByP_I_First
Layout fetchByP_I_First(boolean privateLayout, long iconImageId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where privateLayout = ? and iconImageId = ?.- Parameters:
privateLayout- the private layouticonImageId- the icon image IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
removeByP_I
void removeByP_I(boolean privateLayout, long iconImageId) Removes all the layouts where privateLayout = ? and iconImageId = ? from the database.- Parameters:
privateLayout- the private layouticonImageId- the icon image ID
-
countByP_I
int countByP_I(boolean privateLayout, long iconImageId) Returns the number of layouts where privateLayout = ? and iconImageId = ?.- Parameters:
privateLayout- the private layouticonImageId- the icon image ID- Returns:
- the number of matching layouts
-
findByC_C
Returns all the layouts where classNameId = ? and classPK = ?.- Parameters:
classNameId- the class name IDclassPK- the class pk- Returns:
- the matching layouts
-
findByC_C
Returns a range of all the layouts where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
classNameId- the class name IDclassPK- the class pkstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByC_C
List<Layout> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
classNameId- the class name IDclassPK- the class pkstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByC_C
List<Layout> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
classNameId- the class name IDclassPK- the class pkstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByC_C_First
Layout findByC_C_First(long classNameId, long classPK, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByC_C_First
Layout fetchByC_C_First(long classNameId, long classPK, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
findByC_C
Returns all the layouts where classNameId = ? and classPK = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
classNameId- the class name IDclassPKs- the class pks- Returns:
- the matching layouts
-
findByC_C
Returns a range of all the layouts where classNameId = ? and classPK = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
classNameId- the class name IDclassPKs- the class pksstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByC_C
List<Layout> findByC_C(long classNameId, long[] classPKs, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where classNameId = ? and classPK = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
classNameId- the class name IDclassPKs- the class pksstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByC_C
List<Layout> findByC_C(long classNameId, long[] classPKs, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where classNameId = ? and classPK = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
classNameId- the class name IDclassPKs- the class pksstart- 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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
removeByC_C
void removeByC_C(long classNameId, long classPK) Removes all the layouts where classNameId = ? and classPK = ? from the database.- Parameters:
classNameId- the class name IDclassPK- the class pk
-
countByC_C
int countByC_C(long classNameId, long classPK) Returns the number of layouts where classNameId = ? and classPK = ?.- Parameters:
classNameId- the class name IDclassPK- the class pk- Returns:
- the number of matching layouts
-
countByC_C
int countByC_C(long classNameId, long[] classPKs) Returns the number of layouts where classNameId = ? and classPK = any ?.- Parameters:
classNameId- the class name IDclassPKs- the class pks- Returns:
- the number of matching layouts
-
findByPLPTEERC_PLPTESERC
List<Layout> findByPLPTEERC_PLPTESERC(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC) Returns all the layouts where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ?.- Parameters:
portletLayoutPageTemplateEntryERC- the portlet layout page template entry ercportletLayoutPageTemplateEntryScopeERC- the portlet layout page template entry scope erc- Returns:
- the matching layouts
-
findByPLPTEERC_PLPTESERC
List<Layout> findByPLPTEERC_PLPTESERC(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC, int start, int end) Returns a range of all the layouts where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
portletLayoutPageTemplateEntryERC- the portlet layout page template entry ercportletLayoutPageTemplateEntryScopeERC- the portlet layout page template entry scope ercstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByPLPTEERC_PLPTESERC
List<Layout> findByPLPTEERC_PLPTESERC(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
portletLayoutPageTemplateEntryERC- the portlet layout page template entry ercportletLayoutPageTemplateEntryScopeERC- the portlet layout page template entry scope ercstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByPLPTEERC_PLPTESERC
List<Layout> findByPLPTEERC_PLPTESERC(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
portletLayoutPageTemplateEntryERC- the portlet layout page template entry ercportletLayoutPageTemplateEntryScopeERC- the portlet layout page template entry scope ercstart- 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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByPLPTEERC_PLPTESERC_First
Layout findByPLPTEERC_PLPTESERC_First(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ?.- Parameters:
portletLayoutPageTemplateEntryERC- the portlet layout page template entry ercportletLayoutPageTemplateEntryScopeERC- the portlet layout page template entry scope ercorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByPLPTEERC_PLPTESERC_First
Layout fetchByPLPTEERC_PLPTESERC_First(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ?.- Parameters:
portletLayoutPageTemplateEntryERC- the portlet layout page template entry ercportletLayoutPageTemplateEntryScopeERC- the portlet layout page template entry scope ercorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
removeByPLPTEERC_PLPTESERC
void removeByPLPTEERC_PLPTESERC(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC) Removes all the layouts where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ? from the database.- Parameters:
portletLayoutPageTemplateEntryERC- the portlet layout page template entry ercportletLayoutPageTemplateEntryScopeERC- the portlet layout page template entry scope erc
-
countByPLPTEERC_PLPTESERC
int countByPLPTEERC_PLPTESERC(String portletLayoutPageTemplateEntryERC, String portletLayoutPageTemplateEntryScopeERC) Returns the number of layouts where portletLayoutPageTemplateEntryERC = ? and portletLayoutPageTemplateEntryScopeERC = ?.- Parameters:
portletLayoutPageTemplateEntryERC- the portlet layout page template entry ercportletLayoutPageTemplateEntryScopeERC- the portlet layout page template entry scope erc- Returns:
- the number of matching layouts
-
findByG_P_L
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or throws aNoSuchLayoutExceptionif it could not be found.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutId- the layout ID- Returns:
- the matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByG_P_L
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutId- the layout ID- Returns:
- the matching layout, or
nullif a matching layout could not be found
-
fetchByG_P_L
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutId- the layout IDuseFinderCache- whether to use the finder cache- Returns:
- the matching layout, or
nullif a matching layout could not be found
-
removeByG_P_L
Layout removeByG_P_L(long groupId, boolean privateLayout, long layoutId) throws NoSuchLayoutException Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? from the database.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutId- the layout ID- Returns:
- the layout that was removed
- Throws:
NoSuchLayoutException
-
countByG_P_L
int countByG_P_L(long groupId, boolean privateLayout, long layoutId) Returns the number of layouts where groupId = ? and privateLayout = ? and layoutId = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutId- the layout ID- Returns:
- the number of matching layouts
-
findByG_P_P
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout ID- Returns:
- the matching layouts
-
findByG_P_P
List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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)- Returns:
- the range of matching layouts
-
findByG_P_P
List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_P_P
List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByG_P_P_First
Layout findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByG_P_P_First
Layout fetchByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
filterFindByG_P_P
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout ID- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_P_P
List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_P_P
List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
filterFindByG_P_P
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDs- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_P_P
List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_P_P
List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
findByG_P_P
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDs- Returns:
- the matching layouts
-
findByG_P_P
List<Layout> findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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)- Returns:
- the range of matching layouts
-
findByG_P_P
List<Layout> findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_P_P
List<Layout> findByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
removeByG_P_P
void removeByG_P_P(long groupId, boolean privateLayout, long parentLayoutId) Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? from the database.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout ID
-
countByG_P_P
int countByG_P_P(long groupId, boolean privateLayout, long parentLayoutId) Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout ID- Returns:
- the number of matching layouts
-
countByG_P_P
int countByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds) Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDs- Returns:
- the number of matching layouts
-
filterCountByG_P_P
int filterCountByG_P_P(long groupId, boolean privateLayout, long parentLayoutId) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout ID- Returns:
- the number of matching layouts that the user has permission to view
-
filterCountByG_P_P
int filterCountByG_P_P(long groupId, boolean privateLayout, long[] parentLayoutIds) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDs- Returns:
- the number of matching layouts that the user has permission to view
-
findByG_P_T
Returns all the layouts where groupId = ? and privateLayout = ? and type = ?.- Parameters:
groupId- the group IDprivateLayout- the private layouttype- the type- Returns:
- the matching layouts
-
findByG_P_T
Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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)- Returns:
- the range of matching layouts
-
findByG_P_T
List<Layout> findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_P_T
List<Layout> findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByG_P_T_First
Layout findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.- Parameters:
groupId- the group IDprivateLayout- the private layouttype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByG_P_T_First
Layout fetchByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.- Parameters:
groupId- the group IDprivateLayout- the private layouttype- the typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
filterFindByG_P_T
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.- Parameters:
groupId- the group IDprivateLayout- the private layouttype- the type- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_P_T
List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_P_T
List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
filterFindByG_P_T
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.- Parameters:
groupId- the group IDprivateLayout- the private layouttypes- the types- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_P_T
List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layouttypes- the typesstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_P_T
List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layouttypes- the typesstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
findByG_P_T
Returns all the layouts where groupId = ? and privateLayout = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layouttypes- the types- Returns:
- the matching layouts
-
findByG_P_T
Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layouttypes- the typesstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByG_P_T
List<Layout> findByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layouttypes- the typesstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_P_T
List<Layout> findByG_P_T(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layouttypes- the typesstart- 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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
removeByG_P_T
Removes all the layouts where groupId = ? and privateLayout = ? and type = ? from the database.- Parameters:
groupId- the group IDprivateLayout- the private layouttype- the type
-
countByG_P_T
Returns the number of layouts where groupId = ? and privateLayout = ? and type = ?.- Parameters:
groupId- the group IDprivateLayout- the private layouttype- the type- Returns:
- the number of matching layouts
-
countByG_P_T
Returns the number of layouts where groupId = ? and privateLayout = ? and type = any ?.- Parameters:
groupId- the group IDprivateLayout- the private layouttypes- the types- Returns:
- the number of matching layouts
-
filterCountByG_P_T
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.- Parameters:
groupId- the group IDprivateLayout- the private layouttype- the type- Returns:
- the number of matching layouts that the user has permission to view
-
filterCountByG_P_T
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.- Parameters:
groupId- the group IDprivateLayout- the private layouttypes- the types- Returns:
- the number of matching layouts that the user has permission to view
-
findByG_P_S
Returns all the layouts where groupId = ? and privateLayout = ? and system = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutsystem- the system- Returns:
- the matching layouts
-
findByG_P_S
Returns a range of all the layouts where groupId = ? and privateLayout = ? and system = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutsystem- the systemstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByG_P_S
List<Layout> findByG_P_S(long groupId, boolean privateLayout, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and system = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutsystem- the systemstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_P_S
List<Layout> findByG_P_S(long groupId, boolean privateLayout, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and system = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutsystem- the systemstart- 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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByG_P_S_First
Layout findByG_P_S_First(long groupId, boolean privateLayout, boolean system, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and system = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutsystem- the systemorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByG_P_S_First
Layout fetchByG_P_S_First(long groupId, boolean privateLayout, boolean system, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and system = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutsystem- the systemorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
filterFindByG_P_S
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and system = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutsystem- the system- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_P_S
List<Layout> filterFindByG_P_S(long groupId, boolean privateLayout, boolean system, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and system = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutsystem- the systemstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_P_S
List<Layout> filterFindByG_P_S(long groupId, boolean privateLayout, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and system = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutsystem- the systemstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
removeByG_P_S
void removeByG_P_S(long groupId, boolean privateLayout, boolean system) Removes all the layouts where groupId = ? and privateLayout = ? and system = ? from the database.- Parameters:
groupId- the group IDprivateLayout- the private layoutsystem- the system
-
countByG_P_S
int countByG_P_S(long groupId, boolean privateLayout, boolean system) Returns the number of layouts where groupId = ? and privateLayout = ? and system = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutsystem- the system- Returns:
- the number of matching layouts
-
filterCountByG_P_S
int filterCountByG_P_S(long groupId, boolean privateLayout, boolean system) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and system = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutsystem- the system- Returns:
- the number of matching layouts that the user has permission to view
-
findByG_P_F
Layout findByG_P_F(long groupId, boolean privateLayout, String friendlyURL) throws NoSuchLayoutException Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or throws aNoSuchLayoutExceptionif it could not be found.- Parameters:
groupId- the group IDprivateLayout- the private layoutfriendlyURL- the friendly url- Returns:
- the matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByG_P_F
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
groupId- the group IDprivateLayout- the private layoutfriendlyURL- the friendly url- Returns:
- the matching layout, or
nullif a matching layout could not be found
-
fetchByG_P_F
Layout fetchByG_P_F(long groupId, boolean privateLayout, String friendlyURL, boolean useFinderCache) Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
groupId- the group IDprivateLayout- the private layoutfriendlyURL- the friendly urluseFinderCache- whether to use the finder cache- Returns:
- the matching layout, or
nullif a matching layout could not be found
-
removeByG_P_F
Layout removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL) throws NoSuchLayoutException Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.- Parameters:
groupId- the group IDprivateLayout- the private layoutfriendlyURL- the friendly url- Returns:
- the layout that was removed
- Throws:
NoSuchLayoutException
-
countByG_P_F
Returns the number of layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutfriendlyURL- the friendly url- Returns:
- the number of matching layouts
-
findByG_P_LSPLE
List<Layout> findByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC) Returns all the layouts where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutSetPrototypeLayoutERC- the layout set prototype layout erc- Returns:
- the matching layouts
-
findByG_P_LSPLE
List<Layout> findByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutSetPrototypeLayoutERC- the layout set prototype layout ercstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByG_P_LSPLE
List<Layout> findByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutSetPrototypeLayoutERC- the layout set prototype layout ercstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_P_LSPLE
List<Layout> findByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutSetPrototypeLayoutERC- the layout set prototype layout ercstart- 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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByG_P_LSPLE_First
Layout findByG_P_LSPLE_First(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutSetPrototypeLayoutERC- the layout set prototype layout ercorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByG_P_LSPLE_First
Layout fetchByG_P_LSPLE_First(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutSetPrototypeLayoutERC- the layout set prototype layout ercorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
filterFindByG_P_LSPLE
List<Layout> filterFindByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutSetPrototypeLayoutERC- the layout set prototype layout erc- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_P_LSPLE
List<Layout> filterFindByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutSetPrototypeLayoutERC- the layout set prototype layout ercstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_P_LSPLE
List<Layout> filterFindByG_P_LSPLE(long groupId, boolean privateLayout, String layoutSetPrototypeLayoutERC, 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 layoutSetPrototypeLayoutERC = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutSetPrototypeLayoutERC- the layout set prototype layout ercstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
removeByG_P_LSPLE
Removes all the layouts where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ? from the database.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutSetPrototypeLayoutERC- the layout set prototype layout erc
-
countByG_P_LSPLE
Returns the number of layouts where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutSetPrototypeLayoutERC- the layout set prototype layout erc- Returns:
- the number of matching layouts
-
filterCountByG_P_LSPLE
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and layoutSetPrototypeLayoutERC = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutlayoutSetPrototypeLayoutERC- the layout set prototype layout erc- Returns:
- the number of matching layouts that the user has permission to view
-
findByG_P_ST
Returns all the layouts where groupId = ? and privateLayout = ? and status = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatus- the status- Returns:
- the matching layouts
-
findByG_P_ST
Returns a range of all the layouts where groupId = ? and privateLayout = ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatus- the statusstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByG_P_ST
List<Layout> findByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatus- the statusstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_P_ST
List<Layout> findByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatus- the statusstart- 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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByG_P_ST_First
Layout findByG_P_ST_First(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByG_P_ST_First
Layout fetchByG_P_ST_First(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
filterFindByG_P_ST
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatus- the status- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_P_ST
List<Layout> filterFindByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatus- the statusstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_P_ST
List<Layout> filterFindByG_P_ST(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatus- the statusstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
filterFindByG_P_ST
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatuses- the statuses- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_P_ST
List<Layout> filterFindByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatuses- the statusesstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_P_ST
List<Layout> filterFindByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatuses- the statusesstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
findByG_P_ST
Returns all the layouts where groupId = ? and privateLayout = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatuses- the statuses- Returns:
- the matching layouts
-
findByG_P_ST
Returns a range of all the layouts where groupId = ? and privateLayout = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatuses- the statusesstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByG_P_ST
List<Layout> findByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatuses- the statusesstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_P_ST
List<Layout> findByG_P_ST(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatuses- the statusesstart- 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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
removeByG_P_ST
void removeByG_P_ST(long groupId, boolean privateLayout, int status) Removes all the layouts where groupId = ? and privateLayout = ? and status = ? from the database.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatus- the status
-
countByG_P_ST
int countByG_P_ST(long groupId, boolean privateLayout, int status) Returns the number of layouts where groupId = ? and privateLayout = ? and status = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatus- the status- Returns:
- the number of matching layouts
-
countByG_P_ST
int countByG_P_ST(long groupId, boolean privateLayout, int[] statuses) Returns the number of layouts where groupId = ? and privateLayout = ? and status = any ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatuses- the statuses- Returns:
- the number of matching layouts
-
filterCountByG_P_ST
int filterCountByG_P_ST(long groupId, boolean privateLayout, int status) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatus- the status- Returns:
- the number of matching layouts that the user has permission to view
-
filterCountByG_P_ST
int filterCountByG_P_ST(long groupId, boolean privateLayout, int[] statuses) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutstatuses- the statuses- Returns:
- the number of matching layouts that the user has permission to view
-
findByG_P_P_H
List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden) Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDhidden- the hidden- Returns:
- the matching layouts
-
findByG_P_P_H
List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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)- Returns:
- the range of matching layouts
-
findByG_P_P_H
List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_P_P_H
List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByG_P_P_H_First
Layout findByG_P_P_H_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDhidden- the hiddenorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByG_P_P_H_First
Layout fetchByG_P_P_H_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDhidden- the hiddenorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
filterFindByG_P_P_H
List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDhidden- the hidden- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_P_P_H
List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_P_P_H
List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
filterFindByG_P_P_H
List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDshidden- the hidden- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_P_P_H
List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_P_P_H
List<Layout> filterFindByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
findByG_P_P_H
List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden) Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDshidden- the hidden- Returns:
- the matching layouts
-
findByG_P_P_H
List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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)- Returns:
- the range of matching layouts
-
findByG_P_P_H
List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_P_P_H
List<Layout> findByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
removeByG_P_P_H
void removeByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden) Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? from the database.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDhidden- the hidden
-
countByG_P_P_H
int countByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden) Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDhidden- the hidden- Returns:
- the number of matching layouts
-
countByG_P_P_H
int countByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden) Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDshidden- the hidden- Returns:
- the number of matching layouts
-
filterCountByG_P_P_H
int filterCountByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDhidden- the hidden- Returns:
- the number of matching layouts that the user has permission to view
-
filterCountByG_P_P_H
int filterCountByG_P_P_H(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDshidden- the hidden- Returns:
- the number of matching layouts that the user has permission to view
-
findByG_P_P_S
List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system) Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDsystem- the system- Returns:
- the matching layouts
-
findByG_P_P_S
List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDsystem- the systemstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByG_P_P_S
List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDsystem- the systemstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_P_P_S
List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDsystem- the systemstart- 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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByG_P_P_S_First
Layout findByG_P_P_S_First(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDsystem- the systemorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByG_P_P_S_First
Layout fetchByG_P_P_S_First(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDsystem- the systemorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
filterFindByG_P_P_S
List<Layout> filterFindByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDsystem- the system- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_P_P_S
List<Layout> filterFindByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDsystem- the systemstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_P_P_S
List<Layout> filterFindByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDsystem- the systemstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
filterFindByG_P_P_S
List<Layout> filterFindByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDssystem- the system- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_P_P_S
List<Layout> filterFindByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDssystem- the systemstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_P_P_S
List<Layout> filterFindByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDssystem- the systemstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
findByG_P_P_S
List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system) Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDssystem- the system- Returns:
- the matching layouts
-
findByG_P_P_S
List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDssystem- the systemstart- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of matching layouts
-
findByG_P_P_S
List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDssystem- the systemstart- 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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_P_P_S
List<Layout> findByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDssystem- the systemstart- 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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
removeByG_P_P_S
void removeByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system) Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ? from the database.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDsystem- the system
-
countByG_P_P_S
int countByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system) Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDsystem- the system- Returns:
- the number of matching layouts
-
countByG_P_P_S
int countByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system) Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDssystem- the system- Returns:
- the number of matching layouts
-
filterCountByG_P_P_S
int filterCountByG_P_P_S(long groupId, boolean privateLayout, long parentLayoutId, boolean system) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDsystem- the system- Returns:
- the number of matching layouts that the user has permission to view
-
filterCountByG_P_P_S
int filterCountByG_P_P_S(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutIds- the parent layout IDssystem- the system- Returns:
- the number of matching layouts that the user has permission to view
-
findByG_P_P_LteP
List<Layout> findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority) Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDpriority- the priority- Returns:
- the matching layouts
-
findByG_P_P_LteP
List<Layout> findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end) Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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)- Returns:
- the range of matching layouts
-
findByG_P_P_LteP
List<Layout> findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts
-
findByG_P_P_LteP
List<Layout> findByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching layouts
-
findByG_P_P_LteP_First
Layout findByG_P_P_LteP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) throws NoSuchLayoutException Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDpriority- the priorityorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByG_P_P_LteP_First
Layout fetchByG_P_P_LteP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDpriority- the priorityorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout, or
nullif a matching layout could not be found
-
filterFindByG_P_P_LteP
List<Layout> filterFindByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority) Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDpriority- the priority- Returns:
- the matching layouts that the user has permission to view
-
filterFindByG_P_P_LteP
List<Layout> filterFindByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end) Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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)- Returns:
- the range of matching layouts that the user has permission to view
-
filterFindByG_P_P_LteP
List<Layout> filterFindByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching layouts that the user has permission to view
-
removeByG_P_P_LteP
void removeByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority) Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? from the database.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDpriority- the priority
-
countByG_P_P_LteP
int countByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority) Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDpriority- the priority- Returns:
- the number of matching layouts
-
filterCountByG_P_P_LteP
int filterCountByG_P_P_LteP(long groupId, boolean privateLayout, long parentLayoutId, int priority) Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.- Parameters:
groupId- the group IDprivateLayout- the private layoutparentLayoutId- the parent layout IDpriority- the priority- Returns:
- the number of matching layouts that the user has permission to view
-
findByERC_G
Returns the layout where externalReferenceCode = ? and groupId = ? or throws aNoSuchLayoutExceptionif it could not be found.- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the matching layout
- Throws:
NoSuchLayoutException- if a matching layout could not be found
-
fetchByERC_G
Returns the layout where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the matching layout, or
nullif a matching layout could not be found
-
fetchByERC_G
Returns the layout where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode- the external reference codegroupId- the group IDuseFinderCache- whether to use the finder cache- Returns:
- the matching layout, or
nullif a matching layout could not be found
-
removeByERC_G
Removes the layout where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the layout that was removed
- Throws:
NoSuchLayoutException
-
countByERC_G
Returns the number of layouts where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the number of matching layouts
-
cacheResult
Caches the layout in the entity cache if it is enabled.- Parameters:
layout- the layout
-
cacheResult
Caches the layouts in the entity cache if it is enabled.- Parameters:
layouts- the layouts
-
create
Creates a new layout with the primary key. Does not add the layout to the database.- Parameters:
plid- the primary key for the new layout- Returns:
- the new layout
-
remove
Removes the layout with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
plid- the primary key of the layout- Returns:
- the layout that was removed
- Throws:
NoSuchLayoutException- if a layout with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the layout with the primary key or throws aNoSuchLayoutExceptionif it could not be found.- Parameters:
plid- the primary key of the layout- Returns:
- the layout
- Throws:
NoSuchLayoutException- if a layout with the primary key could not be found
-
fetchByPrimaryKey
Returns the layout with the primary key or returnsnullif it could not be found.- Parameters:
plid- the primary key of the layout- Returns:
- the layout, or
nullif a layout with the primary key could not be found
-
findAll
Returns all the layouts.- Returns:
- the layouts
-
findAll
Returns a range of all the layouts.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
start- the lower bound of the range of layoutsend- the upper bound of the range of layouts (not inclusive)- Returns:
- the range of layouts
-
findAll
Returns an ordered range of all the layouts.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)- Returns:
- the ordered range of layouts
-
findAll
List<Layout> findAll(int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.LayoutModelImpl.- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of layouts
-
removeAll
void removeAll()Removes all the layouts from the database. -
countAll
int countAll()Returns the number of layouts.- Returns:
- the number of layouts
-