@ProviderType public interface FragmentCompositionPersistence extends 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
FragmentCompositionUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(FragmentComposition fragmentComposition)
Caches the fragment composition in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<FragmentComposition> fragmentCompositions)
Caches the fragment compositions in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of fragment compositions.
|
int |
countByFragmentCollectionId(long fragmentCollectionId)
Returns the number of fragment compositions where fragmentCollectionId = ?.
|
int |
countByG_FCI_LikeN_S(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status)
Returns the number of fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
|
int |
countByG_FCI_LikeN(long groupId,
long fragmentCollectionId,
java.lang.String name)
Returns the number of fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
|
int |
countByG_FCI_S(long groupId,
long fragmentCollectionId,
int status)
Returns the number of fragment compositions where groupId = ? and fragmentCollectionId = ? and status = ?.
|
int |
countByG_FCI(long groupId,
long fragmentCollectionId)
Returns the number of fragment compositions where groupId = ? and fragmentCollectionId = ?.
|
int |
countByG_FCK(long groupId,
java.lang.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_C(java.lang.String uuid,
long companyId)
Returns the number of fragment compositions where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of fragment compositions where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of fragment compositions where uuid = ?.
|
FragmentComposition |
create(long fragmentCompositionId)
Creates a new fragment composition with the primary key.
|
FragmentComposition |
fetchByFragmentCollectionId_First(long fragmentCollectionId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Returns the first fragment composition in the ordered set where fragmentCollectionId = ?.
|
FragmentComposition |
fetchByFragmentCollectionId_Last(long fragmentCollectionId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Returns the last fragment composition in the ordered set where fragmentCollectionId = ?.
|
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 = ?.
|
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 = ?.
|
FragmentComposition |
fetchByG_FCI_LikeN_First(long groupId,
long fragmentCollectionId,
java.lang.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 ?.
|
FragmentComposition |
fetchByG_FCI_LikeN_Last(long groupId,
long fragmentCollectionId,
java.lang.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 ?.
|
FragmentComposition |
fetchByG_FCI_LikeN_S_First(long groupId,
long fragmentCollectionId,
java.lang.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 = ?.
|
FragmentComposition |
fetchByG_FCI_LikeN_S_Last(long groupId,
long fragmentCollectionId,
java.lang.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 = ?.
|
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 = ?.
|
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 = ?.
|
FragmentComposition |
fetchByG_FCK(long groupId,
java.lang.String fragmentCompositionKey)
Returns the fragment composition where groupId = ? and fragmentCompositionKey = ? or returns
null if it could not be found. |
FragmentComposition |
fetchByG_FCK(long groupId,
java.lang.String fragmentCompositionKey,
boolean useFinderCache)
Returns the fragment composition where groupId = ? and fragmentCompositionKey = ? or returns
null if it could not be found, optionally using the finder cache. |
FragmentComposition |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Returns the first fragment composition in the ordered set where groupId = ?.
|
FragmentComposition |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Returns the last fragment composition in the ordered set where groupId = ?.
|
FragmentComposition |
fetchByPrimaryKey(long fragmentCompositionId)
Returns the fragment composition with the primary key or returns
null if it could not be found. |
FragmentComposition |
fetchByUuid_C_First(java.lang.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 = ?.
|
FragmentComposition |
fetchByUuid_C_Last(java.lang.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 = ?.
|
FragmentComposition |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Returns the first fragment composition in the ordered set where uuid = ?.
|
FragmentComposition |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the fragment composition where uuid = ? and groupId = ? or returns
null if it could not be found. |
FragmentComposition |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the fragment composition where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
FragmentComposition |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Returns the last fragment composition in the ordered set where uuid = ?.
|
java.util.List<FragmentComposition> |
findAll()
Returns all the fragment compositions.
|
java.util.List<FragmentComposition> |
findAll(int start,
int end)
Returns a range of all the fragment compositions.
|
java.util.List<FragmentComposition> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Returns an ordered range of all the fragment compositions.
|
java.util.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.
|
FragmentComposition |
findByFragmentCollectionId_First(long fragmentCollectionId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Returns the first fragment composition in the ordered set where fragmentCollectionId = ?.
|
FragmentComposition |
findByFragmentCollectionId_Last(long fragmentCollectionId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Returns the last fragment composition in the ordered set where fragmentCollectionId = ?.
|
FragmentComposition[] |
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 = ?.
|
java.util.List<FragmentComposition> |
findByFragmentCollectionId(long fragmentCollectionId)
Returns all the fragment compositions where fragmentCollectionId = ?.
|
java.util.List<FragmentComposition> |
findByFragmentCollectionId(long fragmentCollectionId,
int start,
int end)
Returns a range of all the fragment compositions where fragmentCollectionId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
FragmentComposition |
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 = ?.
|
FragmentComposition |
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 = ?.
|
FragmentComposition |
findByG_FCI_LikeN_First(long groupId,
long fragmentCollectionId,
java.lang.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 ?.
|
FragmentComposition |
findByG_FCI_LikeN_Last(long groupId,
long fragmentCollectionId,
java.lang.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 ?.
|
FragmentComposition[] |
findByG_FCI_LikeN_PrevAndNext(long fragmentCompositionId,
long groupId,
long fragmentCollectionId,
java.lang.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 ?.
|
FragmentComposition |
findByG_FCI_LikeN_S_First(long groupId,
long fragmentCollectionId,
java.lang.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 = ?.
|
FragmentComposition |
findByG_FCI_LikeN_S_Last(long groupId,
long fragmentCollectionId,
java.lang.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 = ?.
|
FragmentComposition[] |
findByG_FCI_LikeN_S_PrevAndNext(long fragmentCompositionId,
long groupId,
long fragmentCollectionId,
java.lang.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 = ?.
|
java.util.List<FragmentComposition> |
findByG_FCI_LikeN_S(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status)
Returns all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
|
java.util.List<FragmentComposition> |
findByG_FCI_LikeN_S(long groupId,
long fragmentCollectionId,
java.lang.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 = ?.
|
java.util.List<FragmentComposition> |
findByG_FCI_LikeN_S(long groupId,
long fragmentCollectionId,
java.lang.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 = ?.
|
java.util.List<FragmentComposition> |
findByG_FCI_LikeN_S(long groupId,
long fragmentCollectionId,
java.lang.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 = ?.
|
java.util.List<FragmentComposition> |
findByG_FCI_LikeN(long groupId,
long fragmentCollectionId,
java.lang.String name)
Returns all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
|
java.util.List<FragmentComposition> |
findByG_FCI_LikeN(long groupId,
long fragmentCollectionId,
java.lang.String name,
int start,
int end)
Returns a range of all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
|
java.util.List<FragmentComposition> |
findByG_FCI_LikeN(long groupId,
long fragmentCollectionId,
java.lang.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 ?.
|
java.util.List<FragmentComposition> |
findByG_FCI_LikeN(long groupId,
long fragmentCollectionId,
java.lang.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 ?.
|
FragmentComposition[] |
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 = ?.
|
FragmentComposition |
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 = ?.
|
FragmentComposition |
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 = ?.
|
FragmentComposition[] |
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 = ?.
|
java.util.List<FragmentComposition> |
findByG_FCI_S(long groupId,
long fragmentCollectionId,
int status)
Returns all the fragment compositions where groupId = ? and fragmentCollectionId = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<FragmentComposition> |
findByG_FCI(long groupId,
long fragmentCollectionId)
Returns all the fragment compositions where groupId = ? and fragmentCollectionId = ?.
|
java.util.List<FragmentComposition> |
findByG_FCI(long groupId,
long fragmentCollectionId,
int start,
int end)
Returns a range of all the fragment compositions where groupId = ? and fragmentCollectionId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
FragmentComposition |
findByG_FCK(long groupId,
java.lang.String fragmentCompositionKey)
Returns the fragment composition where groupId = ? and fragmentCompositionKey = ? or throws a
NoSuchCompositionException if it could not be found. |
FragmentComposition |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Returns the first fragment composition in the ordered set where groupId = ?.
|
FragmentComposition |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Returns the last fragment composition in the ordered set where groupId = ?.
|
FragmentComposition[] |
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 = ?.
|
java.util.List<FragmentComposition> |
findByGroupId(long groupId)
Returns all the fragment compositions where groupId = ?.
|
java.util.List<FragmentComposition> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the fragment compositions where groupId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
FragmentComposition |
findByPrimaryKey(long fragmentCompositionId)
Returns the fragment composition with the primary key or throws a
NoSuchCompositionException if it could not be found. |
FragmentComposition |
findByUuid_C_First(java.lang.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 = ?.
|
FragmentComposition |
findByUuid_C_Last(java.lang.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 = ?.
|
FragmentComposition[] |
findByUuid_C_PrevAndNext(long fragmentCompositionId,
java.lang.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 = ?.
|
java.util.List<FragmentComposition> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the fragment compositions where uuid = ? and companyId = ?.
|
java.util.List<FragmentComposition> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the fragment compositions where uuid = ? and companyId = ?.
|
java.util.List<FragmentComposition> |
findByUuid_C(java.lang.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 = ?.
|
java.util.List<FragmentComposition> |
findByUuid_C(java.lang.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 = ?.
|
FragmentComposition |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Returns the first fragment composition in the ordered set where uuid = ?.
|
FragmentComposition |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the fragment composition where uuid = ? and groupId = ? or throws a
NoSuchCompositionException if it could not be found. |
FragmentComposition |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Returns the last fragment composition in the ordered set where uuid = ?.
|
FragmentComposition[] |
findByUuid_PrevAndNext(long fragmentCompositionId,
java.lang.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 = ?.
|
java.util.List<FragmentComposition> |
findByUuid(java.lang.String uuid)
Returns all the fragment compositions where uuid = ?.
|
java.util.List<FragmentComposition> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the fragment compositions where uuid = ?.
|
java.util.List<FragmentComposition> |
findByUuid(java.lang.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 = ?.
|
java.util.List<FragmentComposition> |
findByUuid(java.lang.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 = ?.
|
FragmentComposition |
remove(long fragmentCompositionId)
Removes the fragment composition with the primary key from the database.
|
void |
removeAll()
Removes all the fragment compositions from the database.
|
void |
removeByFragmentCollectionId(long fragmentCollectionId)
Removes all the fragment compositions where fragmentCollectionId = ? from the database.
|
void |
removeByG_FCI_LikeN_S(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status)
Removes all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? from the database.
|
void |
removeByG_FCI_LikeN(long groupId,
long fragmentCollectionId,
java.lang.String name)
Removes all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ? 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.
|
void |
removeByG_FCI(long groupId,
long fragmentCollectionId)
Removes all the fragment compositions where groupId = ? and fragmentCollectionId = ? from the database.
|
FragmentComposition |
removeByG_FCK(long groupId,
java.lang.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_C(java.lang.String uuid,
long companyId)
Removes all the fragment compositions where uuid = ? and companyId = ? from the database.
|
FragmentComposition |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the fragment composition where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the fragment compositions where uuid = ? from the database.
|
FragmentComposition |
updateImpl(FragmentComposition fragmentComposition) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
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, setDataSource, unregisterListener, update, update
java.util.List<FragmentComposition> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<FragmentComposition> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)java.util.List<FragmentComposition> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)java.util.List<FragmentComposition> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheFragmentComposition findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition[] findByUuid_PrevAndNext(long fragmentCompositionId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
fragmentCompositionId
- the primary key of the current fragment compositionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a fragment composition with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidFragmentComposition findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchCompositionException
NoSuchCompositionException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching fragment composition could not be foundFragmentComposition fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching fragment composition could not be foundFragmentComposition removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchCompositionException
uuid
- the uuidgroupId
- the group IDNoSuchCompositionException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<FragmentComposition> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<FragmentComposition> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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)java.util.List<FragmentComposition> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)java.util.List<FragmentComposition> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheFragmentComposition findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition[] findByUuid_C_PrevAndNext(long fragmentCompositionId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
fragmentCompositionId
- the primary key of the current fragment compositionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a fragment composition with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<FragmentComposition> findByGroupId(long groupId)
groupId
- the group IDjava.util.List<FragmentComposition> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)java.util.List<FragmentComposition> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)java.util.List<FragmentComposition> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheFragmentComposition findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition[] findByGroupId_PrevAndNext(long fragmentCompositionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
fragmentCompositionId
- the primary key of the current fragment compositiongroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a fragment composition with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDjava.util.List<FragmentComposition> findByFragmentCollectionId(long fragmentCollectionId)
fragmentCollectionId
- the fragment collection IDjava.util.List<FragmentComposition> findByFragmentCollectionId(long fragmentCollectionId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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)java.util.List<FragmentComposition> findByFragmentCollectionId(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)java.util.List<FragmentComposition> findByFragmentCollectionId(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheFragmentComposition findByFragmentCollectionId_First(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
fragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByFragmentCollectionId_First(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
fragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition findByFragmentCollectionId_Last(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
fragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByFragmentCollectionId_Last(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
fragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition[] findByFragmentCollectionId_PrevAndNext(long fragmentCompositionId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
fragmentCompositionId
- the primary key of the current fragment compositionfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a fragment composition with the primary key could not be foundvoid removeByFragmentCollectionId(long fragmentCollectionId)
fragmentCollectionId
- the fragment collection IDint countByFragmentCollectionId(long fragmentCollectionId)
fragmentCollectionId
- the fragment collection IDjava.util.List<FragmentComposition> findByG_FCI(long groupId, long fragmentCollectionId)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDjava.util.List<FragmentComposition> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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)java.util.List<FragmentComposition> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)java.util.List<FragmentComposition> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheFragmentComposition findByG_FCI_First(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByG_FCI_First(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition findByG_FCI_Last(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByG_FCI_Last(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition[] findByG_FCI_PrevAndNext(long fragmentCompositionId, long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
fragmentCompositionId
- the primary key of the current fragment compositiongroupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a fragment composition with the primary key could not be foundvoid removeByG_FCI(long groupId, long fragmentCollectionId)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDint countByG_FCI(long groupId, long fragmentCollectionId)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDFragmentComposition findByG_FCK(long groupId, java.lang.String fragmentCompositionKey) throws NoSuchCompositionException
NoSuchCompositionException
if it could not be found.groupId
- the group IDfragmentCompositionKey
- the fragment composition keyNoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByG_FCK(long groupId, java.lang.String fragmentCompositionKey)
null
if it could not be found. Uses the finder cache.groupId
- the group IDfragmentCompositionKey
- the fragment composition keynull
if a matching fragment composition could not be foundFragmentComposition fetchByG_FCK(long groupId, java.lang.String fragmentCompositionKey, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDfragmentCompositionKey
- the fragment composition keyuseFinderCache
- whether to use the finder cachenull
if a matching fragment composition could not be foundFragmentComposition removeByG_FCK(long groupId, java.lang.String fragmentCompositionKey) throws NoSuchCompositionException
groupId
- the group IDfragmentCompositionKey
- the fragment composition keyNoSuchCompositionException
int countByG_FCK(long groupId, java.lang.String fragmentCompositionKey)
groupId
- the group IDfragmentCompositionKey
- the fragment composition keyjava.util.List<FragmentComposition> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, java.lang.String name)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namejava.util.List<FragmentComposition> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, java.lang.String name, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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)java.util.List<FragmentComposition> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)java.util.List<FragmentComposition> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheFragmentComposition findByG_FCI_LikeN_First(long groupId, long fragmentCollectionId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByG_FCI_LikeN_First(long groupId, long fragmentCollectionId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition findByG_FCI_LikeN_Last(long groupId, long fragmentCollectionId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByG_FCI_LikeN_Last(long groupId, long fragmentCollectionId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition[] findByG_FCI_LikeN_PrevAndNext(long fragmentCompositionId, long groupId, long fragmentCollectionId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
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 (optionally null
)NoSuchCompositionException
- if a fragment composition with the primary key could not be foundvoid removeByG_FCI_LikeN(long groupId, long fragmentCollectionId, java.lang.String name)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameint countByG_FCI_LikeN(long groupId, long fragmentCollectionId, java.lang.String name)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namejava.util.List<FragmentComposition> findByG_FCI_S(long groupId, long fragmentCollectionId, int status)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusjava.util.List<FragmentComposition> findByG_FCI_S(long groupId, long fragmentCollectionId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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)java.util.List<FragmentComposition> findByG_FCI_S(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheFragmentComposition findByG_FCI_S_First(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByG_FCI_S_First(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition findByG_FCI_S_Last(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByG_FCI_S_Last(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition[] findByG_FCI_S_PrevAndNext(long fragmentCompositionId, long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
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 (optionally null
)NoSuchCompositionException
- if a fragment composition with the primary key could not be foundvoid removeByG_FCI_S(long groupId, long fragmentCollectionId, int status)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusint countByG_FCI_S(long groupId, long fragmentCollectionId, int status)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusjava.util.List<FragmentComposition> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, java.lang.String name, int status)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusjava.util.List<FragmentComposition> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, java.lang.String name, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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)java.util.List<FragmentComposition> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, java.lang.String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)java.util.List<FragmentComposition> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, java.lang.String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheFragmentComposition findByG_FCI_LikeN_S_First(long groupId, long fragmentCollectionId, java.lang.String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByG_FCI_LikeN_S_First(long groupId, long fragmentCollectionId, java.lang.String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition findByG_FCI_LikeN_S_Last(long groupId, long fragmentCollectionId, java.lang.String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCompositionException
- if a matching fragment composition could not be foundFragmentComposition fetchByG_FCI_LikeN_S_Last(long groupId, long fragmentCollectionId, java.lang.String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment composition could not be foundFragmentComposition[] findByG_FCI_LikeN_S_PrevAndNext(long fragmentCompositionId, long groupId, long fragmentCollectionId, java.lang.String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) throws NoSuchCompositionException
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 (optionally null
)NoSuchCompositionException
- if a fragment composition with the primary key could not be foundvoid removeByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, java.lang.String name, int status)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusint countByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, java.lang.String name, int status)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusvoid cacheResult(FragmentComposition fragmentComposition)
fragmentComposition
- the fragment compositionvoid cacheResult(java.util.List<FragmentComposition> fragmentCompositions)
fragmentCompositions
- the fragment compositionsFragmentComposition create(long fragmentCompositionId)
fragmentCompositionId
- the primary key for the new fragment compositionFragmentComposition remove(long fragmentCompositionId) throws NoSuchCompositionException
fragmentCompositionId
- the primary key of the fragment compositionNoSuchCompositionException
- if a fragment composition with the primary key could not be foundFragmentComposition updateImpl(FragmentComposition fragmentComposition)
FragmentComposition findByPrimaryKey(long fragmentCompositionId) throws NoSuchCompositionException
NoSuchCompositionException
if it could not be found.fragmentCompositionId
- the primary key of the fragment compositionNoSuchCompositionException
- if a fragment composition with the primary key could not be foundFragmentComposition fetchByPrimaryKey(long fragmentCompositionId)
null
if it could not be found.fragmentCompositionId
- the primary key of the fragment compositionnull
if a fragment composition with the primary key could not be foundjava.util.List<FragmentComposition> findAll()
java.util.List<FragmentComposition> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
start
- the lower bound of the range of fragment compositionsend
- the upper bound of the range of fragment compositions (not inclusive)java.util.List<FragmentComposition> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)java.util.List<FragmentComposition> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from FragmentCompositionModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()