Interface FragmentEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<FragmentEntry>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
countAll()
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
countByUuid
(String uuid) 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 returnsnull
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 returnsnull
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 returnsnull
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 returnsnull
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 returnsnull
if it could not be found.fetchByHeadId
(long headId, boolean useFinderCache) Returns the fragment entry where headId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByPrimaryKey
(long fragmentEntryId) Returns the fragment entry with the primary key or returnsnull
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 returnsnull
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 returnsnull
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 = ?.findAll()
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 aNoSuchEntryException
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 aNoSuchEntryException
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 aNoSuchEntryException
if it could not be found.findByPrimaryKey
(long fragmentEntryId) Returns the fragment entry with the primary key or throws aNoSuchEntryException
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 = ?.findByUuid
(String uuid) 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 aNoSuchEntryException
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
removeByUuid
(String uuid) 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
Returns all the fragment entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching fragment entries
-
findByUuid
Returns a range of all the fragment entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry
- Throws:
NoSuchEntryException
- if a fragment entry with the primary key could not be found
-
removeByUuid
Removes all the fragment entries where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of fragment entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching fragment entries
-
findByUuid_Head
Returns all the fragment entries where uuid = ? and head = ?.- Parameters:
uuid
- the uuidhead
- the head- Returns:
- the matching fragment entries
-
findByUuid_Head
Returns a range of all the fragment entries where uuid = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
uuid
- the uuidhead
- the headstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
uuid
- the uuidhead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
uuid
- the uuidhead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 uuidhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entryuuid
- the uuidhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry
- Throws:
NoSuchEntryException
- if a fragment entry with the primary key could not be found
-
removeByUuid_Head
Removes all the fragment entries where uuid = ? and head = ? from the database.- Parameters:
uuid
- the uuidhead
- the head
-
countByUuid_Head
Returns the number of fragment entries where uuid = ? and head = ?.- Parameters:
uuid
- the uuidhead
- the head- Returns:
- the number of matching fragment entries
-
findByUUID_G
Returns all the fragment entries where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching fragment entries
-
findByUUID_G
Returns a range of all the fragment entries where uuid = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
uuid
- the uuidgroupId
- the group IDstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
uuid
- the uuidgroupId
- the group IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
uuid
- the uuidgroupId
- the group IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entryuuid
- the uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry
- Throws:
NoSuchEntryException
- if a fragment entry with the primary key could not be found
-
removeByUUID_G
Removes all the fragment entries where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID
-
countByUUID_G
Returns the number of fragment entries where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- 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 aNoSuchEntryException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group IDhead
- the head- Returns:
- the matching fragment entry
- Throws:
NoSuchEntryException
- if a matching fragment entry could not be found
-
fetchByUUID_G_Head
Returns the fragment entry where uuid = ? and groupId = ? and head = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDhead
- the head- Returns:
- the matching fragment entry, or
null
if a matching fragment entry could not be found
-
fetchByUUID_G_Head
Returns the fragment entry where uuid = ? and groupId = ? and head = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDhead
- the headuseFinderCache
- 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 uuidgroupId
- the group IDhead
- the head- Returns:
- the fragment entry that was removed
- Throws:
NoSuchEntryException
-
countByUUID_G_Head
Returns the number of fragment entries where uuid = ? and groupId = ? and head = ?.- Parameters:
uuid
- the uuidgroupId
- the group IDhead
- the head- Returns:
- the number of matching fragment entries
-
findByUuid_C
Returns all the fragment entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching fragment entries
-
findByUuid_C
Returns a range of all the fragment entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry
- Throws:
NoSuchEntryException
- if a fragment entry with the primary key could not be found
-
removeByUuid_C
Removes all the fragment entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of fragment entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching fragment entries
-
findByUuid_C_Head
Returns all the fragment entries where uuid = ? and companyId = ? and head = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDhead
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDhead
- the headstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDhead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDhead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 uuidcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 uuidcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entryuuid
- the uuidcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the fragment entries where uuid = ? and companyId = ? and head = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company IDhead
- the head
-
countByUuid_C_Head
Returns the number of fragment entries where uuid = ? and companyId = ? and head = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDhead
- the head- Returns:
- the number of matching fragment entries
-
findByGroupId
Returns all the fragment entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching fragment entries
-
findByGroupId
Returns a range of all the fragment entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the fragment entries where groupId = ? and head = ?.- Parameters:
groupId
- the group IDhead
- the head- Returns:
- the matching fragment entries
-
findByGroupId_Head
Returns a range of all the fragment entries where groupId = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDhead
- the headstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDhead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDhead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrygroupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDhead
- 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 IDhead
- the head- Returns:
- the number of matching fragment entries
-
findByFragmentCollectionId
Returns all the fragment entries where fragmentCollectionId = ?.- Parameters:
fragmentCollectionId
- the fragment collection ID- Returns:
- the matching fragment entries
-
findByFragmentCollectionId
Returns a range of all the fragment entries where fragmentCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
fragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
fragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
fragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entryfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the fragment entries where fragmentCollectionId = ? and head = ?.- Parameters:
fragmentCollectionId
- the fragment collection IDhead
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
fragmentCollectionId
- the fragment collection IDhead
- the headstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
fragmentCollectionId
- the fragment collection IDhead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
fragmentCollectionId
- the fragment collection IDhead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entryfragmentCollectionId
- the fragment collection IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDhead
- 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 IDhead
- the head- Returns:
- the number of matching fragment entries
-
findByType
Returns all the fragment entries where type = ?.- Parameters:
type
- the type- Returns:
- the matching fragment entries
-
findByType
Returns a range of all the fragment entries where type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
type
- the typestart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
type
- the typestart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
type
- the typestart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrytype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the fragment entries where type = ? and head = ?.- Parameters:
type
- the typehead
- the head- Returns:
- the matching fragment entries
-
findByType_Head
Returns a range of all the fragment entries where type = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
type
- the typehead
- the headstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
type
- the typehead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
type
- the typehead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 typehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 typehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 typehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 typehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrytype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 typehead
- the head
-
countByType_Head
int countByType_Head(int type, boolean head) Returns the number of fragment entries where type = ? and head = ?.- Parameters:
type
- the typehead
- the head- Returns:
- the number of matching fragment entries
-
findByG_FCI
Returns all the fragment entries where groupId = ? and fragmentCollectionId = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection ID- Returns:
- the matching fragment entries
-
findByG_FCI
Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- 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 IDfragmentCollectionId
- the fragment collection ID- Returns:
- the number of matching fragment entries
-
findByG_FCI_Head
Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and head = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDhead
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDhead
- the headstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDhead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDhead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDfragmentCollectionId
- the fragment collection IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDhead
- 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 IDfragmentCollectionId
- the fragment collection IDhead
- the head- Returns:
- the number of matching fragment entries
-
findByG_FEK
Returns all the fragment entries where groupId = ? and fragmentEntryKey = ?.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry key- Returns:
- the matching fragment entries
-
findByG_FEK
Returns a range of all the fragment entries where groupId = ? and fragmentEntryKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry keystart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry keystart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry keystart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDfragmentEntryKey
- the fragment entry keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryKey
- the fragment entry keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryKey
- the fragment entry keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentEntryKey
- the fragment entry keyorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrygroupId
- the group IDfragmentEntryKey
- the fragment entry keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry
- Throws:
NoSuchEntryException
- if a fragment entry with the primary key could not be found
-
removeByG_FEK
Removes all the fragment entries where groupId = ? and fragmentEntryKey = ? from the database.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry key
-
countByG_FEK
Returns the number of fragment entries where groupId = ? and fragmentEntryKey = ?.- Parameters:
groupId
- the group IDfragmentEntryKey
- 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 aNoSuchEntryException
if it could not be found.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry keyhead
- the head- Returns:
- the matching fragment entry
- Throws:
NoSuchEntryException
- if a matching fragment entry could not be found
-
fetchByG_FEK_Head
Returns the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry keyhead
- 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 returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry keyhead
- the headuseFinderCache
- 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 IDfragmentEntryKey
- the fragment entry keyhead
- the head- Returns:
- the fragment entry that was removed
- Throws:
NoSuchEntryException
-
countByG_FEK_Head
Returns the number of fragment entries where groupId = ? and fragmentEntryKey = ? and head = ?.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry keyhead
- the head- Returns:
- the number of matching fragment entries
-
findByG_FCI_LikeN
Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? from the database.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the name
-
countByG_FCI_LikeN
Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- 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 IDfragmentCollectionId
- the fragment collection IDname
- the namehead
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namehead
- the headstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namehead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namehead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDfragmentCollectionId
- the fragment collection IDname
- the namehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDname
- the namehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDname
- the namehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDname
- the namehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ? from the database.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namehead
- the head
-
countByG_FCI_LikeN_Head
Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namehead
- the head- Returns:
- the number of matching fragment entries
-
findByG_FCI_T
Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- 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 IDfragmentCollectionId
- the fragment collection IDtype
- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typehead
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typehead
- the headstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typehead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typehead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typehead
- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typehead
- the head- Returns:
- the number of matching fragment entries
-
findByG_FCI_S
Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDstatus
- the status
-
countByG_FCI_S
int countByG_FCI_S(long groupId, long fragmentCollectionId, int status) Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- 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 IDfragmentCollectionId
- the fragment collection IDstatus
- the statushead
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statushead
- the headstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statushead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statushead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDfragmentCollectionId
- the fragment collection IDstatus
- the statushead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDstatus
- the statushead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDstatus
- the statushead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDstatus
- the statushead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statushead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDstatus
- the statushead
- 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 IDfragmentCollectionId
- the fragment collection IDstatus
- the statushead
- 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 IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry
- Throws:
NoSuchEntryException
- if a fragment entry with the primary key could not be found
-
removeByG_FCI_LikeN_S
Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? from the database.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the status
-
countByG_FCI_LikeN_S
Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the status- Returns:
- the number of matching fragment 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 IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statushead
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statushead
- the headstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statushead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statushead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statushead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statushead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statushead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statushead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statushead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statushead
- 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 IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statushead
- the head- Returns:
- the number of matching fragment entries
-
findByG_FCI_T_S
Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statushead
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statushead
- the headstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statushead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statushead
- the headstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statushead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statushead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statushead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statushead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statushead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statushead
- 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 IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statushead
- the head- Returns:
- the number of matching fragment entries
-
findByERC_G
Returns all the fragment entries where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching fragment entries
-
findByERC_G
Returns a range of all the fragment entries where externalReferenceCode = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDstart
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching fragment 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 codegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 codegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 codegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 codegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 entryexternalReferenceCode
- the external reference codegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry
- Throws:
NoSuchEntryException
- if a fragment entry with the primary key could not be found
-
removeByERC_G
Removes all the fragment entries where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID
-
countByERC_G
Returns the number of fragment entries where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- 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 aNoSuchEntryException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDhead
- the head- Returns:
- the matching fragment entry
- Throws:
NoSuchEntryException
- if a matching fragment entry could not be found
-
fetchByERC_G_Head
Returns the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDhead
- 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 returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDhead
- the headuseFinderCache
- 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 codegroupId
- the group IDhead
- the head- Returns:
- the fragment entry that was removed
- Throws:
NoSuchEntryException
-
countByERC_G_Head
Returns the number of fragment entries where externalReferenceCode = ? and groupId = ? and head = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDhead
- the head- Returns:
- the number of matching fragment entries
-
findByHeadId
Returns the fragment entry where headId = ? or throws aNoSuchEntryException
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
Returns the fragment entry where headId = ? or returnsnull
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
Returns the fragment entry where headId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
headId
- the head IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching fragment entry, or
null
if a matching fragment entry could not be found
-
removeByHeadId
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
Caches the fragment entry in the entity cache if it is enabled.- Parameters:
fragmentEntry
- the fragment entry
-
cacheResult
Caches the fragment entries in the entity cache if it is enabled.- Parameters:
fragmentEntries
- the fragment entries
-
create
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
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
-
findByPrimaryKey
Returns the fragment entry with the primary key or throws aNoSuchEntryException
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
Returns the fragment entry with the primary key or returnsnull
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
Returns a range of all the fragment entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
start
- the lower bound of the range of fragment entriesend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
start
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryModelImpl
.- Parameters:
start
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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
-