Interface FragmentCompositionPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<FragmentComposition>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentComposition>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(FragmentComposition fragmentComposition) Caches the fragment composition in the entity cache if it is enabled.void
cacheResult
(List<FragmentComposition> fragmentCompositions) Caches the fragment compositions in the entity cache if it is enabled.int
countAll()
Returns the number of fragment compositions.int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of fragment compositions where externalReferenceCode = ? and groupId = ?.int
countByFragmentCollectionId
(long fragmentCollectionId) Returns the number of fragment compositions where fragmentCollectionId = ?.int
countByG_FCI
(long groupId, long fragmentCollectionId) Returns the number of fragment compositions where groupId = ? and fragmentCollectionId = ?.int
countByG_FCI_LikeN
(long groupId, long fragmentCollectionId, String name) Returns the number of fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ?.int
countByG_FCI_LikeN_S
(long groupId, long fragmentCollectionId, String name, int status) Returns the number of fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.int
countByG_FCI_S
(long groupId, long fragmentCollectionId, int status) Returns the number of fragment compositions where groupId = ? and fragmentCollectionId = ? and status = ?.int
countByG_FCK
(long groupId, String fragmentCompositionKey) Returns the number of fragment compositions where groupId = ? and fragmentCompositionKey = ?.int
countByGroupId
(long groupId) Returns the number of fragment compositions where groupId = ?.int
countByUuid
(String uuid) Returns the number of fragment compositions where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of fragment compositions where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of fragment compositions where uuid = ? and groupId = ?.create
(long fragmentCompositionId) Creates a new fragment composition with the primary key.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the fragment composition where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the fragment composition where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByFragmentCollectionId_First
(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where fragmentCollectionId = ?.fetchByFragmentCollectionId_Last
(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where fragmentCollectionId = ?.fetchByG_FCI_First
(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ?.fetchByG_FCI_Last
(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ?.fetchByG_FCI_LikeN_First
(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.fetchByG_FCI_LikeN_Last
(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.fetchByG_FCI_LikeN_S_First
(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.fetchByG_FCI_LikeN_S_Last
(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.fetchByG_FCI_S_First
(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.fetchByG_FCI_S_Last
(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.fetchByG_FCK
(long groupId, String fragmentCompositionKey) Returns the fragment composition where groupId = ? and fragmentCompositionKey = ? or returnsnull
if it could not be found.fetchByG_FCK
(long groupId, String fragmentCompositionKey, boolean useFinderCache) Returns the fragment composition where groupId = ? and fragmentCompositionKey = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where groupId = ?.fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where groupId = ?.fetchByPrimaryKey
(long fragmentCompositionId) Returns the fragment composition with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the fragment composition where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the fragment composition 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<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where uuid = ?.findAll()
Returns all the fragment compositions.findAll
(int start, int end) Returns a range of all the fragment compositions.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions.findByERC_G
(String externalReferenceCode, long groupId) Returns the fragment composition where externalReferenceCode = ? and groupId = ? or throws aNoSuchCompositionException
if it could not be found.findByFragmentCollectionId
(long fragmentCollectionId) Returns all the fragment compositions where fragmentCollectionId = ?.findByFragmentCollectionId
(long fragmentCollectionId, int start, int end) Returns a range of all the fragment compositions where fragmentCollectionId = ?.findByFragmentCollectionId
(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions where fragmentCollectionId = ?.findByFragmentCollectionId
(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions where fragmentCollectionId = ?.findByFragmentCollectionId_First
(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where fragmentCollectionId = ?.findByFragmentCollectionId_Last
(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where fragmentCollectionId = ?.findByFragmentCollectionId_PrevAndNext
(long fragmentCompositionId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the fragment compositions before and after the current fragment composition in the ordered set where fragmentCollectionId = ?.findByG_FCI
(long groupId, long fragmentCollectionId) Returns all the fragment compositions where groupId = ? and fragmentCollectionId = ?.findByG_FCI
(long groupId, long fragmentCollectionId, int start, int end) Returns a range of all the fragment compositions where groupId = ? and fragmentCollectionId = ?.findByG_FCI
(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ?.findByG_FCI
(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ?.findByG_FCI_First
(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ?.findByG_FCI_Last
(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ?.findByG_FCI_LikeN
(long groupId, long fragmentCollectionId, String name) Returns all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ?.findByG_FCI_LikeN
(long groupId, long fragmentCollectionId, String name, int start, int end) Returns a range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ?.findByG_FCI_LikeN
(long groupId, long fragmentCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ?.findByG_FCI_LikeN
(long groupId, long fragmentCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ?.findByG_FCI_LikeN_First
(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.findByG_FCI_LikeN_Last
(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.findByG_FCI_LikeN_PrevAndNext
(long fragmentCompositionId, long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the fragment compositions before and after the current fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.findByG_FCI_LikeN_S
(long groupId, long fragmentCollectionId, String name, int status) Returns all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.findByG_FCI_LikeN_S
(long groupId, long fragmentCollectionId, String name, int status, int start, int end) Returns a range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.findByG_FCI_LikeN_S
(long groupId, long fragmentCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.findByG_FCI_LikeN_S
(long groupId, long fragmentCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.findByG_FCI_LikeN_S_First
(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.findByG_FCI_LikeN_S_Last
(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.findByG_FCI_LikeN_S_PrevAndNext
(long fragmentCompositionId, long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the fragment compositions before and after the current fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.findByG_FCI_PrevAndNext
(long fragmentCompositionId, long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the fragment compositions before and after the current fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ?.findByG_FCI_S
(long groupId, long fragmentCollectionId, int status) Returns all the fragment compositions where groupId = ? and fragmentCollectionId = ? and status = ?.findByG_FCI_S
(long groupId, long fragmentCollectionId, int status, int start, int end) Returns a range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and status = ?.findByG_FCI_S
(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and status = ?.findByG_FCI_S
(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and status = ?.findByG_FCI_S_First
(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.findByG_FCI_S_Last
(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.findByG_FCI_S_PrevAndNext
(long fragmentCompositionId, long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the fragment compositions before and after the current fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.findByG_FCK
(long groupId, String fragmentCompositionKey) Returns the fragment composition where groupId = ? and fragmentCompositionKey = ? or throws aNoSuchCompositionException
if it could not be found.findByGroupId
(long groupId) Returns all the fragment compositions where groupId = ?.findByGroupId
(long groupId, int start, int end) Returns a range of all the fragment compositions where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions where groupId = ?.findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where groupId = ?.findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where groupId = ?.findByGroupId_PrevAndNext
(long fragmentCompositionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the fragment compositions before and after the current fragment composition in the ordered set where groupId = ?.findByPrimaryKey
(long fragmentCompositionId) Returns the fragment composition with the primary key or throws aNoSuchCompositionException
if it could not be found.findByUuid
(String uuid) Returns all the fragment compositions where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the fragment compositions where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the fragment compositions where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the fragment compositions where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long fragmentCompositionId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the fragment compositions before and after the current fragment composition in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the fragment composition where uuid = ? and groupId = ? or throws aNoSuchCompositionException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long fragmentCompositionId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the fragment compositions before and after the current fragment composition in the ordered set where uuid = ?.remove
(long fragmentCompositionId) Removes the fragment composition with the primary key from the database.void
Removes all the fragment compositions from the database.removeByERC_G
(String externalReferenceCode, long groupId) Removes the fragment composition where externalReferenceCode = ? and groupId = ? from the database.void
removeByFragmentCollectionId
(long fragmentCollectionId) Removes all the fragment compositions where fragmentCollectionId = ? from the database.void
removeByG_FCI
(long groupId, long fragmentCollectionId) Removes all the fragment compositions where groupId = ? and fragmentCollectionId = ? from the database.void
removeByG_FCI_LikeN
(long groupId, long fragmentCollectionId, String name) Removes all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? from the database.void
removeByG_FCI_LikeN_S
(long groupId, long fragmentCollectionId, String name, int status) Removes all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? from the database.void
removeByG_FCI_S
(long groupId, long fragmentCollectionId, int status) Removes all the fragment compositions where groupId = ? and fragmentCollectionId = ? and status = ? from the database.removeByG_FCK
(long groupId, String fragmentCompositionKey) Removes the fragment composition where groupId = ? and fragmentCompositionKey = ? from the database.void
removeByGroupId
(long groupId) Removes all the fragment compositions where groupId = ? from the database.void
removeByUuid
(String uuid) Removes all the fragment compositions where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the fragment compositions where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the fragment composition where uuid = ? and groupId = ? from the database.updateImpl
(FragmentComposition fragmentComposition) 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 fragment compositions where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching fragment compositions
-
findByUuid
Returns a range of all the fragment compositions 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 fromFragmentCompositionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)- Returns:
- the range of matching fragment compositions
-
findByUuid
List<FragmentComposition> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions 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 fromFragmentCompositionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment compositions
-
findByUuid
List<FragmentComposition> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions 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 fromFragmentCompositionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment compositions
-
findByUuid_First
FragmentComposition findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the first fragment composition in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByUuid_First
FragmentComposition fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment composition, or
null
if a matching fragment composition could not be found
-
findByUuid_Last
FragmentComposition findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the last fragment composition in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByUuid_Last
FragmentComposition fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment composition, or
null
if a matching fragment composition could not be found
-
findByUuid_PrevAndNext
FragmentComposition[] findByUuid_PrevAndNext(long fragmentCompositionId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the fragment compositions before and after the current fragment composition in the ordered set where uuid = ?.- Parameters:
fragmentCompositionId
- the primary key of the current fragment compositionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment composition
- Throws:
NoSuchCompositionException
- if a fragment composition with the primary key could not be found
-
removeByUuid
Removes all the fragment compositions where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of fragment compositions where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching fragment compositions
-
findByUUID_G
Returns the fragment composition where uuid = ? and groupId = ? or throws aNoSuchCompositionException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByUUID_G
Returns the fragment composition 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 fragment composition, or
null
if a matching fragment composition could not be found
-
fetchByUUID_G
Returns the fragment composition 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 fragment composition, or
null
if a matching fragment composition could not be found
-
removeByUUID_G
Removes the fragment composition where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the fragment composition that was removed
- Throws:
NoSuchCompositionException
-
countByUUID_G
Returns the number of fragment compositions where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching fragment compositions
-
findByUuid_C
Returns all the fragment compositions where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching fragment compositions
-
findByUuid_C
Returns a range of all the fragment compositions 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 fromFragmentCompositionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)- Returns:
- the range of matching fragment compositions
-
findByUuid_C
List<FragmentComposition> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions 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 fromFragmentCompositionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment compositions
-
findByUuid_C
List<FragmentComposition> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions 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 fromFragmentCompositionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment compositions
-
findByUuid_C_First
FragmentComposition findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the first fragment composition 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 fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByUuid_C_First
FragmentComposition fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition 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 fragment composition, or
null
if a matching fragment composition could not be found
-
findByUuid_C_Last
FragmentComposition findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the last fragment composition 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 fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByUuid_C_Last
FragmentComposition fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition 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 fragment composition, or
null
if a matching fragment composition could not be found
-
findByUuid_C_PrevAndNext
FragmentComposition[] findByUuid_C_PrevAndNext(long fragmentCompositionId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the fragment compositions before and after the current fragment composition in the ordered set where uuid = ? and companyId = ?.- Parameters:
fragmentCompositionId
- the primary key of the current fragment compositionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment composition
- Throws:
NoSuchCompositionException
- if a fragment composition with the primary key could not be found
-
removeByUuid_C
Removes all the fragment compositions where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of fragment compositions where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching fragment compositions
-
findByGroupId
Returns all the fragment compositions where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching fragment compositions
-
findByGroupId
Returns a range of all the fragment compositions where groupId = ?.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 fromFragmentCompositionModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)- Returns:
- the range of matching fragment compositions
-
findByGroupId
List<FragmentComposition> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions where groupId = ?.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 fromFragmentCompositionModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment compositions
-
findByGroupId
List<FragmentComposition> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions where groupId = ?.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 fromFragmentCompositionModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment compositions
-
findByGroupId_First
FragmentComposition findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the first fragment composition in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByGroupId_First
FragmentComposition fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment composition, or
null
if a matching fragment composition could not be found
-
findByGroupId_Last
FragmentComposition findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the last fragment composition in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByGroupId_Last
FragmentComposition fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment composition, or
null
if a matching fragment composition could not be found
-
findByGroupId_PrevAndNext
FragmentComposition[] findByGroupId_PrevAndNext(long fragmentCompositionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the fragment compositions before and after the current fragment composition in the ordered set where groupId = ?.- Parameters:
fragmentCompositionId
- the primary key of the current fragment compositiongroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment composition
- Throws:
NoSuchCompositionException
- if a fragment composition with the primary key could not be found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the fragment compositions where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
int countByGroupId(long groupId) Returns the number of fragment compositions where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching fragment compositions
-
findByFragmentCollectionId
Returns all the fragment compositions where fragmentCollectionId = ?.- Parameters:
fragmentCollectionId
- the fragment collection ID- Returns:
- the matching fragment compositions
-
findByFragmentCollectionId
Returns a range of all the fragment compositions where fragmentCollectionId = ?.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 fromFragmentCompositionModelImpl
.- Parameters:
fragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)- Returns:
- the range of matching fragment compositions
-
findByFragmentCollectionId
List<FragmentComposition> findByFragmentCollectionId(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions where fragmentCollectionId = ?.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 fromFragmentCompositionModelImpl
.- Parameters:
fragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment compositions
-
findByFragmentCollectionId
List<FragmentComposition> findByFragmentCollectionId(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions where fragmentCollectionId = ?.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 fromFragmentCompositionModelImpl
.- Parameters:
fragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment compositions
-
findByFragmentCollectionId_First
FragmentComposition findByFragmentCollectionId_First(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the first fragment composition in the ordered set where fragmentCollectionId = ?.- Parameters:
fragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByFragmentCollectionId_First
FragmentComposition fetchByFragmentCollectionId_First(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where fragmentCollectionId = ?.- Parameters:
fragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment composition, or
null
if a matching fragment composition could not be found
-
findByFragmentCollectionId_Last
FragmentComposition findByFragmentCollectionId_Last(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the last fragment composition in the ordered set where fragmentCollectionId = ?.- Parameters:
fragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByFragmentCollectionId_Last
FragmentComposition fetchByFragmentCollectionId_Last(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where fragmentCollectionId = ?.- Parameters:
fragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment composition, or
null
if a matching fragment composition could not be found
-
findByFragmentCollectionId_PrevAndNext
FragmentComposition[] findByFragmentCollectionId_PrevAndNext(long fragmentCompositionId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the fragment compositions before and after the current fragment composition in the ordered set where fragmentCollectionId = ?.- Parameters:
fragmentCompositionId
- the primary key of the current fragment compositionfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment composition
- Throws:
NoSuchCompositionException
- if a fragment composition with the primary key could not be found
-
removeByFragmentCollectionId
void removeByFragmentCollectionId(long fragmentCollectionId) Removes all the fragment compositions where fragmentCollectionId = ? from the database.- Parameters:
fragmentCollectionId
- the fragment collection ID
-
countByFragmentCollectionId
int countByFragmentCollectionId(long fragmentCollectionId) Returns the number of fragment compositions where fragmentCollectionId = ?.- Parameters:
fragmentCollectionId
- the fragment collection ID- Returns:
- the number of matching fragment compositions
-
findByG_FCI
Returns all the fragment compositions where groupId = ? and fragmentCollectionId = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection ID- Returns:
- the matching fragment compositions
-
findByG_FCI
Returns a range of all the fragment compositions where groupId = ? and fragmentCollectionId = ?.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 fromFragmentCompositionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)- Returns:
- the range of matching fragment compositions
-
findByG_FCI
List<FragmentComposition> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ?.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 fromFragmentCompositionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment compositions
-
findByG_FCI
List<FragmentComposition> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ?.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 fromFragmentCompositionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment compositions
-
findByG_FCI_First
FragmentComposition findByG_FCI_First(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByG_FCI_First
FragmentComposition fetchByG_FCI_First(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment composition, or
null
if a matching fragment composition could not be found
-
findByG_FCI_Last
FragmentComposition findByG_FCI_Last(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByG_FCI_Last
FragmentComposition fetchByG_FCI_Last(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment composition, or
null
if a matching fragment composition could not be found
-
findByG_FCI_PrevAndNext
FragmentComposition[] findByG_FCI_PrevAndNext(long fragmentCompositionId, long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the fragment compositions before and after the current fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ?.- Parameters:
fragmentCompositionId
- the primary key of the current fragment compositiongroupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment composition
- Throws:
NoSuchCompositionException
- if a fragment composition with the primary key could not be found
-
removeByG_FCI
void removeByG_FCI(long groupId, long fragmentCollectionId) Removes all the fragment compositions where groupId = ? and fragmentCollectionId = ? from the database.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection ID
-
countByG_FCI
int countByG_FCI(long groupId, long fragmentCollectionId) Returns the number of fragment compositions where groupId = ? and fragmentCollectionId = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection ID- Returns:
- the number of matching fragment compositions
-
findByG_FCK
FragmentComposition findByG_FCK(long groupId, String fragmentCompositionKey) throws NoSuchCompositionException Returns the fragment composition where groupId = ? and fragmentCompositionKey = ? or throws aNoSuchCompositionException
if it could not be found.- Parameters:
groupId
- the group IDfragmentCompositionKey
- the fragment composition key- Returns:
- the matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByG_FCK
Returns the fragment composition where groupId = ? and fragmentCompositionKey = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDfragmentCompositionKey
- the fragment composition key- Returns:
- the matching fragment composition, or
null
if a matching fragment composition could not be found
-
fetchByG_FCK
FragmentComposition fetchByG_FCK(long groupId, String fragmentCompositionKey, boolean useFinderCache) Returns the fragment composition where groupId = ? and fragmentCompositionKey = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDfragmentCompositionKey
- the fragment composition keyuseFinderCache
- whether to use the finder cache- Returns:
- the matching fragment composition, or
null
if a matching fragment composition could not be found
-
removeByG_FCK
FragmentComposition removeByG_FCK(long groupId, String fragmentCompositionKey) throws NoSuchCompositionException Removes the fragment composition where groupId = ? and fragmentCompositionKey = ? from the database.- Parameters:
groupId
- the group IDfragmentCompositionKey
- the fragment composition key- Returns:
- the fragment composition that was removed
- Throws:
NoSuchCompositionException
-
countByG_FCK
Returns the number of fragment compositions where groupId = ? and fragmentCompositionKey = ?.- Parameters:
groupId
- the group IDfragmentCompositionKey
- the fragment composition key- Returns:
- the number of matching fragment compositions
-
findByG_FCI_LikeN
Returns all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the name- Returns:
- the matching fragment compositions
-
findByG_FCI_LikeN
List<FragmentComposition> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name, int start, int end) Returns a range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ?.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 fromFragmentCompositionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)- Returns:
- the range of matching fragment compositions
-
findByG_FCI_LikeN
List<FragmentComposition> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ?.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 fromFragmentCompositionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment compositions
-
findByG_FCI_LikeN
List<FragmentComposition> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ?.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 fromFragmentCompositionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment compositions
-
findByG_FCI_LikeN_First
FragmentComposition findByG_FCI_LikeN_First(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByG_FCI_LikeN_First
FragmentComposition fetchByG_FCI_LikeN_First(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment composition, or
null
if a matching fragment composition could not be found
-
findByG_FCI_LikeN_Last
FragmentComposition findByG_FCI_LikeN_Last(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByG_FCI_LikeN_Last
FragmentComposition fetchByG_FCI_LikeN_Last(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment composition, or
null
if a matching fragment composition could not be found
-
findByG_FCI_LikeN_PrevAndNext
FragmentComposition[] findByG_FCI_LikeN_PrevAndNext(long fragmentCompositionId, long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the fragment compositions before and after the current fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.- Parameters:
fragmentCompositionId
- the primary key of the current fragment compositiongroupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment composition
- Throws:
NoSuchCompositionException
- if a fragment composition with the primary key could not be found
-
removeByG_FCI_LikeN
Removes all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? from the database.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the name
-
countByG_FCI_LikeN
Returns the number of fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the name- Returns:
- the number of matching fragment compositions
-
findByG_FCI_S
Returns all the fragment compositions where groupId = ? and fragmentCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the status- Returns:
- the matching fragment compositions
-
findByG_FCI_S
List<FragmentComposition> findByG_FCI_S(long groupId, long fragmentCollectionId, int status, int start, int end) Returns a range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and status = ?.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 fromFragmentCompositionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)- Returns:
- the range of matching fragment compositions
-
findByG_FCI_S
List<FragmentComposition> findByG_FCI_S(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and status = ?.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 fromFragmentCompositionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment compositions
-
findByG_FCI_S
List<FragmentComposition> findByG_FCI_S(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and status = ?.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 fromFragmentCompositionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment compositions
-
findByG_FCI_S_First
FragmentComposition findByG_FCI_S_First(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByG_FCI_S_First
FragmentComposition fetchByG_FCI_S_First(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment composition, or
null
if a matching fragment composition could not be found
-
findByG_FCI_S_Last
FragmentComposition findByG_FCI_S_Last(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByG_FCI_S_Last
FragmentComposition fetchByG_FCI_S_Last(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment composition, or
null
if a matching fragment composition could not be found
-
findByG_FCI_S_PrevAndNext
FragmentComposition[] findByG_FCI_S_PrevAndNext(long fragmentCompositionId, long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the fragment compositions before and after the current fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.- Parameters:
fragmentCompositionId
- the primary key of the current fragment compositiongroupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment composition
- Throws:
NoSuchCompositionException
- if a fragment composition with the primary key could not be found
-
removeByG_FCI_S
void removeByG_FCI_S(long groupId, long fragmentCollectionId, int status) Removes all the fragment compositions where groupId = ? and fragmentCollectionId = ? and status = ? from the database.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the status
-
countByG_FCI_S
int countByG_FCI_S(long groupId, long fragmentCollectionId, int status) Returns the number of fragment compositions where groupId = ? and fragmentCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the status- Returns:
- the number of matching fragment compositions
-
findByG_FCI_LikeN_S
List<FragmentComposition> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status) Returns all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the status- Returns:
- the matching fragment compositions
-
findByG_FCI_LikeN_S
List<FragmentComposition> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status, int start, int end) Returns a range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.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 fromFragmentCompositionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)- Returns:
- the range of matching fragment compositions
-
findByG_FCI_LikeN_S
List<FragmentComposition> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.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 fromFragmentCompositionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment compositions
-
findByG_FCI_LikeN_S
List<FragmentComposition> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.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 fromFragmentCompositionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment compositions
-
findByG_FCI_LikeN_S_First
FragmentComposition findByG_FCI_LikeN_S_First(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByG_FCI_LikeN_S_First
FragmentComposition fetchByG_FCI_LikeN_S_First(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the first fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment composition, or
null
if a matching fragment composition could not be found
-
findByG_FCI_LikeN_S_Last
FragmentComposition findByG_FCI_LikeN_S_Last(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByG_FCI_LikeN_S_Last
FragmentComposition fetchByG_FCI_LikeN_S_Last(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns the last fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment composition, or
null
if a matching fragment composition could not be found
-
findByG_FCI_LikeN_S_PrevAndNext
FragmentComposition[] findByG_FCI_LikeN_S_PrevAndNext(long fragmentCompositionId, long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException Returns the fragment compositions before and after the current fragment composition in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.- Parameters:
fragmentCompositionId
- the primary key of the current fragment compositiongroupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment composition
- Throws:
NoSuchCompositionException
- if a fragment composition with the primary key could not be found
-
removeByG_FCI_LikeN_S
Removes all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? from the database.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the status
-
countByG_FCI_LikeN_S
Returns the number of fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the status- Returns:
- the number of matching fragment compositions
-
findByERC_G
FragmentComposition findByERC_G(String externalReferenceCode, long groupId) throws NoSuchCompositionException Returns the fragment composition where externalReferenceCode = ? and groupId = ? or throws aNoSuchCompositionException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching fragment composition
- Throws:
NoSuchCompositionException
- if a matching fragment composition could not be found
-
fetchByERC_G
Returns the fragment composition where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching fragment composition, or
null
if a matching fragment composition could not be found
-
fetchByERC_G
FragmentComposition fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the fragment composition where externalReferenceCode = ? and groupId = ? or returnsnull
if 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 fragment composition, or
null
if a matching fragment composition could not be found
-
removeByERC_G
FragmentComposition removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchCompositionException Removes the fragment composition where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the fragment composition that was removed
- Throws:
NoSuchCompositionException
-
countByERC_G
Returns the number of fragment compositions where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the number of matching fragment compositions
-
cacheResult
Caches the fragment composition in the entity cache if it is enabled.- Parameters:
fragmentComposition
- the fragment composition
-
cacheResult
Caches the fragment compositions in the entity cache if it is enabled.- Parameters:
fragmentCompositions
- the fragment compositions
-
create
Creates a new fragment composition with the primary key. Does not add the fragment composition to the database.- Parameters:
fragmentCompositionId
- the primary key for the new fragment composition- Returns:
- the new fragment composition
-
remove
Removes the fragment composition with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
fragmentCompositionId
- the primary key of the fragment composition- Returns:
- the fragment composition that was removed
- Throws:
NoSuchCompositionException
- if a fragment composition with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the fragment composition with the primary key or throws aNoSuchCompositionException
if it could not be found.- Parameters:
fragmentCompositionId
- the primary key of the fragment composition- Returns:
- the fragment composition
- Throws:
NoSuchCompositionException
- if a fragment composition with the primary key could not be found
-
fetchByPrimaryKey
Returns the fragment composition with the primary key or returnsnull
if it could not be found.- Parameters:
fragmentCompositionId
- the primary key of the fragment composition- Returns:
- the fragment composition, or
null
if a fragment composition with the primary key could not be found
-
findAll
List<FragmentComposition> findAll()Returns all the fragment compositions.- Returns:
- the fragment compositions
-
findAll
Returns a range of all the fragment compositions.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 fromFragmentCompositionModelImpl
.- Parameters:
start
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)- Returns:
- the range of fragment compositions
-
findAll
List<FragmentComposition> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) Returns an ordered range of all the fragment compositions.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 fromFragmentCompositionModelImpl
.- Parameters:
start
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of fragment compositions
-
findAll
List<FragmentComposition> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment compositions.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 fromFragmentCompositionModelImpl
.- Parameters:
start
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of fragment compositions
-
removeAll
void removeAll()Removes all the fragment compositions from the database. -
countAll
int countAll()Returns the number of fragment compositions.- Returns:
- the number of fragment compositions
-