Interface LayoutPageTemplateStructureRelPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<LayoutPageTemplateStructureRel>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<LayoutPageTemplateStructureRel>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(LayoutPageTemplateStructureRel layoutPageTemplateStructureRel) Caches the layout page template structure rel in the entity cache if it is enabled.void
cacheResult
(List<LayoutPageTemplateStructureRel> layoutPageTemplateStructureRels) Caches the layout page template structure rels in the entity cache if it is enabled.int
countAll()
Returns the number of layout page template structure rels.int
countByL_S
(long layoutPageTemplateStructureId, long segmentsExperienceId) Returns the number of layout page template structure rels where layoutPageTemplateStructureId = ? and segmentsExperienceId = ?.int
countByLayoutPageTemplateStructureId
(long layoutPageTemplateStructureId) Returns the number of layout page template structure rels where layoutPageTemplateStructureId = ?.int
countBySegmentsExperienceId
(long segmentsExperienceId) Returns the number of layout page template structure rels where segmentsExperienceId = ?.int
countByUuid
(String uuid) Returns the number of layout page template structure rels where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of layout page template structure rels where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of layout page template structure rels where uuid = ? and groupId = ?.create
(long layoutPageTemplateStructureRelId) Creates a new layout page template structure rel with the primary key.fetchByL_S
(long layoutPageTemplateStructureId, long segmentsExperienceId) Returns the layout page template structure rel where layoutPageTemplateStructureId = ? and segmentsExperienceId = ? or returnsnull
if it could not be found.fetchByL_S
(long layoutPageTemplateStructureId, long segmentsExperienceId, boolean useFinderCache) Returns the layout page template structure rel where layoutPageTemplateStructureId = ? and segmentsExperienceId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByLayoutPageTemplateStructureId_First
(long layoutPageTemplateStructureId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the first layout page template structure rel in the ordered set where layoutPageTemplateStructureId = ?.fetchByLayoutPageTemplateStructureId_Last
(long layoutPageTemplateStructureId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the last layout page template structure rel in the ordered set where layoutPageTemplateStructureId = ?.fetchByPrimaryKey
(long layoutPageTemplateStructureRelId) Returns the layout page template structure rel with the primary key or returnsnull
if it could not be found.fetchBySegmentsExperienceId_First
(long segmentsExperienceId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the first layout page template structure rel in the ordered set where segmentsExperienceId = ?.fetchBySegmentsExperienceId_Last
(long segmentsExperienceId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the last layout page template structure rel in the ordered set where segmentsExperienceId = ?.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the first layout page template structure rel in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the last layout page template structure rel in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the first layout page template structure rel in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the layout page template structure rel where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the layout page template structure rel where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the last layout page template structure rel in the ordered set where uuid = ?.findAll()
Returns all the layout page template structure rels.findAll
(int start, int end) Returns a range of all the layout page template structure rels.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns an ordered range of all the layout page template structure rels.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template structure rels.findByL_S
(long layoutPageTemplateStructureId, long segmentsExperienceId) Returns the layout page template structure rel where layoutPageTemplateStructureId = ? and segmentsExperienceId = ? or throws aNoSuchPageTemplateStructureRelException
if it could not be found.findByLayoutPageTemplateStructureId
(long layoutPageTemplateStructureId) Returns all the layout page template structure rels where layoutPageTemplateStructureId = ?.findByLayoutPageTemplateStructureId
(long layoutPageTemplateStructureId, int start, int end) Returns a range of all the layout page template structure rels where layoutPageTemplateStructureId = ?.findByLayoutPageTemplateStructureId
(long layoutPageTemplateStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns an ordered range of all the layout page template structure rels where layoutPageTemplateStructureId = ?.findByLayoutPageTemplateStructureId
(long layoutPageTemplateStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template structure rels where layoutPageTemplateStructureId = ?.findByLayoutPageTemplateStructureId_First
(long layoutPageTemplateStructureId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the first layout page template structure rel in the ordered set where layoutPageTemplateStructureId = ?.findByLayoutPageTemplateStructureId_Last
(long layoutPageTemplateStructureId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the last layout page template structure rel in the ordered set where layoutPageTemplateStructureId = ?.findByLayoutPageTemplateStructureId_PrevAndNext
(long layoutPageTemplateStructureRelId, long layoutPageTemplateStructureId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the layout page template structure rels before and after the current layout page template structure rel in the ordered set where layoutPageTemplateStructureId = ?.findByPrimaryKey
(long layoutPageTemplateStructureRelId) Returns the layout page template structure rel with the primary key or throws aNoSuchPageTemplateStructureRelException
if it could not be found.findBySegmentsExperienceId
(long segmentsExperienceId) Returns all the layout page template structure rels where segmentsExperienceId = ?.findBySegmentsExperienceId
(long segmentsExperienceId, int start, int end) Returns a range of all the layout page template structure rels where segmentsExperienceId = ?.findBySegmentsExperienceId
(long segmentsExperienceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns an ordered range of all the layout page template structure rels where segmentsExperienceId = ?.findBySegmentsExperienceId
(long segmentsExperienceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template structure rels where segmentsExperienceId = ?.findBySegmentsExperienceId_First
(long segmentsExperienceId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the first layout page template structure rel in the ordered set where segmentsExperienceId = ?.findBySegmentsExperienceId_Last
(long segmentsExperienceId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the last layout page template structure rel in the ordered set where segmentsExperienceId = ?.findBySegmentsExperienceId_PrevAndNext
(long layoutPageTemplateStructureRelId, long segmentsExperienceId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the layout page template structure rels before and after the current layout page template structure rel in the ordered set where segmentsExperienceId = ?.findByUuid
(String uuid) Returns all the layout page template structure rels where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the layout page template structure rels where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns an ordered range of all the layout page template structure rels where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template structure rels where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the layout page template structure rels where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the layout page template structure rels where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns an ordered range of all the layout page template structure rels where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template structure rels where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the first layout page template structure rel in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the last layout page template structure rel in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long layoutPageTemplateStructureRelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the layout page template structure rels before and after the current layout page template structure rel in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the first layout page template structure rel in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the layout page template structure rel where uuid = ? and groupId = ? or throws aNoSuchPageTemplateStructureRelException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the last layout page template structure rel in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long layoutPageTemplateStructureRelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the layout page template structure rels before and after the current layout page template structure rel in the ordered set where uuid = ?.remove
(long layoutPageTemplateStructureRelId) Removes the layout page template structure rel with the primary key from the database.void
Removes all the layout page template structure rels from the database.removeByL_S
(long layoutPageTemplateStructureId, long segmentsExperienceId) Removes the layout page template structure rel where layoutPageTemplateStructureId = ? and segmentsExperienceId = ? from the database.void
removeByLayoutPageTemplateStructureId
(long layoutPageTemplateStructureId) Removes all the layout page template structure rels where layoutPageTemplateStructureId = ? from the database.void
removeBySegmentsExperienceId
(long segmentsExperienceId) Removes all the layout page template structure rels where segmentsExperienceId = ? from the database.void
removeByUuid
(String uuid) Removes all the layout page template structure rels where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the layout page template structure rels where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the layout page template structure rel where uuid = ? and groupId = ? from the database.updateImpl
(LayoutPageTemplateStructureRel layoutPageTemplateStructureRel) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the layout page template structure rels where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching layout page template structure rels
-
findByUuid
Returns a range of all the layout page template structure rels where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateStructureRelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of layout page template structure relsend
- the upper bound of the range of layout page template structure rels (not inclusive)- Returns:
- the range of matching layout page template structure rels
-
findByUuid
List<LayoutPageTemplateStructureRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns an ordered range of all the layout page template structure rels where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateStructureRelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of layout page template structure relsend
- the upper bound of the range of layout page template structure rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template structure rels
-
findByUuid
List<LayoutPageTemplateStructureRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template structure rels where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateStructureRelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of layout page template structure relsend
- the upper bound of the range of layout page template structure rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout page template structure rels
-
findByUuid_First
LayoutPageTemplateStructureRel findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) throws NoSuchPageTemplateStructureRelException Returns the first layout page template structure rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template structure rel
- Throws:
NoSuchPageTemplateStructureRelException
- if a matching layout page template structure rel could not be found
-
fetchByUuid_First
LayoutPageTemplateStructureRel fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the first layout page template structure rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template structure rel, or
null
if a matching layout page template structure rel could not be found
-
findByUuid_Last
LayoutPageTemplateStructureRel findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) throws NoSuchPageTemplateStructureRelException Returns the last layout page template structure rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template structure rel
- Throws:
NoSuchPageTemplateStructureRelException
- if a matching layout page template structure rel could not be found
-
fetchByUuid_Last
LayoutPageTemplateStructureRel fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the last layout page template structure rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template structure rel, or
null
if a matching layout page template structure rel could not be found
-
findByUuid_PrevAndNext
LayoutPageTemplateStructureRel[] findByUuid_PrevAndNext(long layoutPageTemplateStructureRelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) throws NoSuchPageTemplateStructureRelException Returns the layout page template structure rels before and after the current layout page template structure rel in the ordered set where uuid = ?.- Parameters:
layoutPageTemplateStructureRelId
- the primary key of the current layout page template structure reluuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template structure rel
- Throws:
NoSuchPageTemplateStructureRelException
- if a layout page template structure rel with the primary key could not be found
-
removeByUuid
Removes all the layout page template structure rels where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of layout page template structure rels where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching layout page template structure rels
-
findByUUID_G
LayoutPageTemplateStructureRel findByUUID_G(String uuid, long groupId) throws NoSuchPageTemplateStructureRelException Returns the layout page template structure rel where uuid = ? and groupId = ? or throws aNoSuchPageTemplateStructureRelException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching layout page template structure rel
- Throws:
NoSuchPageTemplateStructureRelException
- if a matching layout page template structure rel could not be found
-
fetchByUUID_G
Returns the layout page template structure rel where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching layout page template structure rel, or
null
if a matching layout page template structure rel could not be found
-
fetchByUUID_G
Returns the layout page template structure rel where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching layout page template structure rel, or
null
if a matching layout page template structure rel could not be found
-
removeByUUID_G
LayoutPageTemplateStructureRel removeByUUID_G(String uuid, long groupId) throws NoSuchPageTemplateStructureRelException Removes the layout page template structure rel where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the layout page template structure rel that was removed
- Throws:
NoSuchPageTemplateStructureRelException
-
countByUUID_G
Returns the number of layout page template structure rels where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching layout page template structure rels
-
findByUuid_C
Returns all the layout page template structure rels where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching layout page template structure rels
-
findByUuid_C
Returns a range of all the layout page template structure rels where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateStructureRelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout page template structure relsend
- the upper bound of the range of layout page template structure rels (not inclusive)- Returns:
- the range of matching layout page template structure rels
-
findByUuid_C
List<LayoutPageTemplateStructureRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns an ordered range of all the layout page template structure rels where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateStructureRelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout page template structure relsend
- the upper bound of the range of layout page template structure rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template structure rels
-
findByUuid_C
List<LayoutPageTemplateStructureRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template structure rels where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateStructureRelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout page template structure relsend
- the upper bound of the range of layout page template structure rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout page template structure rels
-
findByUuid_C_First
LayoutPageTemplateStructureRel findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) throws NoSuchPageTemplateStructureRelException Returns the first layout page template structure rel 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 page template structure rel
- Throws:
NoSuchPageTemplateStructureRelException
- if a matching layout page template structure rel could not be found
-
fetchByUuid_C_First
LayoutPageTemplateStructureRel fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the first layout page template structure rel 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 page template structure rel, or
null
if a matching layout page template structure rel could not be found
-
findByUuid_C_Last
LayoutPageTemplateStructureRel findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) throws NoSuchPageTemplateStructureRelException Returns the last layout page template structure rel 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 last matching layout page template structure rel
- Throws:
NoSuchPageTemplateStructureRelException
- if a matching layout page template structure rel could not be found
-
fetchByUuid_C_Last
LayoutPageTemplateStructureRel fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the last layout page template structure rel 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 last matching layout page template structure rel, or
null
if a matching layout page template structure rel could not be found
-
findByUuid_C_PrevAndNext
LayoutPageTemplateStructureRel[] findByUuid_C_PrevAndNext(long layoutPageTemplateStructureRelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) throws NoSuchPageTemplateStructureRelException Returns the layout page template structure rels before and after the current layout page template structure rel in the ordered set where uuid = ? and companyId = ?.- Parameters:
layoutPageTemplateStructureRelId
- the primary key of the current layout page template structure reluuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template structure rel
- Throws:
NoSuchPageTemplateStructureRelException
- if a layout page template structure rel with the primary key could not be found
-
removeByUuid_C
Removes all the layout page template structure rels where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of layout page template structure rels where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching layout page template structure rels
-
findByLayoutPageTemplateStructureId
List<LayoutPageTemplateStructureRel> findByLayoutPageTemplateStructureId(long layoutPageTemplateStructureId) Returns all the layout page template structure rels where layoutPageTemplateStructureId = ?.- Parameters:
layoutPageTemplateStructureId
- the layout page template structure ID- Returns:
- the matching layout page template structure rels
-
findByLayoutPageTemplateStructureId
List<LayoutPageTemplateStructureRel> findByLayoutPageTemplateStructureId(long layoutPageTemplateStructureId, int start, int end) Returns a range of all the layout page template structure rels where layoutPageTemplateStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateStructureRelModelImpl
.- Parameters:
layoutPageTemplateStructureId
- the layout page template structure IDstart
- the lower bound of the range of layout page template structure relsend
- the upper bound of the range of layout page template structure rels (not inclusive)- Returns:
- the range of matching layout page template structure rels
-
findByLayoutPageTemplateStructureId
List<LayoutPageTemplateStructureRel> findByLayoutPageTemplateStructureId(long layoutPageTemplateStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns an ordered range of all the layout page template structure rels where layoutPageTemplateStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateStructureRelModelImpl
.- Parameters:
layoutPageTemplateStructureId
- the layout page template structure IDstart
- the lower bound of the range of layout page template structure relsend
- the upper bound of the range of layout page template structure rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template structure rels
-
findByLayoutPageTemplateStructureId
List<LayoutPageTemplateStructureRel> findByLayoutPageTemplateStructureId(long layoutPageTemplateStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template structure rels where layoutPageTemplateStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateStructureRelModelImpl
.- Parameters:
layoutPageTemplateStructureId
- the layout page template structure IDstart
- the lower bound of the range of layout page template structure relsend
- the upper bound of the range of layout page template structure rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout page template structure rels
-
findByLayoutPageTemplateStructureId_First
LayoutPageTemplateStructureRel findByLayoutPageTemplateStructureId_First(long layoutPageTemplateStructureId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) throws NoSuchPageTemplateStructureRelException Returns the first layout page template structure rel in the ordered set where layoutPageTemplateStructureId = ?.- Parameters:
layoutPageTemplateStructureId
- the layout page template structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template structure rel
- Throws:
NoSuchPageTemplateStructureRelException
- if a matching layout page template structure rel could not be found
-
fetchByLayoutPageTemplateStructureId_First
LayoutPageTemplateStructureRel fetchByLayoutPageTemplateStructureId_First(long layoutPageTemplateStructureId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the first layout page template structure rel in the ordered set where layoutPageTemplateStructureId = ?.- Parameters:
layoutPageTemplateStructureId
- the layout page template structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template structure rel, or
null
if a matching layout page template structure rel could not be found
-
findByLayoutPageTemplateStructureId_Last
LayoutPageTemplateStructureRel findByLayoutPageTemplateStructureId_Last(long layoutPageTemplateStructureId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) throws NoSuchPageTemplateStructureRelException Returns the last layout page template structure rel in the ordered set where layoutPageTemplateStructureId = ?.- Parameters:
layoutPageTemplateStructureId
- the layout page template structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template structure rel
- Throws:
NoSuchPageTemplateStructureRelException
- if a matching layout page template structure rel could not be found
-
fetchByLayoutPageTemplateStructureId_Last
LayoutPageTemplateStructureRel fetchByLayoutPageTemplateStructureId_Last(long layoutPageTemplateStructureId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the last layout page template structure rel in the ordered set where layoutPageTemplateStructureId = ?.- Parameters:
layoutPageTemplateStructureId
- the layout page template structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template structure rel, or
null
if a matching layout page template structure rel could not be found
-
findByLayoutPageTemplateStructureId_PrevAndNext
LayoutPageTemplateStructureRel[] findByLayoutPageTemplateStructureId_PrevAndNext(long layoutPageTemplateStructureRelId, long layoutPageTemplateStructureId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) throws NoSuchPageTemplateStructureRelException Returns the layout page template structure rels before and after the current layout page template structure rel in the ordered set where layoutPageTemplateStructureId = ?.- Parameters:
layoutPageTemplateStructureRelId
- the primary key of the current layout page template structure rellayoutPageTemplateStructureId
- the layout page template structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template structure rel
- Throws:
NoSuchPageTemplateStructureRelException
- if a layout page template structure rel with the primary key could not be found
-
removeByLayoutPageTemplateStructureId
void removeByLayoutPageTemplateStructureId(long layoutPageTemplateStructureId) Removes all the layout page template structure rels where layoutPageTemplateStructureId = ? from the database.- Parameters:
layoutPageTemplateStructureId
- the layout page template structure ID
-
countByLayoutPageTemplateStructureId
int countByLayoutPageTemplateStructureId(long layoutPageTemplateStructureId) Returns the number of layout page template structure rels where layoutPageTemplateStructureId = ?.- Parameters:
layoutPageTemplateStructureId
- the layout page template structure ID- Returns:
- the number of matching layout page template structure rels
-
findBySegmentsExperienceId
Returns all the layout page template structure rels where segmentsExperienceId = ?.- Parameters:
segmentsExperienceId
- the segments experience ID- Returns:
- the matching layout page template structure rels
-
findBySegmentsExperienceId
List<LayoutPageTemplateStructureRel> findBySegmentsExperienceId(long segmentsExperienceId, int start, int end) Returns a range of all the layout page template structure rels where segmentsExperienceId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateStructureRelModelImpl
.- Parameters:
segmentsExperienceId
- the segments experience IDstart
- the lower bound of the range of layout page template structure relsend
- the upper bound of the range of layout page template structure rels (not inclusive)- Returns:
- the range of matching layout page template structure rels
-
findBySegmentsExperienceId
List<LayoutPageTemplateStructureRel> findBySegmentsExperienceId(long segmentsExperienceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns an ordered range of all the layout page template structure rels where segmentsExperienceId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateStructureRelModelImpl
.- Parameters:
segmentsExperienceId
- the segments experience IDstart
- the lower bound of the range of layout page template structure relsend
- the upper bound of the range of layout page template structure rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout page template structure rels
-
findBySegmentsExperienceId
List<LayoutPageTemplateStructureRel> findBySegmentsExperienceId(long segmentsExperienceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template structure rels where segmentsExperienceId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateStructureRelModelImpl
.- Parameters:
segmentsExperienceId
- the segments experience IDstart
- the lower bound of the range of layout page template structure relsend
- the upper bound of the range of layout page template structure rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout page template structure rels
-
findBySegmentsExperienceId_First
LayoutPageTemplateStructureRel findBySegmentsExperienceId_First(long segmentsExperienceId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) throws NoSuchPageTemplateStructureRelException Returns the first layout page template structure rel in the ordered set where segmentsExperienceId = ?.- Parameters:
segmentsExperienceId
- the segments experience IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template structure rel
- Throws:
NoSuchPageTemplateStructureRelException
- if a matching layout page template structure rel could not be found
-
fetchBySegmentsExperienceId_First
LayoutPageTemplateStructureRel fetchBySegmentsExperienceId_First(long segmentsExperienceId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the first layout page template structure rel in the ordered set where segmentsExperienceId = ?.- Parameters:
segmentsExperienceId
- the segments experience IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout page template structure rel, or
null
if a matching layout page template structure rel could not be found
-
findBySegmentsExperienceId_Last
LayoutPageTemplateStructureRel findBySegmentsExperienceId_Last(long segmentsExperienceId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) throws NoSuchPageTemplateStructureRelException Returns the last layout page template structure rel in the ordered set where segmentsExperienceId = ?.- Parameters:
segmentsExperienceId
- the segments experience IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template structure rel
- Throws:
NoSuchPageTemplateStructureRelException
- if a matching layout page template structure rel could not be found
-
fetchBySegmentsExperienceId_Last
LayoutPageTemplateStructureRel fetchBySegmentsExperienceId_Last(long segmentsExperienceId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns the last layout page template structure rel in the ordered set where segmentsExperienceId = ?.- Parameters:
segmentsExperienceId
- the segments experience IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout page template structure rel, or
null
if a matching layout page template structure rel could not be found
-
findBySegmentsExperienceId_PrevAndNext
LayoutPageTemplateStructureRel[] findBySegmentsExperienceId_PrevAndNext(long layoutPageTemplateStructureRelId, long segmentsExperienceId, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) throws NoSuchPageTemplateStructureRelException Returns the layout page template structure rels before and after the current layout page template structure rel in the ordered set where segmentsExperienceId = ?.- Parameters:
layoutPageTemplateStructureRelId
- the primary key of the current layout page template structure relsegmentsExperienceId
- the segments experience IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout page template structure rel
- Throws:
NoSuchPageTemplateStructureRelException
- if a layout page template structure rel with the primary key could not be found
-
removeBySegmentsExperienceId
void removeBySegmentsExperienceId(long segmentsExperienceId) Removes all the layout page template structure rels where segmentsExperienceId = ? from the database.- Parameters:
segmentsExperienceId
- the segments experience ID
-
countBySegmentsExperienceId
int countBySegmentsExperienceId(long segmentsExperienceId) Returns the number of layout page template structure rels where segmentsExperienceId = ?.- Parameters:
segmentsExperienceId
- the segments experience ID- Returns:
- the number of matching layout page template structure rels
-
findByL_S
LayoutPageTemplateStructureRel findByL_S(long layoutPageTemplateStructureId, long segmentsExperienceId) throws NoSuchPageTemplateStructureRelException Returns the layout page template structure rel where layoutPageTemplateStructureId = ? and segmentsExperienceId = ? or throws aNoSuchPageTemplateStructureRelException
if it could not be found.- Parameters:
layoutPageTemplateStructureId
- the layout page template structure IDsegmentsExperienceId
- the segments experience ID- Returns:
- the matching layout page template structure rel
- Throws:
NoSuchPageTemplateStructureRelException
- if a matching layout page template structure rel could not be found
-
fetchByL_S
LayoutPageTemplateStructureRel fetchByL_S(long layoutPageTemplateStructureId, long segmentsExperienceId) Returns the layout page template structure rel where layoutPageTemplateStructureId = ? and segmentsExperienceId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
layoutPageTemplateStructureId
- the layout page template structure IDsegmentsExperienceId
- the segments experience ID- Returns:
- the matching layout page template structure rel, or
null
if a matching layout page template structure rel could not be found
-
fetchByL_S
LayoutPageTemplateStructureRel fetchByL_S(long layoutPageTemplateStructureId, long segmentsExperienceId, boolean useFinderCache) Returns the layout page template structure rel where layoutPageTemplateStructureId = ? and segmentsExperienceId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
layoutPageTemplateStructureId
- the layout page template structure IDsegmentsExperienceId
- the segments experience IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching layout page template structure rel, or
null
if a matching layout page template structure rel could not be found
-
removeByL_S
LayoutPageTemplateStructureRel removeByL_S(long layoutPageTemplateStructureId, long segmentsExperienceId) throws NoSuchPageTemplateStructureRelException Removes the layout page template structure rel where layoutPageTemplateStructureId = ? and segmentsExperienceId = ? from the database.- Parameters:
layoutPageTemplateStructureId
- the layout page template structure IDsegmentsExperienceId
- the segments experience ID- Returns:
- the layout page template structure rel that was removed
- Throws:
NoSuchPageTemplateStructureRelException
-
countByL_S
int countByL_S(long layoutPageTemplateStructureId, long segmentsExperienceId) Returns the number of layout page template structure rels where layoutPageTemplateStructureId = ? and segmentsExperienceId = ?.- Parameters:
layoutPageTemplateStructureId
- the layout page template structure IDsegmentsExperienceId
- the segments experience ID- Returns:
- the number of matching layout page template structure rels
-
cacheResult
Caches the layout page template structure rel in the entity cache if it is enabled.- Parameters:
layoutPageTemplateStructureRel
- the layout page template structure rel
-
cacheResult
Caches the layout page template structure rels in the entity cache if it is enabled.- Parameters:
layoutPageTemplateStructureRels
- the layout page template structure rels
-
create
Creates a new layout page template structure rel with the primary key. Does not add the layout page template structure rel to the database.- Parameters:
layoutPageTemplateStructureRelId
- the primary key for the new layout page template structure rel- Returns:
- the new layout page template structure rel
-
remove
LayoutPageTemplateStructureRel remove(long layoutPageTemplateStructureRelId) throws NoSuchPageTemplateStructureRelException Removes the layout page template structure rel with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
layoutPageTemplateStructureRelId
- the primary key of the layout page template structure rel- Returns:
- the layout page template structure rel that was removed
- Throws:
NoSuchPageTemplateStructureRelException
- if a layout page template structure rel with the primary key could not be found
-
updateImpl
LayoutPageTemplateStructureRel updateImpl(LayoutPageTemplateStructureRel layoutPageTemplateStructureRel) -
findByPrimaryKey
LayoutPageTemplateStructureRel findByPrimaryKey(long layoutPageTemplateStructureRelId) throws NoSuchPageTemplateStructureRelException Returns the layout page template structure rel with the primary key or throws aNoSuchPageTemplateStructureRelException
if it could not be found.- Parameters:
layoutPageTemplateStructureRelId
- the primary key of the layout page template structure rel- Returns:
- the layout page template structure rel
- Throws:
NoSuchPageTemplateStructureRelException
- if a layout page template structure rel with the primary key could not be found
-
fetchByPrimaryKey
Returns the layout page template structure rel with the primary key or returnsnull
if it could not be found.- Parameters:
layoutPageTemplateStructureRelId
- the primary key of the layout page template structure rel- Returns:
- the layout page template structure rel, or
null
if a layout page template structure rel with the primary key could not be found
-
findAll
List<LayoutPageTemplateStructureRel> findAll()Returns all the layout page template structure rels.- Returns:
- the layout page template structure rels
-
findAll
Returns a range of all the layout page template structure rels.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateStructureRelModelImpl
.- Parameters:
start
- the lower bound of the range of layout page template structure relsend
- the upper bound of the range of layout page template structure rels (not inclusive)- Returns:
- the range of layout page template structure rels
-
findAll
List<LayoutPageTemplateStructureRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator) Returns an ordered range of all the layout page template structure rels.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateStructureRelModelImpl
.- Parameters:
start
- the lower bound of the range of layout page template structure relsend
- the upper bound of the range of layout page template structure rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of layout page template structure rels
-
findAll
List<LayoutPageTemplateStructureRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateStructureRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout page template structure rels.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPageTemplateStructureRelModelImpl
.- Parameters:
start
- the lower bound of the range of layout page template structure relsend
- the upper bound of the range of layout page template structure rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of layout page template structure rels
-
removeAll
void removeAll()Removes all the layout page template structure rels from the database. -
countAll
int countAll()Returns the number of layout page template structure rels.- Returns:
- the number of layout page template structure rels
-