Interface FragmentCompositionPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<FragmentComposition>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentComposition>

@ProviderType public interface FragmentCompositionPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<FragmentComposition>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentComposition>
The persistence interface for the fragment composition service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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
    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
    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 returns null if it could not be found.
    fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache)
    Returns the fragment composition where externalReferenceCode = ? and groupId = ? or returns null 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 returns null if it could not be found.
    fetchByG_FCK(long groupId, 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.
    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 returns null 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 returns null if it could not be found.
    fetchByUUID_G(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.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
    Returns the last fragment composition in the ordered set where uuid = ?.
    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 a NoSuchCompositionException 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 a NoSuchCompositionException 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 a NoSuchCompositionException if it could not be found.
    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 a NoSuchCompositionException 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
    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

      List<FragmentComposition> findByUuid(String uuid)
      Returns all the fragment compositions where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching fragment compositions
    • findByUuid

      List<FragmentComposition> findByUuid(String uuid, int start, int end)
      Returns a range of all the fragment compositions where uuid = ?.

      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.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of fragment compositions
      end - 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 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.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of fragment compositions
      end - the upper bound of the range of fragment compositions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 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.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of fragment compositions
      end - 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 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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 composition
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment composition
      Throws:
      NoSuchCompositionException - if a fragment composition with the primary key could not be found
    • removeByUuid

      void removeByUuid(String uuid)
      Removes all the fragment compositions where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of fragment compositions where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching fragment compositions
    • findByUUID_G

      FragmentComposition findByUUID_G(String uuid, long groupId) throws NoSuchCompositionException
      Returns the fragment composition where uuid = ? and groupId = ? or throws a NoSuchCompositionException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching fragment composition
      Throws:
      NoSuchCompositionException - if a matching fragment composition could not be found
    • fetchByUUID_G

      FragmentComposition fetchByUUID_G(String uuid, long groupId)
      Returns the fragment composition where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching fragment composition, or null if a matching fragment composition could not be found
    • fetchByUUID_G

      FragmentComposition fetchByUUID_G(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.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching fragment composition, or null if a matching fragment composition could not be found
    • removeByUUID_G

      FragmentComposition removeByUUID_G(String uuid, long groupId) throws NoSuchCompositionException
      Removes the fragment composition where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the fragment composition that was removed
      Throws:
      NoSuchCompositionException
    • countByUUID_G

      int countByUUID_G(String uuid, long groupId)
      Returns the number of fragment compositions where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching fragment compositions
    • findByUuid_C

      List<FragmentComposition> findByUuid_C(String uuid, long companyId)
      Returns all the fragment compositions where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching fragment compositions
    • findByUuid_C

      List<FragmentComposition> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the fragment compositions where uuid = ? and companyId = ?.

      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.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of fragment compositions
      end - 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 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.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of fragment compositions
      end - the upper bound of the range of fragment compositions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 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.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of fragment compositions
      end - 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 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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 composition
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment composition
      Throws:
      NoSuchCompositionException - if a fragment composition with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the fragment compositions where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      int countByUuid_C(String uuid, long companyId)
      Returns the number of fragment compositions where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching fragment compositions
    • findByGroupId

      List<FragmentComposition> findByGroupId(long groupId)
      Returns all the fragment compositions where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching fragment compositions
    • findByGroupId

      List<FragmentComposition> findByGroupId(long groupId, int start, int end)
      Returns a range of all the fragment compositions where groupId = ?.

      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.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of fragment compositions
      end - 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 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.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of fragment compositions
      end - the upper bound of the range of fragment compositions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 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.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of fragment compositions
      end - 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 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 composition
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<FragmentComposition> findByFragmentCollectionId(long fragmentCollectionId)
      Returns all the fragment compositions where fragmentCollectionId = ?.
      Parameters:
      fragmentCollectionId - the fragment collection ID
      Returns:
      the matching fragment compositions
    • findByFragmentCollectionId

      List<FragmentComposition> findByFragmentCollectionId(long fragmentCollectionId, int start, int end)
      Returns a range of all the fragment compositions where fragmentCollectionId = ?.

      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.

      Parameters:
      fragmentCollectionId - the fragment collection ID
      start - the lower bound of the range of fragment compositions
      end - 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 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.

      Parameters:
      fragmentCollectionId - the fragment collection ID
      start - the lower bound of the range of fragment compositions
      end - the upper bound of the range of fragment compositions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 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.

      Parameters:
      fragmentCollectionId - the fragment collection ID
      start - the lower bound of the range of fragment compositions
      end - 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 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 composition
      fragmentCollectionId - the fragment collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<FragmentComposition> findByG_FCI(long groupId, long fragmentCollectionId)
      Returns all the fragment compositions where groupId = ? and fragmentCollectionId = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      Returns:
      the matching fragment compositions
    • findByG_FCI

      List<FragmentComposition> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end)
      Returns a range of all the fragment compositions where groupId = ? and fragmentCollectionId = ?.

      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.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      start - the lower bound of the range of fragment compositions
      end - 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 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.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      start - the lower bound of the range of fragment compositions
      end - the upper bound of the range of fragment compositions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 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.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      start - the lower bound of the range of fragment compositions
      end - 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 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 ID
      fragmentCollectionId - the fragment collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      fragmentCollectionId - the fragment collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      fragmentCollectionId - the fragment collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      fragmentCollectionId - the fragment collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 composition
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      fragmentCollectionId - 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 ID
      fragmentCollectionId - 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 a NoSuchCompositionException if it could not be found.
      Parameters:
      groupId - the group ID
      fragmentCompositionKey - the fragment composition key
      Returns:
      the matching fragment composition
      Throws:
      NoSuchCompositionException - if a matching fragment composition could not be found
    • fetchByG_FCK

      FragmentComposition fetchByG_FCK(long groupId, String fragmentCompositionKey)
      Returns the fragment composition where groupId = ? and fragmentCompositionKey = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      fragmentCompositionKey - 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 returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      fragmentCompositionKey - the fragment composition key
      useFinderCache - 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 ID
      fragmentCompositionKey - the fragment composition key
      Returns:
      the fragment composition that was removed
      Throws:
      NoSuchCompositionException
    • countByG_FCK

      int countByG_FCK(long groupId, String fragmentCompositionKey)
      Returns the number of fragment compositions where groupId = ? and fragmentCompositionKey = ?.
      Parameters:
      groupId - the group ID
      fragmentCompositionKey - the fragment composition key
      Returns:
      the number of matching fragment compositions
    • findByG_FCI_LikeN

      List<FragmentComposition> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name)
      Returns all the fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - 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 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.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      start - the lower bound of the range of fragment compositions
      end - 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 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.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      start - the lower bound of the range of fragment compositions
      end - the upper bound of the range of fragment compositions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 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.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      start - the lower bound of the range of fragment compositions
      end - 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 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 ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      orderByComparator - the comparator to order the set by (optionally null)
      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 composition
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      orderByComparator - the comparator to order the set by (optionally null)
      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

      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.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
    • countByG_FCI_LikeN

      int countByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name)
      Returns the number of fragment compositions where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      Returns:
      the number of matching fragment compositions
    • findByG_FCI_S

      List<FragmentComposition> findByG_FCI_S(long groupId, long fragmentCollectionId, int status)
      Returns all the fragment compositions where groupId = ? and fragmentCollectionId = ? and status = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - 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 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.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      start - the lower bound of the range of fragment compositions
      end - 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 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.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      start - the lower bound of the range of fragment compositions
      end - the upper bound of the range of fragment compositions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 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.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      start - the lower bound of the range of fragment compositions
      end - 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 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 ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 composition
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      fragmentCollectionId - the fragment collection ID
      status - 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 ID
      fragmentCollectionId - the fragment collection ID
      status - 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 ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - 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 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.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      start - the lower bound of the range of fragment compositions
      end - 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 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.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      start - the lower bound of the range of fragment compositions
      end - the upper bound of the range of fragment compositions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 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.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      start - the lower bound of the range of fragment compositions
      end - 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 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 ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 composition
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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

      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.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
    • countByG_FCI_LikeN_S

      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 = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - 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 a NoSuchCompositionException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the matching fragment composition
      Throws:
      NoSuchCompositionException - if a matching fragment composition could not be found
    • fetchByERC_G

      FragmentComposition fetchByERC_G(String externalReferenceCode, long groupId)
      Returns the fragment composition where externalReferenceCode = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - 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 returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      useFinderCache - 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 code
      groupId - the group ID
      Returns:
      the fragment composition that was removed
      Throws:
      NoSuchCompositionException
    • countByERC_G

      int countByERC_G(String externalReferenceCode, long groupId)
      Returns the number of fragment compositions where externalReferenceCode = ? and groupId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the number of matching fragment compositions
    • cacheResult

      void cacheResult(FragmentComposition fragmentComposition)
      Caches the fragment composition in the entity cache if it is enabled.
      Parameters:
      fragmentComposition - the fragment composition
    • cacheResult

      void cacheResult(List<FragmentComposition> fragmentCompositions)
      Caches the fragment compositions in the entity cache if it is enabled.
      Parameters:
      fragmentCompositions - the fragment compositions
    • create

      FragmentComposition create(long fragmentCompositionId)
      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

      FragmentComposition remove(long fragmentCompositionId) throws NoSuchCompositionException
      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

      FragmentComposition updateImpl(FragmentComposition fragmentComposition)
    • findByPrimaryKey

      FragmentComposition findByPrimaryKey(long fragmentCompositionId) throws NoSuchCompositionException
      Returns the fragment composition with the primary key or throws a NoSuchCompositionException 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

      FragmentComposition fetchByPrimaryKey(long fragmentCompositionId)
      Returns the fragment composition with the primary key or returns null 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

      Returns all the fragment compositions.
      Returns:
      the fragment compositions
    • findAll

      List<FragmentComposition> findAll(int start, int end)
      Returns a range of all the fragment compositions.

      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.

      Parameters:
      start - the lower bound of the range of fragment compositions
      end - 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 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.

      Parameters:
      start - the lower bound of the range of fragment compositions
      end - the upper bound of the range of fragment compositions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 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.

      Parameters:
      start - the lower bound of the range of fragment compositions
      end - 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 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