Interface FragmentEntryPersistence

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

@ProviderType public interface FragmentEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<FragmentEntry>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentEntry>
The persistence interface for the fragment entry service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(FragmentEntry fragmentEntry)
    Caches the fragment entry in the entity cache if it is enabled.
    void
    cacheResult(List<FragmentEntry> fragmentEntries)
    Caches the fragment entries in the entity cache if it is enabled.
    int
    Returns the number of fragment entries.
    int
    countByERC_G(String externalReferenceCode, long groupId)
    Returns the number of fragment entries where externalReferenceCode = ? and groupId = ?.
    int
    countByERC_G_Head(String externalReferenceCode, long groupId, boolean head)
    Returns the number of fragment entries where externalReferenceCode = ? and groupId = ? and head = ?.
    int
    countByFragmentCollectionId(long fragmentCollectionId)
    Returns the number of fragment entries where fragmentCollectionId = ?.
    int
    countByFragmentCollectionId_Head(long fragmentCollectionId, boolean head)
    Returns the number of fragment entries where fragmentCollectionId = ? and head = ?.
    int
    countByG_FCI(long groupId, long fragmentCollectionId)
    Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ?.
    int
    countByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head)
    Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and head = ?.
    int
    countByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name)
    Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
    int
    countByG_FCI_LikeN_Head(long groupId, long fragmentCollectionId, String name, boolean head)
    Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
    int
    countByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status)
    Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
    int
    countByG_FCI_LikeN_S_Head(long groupId, long fragmentCollectionId, String name, int status, boolean head)
    Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
    int
    countByG_FCI_S(long groupId, long fragmentCollectionId, int status)
    Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and status = ?.
    int
    countByG_FCI_S_Head(long groupId, long fragmentCollectionId, int status, boolean head)
    Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
    int
    countByG_FCI_T(long groupId, long fragmentCollectionId, int type)
    Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and type = ?.
    int
    countByG_FCI_T_Head(long groupId, long fragmentCollectionId, int type, boolean head)
    Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
    int
    countByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status)
    Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
    int
    countByG_FCI_T_S_Head(long groupId, long fragmentCollectionId, int type, int status, boolean head)
    Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
    int
    countByG_FEK(long groupId, String fragmentEntryKey)
    Returns the number of fragment entries where groupId = ? and fragmentEntryKey = ?.
    int
    countByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head)
    Returns the number of fragment entries where groupId = ? and fragmentEntryKey = ? and head = ?.
    int
    countByGroupId(long groupId)
    Returns the number of fragment entries where groupId = ?.
    int
    countByGroupId_Head(long groupId, boolean head)
    Returns the number of fragment entries where groupId = ? and head = ?.
    int
    countByHeadId(long headId)
    Returns the number of fragment entries where headId = ?.
    int
    countByType(int type)
    Returns the number of fragment entries where type = ?.
    int
    countByType_Head(int type, boolean head)
    Returns the number of fragment entries where type = ? and head = ?.
    int
    Returns the number of fragment entries where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of fragment entries where uuid = ? and companyId = ?.
    int
    countByUuid_C_Head(String uuid, long companyId, boolean head)
    Returns the number of fragment entries where uuid = ? and companyId = ? and head = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of fragment entries where uuid = ? and groupId = ?.
    int
    countByUUID_G_Head(String uuid, long groupId, boolean head)
    Returns the number of fragment entries where uuid = ? and groupId = ? and head = ?.
    int
    countByUuid_Head(String uuid, boolean head)
    Returns the number of fragment entries where uuid = ? and head = ?.
    create(long fragmentEntryId)
    Creates a new fragment entry with the primary key.
    fetchByERC_G_First(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where externalReferenceCode = ? and groupId = ?.
    fetchByERC_G_Head(String externalReferenceCode, long groupId, boolean head)
    Returns the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? or returns null if it could not be found.
    fetchByERC_G_Head(String externalReferenceCode, long groupId, boolean head, boolean useFinderCache)
    Returns the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByERC_G_Last(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where externalReferenceCode = ? and groupId = ?.
    fetchByFragmentCollectionId_First(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where fragmentCollectionId = ?.
    fetchByFragmentCollectionId_Head_First(long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where fragmentCollectionId = ? and head = ?.
    fetchByFragmentCollectionId_Head_Last(long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where fragmentCollectionId = ? and head = ?.
    fetchByFragmentCollectionId_Last(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where fragmentCollectionId = ?.
    fetchByG_FCI_First(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ?.
    fetchByG_FCI_Head_First(long groupId, long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and head = ?.
    fetchByG_FCI_Head_Last(long groupId, long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and head = ?.
    fetchByG_FCI_Last(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ?.
    fetchByG_FCI_LikeN_First(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
    fetchByG_FCI_LikeN_Head_First(long groupId, long fragmentCollectionId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
    fetchByG_FCI_LikeN_Head_Last(long groupId, long fragmentCollectionId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
    fetchByG_FCI_LikeN_Last(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry 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<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
    fetchByG_FCI_LikeN_S_Head_First(long groupId, long fragmentCollectionId, String name, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
    fetchByG_FCI_LikeN_S_Head_Last(long groupId, long fragmentCollectionId, String name, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
    fetchByG_FCI_LikeN_S_Last(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry 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<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.
    fetchByG_FCI_S_Head_First(long groupId, long fragmentCollectionId, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
    fetchByG_FCI_S_Head_Last(long groupId, long fragmentCollectionId, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
    fetchByG_FCI_S_Last(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.
    fetchByG_FCI_T_First(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.
    fetchByG_FCI_T_Head_First(long groupId, long fragmentCollectionId, int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
    fetchByG_FCI_T_Head_Last(long groupId, long fragmentCollectionId, int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
    fetchByG_FCI_T_Last(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.
    fetchByG_FCI_T_S_First(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
    fetchByG_FCI_T_S_Head_First(long groupId, long fragmentCollectionId, int type, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
    fetchByG_FCI_T_S_Head_Last(long groupId, long fragmentCollectionId, int type, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
    fetchByG_FCI_T_S_Last(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
    fetchByG_FEK_First(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentEntryKey = ?.
    fetchByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head)
    Returns the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? or returns null if it could not be found.
    fetchByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head, boolean useFinderCache)
    Returns the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_FEK_Last(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentEntryKey = ?.
    fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ?.
    fetchByGroupId_Head_First(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and head = ?.
    fetchByGroupId_Head_Last(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and head = ?.
    fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ?.
    fetchByHeadId(long headId)
    Returns the fragment entry where headId = ? or returns null if it could not be found.
    fetchByHeadId(long headId, boolean useFinderCache)
    Returns the fragment entry where headId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByPrimaryKey(long fragmentEntryId)
    Returns the fragment entry with the primary key or returns null if it could not be found.
    fetchByType_First(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where type = ?.
    fetchByType_Head_First(int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where type = ? and head = ?.
    fetchByType_Head_Last(int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where type = ? and head = ?.
    fetchByType_Last(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where type = ?.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Head_First(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where uuid = ? and companyId = ? and head = ?.
    fetchByUuid_C_Head_Last(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where uuid = ? and companyId = ? and head = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where uuid = ?.
    fetchByUUID_G_First(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where uuid = ? and groupId = ?.
    fetchByUUID_G_Head(String uuid, long groupId, boolean head)
    Returns the fragment entry where uuid = ? and groupId = ? and head = ? or returns null if it could not be found.
    fetchByUUID_G_Head(String uuid, long groupId, boolean head, boolean useFinderCache)
    Returns the fragment entry where uuid = ? and groupId = ? and head = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByUUID_G_Last(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where uuid = ? and groupId = ?.
    fetchByUuid_Head_First(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where uuid = ? and head = ?.
    fetchByUuid_Head_Last(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where uuid = ? and head = ?.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where uuid = ?.
    Returns all the fragment entries.
    findAll(int start, int end)
    Returns a range of all the fragment entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries.
    findByERC_G(String externalReferenceCode, long groupId)
    Returns all the fragment entries where externalReferenceCode = ? and groupId = ?.
    findByERC_G(String externalReferenceCode, long groupId, int start, int end)
    Returns a range of all the fragment entries where externalReferenceCode = ? and groupId = ?.
    findByERC_G(String externalReferenceCode, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where externalReferenceCode = ? and groupId = ?.
    findByERC_G(String externalReferenceCode, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where externalReferenceCode = ? and groupId = ?.
    findByERC_G_First(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where externalReferenceCode = ? and groupId = ?.
    findByERC_G_Head(String externalReferenceCode, long groupId, boolean head)
    Returns the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? or throws a NoSuchEntryException if it could not be found.
    findByERC_G_Last(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where externalReferenceCode = ? and groupId = ?.
    findByERC_G_PrevAndNext(long fragmentEntryId, String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where externalReferenceCode = ? and groupId = ?.
    findByFragmentCollectionId(long fragmentCollectionId)
    Returns all the fragment entries where fragmentCollectionId = ?.
    findByFragmentCollectionId(long fragmentCollectionId, int start, int end)
    Returns a range of all the fragment entries where fragmentCollectionId = ?.
    findByFragmentCollectionId(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where fragmentCollectionId = ?.
    findByFragmentCollectionId(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where fragmentCollectionId = ?.
    findByFragmentCollectionId_First(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where fragmentCollectionId = ?.
    findByFragmentCollectionId_Head(long fragmentCollectionId, boolean head)
    Returns all the fragment entries where fragmentCollectionId = ? and head = ?.
    findByFragmentCollectionId_Head(long fragmentCollectionId, boolean head, int start, int end)
    Returns a range of all the fragment entries where fragmentCollectionId = ? and head = ?.
    findByFragmentCollectionId_Head(long fragmentCollectionId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where fragmentCollectionId = ? and head = ?.
    findByFragmentCollectionId_Head(long fragmentCollectionId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where fragmentCollectionId = ? and head = ?.
    findByFragmentCollectionId_Head_First(long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where fragmentCollectionId = ? and head = ?.
    findByFragmentCollectionId_Head_Last(long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where fragmentCollectionId = ? and head = ?.
    findByFragmentCollectionId_Head_PrevAndNext(long fragmentEntryId, long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where fragmentCollectionId = ? and head = ?.
    findByFragmentCollectionId_Last(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where fragmentCollectionId = ?.
    findByFragmentCollectionId_PrevAndNext(long fragmentEntryId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where fragmentCollectionId = ?.
    findByG_FCI(long groupId, long fragmentCollectionId)
    Returns all the fragment entries where groupId = ? and fragmentCollectionId = ?.
    findByG_FCI(long groupId, long fragmentCollectionId, int start, int end)
    Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ?.
    findByG_FCI(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ?.
    findByG_FCI(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ?.
    findByG_FCI_First(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ?.
    findByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head)
    Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and head = ?.
    findByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head, int start, int end)
    Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and head = ?.
    findByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and head = ?.
    findByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and head = ?.
    findByG_FCI_Head_First(long groupId, long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and head = ?.
    findByG_FCI_Head_Last(long groupId, long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and head = ?.
    findByG_FCI_Head_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and head = ?.
    findByG_FCI_Last(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ?.
    findByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name)
    Returns all the fragment entries 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 entries 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<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries 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<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
    findByG_FCI_LikeN_First(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
    findByG_FCI_LikeN_Head(long groupId, long fragmentCollectionId, String name, boolean head)
    Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
    findByG_FCI_LikeN_Head(long groupId, long fragmentCollectionId, String name, boolean head, int start, int end)
    Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
    findByG_FCI_LikeN_Head(long groupId, long fragmentCollectionId, String name, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
    findByG_FCI_LikeN_Head(long groupId, long fragmentCollectionId, String name, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
    findByG_FCI_LikeN_Head_First(long groupId, long fragmentCollectionId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
    findByG_FCI_LikeN_Head_Last(long groupId, long fragmentCollectionId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
    findByG_FCI_LikeN_Head_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
    findByG_FCI_LikeN_Last(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
    findByG_FCI_LikeN_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry 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 entries 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 entries 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<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries 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<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries 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<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
    findByG_FCI_LikeN_S_Head(long groupId, long fragmentCollectionId, String name, int status, boolean head)
    Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
    findByG_FCI_LikeN_S_Head(long groupId, long fragmentCollectionId, String name, int status, boolean head, int start, int end)
    Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
    findByG_FCI_LikeN_S_Head(long groupId, long fragmentCollectionId, String name, int status, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
    findByG_FCI_LikeN_S_Head(long groupId, long fragmentCollectionId, String name, int status, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
    findByG_FCI_LikeN_S_Head_First(long groupId, long fragmentCollectionId, String name, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
    findByG_FCI_LikeN_S_Head_Last(long groupId, long fragmentCollectionId, String name, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
    findByG_FCI_LikeN_S_Head_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, String name, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
    findByG_FCI_LikeN_S_Last(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
    findByG_FCI_LikeN_S_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
    findByG_FCI_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ?.
    findByG_FCI_S(long groupId, long fragmentCollectionId, int status)
    Returns all the fragment entries 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 entries 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<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries 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<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ?.
    findByG_FCI_S_First(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.
    findByG_FCI_S_Head(long groupId, long fragmentCollectionId, int status, boolean head)
    Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
    findByG_FCI_S_Head(long groupId, long fragmentCollectionId, int status, boolean head, int start, int end)
    Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
    findByG_FCI_S_Head(long groupId, long fragmentCollectionId, int status, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
    findByG_FCI_S_Head(long groupId, long fragmentCollectionId, int status, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
    findByG_FCI_S_Head_First(long groupId, long fragmentCollectionId, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
    findByG_FCI_S_Head_Last(long groupId, long fragmentCollectionId, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
    findByG_FCI_S_Head_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
    findByG_FCI_S_Last(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.
    findByG_FCI_S_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.
    findByG_FCI_T(long groupId, long fragmentCollectionId, int type)
    Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ?.
    findByG_FCI_T(long groupId, long fragmentCollectionId, int type, int start, int end)
    Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ?.
    findByG_FCI_T(long groupId, long fragmentCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ?.
    findByG_FCI_T(long groupId, long fragmentCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ?.
    findByG_FCI_T_First(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.
    findByG_FCI_T_Head(long groupId, long fragmentCollectionId, int type, boolean head)
    Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
    findByG_FCI_T_Head(long groupId, long fragmentCollectionId, int type, boolean head, int start, int end)
    Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
    findByG_FCI_T_Head(long groupId, long fragmentCollectionId, int type, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
    findByG_FCI_T_Head(long groupId, long fragmentCollectionId, int type, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
    findByG_FCI_T_Head_First(long groupId, long fragmentCollectionId, int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
    findByG_FCI_T_Head_Last(long groupId, long fragmentCollectionId, int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
    findByG_FCI_T_Head_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
    findByG_FCI_T_Last(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.
    findByG_FCI_T_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.
    findByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status)
    Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
    findByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status, int start, int end)
    Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
    findByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
    findByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
    findByG_FCI_T_S_First(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
    findByG_FCI_T_S_Head(long groupId, long fragmentCollectionId, int type, int status, boolean head)
    Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
    findByG_FCI_T_S_Head(long groupId, long fragmentCollectionId, int type, int status, boolean head, int start, int end)
    Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
    findByG_FCI_T_S_Head(long groupId, long fragmentCollectionId, int type, int status, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
    findByG_FCI_T_S_Head(long groupId, long fragmentCollectionId, int type, int status, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
    findByG_FCI_T_S_Head_First(long groupId, long fragmentCollectionId, int type, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
    findByG_FCI_T_S_Head_Last(long groupId, long fragmentCollectionId, int type, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
    findByG_FCI_T_S_Head_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, int type, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
    findByG_FCI_T_S_Last(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
    findByG_FCI_T_S_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
    findByG_FEK(long groupId, String fragmentEntryKey)
    Returns all the fragment entries where groupId = ? and fragmentEntryKey = ?.
    findByG_FEK(long groupId, String fragmentEntryKey, int start, int end)
    Returns a range of all the fragment entries where groupId = ? and fragmentEntryKey = ?.
    findByG_FEK(long groupId, String fragmentEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentEntryKey = ?.
    findByG_FEK(long groupId, String fragmentEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where groupId = ? and fragmentEntryKey = ?.
    findByG_FEK_First(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and fragmentEntryKey = ?.
    findByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head)
    Returns the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? or throws a NoSuchEntryException if it could not be found.
    findByG_FEK_Last(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and fragmentEntryKey = ?.
    findByG_FEK_PrevAndNext(long fragmentEntryId, long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentEntryKey = ?.
    findByGroupId(long groupId)
    Returns all the fragment entries where groupId = ?.
    findByGroupId(long groupId, int start, int end)
    Returns a range of all the fragment entries where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where groupId = ?.
    findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ?.
    findByGroupId_Head(long groupId, boolean head)
    Returns all the fragment entries where groupId = ? and head = ?.
    findByGroupId_Head(long groupId, boolean head, int start, int end)
    Returns a range of all the fragment entries where groupId = ? and head = ?.
    findByGroupId_Head(long groupId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where groupId = ? and head = ?.
    findByGroupId_Head(long groupId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where groupId = ? and head = ?.
    findByGroupId_Head_First(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where groupId = ? and head = ?.
    findByGroupId_Head_Last(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ? and head = ?.
    findByGroupId_Head_PrevAndNext(long fragmentEntryId, long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and head = ?.
    findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where groupId = ?.
    findByGroupId_PrevAndNext(long fragmentEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ?.
    findByHeadId(long headId)
    Returns the fragment entry where headId = ? or throws a NoSuchEntryException if it could not be found.
    findByPrimaryKey(long fragmentEntryId)
    Returns the fragment entry with the primary key or throws a NoSuchEntryException if it could not be found.
    findByType(int type)
    Returns all the fragment entries where type = ?.
    findByType(int type, int start, int end)
    Returns a range of all the fragment entries where type = ?.
    findByType(int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where type = ?.
    findByType(int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where type = ?.
    findByType_First(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where type = ?.
    findByType_Head(int type, boolean head)
    Returns all the fragment entries where type = ? and head = ?.
    findByType_Head(int type, boolean head, int start, int end)
    Returns a range of all the fragment entries where type = ? and head = ?.
    findByType_Head(int type, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where type = ? and head = ?.
    findByType_Head(int type, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where type = ? and head = ?.
    findByType_Head_First(int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where type = ? and head = ?.
    findByType_Head_Last(int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where type = ? and head = ?.
    findByType_Head_PrevAndNext(long fragmentEntryId, int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where type = ? and head = ?.
    findByType_Last(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where type = ?.
    findByType_PrevAndNext(long fragmentEntryId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where type = ?.
    Returns all the fragment entries where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the fragment entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the fragment entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the fragment entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Head(String uuid, long companyId, boolean head)
    Returns all the fragment entries where uuid = ? and companyId = ? and head = ?.
    findByUuid_C_Head(String uuid, long companyId, boolean head, int start, int end)
    Returns a range of all the fragment entries where uuid = ? and companyId = ? and head = ?.
    findByUuid_C_Head(String uuid, long companyId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where uuid = ? and companyId = ? and head = ?.
    findByUuid_C_Head(String uuid, long companyId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where uuid = ? and companyId = ? and head = ?.
    findByUuid_C_Head_First(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where uuid = ? and companyId = ? and head = ?.
    findByUuid_C_Head_Last(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where uuid = ? and companyId = ? and head = ?.
    findByUuid_C_Head_PrevAndNext(long fragmentEntryId, String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where uuid = ? and companyId = ? and head = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long fragmentEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns all the fragment entries where uuid = ? and groupId = ?.
    findByUUID_G(String uuid, long groupId, int start, int end)
    Returns a range of all the fragment entries where uuid = ? and groupId = ?.
    findByUUID_G(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where uuid = ? and groupId = ?.
    findByUUID_G(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where uuid = ? and groupId = ?.
    findByUUID_G_First(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where uuid = ? and groupId = ?.
    findByUUID_G_Head(String uuid, long groupId, boolean head)
    Returns the fragment entry where uuid = ? and groupId = ? and head = ? or throws a NoSuchEntryException if it could not be found.
    findByUUID_G_Last(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where uuid = ? and groupId = ?.
    findByUUID_G_PrevAndNext(long fragmentEntryId, String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where uuid = ? and groupId = ?.
    findByUuid_Head(String uuid, boolean head)
    Returns all the fragment entries where uuid = ? and head = ?.
    findByUuid_Head(String uuid, boolean head, int start, int end)
    Returns a range of all the fragment entries where uuid = ? and head = ?.
    findByUuid_Head(String uuid, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns an ordered range of all the fragment entries where uuid = ? and head = ?.
    findByUuid_Head(String uuid, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the fragment entries where uuid = ? and head = ?.
    findByUuid_Head_First(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the first fragment entry in the ordered set where uuid = ? and head = ?.
    findByUuid_Head_Last(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where uuid = ? and head = ?.
    findByUuid_Head_PrevAndNext(long fragmentEntryId, String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where uuid = ? and head = ?.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the last fragment entry in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long fragmentEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
    Returns the fragment entries before and after the current fragment entry in the ordered set where uuid = ?.
    remove(long fragmentEntryId)
    Removes the fragment entry with the primary key from the database.
    void
    Removes all the fragment entries from the database.
    void
    removeByERC_G(String externalReferenceCode, long groupId)
    Removes all the fragment entries where externalReferenceCode = ? and groupId = ? from the database.
    removeByERC_G_Head(String externalReferenceCode, long groupId, boolean head)
    Removes the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? from the database.
    void
    removeByFragmentCollectionId(long fragmentCollectionId)
    Removes all the fragment entries where fragmentCollectionId = ? from the database.
    void
    removeByFragmentCollectionId_Head(long fragmentCollectionId, boolean head)
    Removes all the fragment entries where fragmentCollectionId = ? and head = ? from the database.
    void
    removeByG_FCI(long groupId, long fragmentCollectionId)
    Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? from the database.
    void
    removeByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head)
    Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and head = ? from the database.
    void
    removeByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name)
    Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? from the database.
    void
    removeByG_FCI_LikeN_Head(long groupId, long fragmentCollectionId, String name, boolean head)
    Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ? from the database.
    void
    removeByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status)
    Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? from the database.
    void
    removeByG_FCI_LikeN_S_Head(long groupId, long fragmentCollectionId, String name, int status, boolean head)
    Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ? from the database.
    void
    removeByG_FCI_S(long groupId, long fragmentCollectionId, int status)
    Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ? from the database.
    void
    removeByG_FCI_S_Head(long groupId, long fragmentCollectionId, int status, boolean head)
    Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ? and head = ? from the database.
    void
    removeByG_FCI_T(long groupId, long fragmentCollectionId, int type)
    Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? from the database.
    void
    removeByG_FCI_T_Head(long groupId, long fragmentCollectionId, int type, boolean head)
    Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and head = ? from the database.
    void
    removeByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status)
    Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? from the database.
    void
    removeByG_FCI_T_S_Head(long groupId, long fragmentCollectionId, int type, int status, boolean head)
    Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ? from the database.
    void
    removeByG_FEK(long groupId, String fragmentEntryKey)
    Removes all the fragment entries where groupId = ? and fragmentEntryKey = ? from the database.
    removeByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head)
    Removes the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? from the database.
    void
    removeByGroupId(long groupId)
    Removes all the fragment entries where groupId = ? from the database.
    void
    removeByGroupId_Head(long groupId, boolean head)
    Removes all the fragment entries where groupId = ? and head = ? from the database.
    removeByHeadId(long headId)
    Removes the fragment entry where headId = ? from the database.
    void
    removeByType(int type)
    Removes all the fragment entries where type = ? from the database.
    void
    removeByType_Head(int type, boolean head)
    Removes all the fragment entries where type = ? and head = ? from the database.
    void
    Removes all the fragment entries where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the fragment entries where uuid = ? and companyId = ? from the database.
    void
    removeByUuid_C_Head(String uuid, long companyId, boolean head)
    Removes all the fragment entries where uuid = ? and companyId = ? and head = ? from the database.
    void
    removeByUUID_G(String uuid, long groupId)
    Removes all the fragment entries where uuid = ? and groupId = ? from the database.
    removeByUUID_G_Head(String uuid, long groupId, boolean head)
    Removes the fragment entry where uuid = ? and groupId = ? and head = ? from the database.
    void
    removeByUuid_Head(String uuid, boolean head)
    Removes all the fragment entries where uuid = ? and head = ? from the database.
    updateImpl(FragmentEntry fragmentEntry)
     

    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<FragmentEntry> findByUuid(String uuid)
      Returns all the fragment entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching fragment entries
    • findByUuid

      List<FragmentEntry> findByUuid(String uuid, int start, int end)
      Returns a range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByUuid

      List<FragmentEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByUuid

      List<FragmentEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByUuid_First

      FragmentEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByUuid_First

      FragmentEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByUuid_Last

      FragmentEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByUuid_Last

      FragmentEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByUuid_PrevAndNext

      FragmentEntry[] findByUuid_PrevAndNext(long fragmentEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where uuid = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByUuid

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

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

      List<FragmentEntry> findByUuid_Head(String uuid, boolean head)
      Returns all the fragment entries where uuid = ? and head = ?.
      Parameters:
      uuid - the uuid
      head - the head
      Returns:
      the matching fragment entries
    • findByUuid_Head

      List<FragmentEntry> findByUuid_Head(String uuid, boolean head, int start, int end)
      Returns a range of all the fragment entries where uuid = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      uuid - the uuid
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByUuid_Head

      List<FragmentEntry> findByUuid_Head(String uuid, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where uuid = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      uuid - the uuid
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByUuid_Head

      List<FragmentEntry> findByUuid_Head(String uuid, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where uuid = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      uuid - the uuid
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByUuid_Head_First

      FragmentEntry findByUuid_Head_First(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where uuid = ? and head = ?.
      Parameters:
      uuid - the uuid
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByUuid_Head_First

      FragmentEntry fetchByUuid_Head_First(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where uuid = ? and head = ?.
      Parameters:
      uuid - the uuid
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByUuid_Head_Last

      FragmentEntry findByUuid_Head_Last(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where uuid = ? and head = ?.
      Parameters:
      uuid - the uuid
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByUuid_Head_Last

      FragmentEntry fetchByUuid_Head_Last(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where uuid = ? and head = ?.
      Parameters:
      uuid - the uuid
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByUuid_Head_PrevAndNext

      FragmentEntry[] findByUuid_Head_PrevAndNext(long fragmentEntryId, String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where uuid = ? and head = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      uuid - the uuid
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByUuid_Head

      void removeByUuid_Head(String uuid, boolean head)
      Removes all the fragment entries where uuid = ? and head = ? from the database.
      Parameters:
      uuid - the uuid
      head - the head
    • countByUuid_Head

      int countByUuid_Head(String uuid, boolean head)
      Returns the number of fragment entries where uuid = ? and head = ?.
      Parameters:
      uuid - the uuid
      head - the head
      Returns:
      the number of matching fragment entries
    • findByUUID_G

      List<FragmentEntry> findByUUID_G(String uuid, long groupId)
      Returns all the fragment entries where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching fragment entries
    • findByUUID_G

      List<FragmentEntry> findByUUID_G(String uuid, long groupId, int start, int end)
      Returns a range of all the fragment entries where uuid = ? and 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 FragmentEntryModelImpl.

      Parameters:
      uuid - the uuid
      groupId - the group ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByUUID_G

      List<FragmentEntry> findByUUID_G(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where uuid = ? and 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 FragmentEntryModelImpl.

      Parameters:
      uuid - the uuid
      groupId - the group ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByUUID_G

      List<FragmentEntry> findByUUID_G(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where uuid = ? and 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 FragmentEntryModelImpl.

      Parameters:
      uuid - the uuid
      groupId - the group ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByUUID_G_First

      FragmentEntry findByUUID_G_First(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByUUID_G_First

      FragmentEntry fetchByUUID_G_First(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByUUID_G_Last

      FragmentEntry findByUUID_G_Last(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByUUID_G_Last

      FragmentEntry fetchByUUID_G_Last(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByUUID_G_PrevAndNext

      FragmentEntry[] findByUUID_G_PrevAndNext(long fragmentEntryId, String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where uuid = ? and groupId = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      uuid - the uuid
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByUUID_G

      void removeByUUID_G(String uuid, long groupId)
      Removes all the fragment entries where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
    • countByUUID_G

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

      FragmentEntry findByUUID_G_Head(String uuid, long groupId, boolean head) throws NoSuchEntryException
      Returns the fragment entry where uuid = ? and groupId = ? and head = ? or throws a NoSuchEntryException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      head - the head
      Returns:
      the matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByUUID_G_Head

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

      FragmentEntry fetchByUUID_G_Head(String uuid, long groupId, boolean head, boolean useFinderCache)
      Returns the fragment entry where uuid = ? and groupId = ? and head = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      head - the head
      useFinderCache - whether to use the finder cache
      Returns:
      the matching fragment entry, or null if a matching fragment entry could not be found
    • removeByUUID_G_Head

      FragmentEntry removeByUUID_G_Head(String uuid, long groupId, boolean head) throws NoSuchEntryException
      Removes the fragment entry where uuid = ? and groupId = ? and head = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      head - the head
      Returns:
      the fragment entry that was removed
      Throws:
      NoSuchEntryException
    • countByUUID_G_Head

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

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

      List<FragmentEntry> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByUuid_C

      List<FragmentEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByUuid_C

      List<FragmentEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByUuid_C_First

      FragmentEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByUuid_C_First

      FragmentEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByUuid_C_Last

      FragmentEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByUuid_C_Last

      FragmentEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByUuid_C_PrevAndNext

      FragmentEntry[] findByUuid_C_PrevAndNext(long fragmentEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the fragment entries 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 entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching fragment entries
    • findByUuid_C_Head

      List<FragmentEntry> findByUuid_C_Head(String uuid, long companyId, boolean head)
      Returns all the fragment entries where uuid = ? and companyId = ? and head = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      head - the head
      Returns:
      the matching fragment entries
    • findByUuid_C_Head

      List<FragmentEntry> findByUuid_C_Head(String uuid, long companyId, boolean head, int start, int end)
      Returns a range of all the fragment entries where uuid = ? and companyId = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByUuid_C_Head

      List<FragmentEntry> findByUuid_C_Head(String uuid, long companyId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where uuid = ? and companyId = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByUuid_C_Head

      List<FragmentEntry> findByUuid_C_Head(String uuid, long companyId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where uuid = ? and companyId = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByUuid_C_Head_First

      FragmentEntry findByUuid_C_Head_First(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where uuid = ? and companyId = ? and head = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByUuid_C_Head_First

      FragmentEntry fetchByUuid_C_Head_First(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where uuid = ? and companyId = ? and head = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByUuid_C_Head_Last

      FragmentEntry findByUuid_C_Head_Last(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where uuid = ? and companyId = ? and head = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByUuid_C_Head_Last

      FragmentEntry fetchByUuid_C_Head_Last(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where uuid = ? and companyId = ? and head = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByUuid_C_Head_PrevAndNext

      FragmentEntry[] findByUuid_C_Head_PrevAndNext(long fragmentEntryId, String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where uuid = ? and companyId = ? and head = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      uuid - the uuid
      companyId - the company ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByUuid_C_Head

      void removeByUuid_C_Head(String uuid, long companyId, boolean head)
      Removes all the fragment entries where uuid = ? and companyId = ? and head = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      head - the head
    • countByUuid_C_Head

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

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

      List<FragmentEntry> findByGroupId(long groupId, int start, int end)
      Returns a range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByGroupId

      List<FragmentEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByGroupId

      List<FragmentEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByGroupId_First

      FragmentEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByGroupId_First

      FragmentEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByGroupId_Last

      FragmentEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByGroupId_Last

      FragmentEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByGroupId_PrevAndNext

      FragmentEntry[] findByGroupId_PrevAndNext(long fragmentEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByGroupId

      void removeByGroupId(long groupId)
      Removes all the fragment entries where groupId = ? from the database.
      Parameters:
      groupId - the group ID
    • countByGroupId

      int countByGroupId(long groupId)
      Returns the number of fragment entries where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching fragment entries
    • findByGroupId_Head

      List<FragmentEntry> findByGroupId_Head(long groupId, boolean head)
      Returns all the fragment entries where groupId = ? and head = ?.
      Parameters:
      groupId - the group ID
      head - the head
      Returns:
      the matching fragment entries
    • findByGroupId_Head

      List<FragmentEntry> findByGroupId_Head(long groupId, boolean head, int start, int end)
      Returns a range of all the fragment entries where groupId = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByGroupId_Head

      List<FragmentEntry> findByGroupId_Head(long groupId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where groupId = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByGroupId_Head

      List<FragmentEntry> findByGroupId_Head(long groupId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where groupId = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByGroupId_Head_First

      FragmentEntry findByGroupId_Head_First(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where groupId = ? and head = ?.
      Parameters:
      groupId - the group ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByGroupId_Head_First

      FragmentEntry fetchByGroupId_Head_First(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where groupId = ? and head = ?.
      Parameters:
      groupId - the group ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByGroupId_Head_Last

      FragmentEntry findByGroupId_Head_Last(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where groupId = ? and head = ?.
      Parameters:
      groupId - the group ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByGroupId_Head_Last

      FragmentEntry fetchByGroupId_Head_Last(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where groupId = ? and head = ?.
      Parameters:
      groupId - the group ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByGroupId_Head_PrevAndNext

      FragmentEntry[] findByGroupId_Head_PrevAndNext(long fragmentEntryId, long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and head = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      groupId - the group ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByGroupId_Head

      void removeByGroupId_Head(long groupId, boolean head)
      Removes all the fragment entries where groupId = ? and head = ? from the database.
      Parameters:
      groupId - the group ID
      head - the head
    • countByGroupId_Head

      int countByGroupId_Head(long groupId, boolean head)
      Returns the number of fragment entries where groupId = ? and head = ?.
      Parameters:
      groupId - the group ID
      head - the head
      Returns:
      the number of matching fragment entries
    • findByFragmentCollectionId

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

      List<FragmentEntry> findByFragmentCollectionId(long fragmentCollectionId, int start, int end)
      Returns a range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      fragmentCollectionId - the fragment collection ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByFragmentCollectionId

      List<FragmentEntry> findByFragmentCollectionId(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      fragmentCollectionId - the fragment collection ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByFragmentCollectionId

      List<FragmentEntry> findByFragmentCollectionId(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      fragmentCollectionId - the fragment collection ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByFragmentCollectionId_First

      FragmentEntry findByFragmentCollectionId_First(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByFragmentCollectionId_First

      FragmentEntry fetchByFragmentCollectionId_First(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByFragmentCollectionId_Last

      FragmentEntry findByFragmentCollectionId_Last(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByFragmentCollectionId_Last

      FragmentEntry fetchByFragmentCollectionId_Last(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByFragmentCollectionId_PrevAndNext

      FragmentEntry[] findByFragmentCollectionId_PrevAndNext(long fragmentEntryId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where fragmentCollectionId = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      fragmentCollectionId - the fragment collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByFragmentCollectionId

      void removeByFragmentCollectionId(long fragmentCollectionId)
      Removes all the fragment entries where fragmentCollectionId = ? from the database.
      Parameters:
      fragmentCollectionId - the fragment collection ID
    • countByFragmentCollectionId

      int countByFragmentCollectionId(long fragmentCollectionId)
      Returns the number of fragment entries where fragmentCollectionId = ?.
      Parameters:
      fragmentCollectionId - the fragment collection ID
      Returns:
      the number of matching fragment entries
    • findByFragmentCollectionId_Head

      List<FragmentEntry> findByFragmentCollectionId_Head(long fragmentCollectionId, boolean head)
      Returns all the fragment entries where fragmentCollectionId = ? and head = ?.
      Parameters:
      fragmentCollectionId - the fragment collection ID
      head - the head
      Returns:
      the matching fragment entries
    • findByFragmentCollectionId_Head

      List<FragmentEntry> findByFragmentCollectionId_Head(long fragmentCollectionId, boolean head, int start, int end)
      Returns a range of all the fragment entries where fragmentCollectionId = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      fragmentCollectionId - the fragment collection ID
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByFragmentCollectionId_Head

      List<FragmentEntry> findByFragmentCollectionId_Head(long fragmentCollectionId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where fragmentCollectionId = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      fragmentCollectionId - the fragment collection ID
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByFragmentCollectionId_Head

      List<FragmentEntry> findByFragmentCollectionId_Head(long fragmentCollectionId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where fragmentCollectionId = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      fragmentCollectionId - the fragment collection ID
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByFragmentCollectionId_Head_First

      FragmentEntry findByFragmentCollectionId_Head_First(long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where fragmentCollectionId = ? and head = ?.
      Parameters:
      fragmentCollectionId - the fragment collection ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByFragmentCollectionId_Head_First

      FragmentEntry fetchByFragmentCollectionId_Head_First(long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where fragmentCollectionId = ? and head = ?.
      Parameters:
      fragmentCollectionId - the fragment collection ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByFragmentCollectionId_Head_Last

      FragmentEntry findByFragmentCollectionId_Head_Last(long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where fragmentCollectionId = ? and head = ?.
      Parameters:
      fragmentCollectionId - the fragment collection ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByFragmentCollectionId_Head_Last

      FragmentEntry fetchByFragmentCollectionId_Head_Last(long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where fragmentCollectionId = ? and head = ?.
      Parameters:
      fragmentCollectionId - the fragment collection ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByFragmentCollectionId_Head_PrevAndNext

      FragmentEntry[] findByFragmentCollectionId_Head_PrevAndNext(long fragmentEntryId, long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where fragmentCollectionId = ? and head = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      fragmentCollectionId - the fragment collection ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByFragmentCollectionId_Head

      void removeByFragmentCollectionId_Head(long fragmentCollectionId, boolean head)
      Removes all the fragment entries where fragmentCollectionId = ? and head = ? from the database.
      Parameters:
      fragmentCollectionId - the fragment collection ID
      head - the head
    • countByFragmentCollectionId_Head

      int countByFragmentCollectionId_Head(long fragmentCollectionId, boolean head)
      Returns the number of fragment entries where fragmentCollectionId = ? and head = ?.
      Parameters:
      fragmentCollectionId - the fragment collection ID
      head - the head
      Returns:
      the number of matching fragment entries
    • findByType

      List<FragmentEntry> findByType(int type)
      Returns all the fragment entries where type = ?.
      Parameters:
      type - the type
      Returns:
      the matching fragment entries
    • findByType

      List<FragmentEntry> findByType(int type, int start, int end)
      Returns a range of all the fragment entries where type = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      type - the type
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByType

      List<FragmentEntry> findByType(int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where type = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      type - the type
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByType

      List<FragmentEntry> findByType(int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where type = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      type - the type
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByType_First

      FragmentEntry findByType_First(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where type = ?.
      Parameters:
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByType_First

      FragmentEntry fetchByType_First(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where type = ?.
      Parameters:
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByType_Last

      FragmentEntry findByType_Last(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where type = ?.
      Parameters:
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByType_Last

      FragmentEntry fetchByType_Last(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where type = ?.
      Parameters:
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByType_PrevAndNext

      FragmentEntry[] findByType_PrevAndNext(long fragmentEntryId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where type = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByType

      void removeByType(int type)
      Removes all the fragment entries where type = ? from the database.
      Parameters:
      type - the type
    • countByType

      int countByType(int type)
      Returns the number of fragment entries where type = ?.
      Parameters:
      type - the type
      Returns:
      the number of matching fragment entries
    • findByType_Head

      List<FragmentEntry> findByType_Head(int type, boolean head)
      Returns all the fragment entries where type = ? and head = ?.
      Parameters:
      type - the type
      head - the head
      Returns:
      the matching fragment entries
    • findByType_Head

      List<FragmentEntry> findByType_Head(int type, boolean head, int start, int end)
      Returns a range of all the fragment entries where type = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      type - the type
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByType_Head

      List<FragmentEntry> findByType_Head(int type, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where type = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      type - the type
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByType_Head

      List<FragmentEntry> findByType_Head(int type, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where type = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      type - the type
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByType_Head_First

      FragmentEntry findByType_Head_First(int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where type = ? and head = ?.
      Parameters:
      type - the type
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByType_Head_First

      FragmentEntry fetchByType_Head_First(int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where type = ? and head = ?.
      Parameters:
      type - the type
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByType_Head_Last

      FragmentEntry findByType_Head_Last(int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where type = ? and head = ?.
      Parameters:
      type - the type
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByType_Head_Last

      FragmentEntry fetchByType_Head_Last(int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where type = ? and head = ?.
      Parameters:
      type - the type
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByType_Head_PrevAndNext

      FragmentEntry[] findByType_Head_PrevAndNext(long fragmentEntryId, int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where type = ? and head = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      type - the type
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByType_Head

      void removeByType_Head(int type, boolean head)
      Removes all the fragment entries where type = ? and head = ? from the database.
      Parameters:
      type - the type
      head - the head
    • countByType_Head

      int countByType_Head(int type, boolean head)
      Returns the number of fragment entries where type = ? and head = ?.
      Parameters:
      type - the type
      head - the head
      Returns:
      the number of matching fragment entries
    • findByG_FCI

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

      List<FragmentEntry> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end)
      Returns a range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByG_FCI

      List<FragmentEntry> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByG_FCI

      List<FragmentEntry> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByG_FCI_First

      FragmentEntry findByG_FCI_First(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_First

      FragmentEntry fetchByG_FCI_First(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByG_FCI_Last

      FragmentEntry findByG_FCI_Last(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_Last

      FragmentEntry fetchByG_FCI_Last(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByG_FCI_PrevAndNext

      FragmentEntry[] findByG_FCI_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      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 entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByG_FCI

      void removeByG_FCI(long groupId, long fragmentCollectionId)
      Removes all the fragment entries 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 entries where groupId = ? and fragmentCollectionId = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      Returns:
      the number of matching fragment entries
    • findByG_FCI_Head

      List<FragmentEntry> findByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head)
      Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      head - the head
      Returns:
      the matching fragment entries
    • findByG_FCI_Head

      List<FragmentEntry> findByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head, int start, int end)
      Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByG_FCI_Head

      List<FragmentEntry> findByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByG_FCI_Head

      List<FragmentEntry> findByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByG_FCI_Head_First

      FragmentEntry findByG_FCI_Head_First(long groupId, long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_Head_First

      FragmentEntry fetchByG_FCI_Head_First(long groupId, long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_Head_Last

      FragmentEntry findByG_FCI_Head_Last(long groupId, long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_Head_Last

      FragmentEntry fetchByG_FCI_Head_Last(long groupId, long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_Head_PrevAndNext

      FragmentEntry[] findByG_FCI_Head_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and head = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByG_FCI_Head

      void removeByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head)
      Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and head = ? from the database.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      head - the head
    • countByG_FCI_Head

      int countByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head)
      Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      head - the head
      Returns:
      the number of matching fragment entries
    • findByG_FEK

      List<FragmentEntry> findByG_FEK(long groupId, String fragmentEntryKey)
      Returns all the fragment entries where groupId = ? and fragmentEntryKey = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
      Returns:
      the matching fragment entries
    • findByG_FEK

      List<FragmentEntry> findByG_FEK(long groupId, String fragmentEntryKey, int start, int end)
      Returns a range of all the fragment entries where groupId = ? and fragmentEntryKey = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByG_FEK

      List<FragmentEntry> findByG_FEK(long groupId, String fragmentEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentEntryKey = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByG_FEK

      List<FragmentEntry> findByG_FEK(long groupId, String fragmentEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentEntryKey = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByG_FEK_First

      FragmentEntry findByG_FEK_First(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentEntryKey = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FEK_First

      FragmentEntry fetchByG_FEK_First(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentEntryKey = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FEK_Last

      FragmentEntry findByG_FEK_Last(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentEntryKey = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FEK_Last

      FragmentEntry fetchByG_FEK_Last(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentEntryKey = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FEK_PrevAndNext

      FragmentEntry[] findByG_FEK_PrevAndNext(long fragmentEntryId, long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentEntryKey = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByG_FEK

      void removeByG_FEK(long groupId, String fragmentEntryKey)
      Removes all the fragment entries where groupId = ? and fragmentEntryKey = ? from the database.
      Parameters:
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
    • countByG_FEK

      int countByG_FEK(long groupId, String fragmentEntryKey)
      Returns the number of fragment entries where groupId = ? and fragmentEntryKey = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
      Returns:
      the number of matching fragment entries
    • findByG_FEK_Head

      FragmentEntry findByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head) throws NoSuchEntryException
      Returns the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? or throws a NoSuchEntryException if it could not be found.
      Parameters:
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
      head - the head
      Returns:
      the matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FEK_Head

      FragmentEntry fetchByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head)
      Returns the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
      head - the head
      Returns:
      the matching fragment entry, or null if a matching fragment entry could not be found
    • fetchByG_FEK_Head

      FragmentEntry fetchByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head, boolean useFinderCache)
      Returns the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
      head - the head
      useFinderCache - whether to use the finder cache
      Returns:
      the matching fragment entry, or null if a matching fragment entry could not be found
    • removeByG_FEK_Head

      FragmentEntry removeByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head) throws NoSuchEntryException
      Removes the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? from the database.
      Parameters:
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
      head - the head
      Returns:
      the fragment entry that was removed
      Throws:
      NoSuchEntryException
    • countByG_FEK_Head

      int countByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head)
      Returns the number of fragment entries where groupId = ? and fragmentEntryKey = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentEntryKey - the fragment entry key
      head - the head
      Returns:
      the number of matching fragment entries
    • findByG_FCI_LikeN

      List<FragmentEntry> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name)
      Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      Returns:
      the matching fragment entries
    • findByG_FCI_LikeN

      List<FragmentEntry> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name, int start, int end)
      Returns a range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByG_FCI_LikeN

      List<FragmentEntry> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByG_FCI_LikeN

      List<FragmentEntry> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByG_FCI_LikeN_First

      FragmentEntry findByG_FCI_LikeN_First(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_LikeN_First

      FragmentEntry fetchByG_FCI_LikeN_First(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByG_FCI_LikeN_Last

      FragmentEntry findByG_FCI_LikeN_Last(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_LikeN_Last

      FragmentEntry fetchByG_FCI_LikeN_Last(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByG_FCI_LikeN_PrevAndNext

      FragmentEntry[] findByG_FCI_LikeN_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      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 entry
      Throws:
      NoSuchEntryException - if a fragment entry 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 entries 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 entries 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 entries
    • findByG_FCI_LikeN_Head

      List<FragmentEntry> findByG_FCI_LikeN_Head(long groupId, long fragmentCollectionId, String name, boolean head)
      Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      head - the head
      Returns:
      the matching fragment entries
    • findByG_FCI_LikeN_Head

      List<FragmentEntry> findByG_FCI_LikeN_Head(long groupId, long fragmentCollectionId, String name, boolean head, int start, int end)
      Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByG_FCI_LikeN_Head

      List<FragmentEntry> findByG_FCI_LikeN_Head(long groupId, long fragmentCollectionId, String name, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByG_FCI_LikeN_Head

      List<FragmentEntry> findByG_FCI_LikeN_Head(long groupId, long fragmentCollectionId, String name, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByG_FCI_LikeN_Head_First

      FragmentEntry findByG_FCI_LikeN_Head_First(long groupId, long fragmentCollectionId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_LikeN_Head_First

      FragmentEntry fetchByG_FCI_LikeN_Head_First(long groupId, long fragmentCollectionId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_LikeN_Head_Last

      FragmentEntry findByG_FCI_LikeN_Head_Last(long groupId, long fragmentCollectionId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_LikeN_Head_Last

      FragmentEntry fetchByG_FCI_LikeN_Head_Last(long groupId, long fragmentCollectionId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_LikeN_Head_PrevAndNext

      FragmentEntry[] findByG_FCI_LikeN_Head_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByG_FCI_LikeN_Head

      void removeByG_FCI_LikeN_Head(long groupId, long fragmentCollectionId, String name, boolean head)
      Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ? from the database.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      head - the head
    • countByG_FCI_LikeN_Head

      int countByG_FCI_LikeN_Head(long groupId, long fragmentCollectionId, String name, boolean head)
      Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      head - the head
      Returns:
      the number of matching fragment entries
    • findByG_FCI_T

      List<FragmentEntry> findByG_FCI_T(long groupId, long fragmentCollectionId, int type)
      Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      Returns:
      the matching fragment entries
    • findByG_FCI_T

      List<FragmentEntry> findByG_FCI_T(long groupId, long fragmentCollectionId, int type, int start, int end)
      Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByG_FCI_T

      List<FragmentEntry> findByG_FCI_T(long groupId, long fragmentCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByG_FCI_T

      List<FragmentEntry> findByG_FCI_T(long groupId, long fragmentCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByG_FCI_T_First

      FragmentEntry findByG_FCI_T_First(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_T_First

      FragmentEntry fetchByG_FCI_T_First(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_T_Last

      FragmentEntry findByG_FCI_T_Last(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_T_Last

      FragmentEntry fetchByG_FCI_T_Last(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_T_PrevAndNext

      FragmentEntry[] findByG_FCI_T_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByG_FCI_T

      void removeByG_FCI_T(long groupId, long fragmentCollectionId, int type)
      Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? from the database.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
    • countByG_FCI_T

      int countByG_FCI_T(long groupId, long fragmentCollectionId, int type)
      Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and type = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      Returns:
      the number of matching fragment entries
    • findByG_FCI_T_Head

      List<FragmentEntry> findByG_FCI_T_Head(long groupId, long fragmentCollectionId, int type, boolean head)
      Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      head - the head
      Returns:
      the matching fragment entries
    • findByG_FCI_T_Head

      List<FragmentEntry> findByG_FCI_T_Head(long groupId, long fragmentCollectionId, int type, boolean head, int start, int end)
      Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByG_FCI_T_Head

      List<FragmentEntry> findByG_FCI_T_Head(long groupId, long fragmentCollectionId, int type, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByG_FCI_T_Head

      List<FragmentEntry> findByG_FCI_T_Head(long groupId, long fragmentCollectionId, int type, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByG_FCI_T_Head_First

      FragmentEntry findByG_FCI_T_Head_First(long groupId, long fragmentCollectionId, int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_T_Head_First

      FragmentEntry fetchByG_FCI_T_Head_First(long groupId, long fragmentCollectionId, int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_T_Head_Last

      FragmentEntry findByG_FCI_T_Head_Last(long groupId, long fragmentCollectionId, int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_T_Head_Last

      FragmentEntry fetchByG_FCI_T_Head_Last(long groupId, long fragmentCollectionId, int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_T_Head_PrevAndNext

      FragmentEntry[] findByG_FCI_T_Head_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, int type, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByG_FCI_T_Head

      void removeByG_FCI_T_Head(long groupId, long fragmentCollectionId, int type, boolean head)
      Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and head = ? from the database.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      head - the head
    • countByG_FCI_T_Head

      int countByG_FCI_T_Head(long groupId, long fragmentCollectionId, int type, boolean head)
      Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      head - the head
      Returns:
      the number of matching fragment entries
    • findByG_FCI_S

      List<FragmentEntry> findByG_FCI_S(long groupId, long fragmentCollectionId, int status)
      Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      Returns:
      the matching fragment entries
    • findByG_FCI_S

      List<FragmentEntry> findByG_FCI_S(long groupId, long fragmentCollectionId, int status, int start, int end)
      Returns a range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByG_FCI_S

      List<FragmentEntry> findByG_FCI_S(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByG_FCI_S

      List<FragmentEntry> findByG_FCI_S(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByG_FCI_S_First

      FragmentEntry findByG_FCI_S_First(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_S_First

      FragmentEntry fetchByG_FCI_S_First(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByG_FCI_S_Last

      FragmentEntry findByG_FCI_S_Last(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_S_Last

      FragmentEntry fetchByG_FCI_S_Last(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByG_FCI_S_PrevAndNext

      FragmentEntry[] findByG_FCI_S_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      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 entry
      Throws:
      NoSuchEntryException - if a fragment entry 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 entries 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 entries 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 entries
    • findByG_FCI_S_Head

      List<FragmentEntry> findByG_FCI_S_Head(long groupId, long fragmentCollectionId, int status, boolean head)
      Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      head - the head
      Returns:
      the matching fragment entries
    • findByG_FCI_S_Head

      List<FragmentEntry> findByG_FCI_S_Head(long groupId, long fragmentCollectionId, int status, boolean head, int start, int end)
      Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByG_FCI_S_Head

      List<FragmentEntry> findByG_FCI_S_Head(long groupId, long fragmentCollectionId, int status, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByG_FCI_S_Head

      List<FragmentEntry> findByG_FCI_S_Head(long groupId, long fragmentCollectionId, int status, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByG_FCI_S_Head_First

      FragmentEntry findByG_FCI_S_Head_First(long groupId, long fragmentCollectionId, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_S_Head_First

      FragmentEntry fetchByG_FCI_S_Head_First(long groupId, long fragmentCollectionId, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_S_Head_Last

      FragmentEntry findByG_FCI_S_Head_Last(long groupId, long fragmentCollectionId, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_S_Head_Last

      FragmentEntry fetchByG_FCI_S_Head_Last(long groupId, long fragmentCollectionId, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_S_Head_PrevAndNext

      FragmentEntry[] findByG_FCI_S_Head_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByG_FCI_S_Head

      void removeByG_FCI_S_Head(long groupId, long fragmentCollectionId, int status, boolean head)
      Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ? and head = ? from the database.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      head - the head
    • countByG_FCI_S_Head

      int countByG_FCI_S_Head(long groupId, long fragmentCollectionId, int status, boolean head)
      Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      status - the status
      head - the head
      Returns:
      the number of matching fragment entries
    • findByG_FCI_LikeN_S

      List<FragmentEntry> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status)
      Returns all the fragment entries 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 entries
    • findByG_FCI_LikeN_S

      List<FragmentEntry> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status, int start, int end)
      Returns a range of all the fragment entries 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 FragmentEntryModelImpl.

      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 entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByG_FCI_LikeN_S

      List<FragmentEntry> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      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 entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByG_FCI_LikeN_S

      List<FragmentEntry> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries 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 FragmentEntryModelImpl.

      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 entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByG_FCI_LikeN_S_First

      FragmentEntry findByG_FCI_LikeN_S_First(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_LikeN_S_First

      FragmentEntry fetchByG_FCI_LikeN_S_First(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByG_FCI_LikeN_S_Last

      FragmentEntry findByG_FCI_LikeN_S_Last(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry 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 entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_LikeN_S_Last

      FragmentEntry fetchByG_FCI_LikeN_S_Last(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry 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 entry, or null if a matching fragment entry could not be found
    • findByG_FCI_LikeN_S_PrevAndNext

      FragmentEntry[] findByG_FCI_LikeN_S_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      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 entry
      Throws:
      NoSuchEntryException - if a fragment entry 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 entries 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 entries 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 entries
    • findByG_FCI_LikeN_S_Head

      List<FragmentEntry> findByG_FCI_LikeN_S_Head(long groupId, long fragmentCollectionId, String name, int status, boolean head)
      Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      head - the head
      Returns:
      the matching fragment entries
    • findByG_FCI_LikeN_S_Head

      List<FragmentEntry> findByG_FCI_LikeN_S_Head(long groupId, long fragmentCollectionId, String name, int status, boolean head, int start, int end)
      Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByG_FCI_LikeN_S_Head

      List<FragmentEntry> findByG_FCI_LikeN_S_Head(long groupId, long fragmentCollectionId, String name, int status, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByG_FCI_LikeN_S_Head

      List<FragmentEntry> findByG_FCI_LikeN_S_Head(long groupId, long fragmentCollectionId, String name, int status, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByG_FCI_LikeN_S_Head_First

      FragmentEntry findByG_FCI_LikeN_S_Head_First(long groupId, long fragmentCollectionId, String name, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_LikeN_S_Head_First

      FragmentEntry fetchByG_FCI_LikeN_S_Head_First(long groupId, long fragmentCollectionId, String name, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_LikeN_S_Head_Last

      FragmentEntry findByG_FCI_LikeN_S_Head_Last(long groupId, long fragmentCollectionId, String name, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_LikeN_S_Head_Last

      FragmentEntry fetchByG_FCI_LikeN_S_Head_Last(long groupId, long fragmentCollectionId, String name, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_LikeN_S_Head_PrevAndNext

      FragmentEntry[] findByG_FCI_LikeN_S_Head_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, String name, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByG_FCI_LikeN_S_Head

      void removeByG_FCI_LikeN_S_Head(long groupId, long fragmentCollectionId, String name, int status, boolean head)
      Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ? from the database.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      head - the head
    • countByG_FCI_LikeN_S_Head

      int countByG_FCI_LikeN_S_Head(long groupId, long fragmentCollectionId, String name, int status, boolean head)
      Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      name - the name
      status - the status
      head - the head
      Returns:
      the number of matching fragment entries
    • findByG_FCI_T_S

      List<FragmentEntry> findByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status)
      Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      Returns:
      the matching fragment entries
    • findByG_FCI_T_S

      List<FragmentEntry> findByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status, int start, int end)
      Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? 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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByG_FCI_T_S

      List<FragmentEntry> findByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? 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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByG_FCI_T_S

      List<FragmentEntry> findByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? 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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByG_FCI_T_S_First

      FragmentEntry findByG_FCI_T_S_First(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_T_S_First

      FragmentEntry fetchByG_FCI_T_S_First(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_T_S_Last

      FragmentEntry findByG_FCI_T_S_Last(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_T_S_Last

      FragmentEntry fetchByG_FCI_T_S_Last(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_T_S_PrevAndNext

      FragmentEntry[] findByG_FCI_T_S_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByG_FCI_T_S

      void removeByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status)
      Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? from the database.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
    • countByG_FCI_T_S

      int countByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status)
      Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      Returns:
      the number of matching fragment entries
    • findByG_FCI_T_S_Head

      List<FragmentEntry> findByG_FCI_T_S_Head(long groupId, long fragmentCollectionId, int type, int status, boolean head)
      Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      head - the head
      Returns:
      the matching fragment entries
    • findByG_FCI_T_S_Head

      List<FragmentEntry> findByG_FCI_T_S_Head(long groupId, long fragmentCollectionId, int type, int status, boolean head, int start, int end)
      Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByG_FCI_T_S_Head

      List<FragmentEntry> findByG_FCI_T_S_Head(long groupId, long fragmentCollectionId, int type, int status, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByG_FCI_T_S_Head

      List<FragmentEntry> findByG_FCI_T_S_Head(long groupId, long fragmentCollectionId, int type, int status, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.

      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 FragmentEntryModelImpl.

      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      head - the head
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByG_FCI_T_S_Head_First

      FragmentEntry findByG_FCI_T_S_Head_First(long groupId, long fragmentCollectionId, int type, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_T_S_Head_First

      FragmentEntry fetchByG_FCI_T_S_Head_First(long groupId, long fragmentCollectionId, int type, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_T_S_Head_Last

      FragmentEntry findByG_FCI_T_S_Head_Last(long groupId, long fragmentCollectionId, int type, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByG_FCI_T_S_Head_Last

      FragmentEntry fetchByG_FCI_T_S_Head_Last(long groupId, long fragmentCollectionId, int type, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByG_FCI_T_S_Head_PrevAndNext

      FragmentEntry[] findByG_FCI_T_S_Head_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, int type, int status, boolean head, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByG_FCI_T_S_Head

      void removeByG_FCI_T_S_Head(long groupId, long fragmentCollectionId, int type, int status, boolean head)
      Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ? from the database.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      head - the head
    • countByG_FCI_T_S_Head

      int countByG_FCI_T_S_Head(long groupId, long fragmentCollectionId, int type, int status, boolean head)
      Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and head = ?.
      Parameters:
      groupId - the group ID
      fragmentCollectionId - the fragment collection ID
      type - the type
      status - the status
      head - the head
      Returns:
      the number of matching fragment entries
    • findByERC_G

      List<FragmentEntry> findByERC_G(String externalReferenceCode, long groupId)
      Returns all the fragment entries where externalReferenceCode = ? and groupId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the matching fragment entries
    • findByERC_G

      List<FragmentEntry> findByERC_G(String externalReferenceCode, long groupId, int start, int end)
      Returns a range of all the fragment entries where externalReferenceCode = ? and 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 FragmentEntryModelImpl.

      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of matching fragment entries
    • findByERC_G

      List<FragmentEntry> findByERC_G(String externalReferenceCode, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries where externalReferenceCode = ? and 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 FragmentEntryModelImpl.

      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching fragment entries
    • findByERC_G

      List<FragmentEntry> findByERC_G(String externalReferenceCode, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries where externalReferenceCode = ? and 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 FragmentEntryModelImpl.

      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • findByERC_G_First

      FragmentEntry findByERC_G_First(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the first fragment entry in the ordered set where externalReferenceCode = ? and groupId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByERC_G_First

      FragmentEntry fetchByERC_G_First(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the first fragment entry in the ordered set where externalReferenceCode = ? and groupId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching fragment entry, or null if a matching fragment entry could not be found
    • findByERC_G_Last

      FragmentEntry findByERC_G_Last(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the last fragment entry in the ordered set where externalReferenceCode = ? and groupId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByERC_G_Last

      FragmentEntry fetchByERC_G_Last(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns the last fragment entry in the ordered set where externalReferenceCode = ? and groupId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching fragment entry, or null if a matching fragment entry could not be found
    • findByERC_G_PrevAndNext

      FragmentEntry[] findByERC_G_PrevAndNext(long fragmentEntryId, String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
      Returns the fragment entries before and after the current fragment entry in the ordered set where externalReferenceCode = ? and groupId = ?.
      Parameters:
      fragmentEntryId - the primary key of the current fragment entry
      externalReferenceCode - the external reference code
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • removeByERC_G

      void removeByERC_G(String externalReferenceCode, long groupId)
      Removes all the fragment entries where externalReferenceCode = ? and groupId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
    • countByERC_G

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

      FragmentEntry findByERC_G_Head(String externalReferenceCode, long groupId, boolean head) throws NoSuchEntryException
      Returns the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? or throws a NoSuchEntryException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      head - the head
      Returns:
      the matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByERC_G_Head

      FragmentEntry fetchByERC_G_Head(String externalReferenceCode, long groupId, boolean head)
      Returns the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      head - the head
      Returns:
      the matching fragment entry, or null if a matching fragment entry could not be found
    • fetchByERC_G_Head

      FragmentEntry fetchByERC_G_Head(String externalReferenceCode, long groupId, boolean head, boolean useFinderCache)
      Returns the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      head - the head
      useFinderCache - whether to use the finder cache
      Returns:
      the matching fragment entry, or null if a matching fragment entry could not be found
    • removeByERC_G_Head

      FragmentEntry removeByERC_G_Head(String externalReferenceCode, long groupId, boolean head) throws NoSuchEntryException
      Removes the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      head - the head
      Returns:
      the fragment entry that was removed
      Throws:
      NoSuchEntryException
    • countByERC_G_Head

      int countByERC_G_Head(String externalReferenceCode, long groupId, boolean head)
      Returns the number of fragment entries where externalReferenceCode = ? and groupId = ? and head = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      head - the head
      Returns:
      the number of matching fragment entries
    • findByHeadId

      FragmentEntry findByHeadId(long headId) throws NoSuchEntryException
      Returns the fragment entry where headId = ? or throws a NoSuchEntryException if it could not be found.
      Parameters:
      headId - the head ID
      Returns:
      the matching fragment entry
      Throws:
      NoSuchEntryException - if a matching fragment entry could not be found
    • fetchByHeadId

      FragmentEntry fetchByHeadId(long headId)
      Returns the fragment entry where headId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      headId - the head ID
      Returns:
      the matching fragment entry, or null if a matching fragment entry could not be found
    • fetchByHeadId

      FragmentEntry fetchByHeadId(long headId, boolean useFinderCache)
      Returns the fragment entry where headId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      headId - the head ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching fragment entry, or null if a matching fragment entry could not be found
    • removeByHeadId

      FragmentEntry removeByHeadId(long headId) throws NoSuchEntryException
      Removes the fragment entry where headId = ? from the database.
      Parameters:
      headId - the head ID
      Returns:
      the fragment entry that was removed
      Throws:
      NoSuchEntryException
    • countByHeadId

      int countByHeadId(long headId)
      Returns the number of fragment entries where headId = ?.
      Parameters:
      headId - the head ID
      Returns:
      the number of matching fragment entries
    • cacheResult

      void cacheResult(FragmentEntry fragmentEntry)
      Caches the fragment entry in the entity cache if it is enabled.
      Parameters:
      fragmentEntry - the fragment entry
    • cacheResult

      void cacheResult(List<FragmentEntry> fragmentEntries)
      Caches the fragment entries in the entity cache if it is enabled.
      Parameters:
      fragmentEntries - the fragment entries
    • create

      FragmentEntry create(long fragmentEntryId)
      Creates a new fragment entry with the primary key. Does not add the fragment entry to the database.
      Parameters:
      fragmentEntryId - the primary key for the new fragment entry
      Returns:
      the new fragment entry
    • remove

      FragmentEntry remove(long fragmentEntryId) throws NoSuchEntryException
      Removes the fragment entry with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      fragmentEntryId - the primary key of the fragment entry
      Returns:
      the fragment entry that was removed
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • updateImpl

      FragmentEntry updateImpl(FragmentEntry fragmentEntry)
    • findByPrimaryKey

      FragmentEntry findByPrimaryKey(long fragmentEntryId) throws NoSuchEntryException
      Returns the fragment entry with the primary key or throws a NoSuchEntryException if it could not be found.
      Parameters:
      fragmentEntryId - the primary key of the fragment entry
      Returns:
      the fragment entry
      Throws:
      NoSuchEntryException - if a fragment entry with the primary key could not be found
    • fetchByPrimaryKey

      FragmentEntry fetchByPrimaryKey(long fragmentEntryId)
      Returns the fragment entry with the primary key or returns null if it could not be found.
      Parameters:
      fragmentEntryId - the primary key of the fragment entry
      Returns:
      the fragment entry, or null if a fragment entry with the primary key could not be found
    • findAll

      List<FragmentEntry> findAll()
      Returns all the fragment entries.
      Returns:
      the fragment entries
    • findAll

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

      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 FragmentEntryModelImpl.

      Parameters:
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      Returns:
      the range of fragment entries
    • findAll

      List<FragmentEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
      Returns an ordered range of all the fragment entries.

      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 FragmentEntryModelImpl.

      Parameters:
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of fragment entries
    • findAll

      List<FragmentEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the fragment entries.

      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 FragmentEntryModelImpl.

      Parameters:
      start - the lower bound of the range of fragment entries
      end - the upper bound of the range of fragment entries (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 entries
    • removeAll

      void removeAll()
      Removes all the fragment entries from the database.
    • countAll

      int countAll()
      Returns the number of fragment entries.
      Returns:
      the number of fragment entries