Class FragmentEntryUtil
com.liferay.fragment.service.persistence.impl.FragmentEntryPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(FragmentEntry fragmentEntry) Caches the fragment entry in the entity cache if it is enabled.static voidcacheResult(List<FragmentEntry> fragmentEntries) Caches the fragment entries in the entity cache if it is enabled.static voidstatic voidclearCache(FragmentEntry fragmentEntry) static intcountAll()Returns the number of fragment entries.static intcountByERC_G(String externalReferenceCode, long groupId) Returns the number of fragment entries where externalReferenceCode = ? and groupId = ?.static intcountByERC_G_Head(String externalReferenceCode, long groupId, boolean head) Returns the number of fragment entries where externalReferenceCode = ? and groupId = ? and head = ?.static intcountByFragmentCollectionId(long fragmentCollectionId) Returns the number of fragment entries where fragmentCollectionId = ?.static intcountByFragmentCollectionId_Head(long fragmentCollectionId, boolean head) Returns the number of fragment entries where fragmentCollectionId = ? and head = ?.static intcountByG_FCI(long groupId, long fragmentCollectionId) Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ?.static intcountByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head) Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and head = ?.static intcountByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name) Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ?.static intcountByG_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 = ?.static intcountByG_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 = ?.static intcountByG_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 = ?.static intcountByG_FCI_S(long groupId, long fragmentCollectionId, int status) Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and status = ?.static intcountByG_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 = ?.static intcountByG_FCI_T(long groupId, long fragmentCollectionId, int type) Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and type = ?.static intcountByG_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 = ?.static intcountByG_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 = ?.static intcountByG_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 = ?.static intcountByG_FEK(long groupId, String fragmentEntryKey) Returns the number of fragment entries where groupId = ? and fragmentEntryKey = ?.static intcountByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head) Returns the number of fragment entries where groupId = ? and fragmentEntryKey = ? and head = ?.static intcountByGroupId(long groupId) Returns the number of fragment entries where groupId = ?.static intcountByGroupId_Head(long groupId, boolean head) Returns the number of fragment entries where groupId = ? and head = ?.static intcountByHeadId(long headId) Returns the number of fragment entries where headId = ?.static intcountByType(int type) Returns the number of fragment entries where type = ?.static intcountByType_Head(int type, boolean head) Returns the number of fragment entries where type = ? and head = ?.static intcountByUuid(String uuid) Returns the number of fragment entries where uuid = ?.static intcountByUuid_C(String uuid, long companyId) Returns the number of fragment entries where uuid = ? and companyId = ?.static intcountByUuid_C_Head(String uuid, long companyId, boolean head) Returns the number of fragment entries where uuid = ? and companyId = ? and head = ?.static intcountByUUID_G(String uuid, long groupId) Returns the number of fragment entries where uuid = ? and groupId = ?.static intcountByUUID_G_Head(String uuid, long groupId, boolean head) Returns the number of fragment entries where uuid = ? and groupId = ? and head = ?.static intcountByUuid_Head(String uuid, boolean head) Returns the number of fragment entries where uuid = ? and head = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static FragmentEntrycreate(long fragmentEntryId) Creates a new fragment entry with the primary key.static FragmentEntryfetchByERC_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 = ?.static FragmentEntryfetchByERC_G_Head(String externalReferenceCode, long groupId, boolean head) Returns the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? or returnsnullif it could not be found.static FragmentEntryfetchByERC_G_Head(String externalReferenceCode, long groupId, boolean head, boolean useFinderCache) Returns the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? or returnsnullif it could not be found, optionally using the finder cache.static FragmentEntryfetchByERC_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 = ?.static FragmentEntryfetchByFragmentCollectionId_First(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the first fragment entry in the ordered set where fragmentCollectionId = ?.static FragmentEntryfetchByFragmentCollectionId_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 = ?.static FragmentEntryfetchByFragmentCollectionId_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 = ?.static FragmentEntryfetchByFragmentCollectionId_Last(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the last fragment entry in the ordered set where fragmentCollectionId = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head) Returns the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? or returnsnullif it could not be found.static FragmentEntryfetchByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head, boolean useFinderCache) Returns the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? or returnsnullif it could not be found, optionally using the finder cache.static FragmentEntryfetchByG_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 = ?.static FragmentEntryfetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the first fragment entry in the ordered set where groupId = ?.static FragmentEntryfetchByGroupId_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 = ?.static FragmentEntryfetchByGroupId_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 = ?.static FragmentEntryfetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the last fragment entry in the ordered set where groupId = ?.static FragmentEntryfetchByHeadId(long headId) Returns the fragment entry where headId = ? or returnsnullif it could not be found.static FragmentEntryfetchByHeadId(long headId, boolean useFinderCache) Returns the fragment entry where headId = ? or returnsnullif it could not be found, optionally using the finder cache.static FragmentEntryfetchByPrimaryKey(long fragmentEntryId) Returns the fragment entry with the primary key or returnsnullif it could not be found.static Map<Serializable,FragmentEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static FragmentEntryfetchByType_First(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the first fragment entry in the ordered set where type = ?.static FragmentEntryfetchByType_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 = ?.static FragmentEntryfetchByType_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 = ?.static FragmentEntryfetchByType_Last(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the last fragment entry in the ordered set where type = ?.static FragmentEntryfetchByUuid_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 = ?.static FragmentEntryfetchByUuid_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 = ?.static FragmentEntryfetchByUuid_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 = ?.static FragmentEntryfetchByUuid_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 = ?.static FragmentEntryfetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the first fragment entry in the ordered set where uuid = ?.static FragmentEntryfetchByUUID_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 = ?.static FragmentEntryfetchByUUID_G_Head(String uuid, long groupId, boolean head) Returns the fragment entry where uuid = ? and groupId = ? and head = ? or returnsnullif it could not be found.static FragmentEntryfetchByUUID_G_Head(String uuid, long groupId, boolean head, boolean useFinderCache) Returns the fragment entry where uuid = ? and groupId = ? and head = ? or returnsnullif it could not be found, optionally using the finder cache.static FragmentEntryfetchByUUID_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 = ?.static FragmentEntryfetchByUuid_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 = ?.static FragmentEntryfetchByUuid_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 = ?.static FragmentEntryfetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the last fragment entry in the ordered set where uuid = ?.static List<FragmentEntry>findAll()Returns all the fragment entries.static List<FragmentEntry>findAll(int start, int end) Returns a range of all the fragment entries.static List<FragmentEntry>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns an ordered range of all the fragment entries.static 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.static List<FragmentEntry>findByERC_G(String externalReferenceCode, long groupId) Returns all the fragment entries where externalReferenceCode = ? and groupId = ?.static List<FragmentEntry>findByERC_G(String externalReferenceCode, long groupId, int start, int end) Returns a range of all the fragment entries where externalReferenceCode = ? and groupId = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByERC_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 = ?.static FragmentEntryfindByERC_G_Head(String externalReferenceCode, long groupId, boolean head) Returns the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? or throws aNoSuchEntryExceptionif it could not be found.static FragmentEntryfindByERC_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 = ?.static FragmentEntry[]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 = ?.static List<FragmentEntry>findByFragmentCollectionId(long fragmentCollectionId) Returns all the fragment entries where fragmentCollectionId = ?.static List<FragmentEntry>findByFragmentCollectionId(long fragmentCollectionId, int start, int end) Returns a range of all the fragment entries where fragmentCollectionId = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByFragmentCollectionId_First(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the first fragment entry in the ordered set where fragmentCollectionId = ?.static List<FragmentEntry>findByFragmentCollectionId_Head(long fragmentCollectionId, boolean head) Returns all the fragment entries where fragmentCollectionId = ? and head = ?.static List<FragmentEntry>findByFragmentCollectionId_Head(long fragmentCollectionId, boolean head, int start, int end) Returns a range of all the fragment entries where fragmentCollectionId = ? and head = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByFragmentCollectionId_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 = ?.static FragmentEntryfindByFragmentCollectionId_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 = ?.static FragmentEntry[]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 = ?.static FragmentEntryfindByFragmentCollectionId_Last(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the last fragment entry in the ordered set where fragmentCollectionId = ?.static FragmentEntry[]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 = ?.static List<FragmentEntry>findByG_FCI(long groupId, long fragmentCollectionId) Returns all the fragment entries where groupId = ? and fragmentCollectionId = ?.static List<FragmentEntry>findByG_FCI(long groupId, long fragmentCollectionId, int start, int end) Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByG_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 = ?.static List<FragmentEntry>findByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head) Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and head = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByG_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 = ?.static FragmentEntryfindByG_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 = ?.static FragmentEntry[]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 = ?.static FragmentEntryfindByG_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 = ?.static List<FragmentEntry>findByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name) Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ?.static 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 ?.static 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 ?.static 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 ?.static FragmentEntryfindByG_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 ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByG_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 = ?.static FragmentEntryfindByG_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 = ?.static FragmentEntry[]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 = ?.static FragmentEntryfindByG_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 ?.static FragmentEntry[]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 ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByG_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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByG_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 = ?.static FragmentEntryfindByG_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 = ?.static 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) 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 = ?.static FragmentEntryfindByG_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 = ?.static FragmentEntry[]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 = ?.static FragmentEntry[]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 = ?.static List<FragmentEntry>findByG_FCI_S(long groupId, long fragmentCollectionId, int status) Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByG_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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByG_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 = ?.static FragmentEntryfindByG_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 = ?.static FragmentEntry[]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 = ?.static FragmentEntryfindByG_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 = ?.static FragmentEntry[]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 = ?.static List<FragmentEntry>findByG_FCI_T(long groupId, long fragmentCollectionId, int type) Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByG_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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByG_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 = ?.static FragmentEntryfindByG_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 = ?.static FragmentEntry[]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 = ?.static FragmentEntryfindByG_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 = ?.static FragmentEntry[]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 = ?.static List<FragmentEntry>findByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status) Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByG_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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByG_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 = ?.static FragmentEntryfindByG_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 = ?.static 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) 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 = ?.static FragmentEntryfindByG_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 = ?.static FragmentEntry[]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 = ?.static List<FragmentEntry>findByG_FEK(long groupId, String fragmentEntryKey) Returns all the fragment entries where groupId = ? and fragmentEntryKey = ?.static List<FragmentEntry>findByG_FEK(long groupId, String fragmentEntryKey, int start, int end) Returns a range of all the fragment entries where groupId = ? and fragmentEntryKey = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByG_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 = ?.static FragmentEntryfindByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head) Returns the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? or throws aNoSuchEntryExceptionif it could not be found.static FragmentEntryfindByG_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 = ?.static FragmentEntry[]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 = ?.static List<FragmentEntry>findByGroupId(long groupId) Returns all the fragment entries where groupId = ?.static List<FragmentEntry>findByGroupId(long groupId, int start, int end) Returns a range of all the fragment entries where groupId = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the first fragment entry in the ordered set where groupId = ?.static List<FragmentEntry>findByGroupId_Head(long groupId, boolean head) Returns all the fragment entries where groupId = ? and head = ?.static List<FragmentEntry>findByGroupId_Head(long groupId, boolean head, int start, int end) Returns a range of all the fragment entries where groupId = ? and head = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByGroupId_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 = ?.static FragmentEntryfindByGroupId_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 = ?.static FragmentEntry[]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 = ?.static FragmentEntryfindByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the last fragment entry in the ordered set where groupId = ?.static FragmentEntry[]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 = ?.static FragmentEntryfindByHeadId(long headId) Returns the fragment entry where headId = ? or throws aNoSuchEntryExceptionif it could not be found.static FragmentEntryfindByPrimaryKey(long fragmentEntryId) Returns the fragment entry with the primary key or throws aNoSuchEntryExceptionif it could not be found.static List<FragmentEntry>findByType(int type) Returns all the fragment entries where type = ?.static List<FragmentEntry>findByType(int type, int start, int end) Returns a range of all the fragment entries where type = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByType_First(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the first fragment entry in the ordered set where type = ?.static List<FragmentEntry>findByType_Head(int type, boolean head) Returns all the fragment entries where type = ? and head = ?.static List<FragmentEntry>findByType_Head(int type, boolean head, int start, int end) Returns a range of all the fragment entries where type = ? and head = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByType_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 = ?.static FragmentEntryfindByType_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 = ?.static FragmentEntry[]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 = ?.static FragmentEntryfindByType_Last(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the last fragment entry in the ordered set where type = ?.static FragmentEntry[]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 = ?.static List<FragmentEntry>findByUuid(String uuid) Returns all the fragment entries where uuid = ?.static List<FragmentEntry>findByUuid(String uuid, int start, int end) Returns a range of all the fragment entries where uuid = ?.static 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 = ?.static 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 = ?.static List<FragmentEntry>findByUuid_C(String uuid, long companyId) Returns all the fragment entries where uuid = ? and companyId = ?.static List<FragmentEntry>findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the fragment entries where uuid = ? and companyId = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByUuid_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 = ?.static List<FragmentEntry>findByUuid_C_Head(String uuid, long companyId, boolean head) Returns all the fragment entries where uuid = ? and companyId = ? and head = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByUuid_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 = ?.static FragmentEntryfindByUuid_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 = ?.static FragmentEntry[]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 = ?.static FragmentEntryfindByUuid_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 = ?.static FragmentEntry[]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 = ?.static FragmentEntryfindByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the first fragment entry in the ordered set where uuid = ?.static List<FragmentEntry>findByUUID_G(String uuid, long groupId) Returns all the fragment entries where uuid = ? and groupId = ?.static List<FragmentEntry>findByUUID_G(String uuid, long groupId, int start, int end) Returns a range of all the fragment entries where uuid = ? and groupId = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByUUID_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 = ?.static FragmentEntryfindByUUID_G_Head(String uuid, long groupId, boolean head) Returns the fragment entry where uuid = ? and groupId = ? and head = ? or throws aNoSuchEntryExceptionif it could not be found.static FragmentEntryfindByUUID_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 = ?.static FragmentEntry[]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 = ?.static List<FragmentEntry>findByUuid_Head(String uuid, boolean head) Returns all the fragment entries where uuid = ? and head = ?.static List<FragmentEntry>findByUuid_Head(String uuid, boolean head, int start, int end) Returns a range of all the fragment entries where uuid = ? and head = ?.static 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 = ?.static 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 = ?.static FragmentEntryfindByUuid_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 = ?.static FragmentEntryfindByUuid_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 = ?.static FragmentEntry[]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 = ?.static FragmentEntryfindByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) Returns the last fragment entry in the ordered set where uuid = ?.static FragmentEntry[]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 = ?.static List<FragmentEntry>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<FragmentEntry>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<FragmentEntry>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) static FragmentEntryPersistencestatic FragmentEntryremove(long fragmentEntryId) Removes the fragment entry with the primary key from the database.static voidRemoves all the fragment entries from the database.static voidremoveByERC_G(String externalReferenceCode, long groupId) Removes all the fragment entries where externalReferenceCode = ? and groupId = ? from the database.static FragmentEntryremoveByERC_G_Head(String externalReferenceCode, long groupId, boolean head) Removes the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? from the database.static voidremoveByFragmentCollectionId(long fragmentCollectionId) Removes all the fragment entries where fragmentCollectionId = ? from the database.static voidremoveByFragmentCollectionId_Head(long fragmentCollectionId, boolean head) Removes all the fragment entries where fragmentCollectionId = ? and head = ? from the database.static voidremoveByG_FCI(long groupId, long fragmentCollectionId) Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? from the database.static voidremoveByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head) Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and head = ? from the database.static voidremoveByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name) Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? from the database.static voidremoveByG_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.static voidremoveByG_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.static voidremoveByG_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.static voidremoveByG_FCI_S(long groupId, long fragmentCollectionId, int status) Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ? from the database.static voidremoveByG_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.static voidremoveByG_FCI_T(long groupId, long fragmentCollectionId, int type) Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? from the database.static voidremoveByG_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.static voidremoveByG_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.static voidremoveByG_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.static voidremoveByG_FEK(long groupId, String fragmentEntryKey) Removes all the fragment entries where groupId = ? and fragmentEntryKey = ? from the database.static FragmentEntryremoveByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head) Removes the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? from the database.static voidremoveByGroupId(long groupId) Removes all the fragment entries where groupId = ? from the database.static voidremoveByGroupId_Head(long groupId, boolean head) Removes all the fragment entries where groupId = ? and head = ? from the database.static FragmentEntryremoveByHeadId(long headId) Removes the fragment entry where headId = ? from the database.static voidremoveByType(int type) Removes all the fragment entries where type = ? from the database.static voidremoveByType_Head(int type, boolean head) Removes all the fragment entries where type = ? and head = ? from the database.static voidremoveByUuid(String uuid) Removes all the fragment entries where uuid = ? from the database.static voidremoveByUuid_C(String uuid, long companyId) Removes all the fragment entries where uuid = ? and companyId = ? from the database.static voidremoveByUuid_C_Head(String uuid, long companyId, boolean head) Removes all the fragment entries where uuid = ? and companyId = ? and head = ? from the database.static voidremoveByUUID_G(String uuid, long groupId) Removes all the fragment entries where uuid = ? and groupId = ? from the database.static FragmentEntryremoveByUUID_G_Head(String uuid, long groupId, boolean head) Removes the fragment entry where uuid = ? and groupId = ? and head = ? from the database.static voidremoveByUuid_Head(String uuid, boolean head) Removes all the fragment entries where uuid = ? and head = ? from the database.static voidsetPersistence(FragmentEntryPersistence persistence) static FragmentEntryupdate(FragmentEntry fragmentEntry) static FragmentEntryupdate(FragmentEntry fragmentEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) static FragmentEntryupdateImpl(FragmentEntry fragmentEntry)
-
Constructor Details
-
FragmentEntryUtil
public FragmentEntryUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<FragmentEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<FragmentEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<FragmentEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static FragmentEntry update(FragmentEntry fragmentEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByUuid_First
public static 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
nullif a matching fragment entry could not be found
-
findByUuid_Last
public static 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 foundNoSuchEntryException
-
fetchByUuid_Last
public static 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
nullif a matching fragment entry could not be found
-
findByUuid_PrevAndNext
public static 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 foundNoSuchEntryException
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByUuid_Head_First
public static 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
nullif a matching fragment entry could not be found
-
findByUuid_Head_Last
public static 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 foundNoSuchEntryException
-
fetchByUuid_Head_Last
public static 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
nullif a matching fragment entry could not be found
-
findByUuid_Head_PrevAndNext
public static 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 foundNoSuchEntryException
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByUUID_G_First
public static 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
nullif a matching fragment entry could not be found
-
findByUUID_G_Last
public static 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 foundNoSuchEntryException
-
fetchByUUID_G_Last
public static 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
nullif a matching fragment entry could not be found
-
findByUUID_G_PrevAndNext
public static 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 foundNoSuchEntryException
-
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
public static FragmentEntry findByUUID_G_Head(String uuid, long groupId, boolean head) throws NoSuchEntryException Returns the fragment entry where uuid = ? and groupId = ? and head = ? or throws aNoSuchEntryExceptionif 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 foundNoSuchEntryException
-
fetchByUUID_G_Head
Returns the fragment entry where uuid = ? and groupId = ? and head = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
uuid- the uuidgroupId- the group IDhead- the head- Returns:
- the matching fragment entry, or
nullif a matching fragment entry could not be found
-
fetchByUUID_G_Head
public static FragmentEntry fetchByUUID_G_Head(String uuid, long groupId, boolean head, boolean useFinderCache) Returns the fragment entry where uuid = ? and groupId = ? and head = ? or returnsnullif 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
nullif a matching fragment entry could not be found
-
removeByUUID_G_Head
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByUuid_C_First
public static 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
nullif a matching fragment entry could not be found
-
findByUuid_C_Last
public static 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 foundNoSuchEntryException
-
fetchByUuid_C_Last
public static 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
nullif a matching fragment entry could not be found
-
findByUuid_C_PrevAndNext
public static 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 foundNoSuchEntryException
-
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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByUuid_C_Head_First
public static 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
nullif a matching fragment entry could not be found
-
findByUuid_C_Head_Last
public static 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 foundNoSuchEntryException
-
fetchByUuid_C_Head_Last
public static 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
nullif a matching fragment entry could not be found
-
findByUuid_C_Head_PrevAndNext
public static 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 foundNoSuchEntryException
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByGroupId_First
public static 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
nullif a matching fragment entry could not be found
-
findByGroupId_Last
public static 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 foundNoSuchEntryException
-
fetchByGroupId_Last
public static 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
nullif a matching fragment entry could not be found
-
findByGroupId_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByGroupId
public static void removeByGroupId(long groupId) Removes all the fragment entries where groupId = ? from the database.- Parameters:
groupId- the group ID
-
countByGroupId
public static 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
public static List<FragmentEntry> findByGroupId_Head(long groupId, boolean head, int start, int end) Returns a range of all the fragment entries where groupId = ? and head = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByGroupId_Head_First
public static 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
nullif a matching fragment entry could not be found
-
findByGroupId_Head_Last
public static 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 foundNoSuchEntryException
-
fetchByGroupId_Head_Last
public static 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
nullif a matching fragment entry could not be found
-
findByGroupId_Head_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByGroupId_Head
public static 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
public static 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
public static List<FragmentEntry> findByFragmentCollectionId(long fragmentCollectionId, int start, int end) Returns a range of all the fragment entries where fragmentCollectionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByFragmentCollectionId_First
public static 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
nullif a matching fragment entry could not be found
-
findByFragmentCollectionId_Last
public static 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 foundNoSuchEntryException
-
fetchByFragmentCollectionId_Last
public static 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
nullif a matching fragment entry could not be found
-
findByFragmentCollectionId_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByFragmentCollectionId
public static void removeByFragmentCollectionId(long fragmentCollectionId) Removes all the fragment entries where fragmentCollectionId = ? from the database.- Parameters:
fragmentCollectionId- the fragment collection ID
-
countByFragmentCollectionId
public static 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
public static List<FragmentEntry> findByFragmentCollectionId_Head(long fragmentCollectionId, boolean 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByFragmentCollectionId_Head_First
public static 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
nullif a matching fragment entry could not be found
-
findByFragmentCollectionId_Head_Last
public static 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 foundNoSuchEntryException
-
fetchByFragmentCollectionId_Head_Last
public static 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
nullif a matching fragment entry could not be found
-
findByFragmentCollectionId_Head_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByFragmentCollectionId_Head
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByType_First
public static 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
nullif a matching fragment entry could not be found
-
findByType_Last
public static 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 foundNoSuchEntryException
-
fetchByType_Last
public static 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
nullif a matching fragment entry could not be found
-
findByType_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByType
public static void removeByType(int type) Removes all the fragment entries where type = ? from the database.- Parameters:
type- the type
-
countByType
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByType_Head_First
public static 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
nullif a matching fragment entry could not be found
-
findByType_Head_Last
public static 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 foundNoSuchEntryException
-
fetchByType_Head_Last
public static 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
nullif a matching fragment entry could not be found
-
findByType_Head_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByType_Head
public static 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
public static 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
public static List<FragmentEntry> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end) Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_First
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_Last
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_Last
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByG_FCI
public static 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
public static 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
public static List<FragmentEntry> findByG_FCI_Head(long groupId, long fragmentCollectionId, boolean head) Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and head = ?.- Parameters:
groupId- the group IDfragmentCollectionId- the fragment collection IDhead- the head- Returns:
- the matching fragment entries
-
findByG_FCI_Head
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_Head_First
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_Head_Last
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_Head_Last
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_Head_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByG_FCI_Head
public static 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
public static 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
public static List<FragmentEntry> findByG_FEK(long groupId, String fragmentEntryKey, int start, int end) Returns a range of all the fragment entries where groupId = ? and fragmentEntryKey = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByG_FEK_First
public static 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
nullif a matching fragment entry could not be found
-
findByG_FEK_Last
public static 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 foundNoSuchEntryException
-
fetchByG_FEK_Last
public static 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
nullif a matching fragment entry could not be found
-
findByG_FEK_PrevAndNext
public static 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 foundNoSuchEntryException
-
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
public static FragmentEntry findByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head) throws NoSuchEntryException Returns the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? or throws aNoSuchEntryExceptionif 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 foundNoSuchEntryException
-
fetchByG_FEK_Head
Returns the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? or returnsnullif 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
nullif a matching fragment entry could not be found
-
fetchByG_FEK_Head
public static FragmentEntry fetchByG_FEK_Head(long groupId, String fragmentEntryKey, boolean head, boolean useFinderCache) Returns the fragment entry where groupId = ? and fragmentEntryKey = ? and head = ? or returnsnullif 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
nullif a matching fragment entry could not be found
-
removeByG_FEK_Head
public static 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
public static List<FragmentEntry> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name) Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ?.- Parameters:
groupId- the group IDfragmentCollectionId- the fragment collection IDname- the name- Returns:
- the matching fragment entries
-
findByG_FCI_LikeN
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_LikeN_First
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_LikeN_Last
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_LikeN_Last
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_LikeN_PrevAndNext
public static 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 foundNoSuchEntryException
-
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
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_LikeN_Head_First
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_LikeN_Head_Last
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_LikeN_Head_Last
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_LikeN_Head_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByG_FCI_LikeN_Head
public static void removeByG_FCI_LikeN_Head(long groupId, long fragmentCollectionId, String name, boolean head) Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ? from the database.- Parameters:
groupId- the group IDfragmentCollectionId- the fragment collection IDname- the namehead- the head
-
countByG_FCI_LikeN_Head
public static int countByG_FCI_LikeN_Head(long groupId, long fragmentCollectionId, String name, boolean head) Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and head = ?.- Parameters:
groupId- the group 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_T_First
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_T_Last
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_T_Last
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_T_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByG_FCI_T
public static 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
public static 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
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_T_Head_First
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_T_Head_Last
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_T_Head_Last
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_T_Head_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByG_FCI_T_Head
public static 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
public static 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
public static List<FragmentEntry> findByG_FCI_S(long groupId, long fragmentCollectionId, int status) Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ?.- Parameters:
groupId- the group IDfragmentCollectionId- the fragment collection IDstatus- the status- Returns:
- the matching fragment entries
-
findByG_FCI_S
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_S_First
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_S_Last
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_S_Last
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_S_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByG_FCI_S
public static 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
public static 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
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_S_Head_First
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_S_Head_Last
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_S_Head_Last
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_S_Head_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByG_FCI_S_Head
public static 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
public static 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
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_LikeN_S_First
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_LikeN_S_Last
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_LikeN_S_Last
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_LikeN_S_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByG_FCI_LikeN_S
public static void removeByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status) Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? from the database.- Parameters:
groupId- the group IDfragmentCollectionId- the fragment collection IDname- the namestatus- the status
-
countByG_FCI_LikeN_S
public static int countByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status) Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.- Parameters:
groupId- the group IDfragmentCollectionId- the fragment collection IDname- the namestatus- the status- Returns:
- the number of matching fragment entries
-
findByG_FCI_LikeN_S_Head
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_LikeN_S_Head_First
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_LikeN_S_Head_Last
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_LikeN_S_Head_Last
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_LikeN_S_Head_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByG_FCI_LikeN_S_Head
public static 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
public static 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
public static List<FragmentEntry> findByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status) Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.- Parameters:
groupId- the group IDfragmentCollectionId- the fragment collection IDtype- the typestatus- the status- Returns:
- the matching fragment entries
-
findByG_FCI_T_S
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_T_S_First
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_T_S_Last
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_T_S_Last
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_T_S_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByG_FCI_T_S
public static 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
public static 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
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_T_S_Head_First
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_T_S_Head_Last
public static 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 foundNoSuchEntryException
-
fetchByG_FCI_T_S_Head_Last
public static 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
nullif a matching fragment entry could not be found
-
findByG_FCI_T_S_Head_PrevAndNext
public static 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 foundNoSuchEntryException
-
removeByG_FCI_T_S_Head
public static 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
public static 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
public static List<FragmentEntry> findByERC_G(String externalReferenceCode, long groupId, int start, int end) Returns a range of all the fragment entries where externalReferenceCode = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchEntryException
-
fetchByERC_G_First
public static 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
nullif a matching fragment entry could not be found
-
findByERC_G_Last
public static 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 foundNoSuchEntryException
-
fetchByERC_G_Last
public static 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
nullif a matching fragment entry could not be found
-
findByERC_G_PrevAndNext
public static 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 foundNoSuchEntryException
-
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
public static FragmentEntry findByERC_G_Head(String externalReferenceCode, long groupId, boolean head) throws NoSuchEntryException Returns the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? or throws aNoSuchEntryExceptionif 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 foundNoSuchEntryException
-
fetchByERC_G_Head
public static FragmentEntry fetchByERC_G_Head(String externalReferenceCode, long groupId, boolean head) Returns the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? or returnsnullif 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
nullif a matching fragment entry could not be found
-
fetchByERC_G_Head
public static FragmentEntry fetchByERC_G_Head(String externalReferenceCode, long groupId, boolean head, boolean useFinderCache) Returns the fragment entry where externalReferenceCode = ? and groupId = ? and head = ? or returnsnullif 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
nullif a matching fragment entry could not be found
-
removeByERC_G_Head
public static 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 aNoSuchEntryExceptionif 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 foundNoSuchEntryException
-
fetchByHeadId
Returns the fragment entry where headId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
headId- the head ID- Returns:
- the matching fragment entry, or
nullif a matching fragment entry could not be found
-
fetchByHeadId
Returns the fragment entry where headId = ? or returnsnullif 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
nullif 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
public static 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 foundNoSuchEntryException
-
updateImpl
-
findByPrimaryKey
Returns the fragment entry with the primary key or throws aNoSuchEntryExceptionif 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 foundNoSuchEntryException
-
fetchByPrimaryKey
Returns the fragment entry with the primary key or returnsnullif it could not be found.- Parameters:
fragmentEntryId- the primary key of the fragment entry- Returns:
- the fragment entry, or
nullif a fragment entry with the primary key could not be found
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static void removeAll()Removes all the fragment entries from the database. -
countAll
public static int countAll()Returns the number of fragment entries.- Returns:
- the number of fragment entries
-
getPersistence
-
setPersistence
-