Class FragmentEntryVersionUtil
com.liferay.fragment.service.persistence.impl.FragmentEntryVersionPersistenceImpl
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 void
cacheResult
(FragmentEntryVersion fragmentEntryVersion) Caches the fragment entry version in the entity cache if it is enabled.static void
cacheResult
(List<FragmentEntryVersion> fragmentEntryVersions) Caches the fragment entry versions in the entity cache if it is enabled.static void
static void
clearCache
(FragmentEntryVersion fragmentEntryVersion) static int
countAll()
Returns the number of fragment entry versions.static int
countByFragmentCollectionId
(long fragmentCollectionId) Returns the number of fragment entry versions where fragmentCollectionId = ?.static int
countByFragmentCollectionId_Version
(long fragmentCollectionId, int version) Returns the number of fragment entry versions where fragmentCollectionId = ? and version = ?.static int
countByFragmentEntryId
(long fragmentEntryId) Returns the number of fragment entry versions where fragmentEntryId = ?.static int
countByFragmentEntryId_Version
(long fragmentEntryId, int version) Returns the number of fragment entry versions where fragmentEntryId = ? and version = ?.static int
countByG_FCI
(long groupId, long fragmentCollectionId) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ?.static int
countByG_FCI_LikeN
(long groupId, long fragmentCollectionId, String name) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ?.static int
countByG_FCI_LikeN_S
(long groupId, long fragmentCollectionId, String name, int status) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.static int
countByG_FCI_LikeN_S_Version
(long groupId, long fragmentCollectionId, String name, int status, int version) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.static int
countByG_FCI_LikeN_Version
(long groupId, long fragmentCollectionId, String name, int version) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.static int
countByG_FCI_S
(long groupId, long fragmentCollectionId, int status) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ?.static int
countByG_FCI_S_Version
(long groupId, long fragmentCollectionId, int status, int version) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.static int
countByG_FCI_T
(long groupId, long fragmentCollectionId, int type) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ?.static int
countByG_FCI_T_S
(long groupId, long fragmentCollectionId, int type, int status) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.static int
countByG_FCI_T_S_Version
(long groupId, long fragmentCollectionId, int type, int status, int version) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.static int
countByG_FCI_T_Version
(long groupId, long fragmentCollectionId, int type, int version) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.static int
countByG_FCI_Version
(long groupId, long fragmentCollectionId, int version) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and version = ?.static int
countByG_FEK
(long groupId, String fragmentEntryKey) Returns the number of fragment entry versions where groupId = ? and fragmentEntryKey = ?.static int
countByG_FEK_Version
(long groupId, String fragmentEntryKey, int version) Returns the number of fragment entry versions where groupId = ? and fragmentEntryKey = ? and version = ?.static int
countByGroupId
(long groupId) Returns the number of fragment entry versions where groupId = ?.static int
countByGroupId_Version
(long groupId, int version) Returns the number of fragment entry versions where groupId = ? and version = ?.static int
countByType
(int type) Returns the number of fragment entry versions where type = ?.static int
countByType_Version
(int type, int version) Returns the number of fragment entry versions where type = ? and version = ?.static int
countByUuid
(String uuid) Returns the number of fragment entry versions where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of fragment entry versions where uuid = ? and companyId = ?.static int
countByUuid_C_Version
(String uuid, long companyId, int version) Returns the number of fragment entry versions where uuid = ? and companyId = ? and version = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of fragment entry versions where uuid = ? and groupId = ?.static int
countByUUID_G_Version
(String uuid, long groupId, int version) Returns the number of fragment entry versions where uuid = ? and groupId = ? and version = ?.static int
countByUuid_Version
(String uuid, int version) Returns the number of fragment entry versions where uuid = ? and version = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static FragmentEntryVersion
create
(long fragmentEntryVersionId) Creates a new fragment entry version with the primary key.static FragmentEntryVersion
fetchByFragmentCollectionId_First
(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where fragmentCollectionId = ?.static FragmentEntryVersion
fetchByFragmentCollectionId_Last
(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where fragmentCollectionId = ?.static FragmentEntryVersion
fetchByFragmentCollectionId_Version_First
(long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where fragmentCollectionId = ? and version = ?.static FragmentEntryVersion
fetchByFragmentCollectionId_Version_Last
(long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where fragmentCollectionId = ? and version = ?.static FragmentEntryVersion
fetchByFragmentEntryId_First
(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where fragmentEntryId = ?.static FragmentEntryVersion
fetchByFragmentEntryId_Last
(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where fragmentEntryId = ?.static FragmentEntryVersion
fetchByFragmentEntryId_Version
(long fragmentEntryId, int version) Returns the fragment entry version where fragmentEntryId = ? and version = ? or returnsnull
if it could not be found.static FragmentEntryVersion
fetchByFragmentEntryId_Version
(long fragmentEntryId, int version, boolean useFinderCache) Returns the fragment entry version where fragmentEntryId = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.static FragmentEntryVersion
fetchByG_FCI_First
(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ?.static FragmentEntryVersion
fetchByG_FCI_Last
(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ?.static FragmentEntryVersion
fetchByG_FCI_LikeN_First
(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ?.static FragmentEntryVersion
fetchByG_FCI_LikeN_Last
(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ?.static FragmentEntryVersion
fetchByG_FCI_LikeN_S_First
(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.static FragmentEntryVersion
fetchByG_FCI_LikeN_S_Last
(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.static FragmentEntryVersion
fetchByG_FCI_LikeN_S_Version_First
(long groupId, long fragmentCollectionId, String name, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.static FragmentEntryVersion
fetchByG_FCI_LikeN_S_Version_Last
(long groupId, long fragmentCollectionId, String name, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.static FragmentEntryVersion
fetchByG_FCI_LikeN_Version_First
(long groupId, long fragmentCollectionId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.static FragmentEntryVersion
fetchByG_FCI_LikeN_Version_Last
(long groupId, long fragmentCollectionId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.static FragmentEntryVersion
fetchByG_FCI_S_First
(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.static FragmentEntryVersion
fetchByG_FCI_S_Last
(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.static FragmentEntryVersion
fetchByG_FCI_S_Version_First
(long groupId, long fragmentCollectionId, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.static FragmentEntryVersion
fetchByG_FCI_S_Version_Last
(long groupId, long fragmentCollectionId, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.static FragmentEntryVersion
fetchByG_FCI_T_First
(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.static FragmentEntryVersion
fetchByG_FCI_T_Last
(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.static FragmentEntryVersion
fetchByG_FCI_T_S_First
(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.static FragmentEntryVersion
fetchByG_FCI_T_S_Last
(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.static FragmentEntryVersion
fetchByG_FCI_T_S_Version_First
(long groupId, long fragmentCollectionId, int type, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.static FragmentEntryVersion
fetchByG_FCI_T_S_Version_Last
(long groupId, long fragmentCollectionId, int type, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.static FragmentEntryVersion
fetchByG_FCI_T_Version_First
(long groupId, long fragmentCollectionId, int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.static FragmentEntryVersion
fetchByG_FCI_T_Version_Last
(long groupId, long fragmentCollectionId, int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.static FragmentEntryVersion
fetchByG_FCI_Version_First
(long groupId, long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and version = ?.static FragmentEntryVersion
fetchByG_FCI_Version_Last
(long groupId, long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and version = ?.static FragmentEntryVersion
fetchByG_FEK_First
(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentEntryKey = ?.static FragmentEntryVersion
fetchByG_FEK_Last
(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentEntryKey = ?.static FragmentEntryVersion
fetchByG_FEK_Version
(long groupId, String fragmentEntryKey, int version) Returns the fragment entry version where groupId = ? and fragmentEntryKey = ? and version = ? or returnsnull
if it could not be found.static FragmentEntryVersion
fetchByG_FEK_Version
(long groupId, String fragmentEntryKey, int version, boolean useFinderCache) Returns the fragment entry version where groupId = ? and fragmentEntryKey = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.static FragmentEntryVersion
fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ?.static FragmentEntryVersion
fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ?.static FragmentEntryVersion
fetchByGroupId_Version_First
(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and version = ?.static FragmentEntryVersion
fetchByGroupId_Version_Last
(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and version = ?.static FragmentEntryVersion
fetchByPrimaryKey
(long fragmentEntryVersionId) Returns the fragment entry version with the primary key or returnsnull
if it could not be found.static Map<Serializable,
FragmentEntryVersion> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static FragmentEntryVersion
fetchByType_First
(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where type = ?.static FragmentEntryVersion
fetchByType_Last
(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where type = ?.static FragmentEntryVersion
fetchByType_Version_First
(int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where type = ? and version = ?.static FragmentEntryVersion
fetchByType_Version_Last
(int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where type = ? and version = ?.static FragmentEntryVersion
fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where uuid = ? and companyId = ?.static FragmentEntryVersion
fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where uuid = ? and companyId = ?.static FragmentEntryVersion
fetchByUuid_C_Version_First
(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where uuid = ? and companyId = ? and version = ?.static FragmentEntryVersion
fetchByUuid_C_Version_Last
(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where uuid = ? and companyId = ? and version = ?.static FragmentEntryVersion
fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where uuid = ?.static FragmentEntryVersion
fetchByUUID_G_First
(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where uuid = ? and groupId = ?.static FragmentEntryVersion
fetchByUUID_G_Last
(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where uuid = ? and groupId = ?.static FragmentEntryVersion
fetchByUUID_G_Version
(String uuid, long groupId, int version) Returns the fragment entry version where uuid = ? and groupId = ? and version = ? or returnsnull
if it could not be found.static FragmentEntryVersion
fetchByUUID_G_Version
(String uuid, long groupId, int version, boolean useFinderCache) Returns the fragment entry version where uuid = ? and groupId = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.static FragmentEntryVersion
fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where uuid = ?.static FragmentEntryVersion
fetchByUuid_Version_First
(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where uuid = ? and version = ?.static FragmentEntryVersion
fetchByUuid_Version_Last
(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where uuid = ? and version = ?.static List<FragmentEntryVersion>
findAll()
Returns all the fragment entry versions.static List<FragmentEntryVersion>
findAll
(int start, int end) Returns a range of all the fragment entry versions.static List<FragmentEntryVersion>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions.static List<FragmentEntryVersion>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions.static List<FragmentEntryVersion>
findByFragmentCollectionId
(long fragmentCollectionId) Returns all the fragment entry versions where fragmentCollectionId = ?.static List<FragmentEntryVersion>
findByFragmentCollectionId
(long fragmentCollectionId, int start, int end) Returns a range of all the fragment entry versions where fragmentCollectionId = ?.static List<FragmentEntryVersion>
findByFragmentCollectionId
(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where fragmentCollectionId = ?.static List<FragmentEntryVersion>
findByFragmentCollectionId
(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where fragmentCollectionId = ?.static FragmentEntryVersion
findByFragmentCollectionId_First
(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where fragmentCollectionId = ?.static FragmentEntryVersion
findByFragmentCollectionId_Last
(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where fragmentCollectionId = ?.static FragmentEntryVersion[]
findByFragmentCollectionId_PrevAndNext
(long fragmentEntryVersionId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where fragmentCollectionId = ?.static List<FragmentEntryVersion>
findByFragmentCollectionId_Version
(long fragmentCollectionId, int version) Returns all the fragment entry versions where fragmentCollectionId = ? and version = ?.static List<FragmentEntryVersion>
findByFragmentCollectionId_Version
(long fragmentCollectionId, int version, int start, int end) Returns a range of all the fragment entry versions where fragmentCollectionId = ? and version = ?.static List<FragmentEntryVersion>
findByFragmentCollectionId_Version
(long fragmentCollectionId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where fragmentCollectionId = ? and version = ?.static List<FragmentEntryVersion>
findByFragmentCollectionId_Version
(long fragmentCollectionId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where fragmentCollectionId = ? and version = ?.static FragmentEntryVersion
findByFragmentCollectionId_Version_First
(long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where fragmentCollectionId = ? and version = ?.static FragmentEntryVersion
findByFragmentCollectionId_Version_Last
(long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where fragmentCollectionId = ? and version = ?.static FragmentEntryVersion[]
findByFragmentCollectionId_Version_PrevAndNext
(long fragmentEntryVersionId, long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where fragmentCollectionId = ? and version = ?.static List<FragmentEntryVersion>
findByFragmentEntryId
(long fragmentEntryId) Returns all the fragment entry versions where fragmentEntryId = ?.static List<FragmentEntryVersion>
findByFragmentEntryId
(long fragmentEntryId, int start, int end) Returns a range of all the fragment entry versions where fragmentEntryId = ?.static List<FragmentEntryVersion>
findByFragmentEntryId
(long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where fragmentEntryId = ?.static List<FragmentEntryVersion>
findByFragmentEntryId
(long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where fragmentEntryId = ?.static FragmentEntryVersion
findByFragmentEntryId_First
(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where fragmentEntryId = ?.static FragmentEntryVersion
findByFragmentEntryId_Last
(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where fragmentEntryId = ?.static FragmentEntryVersion[]
findByFragmentEntryId_PrevAndNext
(long fragmentEntryVersionId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where fragmentEntryId = ?.static FragmentEntryVersion
findByFragmentEntryId_Version
(long fragmentEntryId, int version) Returns the fragment entry version where fragmentEntryId = ? and version = ? or throws aNoSuchEntryVersionException
if it could not be found.static List<FragmentEntryVersion>
findByG_FCI
(long groupId, long fragmentCollectionId) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ?.static List<FragmentEntryVersion>
findByG_FCI
(long groupId, long fragmentCollectionId, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ?.static List<FragmentEntryVersion>
findByG_FCI
(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ?.static List<FragmentEntryVersion>
findByG_FCI
(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ?.static FragmentEntryVersion
findByG_FCI_First
(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ?.static FragmentEntryVersion
findByG_FCI_Last
(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN
(long groupId, long fragmentCollectionId, String name) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN
(long groupId, long fragmentCollectionId, String name, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN
(long groupId, long fragmentCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN
(long groupId, long fragmentCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ?.static FragmentEntryVersion
findByG_FCI_LikeN_First
(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ?.static FragmentEntryVersion
findByG_FCI_LikeN_Last
(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ?.static FragmentEntryVersion[]
findByG_FCI_LikeN_PrevAndNext
(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN_S
(long groupId, long fragmentCollectionId, String name, int status) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN_S
(long groupId, long fragmentCollectionId, String name, int status, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN_S
(long groupId, long fragmentCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN_S
(long groupId, long fragmentCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.static FragmentEntryVersion
findByG_FCI_LikeN_S_First
(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.static FragmentEntryVersion
findByG_FCI_LikeN_S_Last
(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.static FragmentEntryVersion[]
findByG_FCI_LikeN_S_PrevAndNext
(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN_S_Version
(long groupId, long fragmentCollectionId, String name, int status, int version) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN_S_Version
(long groupId, long fragmentCollectionId, String name, int status, int version, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN_S_Version
(long groupId, long fragmentCollectionId, String name, int status, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN_S_Version
(long groupId, long fragmentCollectionId, String name, int status, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.static FragmentEntryVersion
findByG_FCI_LikeN_S_Version_First
(long groupId, long fragmentCollectionId, String name, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.static FragmentEntryVersion
findByG_FCI_LikeN_S_Version_Last
(long groupId, long fragmentCollectionId, String name, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.static FragmentEntryVersion[]
findByG_FCI_LikeN_S_Version_PrevAndNext
(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, String name, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN_Version
(long groupId, long fragmentCollectionId, String name, int version) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN_Version
(long groupId, long fragmentCollectionId, String name, int version, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN_Version
(long groupId, long fragmentCollectionId, String name, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_LikeN_Version
(long groupId, long fragmentCollectionId, String name, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.static FragmentEntryVersion
findByG_FCI_LikeN_Version_First
(long groupId, long fragmentCollectionId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.static FragmentEntryVersion
findByG_FCI_LikeN_Version_Last
(long groupId, long fragmentCollectionId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.static FragmentEntryVersion[]
findByG_FCI_LikeN_Version_PrevAndNext
(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.static FragmentEntryVersion[]
findByG_FCI_PrevAndNext
(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ?.static List<FragmentEntryVersion>
findByG_FCI_S
(long groupId, long fragmentCollectionId, int status) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ?.static List<FragmentEntryVersion>
findByG_FCI_S
(long groupId, long fragmentCollectionId, int status, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ?.static List<FragmentEntryVersion>
findByG_FCI_S
(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ?.static List<FragmentEntryVersion>
findByG_FCI_S
(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ?.static FragmentEntryVersion
findByG_FCI_S_First
(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.static FragmentEntryVersion
findByG_FCI_S_Last
(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.static FragmentEntryVersion[]
findByG_FCI_S_PrevAndNext
(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.static List<FragmentEntryVersion>
findByG_FCI_S_Version
(long groupId, long fragmentCollectionId, int status, int version) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_S_Version
(long groupId, long fragmentCollectionId, int status, int version, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_S_Version
(long groupId, long fragmentCollectionId, int status, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_S_Version
(long groupId, long fragmentCollectionId, int status, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.static FragmentEntryVersion
findByG_FCI_S_Version_First
(long groupId, long fragmentCollectionId, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.static FragmentEntryVersion
findByG_FCI_S_Version_Last
(long groupId, long fragmentCollectionId, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.static FragmentEntryVersion[]
findByG_FCI_S_Version_PrevAndNext
(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_T
(long groupId, long fragmentCollectionId, int type) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ?.static List<FragmentEntryVersion>
findByG_FCI_T
(long groupId, long fragmentCollectionId, int type, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ?.static List<FragmentEntryVersion>
findByG_FCI_T
(long groupId, long fragmentCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ?.static List<FragmentEntryVersion>
findByG_FCI_T
(long groupId, long fragmentCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ?.static FragmentEntryVersion
findByG_FCI_T_First
(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.static FragmentEntryVersion
findByG_FCI_T_Last
(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.static FragmentEntryVersion[]
findByG_FCI_T_PrevAndNext
(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.static List<FragmentEntryVersion>
findByG_FCI_T_S
(long groupId, long fragmentCollectionId, int type, int status) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.static List<FragmentEntryVersion>
findByG_FCI_T_S
(long groupId, long fragmentCollectionId, int type, int status, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.static List<FragmentEntryVersion>
findByG_FCI_T_S
(long groupId, long fragmentCollectionId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.static List<FragmentEntryVersion>
findByG_FCI_T_S
(long groupId, long fragmentCollectionId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.static FragmentEntryVersion
findByG_FCI_T_S_First
(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.static FragmentEntryVersion
findByG_FCI_T_S_Last
(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.static FragmentEntryVersion[]
findByG_FCI_T_S_PrevAndNext
(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.static List<FragmentEntryVersion>
findByG_FCI_T_S_Version
(long groupId, long fragmentCollectionId, int type, int status, int version) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_T_S_Version
(long groupId, long fragmentCollectionId, int type, int status, int version, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_T_S_Version
(long groupId, long fragmentCollectionId, int type, int status, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_T_S_Version
(long groupId, long fragmentCollectionId, int type, int status, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.static FragmentEntryVersion
findByG_FCI_T_S_Version_First
(long groupId, long fragmentCollectionId, int type, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.static FragmentEntryVersion
findByG_FCI_T_S_Version_Last
(long groupId, long fragmentCollectionId, int type, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.static FragmentEntryVersion[]
findByG_FCI_T_S_Version_PrevAndNext
(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, int type, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_T_Version
(long groupId, long fragmentCollectionId, int type, int version) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_T_Version
(long groupId, long fragmentCollectionId, int type, int version, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_T_Version
(long groupId, long fragmentCollectionId, int type, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_T_Version
(long groupId, long fragmentCollectionId, int type, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.static FragmentEntryVersion
findByG_FCI_T_Version_First
(long groupId, long fragmentCollectionId, int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.static FragmentEntryVersion
findByG_FCI_T_Version_Last
(long groupId, long fragmentCollectionId, int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.static FragmentEntryVersion[]
findByG_FCI_T_Version_PrevAndNext
(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_Version
(long groupId, long fragmentCollectionId, int version) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_Version
(long groupId, long fragmentCollectionId, int version, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_Version
(long groupId, long fragmentCollectionId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and version = ?.static List<FragmentEntryVersion>
findByG_FCI_Version
(long groupId, long fragmentCollectionId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and version = ?.static FragmentEntryVersion
findByG_FCI_Version_First
(long groupId, long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and version = ?.static FragmentEntryVersion
findByG_FCI_Version_Last
(long groupId, long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and version = ?.static FragmentEntryVersion[]
findByG_FCI_Version_PrevAndNext
(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and version = ?.static List<FragmentEntryVersion>
findByG_FEK
(long groupId, String fragmentEntryKey) Returns all the fragment entry versions where groupId = ? and fragmentEntryKey = ?.static List<FragmentEntryVersion>
findByG_FEK
(long groupId, String fragmentEntryKey, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentEntryKey = ?.static List<FragmentEntryVersion>
findByG_FEK
(long groupId, String fragmentEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentEntryKey = ?.static List<FragmentEntryVersion>
findByG_FEK
(long groupId, String fragmentEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentEntryKey = ?.static FragmentEntryVersion
findByG_FEK_First
(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentEntryKey = ?.static FragmentEntryVersion
findByG_FEK_Last
(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentEntryKey = ?.static FragmentEntryVersion[]
findByG_FEK_PrevAndNext
(long fragmentEntryVersionId, long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentEntryKey = ?.static FragmentEntryVersion
findByG_FEK_Version
(long groupId, String fragmentEntryKey, int version) Returns the fragment entry version where groupId = ? and fragmentEntryKey = ? and version = ? or throws aNoSuchEntryVersionException
if it could not be found.static List<FragmentEntryVersion>
findByGroupId
(long groupId) Returns all the fragment entry versions where groupId = ?.static List<FragmentEntryVersion>
findByGroupId
(long groupId, int start, int end) Returns a range of all the fragment entry versions where groupId = ?.static List<FragmentEntryVersion>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ?.static List<FragmentEntryVersion>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ?.static FragmentEntryVersion
findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ?.static FragmentEntryVersion
findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ?.static FragmentEntryVersion[]
findByGroupId_PrevAndNext
(long fragmentEntryVersionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ?.static List<FragmentEntryVersion>
findByGroupId_Version
(long groupId, int version) Returns all the fragment entry versions where groupId = ? and version = ?.static List<FragmentEntryVersion>
findByGroupId_Version
(long groupId, int version, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and version = ?.static List<FragmentEntryVersion>
findByGroupId_Version
(long groupId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and version = ?.static List<FragmentEntryVersion>
findByGroupId_Version
(long groupId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and version = ?.static FragmentEntryVersion
findByGroupId_Version_First
(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and version = ?.static FragmentEntryVersion
findByGroupId_Version_Last
(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and version = ?.static FragmentEntryVersion[]
findByGroupId_Version_PrevAndNext
(long fragmentEntryVersionId, long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and version = ?.static FragmentEntryVersion
findByPrimaryKey
(long fragmentEntryVersionId) Returns the fragment entry version with the primary key or throws aNoSuchEntryVersionException
if it could not be found.static List<FragmentEntryVersion>
findByType
(int type) Returns all the fragment entry versions where type = ?.static List<FragmentEntryVersion>
findByType
(int type, int start, int end) Returns a range of all the fragment entry versions where type = ?.static List<FragmentEntryVersion>
findByType
(int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where type = ?.static List<FragmentEntryVersion>
findByType
(int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where type = ?.static FragmentEntryVersion
findByType_First
(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where type = ?.static FragmentEntryVersion
findByType_Last
(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where type = ?.static FragmentEntryVersion[]
findByType_PrevAndNext
(long fragmentEntryVersionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where type = ?.static List<FragmentEntryVersion>
findByType_Version
(int type, int version) Returns all the fragment entry versions where type = ? and version = ?.static List<FragmentEntryVersion>
findByType_Version
(int type, int version, int start, int end) Returns a range of all the fragment entry versions where type = ? and version = ?.static List<FragmentEntryVersion>
findByType_Version
(int type, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where type = ? and version = ?.static List<FragmentEntryVersion>
findByType_Version
(int type, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where type = ? and version = ?.static FragmentEntryVersion
findByType_Version_First
(int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where type = ? and version = ?.static FragmentEntryVersion
findByType_Version_Last
(int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where type = ? and version = ?.static FragmentEntryVersion[]
findByType_Version_PrevAndNext
(long fragmentEntryVersionId, int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where type = ? and version = ?.static List<FragmentEntryVersion>
findByUuid
(String uuid) Returns all the fragment entry versions where uuid = ?.static List<FragmentEntryVersion>
findByUuid
(String uuid, int start, int end) Returns a range of all the fragment entry versions where uuid = ?.static List<FragmentEntryVersion>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where uuid = ?.static List<FragmentEntryVersion>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where uuid = ?.static List<FragmentEntryVersion>
findByUuid_C
(String uuid, long companyId) Returns all the fragment entry versions where uuid = ? and companyId = ?.static List<FragmentEntryVersion>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the fragment entry versions where uuid = ? and companyId = ?.static List<FragmentEntryVersion>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where uuid = ? and companyId = ?.static List<FragmentEntryVersion>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where uuid = ? and companyId = ?.static FragmentEntryVersion
findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where uuid = ? and companyId = ?.static FragmentEntryVersion
findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where uuid = ? and companyId = ?.static FragmentEntryVersion[]
findByUuid_C_PrevAndNext
(long fragmentEntryVersionId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where uuid = ? and companyId = ?.static List<FragmentEntryVersion>
findByUuid_C_Version
(String uuid, long companyId, int version) Returns all the fragment entry versions where uuid = ? and companyId = ? and version = ?.static List<FragmentEntryVersion>
findByUuid_C_Version
(String uuid, long companyId, int version, int start, int end) Returns a range of all the fragment entry versions where uuid = ? and companyId = ? and version = ?.static List<FragmentEntryVersion>
findByUuid_C_Version
(String uuid, long companyId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where uuid = ? and companyId = ? and version = ?.static List<FragmentEntryVersion>
findByUuid_C_Version
(String uuid, long companyId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where uuid = ? and companyId = ? and version = ?.static FragmentEntryVersion
findByUuid_C_Version_First
(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where uuid = ? and companyId = ? and version = ?.static FragmentEntryVersion
findByUuid_C_Version_Last
(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where uuid = ? and companyId = ? and version = ?.static FragmentEntryVersion[]
findByUuid_C_Version_PrevAndNext
(long fragmentEntryVersionId, String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where uuid = ? and companyId = ? and version = ?.static FragmentEntryVersion
findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where uuid = ?.static List<FragmentEntryVersion>
findByUUID_G
(String uuid, long groupId) Returns all the fragment entry versions where uuid = ? and groupId = ?.static List<FragmentEntryVersion>
findByUUID_G
(String uuid, long groupId, int start, int end) Returns a range of all the fragment entry versions where uuid = ? and groupId = ?.static List<FragmentEntryVersion>
findByUUID_G
(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where uuid = ? and groupId = ?.static List<FragmentEntryVersion>
findByUUID_G
(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where uuid = ? and groupId = ?.static FragmentEntryVersion
findByUUID_G_First
(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where uuid = ? and groupId = ?.static FragmentEntryVersion
findByUUID_G_Last
(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where uuid = ? and groupId = ?.static FragmentEntryVersion[]
findByUUID_G_PrevAndNext
(long fragmentEntryVersionId, String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where uuid = ? and groupId = ?.static FragmentEntryVersion
findByUUID_G_Version
(String uuid, long groupId, int version) Returns the fragment entry version where uuid = ? and groupId = ? and version = ? or throws aNoSuchEntryVersionException
if it could not be found.static FragmentEntryVersion
findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where uuid = ?.static FragmentEntryVersion[]
findByUuid_PrevAndNext
(long fragmentEntryVersionId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where uuid = ?.static List<FragmentEntryVersion>
findByUuid_Version
(String uuid, int version) Returns all the fragment entry versions where uuid = ? and version = ?.static List<FragmentEntryVersion>
findByUuid_Version
(String uuid, int version, int start, int end) Returns a range of all the fragment entry versions where uuid = ? and version = ?.static List<FragmentEntryVersion>
findByUuid_Version
(String uuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where uuid = ? and version = ?.static List<FragmentEntryVersion>
findByUuid_Version
(String uuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where uuid = ? and version = ?.static FragmentEntryVersion
findByUuid_Version_First
(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where uuid = ? and version = ?.static FragmentEntryVersion
findByUuid_Version_Last
(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where uuid = ? and version = ?.static FragmentEntryVersion[]
findByUuid_Version_PrevAndNext
(long fragmentEntryVersionId, String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the fragment entry versions before and after the current fragment entry version in the ordered set where uuid = ? and version = ?.static List<FragmentEntryVersion>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<FragmentEntryVersion>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<FragmentEntryVersion>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) static FragmentEntryVersion
remove
(long fragmentEntryVersionId) Removes the fragment entry version with the primary key from the database.static void
Removes all the fragment entry versions from the database.static void
removeByFragmentCollectionId
(long fragmentCollectionId) Removes all the fragment entry versions where fragmentCollectionId = ? from the database.static void
removeByFragmentCollectionId_Version
(long fragmentCollectionId, int version) Removes all the fragment entry versions where fragmentCollectionId = ? and version = ? from the database.static void
removeByFragmentEntryId
(long fragmentEntryId) Removes all the fragment entry versions where fragmentEntryId = ? from the database.static FragmentEntryVersion
removeByFragmentEntryId_Version
(long fragmentEntryId, int version) Removes the fragment entry version where fragmentEntryId = ? and version = ? from the database.static void
removeByG_FCI
(long groupId, long fragmentCollectionId) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? from the database.static void
removeByG_FCI_LikeN
(long groupId, long fragmentCollectionId, String name) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? from the database.static void
removeByG_FCI_LikeN_S
(long groupId, long fragmentCollectionId, String name, int status) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? from the database.static void
removeByG_FCI_LikeN_S_Version
(long groupId, long fragmentCollectionId, String name, int status, int version) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ? from the database.static void
removeByG_FCI_LikeN_Version
(long groupId, long fragmentCollectionId, String name, int version) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and version = ? from the database.static void
removeByG_FCI_S
(long groupId, long fragmentCollectionId, int status) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ? from the database.static void
removeByG_FCI_S_Version
(long groupId, long fragmentCollectionId, int status, int version) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ? and version = ? from the database.static void
removeByG_FCI_T
(long groupId, long fragmentCollectionId, int type) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? from the database.static void
removeByG_FCI_T_S
(long groupId, long fragmentCollectionId, int type, int status) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? from the database.static void
removeByG_FCI_T_S_Version
(long groupId, long fragmentCollectionId, int type, int status, int version) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ? from the database.static void
removeByG_FCI_T_Version
(long groupId, long fragmentCollectionId, int type, int version) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and version = ? from the database.static void
removeByG_FCI_Version
(long groupId, long fragmentCollectionId, int version) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and version = ? from the database.static void
removeByG_FEK
(long groupId, String fragmentEntryKey) Removes all the fragment entry versions where groupId = ? and fragmentEntryKey = ? from the database.static FragmentEntryVersion
removeByG_FEK_Version
(long groupId, String fragmentEntryKey, int version) Removes the fragment entry version where groupId = ? and fragmentEntryKey = ? and version = ? from the database.static void
removeByGroupId
(long groupId) Removes all the fragment entry versions where groupId = ? from the database.static void
removeByGroupId_Version
(long groupId, int version) Removes all the fragment entry versions where groupId = ? and version = ? from the database.static void
removeByType
(int type) Removes all the fragment entry versions where type = ? from the database.static void
removeByType_Version
(int type, int version) Removes all the fragment entry versions where type = ? and version = ? from the database.static void
removeByUuid
(String uuid) Removes all the fragment entry versions where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the fragment entry versions where uuid = ? and companyId = ? from the database.static void
removeByUuid_C_Version
(String uuid, long companyId, int version) Removes all the fragment entry versions where uuid = ? and companyId = ? and version = ? from the database.static void
removeByUUID_G
(String uuid, long groupId) Removes all the fragment entry versions where uuid = ? and groupId = ? from the database.static FragmentEntryVersion
removeByUUID_G_Version
(String uuid, long groupId, int version) Removes the fragment entry version where uuid = ? and groupId = ? and version = ? from the database.static void
removeByUuid_Version
(String uuid, int version) Removes all the fragment entry versions where uuid = ? and version = ? from the database.static void
setPersistence
(FragmentEntryVersionPersistence persistence) static FragmentEntryVersion
update
(FragmentEntryVersion fragmentEntryVersion) static FragmentEntryVersion
update
(FragmentEntryVersion fragmentEntryVersion, com.liferay.portal.kernel.service.ServiceContext serviceContext) static FragmentEntryVersion
updateImpl
(FragmentEntryVersion fragmentEntryVersion)
-
Constructor Details
-
FragmentEntryVersionUtil
public FragmentEntryVersionUtil()
-
-
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
public static Map<Serializable,FragmentEntryVersion> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<FragmentEntryVersion> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<FragmentEntryVersion> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<FragmentEntryVersion> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static FragmentEntryVersion update(FragmentEntryVersion fragmentEntryVersion, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByFragmentEntryId
Returns all the fragment entry versions where fragmentEntryId = ?.- Parameters:
fragmentEntryId
- the fragment entry ID- Returns:
- the matching fragment entry versions
-
findByFragmentEntryId
public static List<FragmentEntryVersion> findByFragmentEntryId(long fragmentEntryId, int start, int end) Returns a range of all the fragment entry versions where fragmentEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
fragmentEntryId
- the fragment entry IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByFragmentEntryId
public static List<FragmentEntryVersion> findByFragmentEntryId(long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where fragmentEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
fragmentEntryId
- the fragment entry IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByFragmentEntryId
public static List<FragmentEntryVersion> findByFragmentEntryId(long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where fragmentEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
fragmentEntryId
- the fragment entry IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByFragmentEntryId_First
public static FragmentEntryVersion findByFragmentEntryId_First(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where fragmentEntryId = ?.- Parameters:
fragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByFragmentEntryId_First
public static FragmentEntryVersion fetchByFragmentEntryId_First(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where fragmentEntryId = ?.- Parameters:
fragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByFragmentEntryId_Last
public static FragmentEntryVersion findByFragmentEntryId_Last(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where fragmentEntryId = ?.- Parameters:
fragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByFragmentEntryId_Last
public static FragmentEntryVersion fetchByFragmentEntryId_Last(long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where fragmentEntryId = ?.- Parameters:
fragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByFragmentEntryId_PrevAndNext
public static FragmentEntryVersion[] findByFragmentEntryId_PrevAndNext(long fragmentEntryVersionId, long fragmentEntryId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where fragmentEntryId = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versionfragmentEntryId
- the fragment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByFragmentEntryId
public static void removeByFragmentEntryId(long fragmentEntryId) Removes all the fragment entry versions where fragmentEntryId = ? from the database.- Parameters:
fragmentEntryId
- the fragment entry ID
-
countByFragmentEntryId
public static int countByFragmentEntryId(long fragmentEntryId) Returns the number of fragment entry versions where fragmentEntryId = ?.- Parameters:
fragmentEntryId
- the fragment entry ID- Returns:
- the number of matching fragment entry versions
-
findByFragmentEntryId_Version
public static FragmentEntryVersion findByFragmentEntryId_Version(long fragmentEntryId, int version) throws NoSuchEntryVersionException Returns the fragment entry version where fragmentEntryId = ? and version = ? or throws aNoSuchEntryVersionException
if it could not be found.- Parameters:
fragmentEntryId
- the fragment entry IDversion
- the version- Returns:
- the matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByFragmentEntryId_Version
public static FragmentEntryVersion fetchByFragmentEntryId_Version(long fragmentEntryId, int version) Returns the fragment entry version where fragmentEntryId = ? and version = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
fragmentEntryId
- the fragment entry IDversion
- the version- Returns:
- the matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
fetchByFragmentEntryId_Version
public static FragmentEntryVersion fetchByFragmentEntryId_Version(long fragmentEntryId, int version, boolean useFinderCache) Returns the fragment entry version where fragmentEntryId = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
fragmentEntryId
- the fragment entry IDversion
- the versionuseFinderCache
- whether to use the finder cache- Returns:
- the matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
removeByFragmentEntryId_Version
public static FragmentEntryVersion removeByFragmentEntryId_Version(long fragmentEntryId, int version) throws NoSuchEntryVersionException Removes the fragment entry version where fragmentEntryId = ? and version = ? from the database.- Parameters:
fragmentEntryId
- the fragment entry IDversion
- the version- Returns:
- the fragment entry version that was removed
- Throws:
NoSuchEntryVersionException
-
countByFragmentEntryId_Version
public static int countByFragmentEntryId_Version(long fragmentEntryId, int version) Returns the number of fragment entry versions where fragmentEntryId = ? and version = ?.- Parameters:
fragmentEntryId
- the fragment entry IDversion
- the version- Returns:
- the number of matching fragment entry versions
-
findByUuid
Returns all the fragment entry versions where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching fragment entry versions
-
findByUuid
Returns a range of all the fragment entry versions where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByUuid
public static List<FragmentEntryVersion> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByUuid
public static List<FragmentEntryVersion> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByUuid_First
public static FragmentEntryVersion findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_First
public static FragmentEntryVersion fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByUuid_Last
public static FragmentEntryVersion findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_Last
public static FragmentEntryVersion fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByUuid_PrevAndNext
public static FragmentEntryVersion[] findByUuid_PrevAndNext(long fragmentEntryVersionId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where uuid = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByUuid
Removes all the fragment entry versions where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of fragment entry versions where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching fragment entry versions
-
findByUuid_Version
Returns all the fragment entry versions where uuid = ? and version = ?.- Parameters:
uuid
- the uuidversion
- the version- Returns:
- the matching fragment entry versions
-
findByUuid_Version
public static List<FragmentEntryVersion> findByUuid_Version(String uuid, int version, int start, int end) Returns a range of all the fragment entry versions where uuid = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
uuid
- the uuidversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByUuid_Version
public static List<FragmentEntryVersion> findByUuid_Version(String uuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where uuid = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
uuid
- the uuidversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByUuid_Version
public static List<FragmentEntryVersion> findByUuid_Version(String uuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where uuid = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
uuid
- the uuidversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByUuid_Version_First
public static FragmentEntryVersion findByUuid_Version_First(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where uuid = ? and version = ?.- Parameters:
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_Version_First
public static FragmentEntryVersion fetchByUuid_Version_First(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where uuid = ? and version = ?.- Parameters:
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByUuid_Version_Last
public static FragmentEntryVersion findByUuid_Version_Last(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where uuid = ? and version = ?.- Parameters:
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_Version_Last
public static FragmentEntryVersion fetchByUuid_Version_Last(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where uuid = ? and version = ?.- Parameters:
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByUuid_Version_PrevAndNext
public static FragmentEntryVersion[] findByUuid_Version_PrevAndNext(long fragmentEntryVersionId, String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where uuid = ? and version = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versionuuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByUuid_Version
Removes all the fragment entry versions where uuid = ? and version = ? from the database.- Parameters:
uuid
- the uuidversion
- the version
-
countByUuid_Version
Returns the number of fragment entry versions where uuid = ? and version = ?.- Parameters:
uuid
- the uuidversion
- the version- Returns:
- the number of matching fragment entry versions
-
findByUUID_G
Returns all the fragment entry versions where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching fragment entry versions
-
findByUUID_G
public static List<FragmentEntryVersion> findByUUID_G(String uuid, long groupId, int start, int end) Returns a range of all the fragment entry versions where uuid = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
uuid
- the uuidgroupId
- the group IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByUUID_G
public static List<FragmentEntryVersion> findByUUID_G(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where uuid = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
uuid
- the uuidgroupId
- the group IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByUUID_G
public static List<FragmentEntryVersion> findByUUID_G(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where uuid = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
uuid
- the uuidgroupId
- the group IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByUUID_G_First
public static FragmentEntryVersion findByUUID_G_First(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByUUID_G_First
public static FragmentEntryVersion fetchByUUID_G_First(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByUUID_G_Last
public static FragmentEntryVersion findByUUID_G_Last(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByUUID_G_Last
public static FragmentEntryVersion fetchByUUID_G_Last(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByUUID_G_PrevAndNext
public static FragmentEntryVersion[] findByUUID_G_PrevAndNext(long fragmentEntryVersionId, String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where uuid = ? and groupId = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versionuuid
- the uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByUUID_G
Removes all the fragment entry versions where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID
-
countByUUID_G
Returns the number of fragment entry versions where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching fragment entry versions
-
findByUUID_G_Version
public static FragmentEntryVersion findByUUID_G_Version(String uuid, long groupId, int version) throws NoSuchEntryVersionException Returns the fragment entry version where uuid = ? and groupId = ? and version = ? or throws aNoSuchEntryVersionException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group IDversion
- the version- Returns:
- the matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByUUID_G_Version
Returns the fragment entry version where uuid = ? and groupId = ? and version = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDversion
- the version- Returns:
- the matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
fetchByUUID_G_Version
public static FragmentEntryVersion fetchByUUID_G_Version(String uuid, long groupId, int version, boolean useFinderCache) Returns the fragment entry version where uuid = ? and groupId = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDversion
- the versionuseFinderCache
- whether to use the finder cache- Returns:
- the matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
removeByUUID_G_Version
public static FragmentEntryVersion removeByUUID_G_Version(String uuid, long groupId, int version) throws NoSuchEntryVersionException Removes the fragment entry version where uuid = ? and groupId = ? and version = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group IDversion
- the version- Returns:
- the fragment entry version that was removed
- Throws:
NoSuchEntryVersionException
-
countByUUID_G_Version
Returns the number of fragment entry versions where uuid = ? and groupId = ? and version = ?.- Parameters:
uuid
- the uuidgroupId
- the group IDversion
- the version- Returns:
- the number of matching fragment entry versions
-
findByUuid_C
Returns all the fragment entry versions where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching fragment entry versions
-
findByUuid_C
public static List<FragmentEntryVersion> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the fragment entry versions where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByUuid_C
public static List<FragmentEntryVersion> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByUuid_C
public static List<FragmentEntryVersion> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByUuid_C_First
public static FragmentEntryVersion findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_C_First
public static FragmentEntryVersion fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByUuid_C_Last
public static FragmentEntryVersion findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_C_Last
public static FragmentEntryVersion fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByUuid_C_PrevAndNext
public static FragmentEntryVersion[] findByUuid_C_PrevAndNext(long fragmentEntryVersionId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where uuid = ? and companyId = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByUuid_C
Removes all the fragment entry versions where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of fragment entry versions where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching fragment entry versions
-
findByUuid_C_Version
public static List<FragmentEntryVersion> findByUuid_C_Version(String uuid, long companyId, int version) Returns all the fragment entry versions where uuid = ? and companyId = ? and version = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the version- Returns:
- the matching fragment entry versions
-
findByUuid_C_Version
public static List<FragmentEntryVersion> findByUuid_C_Version(String uuid, long companyId, int version, int start, int end) Returns a range of all the fragment entry versions where uuid = ? and companyId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByUuid_C_Version
public static List<FragmentEntryVersion> findByUuid_C_Version(String uuid, long companyId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where uuid = ? and companyId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByUuid_C_Version
public static List<FragmentEntryVersion> findByUuid_C_Version(String uuid, long companyId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where uuid = ? and companyId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByUuid_C_Version_First
public static FragmentEntryVersion findByUuid_C_Version_First(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where uuid = ? and companyId = ? and version = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_C_Version_First
public static FragmentEntryVersion fetchByUuid_C_Version_First(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where uuid = ? and companyId = ? and version = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByUuid_C_Version_Last
public static FragmentEntryVersion findByUuid_C_Version_Last(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where uuid = ? and companyId = ? and version = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_C_Version_Last
public static FragmentEntryVersion fetchByUuid_C_Version_Last(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where uuid = ? and companyId = ? and version = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByUuid_C_Version_PrevAndNext
public static FragmentEntryVersion[] findByUuid_C_Version_PrevAndNext(long fragmentEntryVersionId, String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where uuid = ? and companyId = ? and version = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versionuuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByUuid_C_Version
Removes all the fragment entry versions where uuid = ? and companyId = ? and version = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the version
-
countByUuid_C_Version
Returns the number of fragment entry versions where uuid = ? and companyId = ? and version = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the version- Returns:
- the number of matching fragment entry versions
-
findByGroupId
Returns all the fragment entry versions where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching fragment entry versions
-
findByGroupId
Returns a range of all the fragment entry versions where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByGroupId
public static List<FragmentEntryVersion> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByGroupId
public static List<FragmentEntryVersion> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByGroupId_First
public static FragmentEntryVersion findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByGroupId_First
public static FragmentEntryVersion fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByGroupId_Last
public static FragmentEntryVersion findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByGroupId_Last
public static FragmentEntryVersion fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByGroupId_PrevAndNext
public static FragmentEntryVersion[] findByGroupId_PrevAndNext(long fragmentEntryVersionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiongroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByGroupId
public static void removeByGroupId(long groupId) Removes all the fragment entry versions where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
public static int countByGroupId(long groupId) Returns the number of fragment entry versions where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching fragment entry versions
-
findByGroupId_Version
Returns all the fragment entry versions where groupId = ? and version = ?.- Parameters:
groupId
- the group IDversion
- the version- Returns:
- the matching fragment entry versions
-
findByGroupId_Version
public static List<FragmentEntryVersion> findByGroupId_Version(long groupId, int version, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByGroupId_Version
public static List<FragmentEntryVersion> findByGroupId_Version(long groupId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByGroupId_Version
public static List<FragmentEntryVersion> findByGroupId_Version(long groupId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByGroupId_Version_First
public static FragmentEntryVersion findByGroupId_Version_First(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where groupId = ? and version = ?.- Parameters:
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByGroupId_Version_First
public static FragmentEntryVersion fetchByGroupId_Version_First(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and version = ?.- Parameters:
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByGroupId_Version_Last
public static FragmentEntryVersion findByGroupId_Version_Last(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where groupId = ? and version = ?.- Parameters:
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByGroupId_Version_Last
public static FragmentEntryVersion fetchByGroupId_Version_Last(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and version = ?.- Parameters:
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByGroupId_Version_PrevAndNext
public static FragmentEntryVersion[] findByGroupId_Version_PrevAndNext(long fragmentEntryVersionId, long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and version = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiongroupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByGroupId_Version
public static void removeByGroupId_Version(long groupId, int version) Removes all the fragment entry versions where groupId = ? and version = ? from the database.- Parameters:
groupId
- the group IDversion
- the version
-
countByGroupId_Version
public static int countByGroupId_Version(long groupId, int version) Returns the number of fragment entry versions where groupId = ? and version = ?.- Parameters:
groupId
- the group IDversion
- the version- Returns:
- the number of matching fragment entry versions
-
findByFragmentCollectionId
Returns all the fragment entry versions where fragmentCollectionId = ?.- Parameters:
fragmentCollectionId
- the fragment collection ID- Returns:
- the matching fragment entry versions
-
findByFragmentCollectionId
public static List<FragmentEntryVersion> findByFragmentCollectionId(long fragmentCollectionId, int start, int end) Returns a range of all the fragment entry versions where fragmentCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
fragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByFragmentCollectionId
public static List<FragmentEntryVersion> findByFragmentCollectionId(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where fragmentCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
fragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByFragmentCollectionId
public static List<FragmentEntryVersion> findByFragmentCollectionId(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where fragmentCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
fragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByFragmentCollectionId_First
public static FragmentEntryVersion findByFragmentCollectionId_First(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByFragmentCollectionId_First
public static FragmentEntryVersion fetchByFragmentCollectionId_First(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByFragmentCollectionId_Last
public static FragmentEntryVersion findByFragmentCollectionId_Last(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByFragmentCollectionId_Last
public static FragmentEntryVersion fetchByFragmentCollectionId_Last(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByFragmentCollectionId_PrevAndNext
public static FragmentEntryVersion[] findByFragmentCollectionId_PrevAndNext(long fragmentEntryVersionId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where fragmentCollectionId = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versionfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByFragmentCollectionId
public static void removeByFragmentCollectionId(long fragmentCollectionId) Removes all the fragment entry versions where fragmentCollectionId = ? from the database.- Parameters:
fragmentCollectionId
- the fragment collection ID
-
countByFragmentCollectionId
public static int countByFragmentCollectionId(long fragmentCollectionId) Returns the number of fragment entry versions where fragmentCollectionId = ?.- Parameters:
fragmentCollectionId
- the fragment collection ID- Returns:
- the number of matching fragment entry versions
-
findByFragmentCollectionId_Version
public static List<FragmentEntryVersion> findByFragmentCollectionId_Version(long fragmentCollectionId, int version) Returns all the fragment entry versions where fragmentCollectionId = ? and version = ?.- Parameters:
fragmentCollectionId
- the fragment collection IDversion
- the version- Returns:
- the matching fragment entry versions
-
findByFragmentCollectionId_Version
public static List<FragmentEntryVersion> findByFragmentCollectionId_Version(long fragmentCollectionId, int version, int start, int end) Returns a range of all the fragment entry versions where fragmentCollectionId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
fragmentCollectionId
- the fragment collection IDversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByFragmentCollectionId_Version
public static List<FragmentEntryVersion> findByFragmentCollectionId_Version(long fragmentCollectionId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where fragmentCollectionId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
fragmentCollectionId
- the fragment collection IDversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByFragmentCollectionId_Version
public static List<FragmentEntryVersion> findByFragmentCollectionId_Version(long fragmentCollectionId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where fragmentCollectionId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
fragmentCollectionId
- the fragment collection IDversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByFragmentCollectionId_Version_First
public static FragmentEntryVersion findByFragmentCollectionId_Version_First(long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where fragmentCollectionId = ? and version = ?.- Parameters:
fragmentCollectionId
- the fragment collection IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByFragmentCollectionId_Version_First
public static FragmentEntryVersion fetchByFragmentCollectionId_Version_First(long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where fragmentCollectionId = ? and version = ?.- Parameters:
fragmentCollectionId
- the fragment collection IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByFragmentCollectionId_Version_Last
public static FragmentEntryVersion findByFragmentCollectionId_Version_Last(long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where fragmentCollectionId = ? and version = ?.- Parameters:
fragmentCollectionId
- the fragment collection IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByFragmentCollectionId_Version_Last
public static FragmentEntryVersion fetchByFragmentCollectionId_Version_Last(long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where fragmentCollectionId = ? and version = ?.- Parameters:
fragmentCollectionId
- the fragment collection IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByFragmentCollectionId_Version_PrevAndNext
public static FragmentEntryVersion[] findByFragmentCollectionId_Version_PrevAndNext(long fragmentEntryVersionId, long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where fragmentCollectionId = ? and version = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versionfragmentCollectionId
- the fragment collection IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByFragmentCollectionId_Version
public static void removeByFragmentCollectionId_Version(long fragmentCollectionId, int version) Removes all the fragment entry versions where fragmentCollectionId = ? and version = ? from the database.- Parameters:
fragmentCollectionId
- the fragment collection IDversion
- the version
-
countByFragmentCollectionId_Version
public static int countByFragmentCollectionId_Version(long fragmentCollectionId, int version) Returns the number of fragment entry versions where fragmentCollectionId = ? and version = ?.- Parameters:
fragmentCollectionId
- the fragment collection IDversion
- the version- Returns:
- the number of matching fragment entry versions
-
findByType
Returns all the fragment entry versions where type = ?.- Parameters:
type
- the type- Returns:
- the matching fragment entry versions
-
findByType
Returns a range of all the fragment entry versions where type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
type
- the typestart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByType
public static List<FragmentEntryVersion> findByType(int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
type
- the typestart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByType
public static List<FragmentEntryVersion> findByType(int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
type
- the typestart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByType_First
public static FragmentEntryVersion findByType_First(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where type = ?.- Parameters:
type
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByType_First
public static FragmentEntryVersion fetchByType_First(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where type = ?.- Parameters:
type
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByType_Last
public static FragmentEntryVersion findByType_Last(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where type = ?.- Parameters:
type
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByType_Last
public static FragmentEntryVersion fetchByType_Last(int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where type = ?.- Parameters:
type
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByType_PrevAndNext
public static FragmentEntryVersion[] findByType_PrevAndNext(long fragmentEntryVersionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where type = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiontype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByType
public static void removeByType(int type) Removes all the fragment entry versions where type = ? from the database.- Parameters:
type
- the type
-
countByType
public static int countByType(int type) Returns the number of fragment entry versions where type = ?.- Parameters:
type
- the type- Returns:
- the number of matching fragment entry versions
-
findByType_Version
Returns all the fragment entry versions where type = ? and version = ?.- Parameters:
type
- the typeversion
- the version- Returns:
- the matching fragment entry versions
-
findByType_Version
public static List<FragmentEntryVersion> findByType_Version(int type, int version, int start, int end) Returns a range of all the fragment entry versions where type = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
type
- the typeversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByType_Version
public static List<FragmentEntryVersion> findByType_Version(int type, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where type = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
type
- the typeversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByType_Version
public static List<FragmentEntryVersion> findByType_Version(int type, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where type = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
type
- the typeversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByType_Version_First
public static FragmentEntryVersion findByType_Version_First(int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where type = ? and version = ?.- Parameters:
type
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByType_Version_First
public static FragmentEntryVersion fetchByType_Version_First(int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where type = ? and version = ?.- Parameters:
type
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByType_Version_Last
public static FragmentEntryVersion findByType_Version_Last(int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where type = ? and version = ?.- Parameters:
type
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByType_Version_Last
public static FragmentEntryVersion fetchByType_Version_Last(int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where type = ? and version = ?.- Parameters:
type
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByType_Version_PrevAndNext
public static FragmentEntryVersion[] findByType_Version_PrevAndNext(long fragmentEntryVersionId, int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where type = ? and version = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiontype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByType_Version
public static void removeByType_Version(int type, int version) Removes all the fragment entry versions where type = ? and version = ? from the database.- Parameters:
type
- the typeversion
- the version
-
countByType_Version
public static int countByType_Version(int type, int version) Returns the number of fragment entry versions where type = ? and version = ?.- Parameters:
type
- the typeversion
- the version- Returns:
- the number of matching fragment entry versions
-
findByG_FCI
Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection ID- Returns:
- the matching fragment entry versions
-
findByG_FCI
public static List<FragmentEntryVersion> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByG_FCI
public static List<FragmentEntryVersion> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByG_FCI
public static List<FragmentEntryVersion> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByG_FCI_First
public static FragmentEntryVersion findByG_FCI_First(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_First
public static FragmentEntryVersion fetchByG_FCI_First(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_Last
public static FragmentEntryVersion findByG_FCI_Last(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_Last
public static FragmentEntryVersion fetchByG_FCI_Last(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_PrevAndNext
public static FragmentEntryVersion[] findByG_FCI_PrevAndNext(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiongroupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_FCI
public static void removeByG_FCI(long groupId, long fragmentCollectionId) Removes all the fragment entry versions 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 entry versions where groupId = ? and fragmentCollectionId = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection ID- Returns:
- the number of matching fragment entry versions
-
findByG_FCI_Version
public static List<FragmentEntryVersion> findByG_FCI_Version(long groupId, long fragmentCollectionId, int version) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDversion
- the version- Returns:
- the matching fragment entry versions
-
findByG_FCI_Version
public static List<FragmentEntryVersion> findByG_FCI_Version(long groupId, long fragmentCollectionId, int version, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByG_FCI_Version
public static List<FragmentEntryVersion> findByG_FCI_Version(long groupId, long fragmentCollectionId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByG_FCI_Version
public static List<FragmentEntryVersion> findByG_FCI_Version(long groupId, long fragmentCollectionId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByG_FCI_Version_First
public static FragmentEntryVersion findByG_FCI_Version_First(long groupId, long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_Version_First
public static FragmentEntryVersion fetchByG_FCI_Version_First(long groupId, long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_Version_Last
public static FragmentEntryVersion findByG_FCI_Version_Last(long groupId, long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_Version_Last
public static FragmentEntryVersion fetchByG_FCI_Version_Last(long groupId, long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_Version_PrevAndNext
public static FragmentEntryVersion[] findByG_FCI_Version_PrevAndNext(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and version = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiongroupId
- the group IDfragmentCollectionId
- the fragment collection IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_FCI_Version
public static void removeByG_FCI_Version(long groupId, long fragmentCollectionId, int version) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and version = ? from the database.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDversion
- the version
-
countByG_FCI_Version
public static int countByG_FCI_Version(long groupId, long fragmentCollectionId, int version) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDversion
- the version- Returns:
- the number of matching fragment entry versions
-
findByG_FEK
Returns all the fragment entry versions where groupId = ? and fragmentEntryKey = ?.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry key- Returns:
- the matching fragment entry versions
-
findByG_FEK
public static List<FragmentEntryVersion> findByG_FEK(long groupId, String fragmentEntryKey, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentEntryKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry keystart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByG_FEK
public static List<FragmentEntryVersion> findByG_FEK(long groupId, String fragmentEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentEntryKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry keystart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByG_FEK
public static List<FragmentEntryVersion> findByG_FEK(long groupId, String fragmentEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentEntryKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry keystart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByG_FEK_First
public static FragmentEntryVersion findByG_FEK_First(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FEK_First
public static FragmentEntryVersion fetchByG_FEK_First(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByG_FEK_Last
public static FragmentEntryVersion findByG_FEK_Last(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FEK_Last
public static FragmentEntryVersion fetchByG_FEK_Last(long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByG_FEK_PrevAndNext
public static FragmentEntryVersion[] findByG_FEK_PrevAndNext(long fragmentEntryVersionId, long groupId, String fragmentEntryKey, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentEntryKey = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiongroupId
- the group IDfragmentEntryKey
- the fragment entry keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_FEK
Removes all the fragment entry versions where groupId = ? and fragmentEntryKey = ? from the database.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry key
-
countByG_FEK
Returns the number of fragment entry versions where groupId = ? and fragmentEntryKey = ?.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry key- Returns:
- the number of matching fragment entry versions
-
findByG_FEK_Version
public static FragmentEntryVersion findByG_FEK_Version(long groupId, String fragmentEntryKey, int version) throws NoSuchEntryVersionException Returns the fragment entry version where groupId = ? and fragmentEntryKey = ? and version = ? or throws aNoSuchEntryVersionException
if it could not be found.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry keyversion
- the version- Returns:
- the matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FEK_Version
public static FragmentEntryVersion fetchByG_FEK_Version(long groupId, String fragmentEntryKey, int version) Returns the fragment entry version where groupId = ? and fragmentEntryKey = ? and version = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry keyversion
- the version- Returns:
- the matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
fetchByG_FEK_Version
public static FragmentEntryVersion fetchByG_FEK_Version(long groupId, String fragmentEntryKey, int version, boolean useFinderCache) Returns the fragment entry version where groupId = ? and fragmentEntryKey = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry keyversion
- the versionuseFinderCache
- whether to use the finder cache- Returns:
- the matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
removeByG_FEK_Version
public static FragmentEntryVersion removeByG_FEK_Version(long groupId, String fragmentEntryKey, int version) throws NoSuchEntryVersionException Removes the fragment entry version where groupId = ? and fragmentEntryKey = ? and version = ? from the database.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry keyversion
- the version- Returns:
- the fragment entry version that was removed
- Throws:
NoSuchEntryVersionException
-
countByG_FEK_Version
Returns the number of fragment entry versions where groupId = ? and fragmentEntryKey = ? and version = ?.- Parameters:
groupId
- the group IDfragmentEntryKey
- the fragment entry keyversion
- the version- Returns:
- the number of matching fragment entry versions
-
findByG_FCI_LikeN
public static List<FragmentEntryVersion> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the name- Returns:
- the matching fragment entry versions
-
findByG_FCI_LikeN
public static List<FragmentEntryVersion> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByG_FCI_LikeN
public static List<FragmentEntryVersion> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByG_FCI_LikeN
public static List<FragmentEntryVersion> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByG_FCI_LikeN_First
public static FragmentEntryVersion findByG_FCI_LikeN_First(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ?.- 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_LikeN_First
public static FragmentEntryVersion fetchByG_FCI_LikeN_First(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ?.- 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 version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_LikeN_Last
public static FragmentEntryVersion findByG_FCI_LikeN_Last(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ?.- 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_LikeN_Last
public static FragmentEntryVersion fetchByG_FCI_LikeN_Last(long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ?.- 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 version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_LikeN_PrevAndNext
public static FragmentEntryVersion[] findByG_FCI_LikeN_PrevAndNext(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiongroupId
- 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 version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_FCI_LikeN
Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? from the database.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the name
-
countByG_FCI_LikeN
Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the name- Returns:
- the number of matching fragment entry versions
-
findByG_FCI_LikeN_Version
public static List<FragmentEntryVersion> findByG_FCI_LikeN_Version(long groupId, long fragmentCollectionId, String name, int version) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameversion
- the version- Returns:
- the matching fragment entry versions
-
findByG_FCI_LikeN_Version
public static List<FragmentEntryVersion> findByG_FCI_LikeN_Version(long groupId, long fragmentCollectionId, String name, int version, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByG_FCI_LikeN_Version
public static List<FragmentEntryVersion> findByG_FCI_LikeN_Version(long groupId, long fragmentCollectionId, String name, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByG_FCI_LikeN_Version
public static List<FragmentEntryVersion> findByG_FCI_LikeN_Version(long groupId, long fragmentCollectionId, String name, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByG_FCI_LikeN_Version_First
public static FragmentEntryVersion findByG_FCI_LikeN_Version_First(long groupId, long fragmentCollectionId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_LikeN_Version_First
public static FragmentEntryVersion fetchByG_FCI_LikeN_Version_First(long groupId, long fragmentCollectionId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_LikeN_Version_Last
public static FragmentEntryVersion findByG_FCI_LikeN_Version_Last(long groupId, long fragmentCollectionId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_LikeN_Version_Last
public static FragmentEntryVersion fetchByG_FCI_LikeN_Version_Last(long groupId, long fragmentCollectionId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_LikeN_Version_PrevAndNext
public static FragmentEntryVersion[] findByG_FCI_LikeN_Version_PrevAndNext(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiongroupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_FCI_LikeN_Version
public static void removeByG_FCI_LikeN_Version(long groupId, long fragmentCollectionId, String name, int version) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and version = ? from the database.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameversion
- the version
-
countByG_FCI_LikeN_Version
public static int countByG_FCI_LikeN_Version(long groupId, long fragmentCollectionId, String name, int version) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameversion
- the version- Returns:
- the number of matching fragment entry versions
-
findByG_FCI_T
public static List<FragmentEntryVersion> findByG_FCI_T(long groupId, long fragmentCollectionId, int type) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the type- Returns:
- the matching fragment entry versions
-
findByG_FCI_T
public static List<FragmentEntryVersion> findByG_FCI_T(long groupId, long fragmentCollectionId, int type, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByG_FCI_T
public static List<FragmentEntryVersion> findByG_FCI_T(long groupId, long fragmentCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByG_FCI_T
public static List<FragmentEntryVersion> findByG_FCI_T(long groupId, long fragmentCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByG_FCI_T_First
public static FragmentEntryVersion findByG_FCI_T_First(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_T_First
public static FragmentEntryVersion fetchByG_FCI_T_First(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_T_Last
public static FragmentEntryVersion findByG_FCI_T_Last(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_T_Last
public static FragmentEntryVersion fetchByG_FCI_T_Last(long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_T_PrevAndNext
public static FragmentEntryVersion[] findByG_FCI_T_PrevAndNext(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, int type, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiongroupId
- 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 version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_FCI_T
public static void removeByG_FCI_T(long groupId, long fragmentCollectionId, int type) Removes all the fragment entry versions 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 entry versions where groupId = ? and fragmentCollectionId = ? and type = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the type- Returns:
- the number of matching fragment entry versions
-
findByG_FCI_T_Version
public static List<FragmentEntryVersion> findByG_FCI_T_Version(long groupId, long fragmentCollectionId, int type, int version) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typeversion
- the version- Returns:
- the matching fragment entry versions
-
findByG_FCI_T_Version
public static List<FragmentEntryVersion> findByG_FCI_T_Version(long groupId, long fragmentCollectionId, int type, int version, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typeversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByG_FCI_T_Version
public static List<FragmentEntryVersion> findByG_FCI_T_Version(long groupId, long fragmentCollectionId, int type, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typeversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByG_FCI_T_Version
public static List<FragmentEntryVersion> findByG_FCI_T_Version(long groupId, long fragmentCollectionId, int type, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typeversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByG_FCI_T_Version_First
public static FragmentEntryVersion findByG_FCI_T_Version_First(long groupId, long fragmentCollectionId, int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_T_Version_First
public static FragmentEntryVersion fetchByG_FCI_T_Version_First(long groupId, long fragmentCollectionId, int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_T_Version_Last
public static FragmentEntryVersion findByG_FCI_T_Version_Last(long groupId, long fragmentCollectionId, int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_T_Version_Last
public static FragmentEntryVersion fetchByG_FCI_T_Version_Last(long groupId, long fragmentCollectionId, int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_T_Version_PrevAndNext
public static FragmentEntryVersion[] findByG_FCI_T_Version_PrevAndNext(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, int type, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiongroupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_FCI_T_Version
public static void removeByG_FCI_T_Version(long groupId, long fragmentCollectionId, int type, int version) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and version = ? from the database.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typeversion
- the version
-
countByG_FCI_T_Version
public static int countByG_FCI_T_Version(long groupId, long fragmentCollectionId, int type, int version) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typeversion
- the version- Returns:
- the number of matching fragment entry versions
-
findByG_FCI_S
public static List<FragmentEntryVersion> findByG_FCI_S(long groupId, long fragmentCollectionId, int status) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the status- Returns:
- the matching fragment entry versions
-
findByG_FCI_S
public static List<FragmentEntryVersion> findByG_FCI_S(long groupId, long fragmentCollectionId, int status, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByG_FCI_S
public static List<FragmentEntryVersion> findByG_FCI_S(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByG_FCI_S
public static List<FragmentEntryVersion> findByG_FCI_S(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByG_FCI_S_First
public static FragmentEntryVersion findByG_FCI_S_First(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_S_First
public static FragmentEntryVersion fetchByG_FCI_S_First(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_S_Last
public static FragmentEntryVersion findByG_FCI_S_Last(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_S_Last
public static FragmentEntryVersion fetchByG_FCI_S_Last(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_S_PrevAndNext
public static FragmentEntryVersion[] findByG_FCI_S_PrevAndNext(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiongroupId
- 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 version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_FCI_S
public static void removeByG_FCI_S(long groupId, long fragmentCollectionId, int status) Removes all the fragment entry versions 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 entry versions where groupId = ? and fragmentCollectionId = ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the status- Returns:
- the number of matching fragment entry versions
-
findByG_FCI_S_Version
public static List<FragmentEntryVersion> findByG_FCI_S_Version(long groupId, long fragmentCollectionId, int status, int version) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusversion
- the version- Returns:
- the matching fragment entry versions
-
findByG_FCI_S_Version
public static List<FragmentEntryVersion> findByG_FCI_S_Version(long groupId, long fragmentCollectionId, int status, int version, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByG_FCI_S_Version
public static List<FragmentEntryVersion> findByG_FCI_S_Version(long groupId, long fragmentCollectionId, int status, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByG_FCI_S_Version
public static List<FragmentEntryVersion> findByG_FCI_S_Version(long groupId, long fragmentCollectionId, int status, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByG_FCI_S_Version_First
public static FragmentEntryVersion findByG_FCI_S_Version_First(long groupId, long fragmentCollectionId, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_S_Version_First
public static FragmentEntryVersion fetchByG_FCI_S_Version_First(long groupId, long fragmentCollectionId, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_S_Version_Last
public static FragmentEntryVersion findByG_FCI_S_Version_Last(long groupId, long fragmentCollectionId, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_S_Version_Last
public static FragmentEntryVersion fetchByG_FCI_S_Version_Last(long groupId, long fragmentCollectionId, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_S_Version_PrevAndNext
public static FragmentEntryVersion[] findByG_FCI_S_Version_PrevAndNext(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiongroupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_FCI_S_Version
public static void removeByG_FCI_S_Version(long groupId, long fragmentCollectionId, int status, int version) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ? and version = ? from the database.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusversion
- the version
-
countByG_FCI_S_Version
public static int countByG_FCI_S_Version(long groupId, long fragmentCollectionId, int status, int version) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusversion
- the version- Returns:
- the number of matching fragment entry versions
-
findByG_FCI_LikeN_S
public static List<FragmentEntryVersion> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the status- Returns:
- the matching fragment entry versions
-
findByG_FCI_LikeN_S
public static List<FragmentEntryVersion> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByG_FCI_LikeN_S
public static List<FragmentEntryVersion> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByG_FCI_LikeN_S
public static List<FragmentEntryVersion> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByG_FCI_LikeN_S_First
public static FragmentEntryVersion findByG_FCI_LikeN_S_First(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_LikeN_S_First
public static FragmentEntryVersion fetchByG_FCI_LikeN_S_First(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? 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 version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_LikeN_S_Last
public static FragmentEntryVersion findByG_FCI_LikeN_S_Last(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_LikeN_S_Last
public static FragmentEntryVersion fetchByG_FCI_LikeN_S_Last(long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? 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 version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_LikeN_S_PrevAndNext
public static FragmentEntryVersion[] findByG_FCI_LikeN_S_PrevAndNext(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiongroupId
- 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 version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_FCI_LikeN_S
public static void removeByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, String name, int status) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? 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 entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the status- Returns:
- the number of matching fragment entry versions
-
findByG_FCI_LikeN_S_Version
public static List<FragmentEntryVersion> findByG_FCI_LikeN_S_Version(long groupId, long fragmentCollectionId, String name, int status, int version) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusversion
- the version- Returns:
- the matching fragment entry versions
-
findByG_FCI_LikeN_S_Version
public static List<FragmentEntryVersion> findByG_FCI_LikeN_S_Version(long groupId, long fragmentCollectionId, String name, int status, int version, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByG_FCI_LikeN_S_Version
public static List<FragmentEntryVersion> findByG_FCI_LikeN_S_Version(long groupId, long fragmentCollectionId, String name, int status, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByG_FCI_LikeN_S_Version
public static List<FragmentEntryVersion> findByG_FCI_LikeN_S_Version(long groupId, long fragmentCollectionId, String name, int status, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByG_FCI_LikeN_S_Version_First
public static FragmentEntryVersion findByG_FCI_LikeN_S_Version_First(long groupId, long fragmentCollectionId, String name, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_LikeN_S_Version_First
public static FragmentEntryVersion fetchByG_FCI_LikeN_S_Version_First(long groupId, long fragmentCollectionId, String name, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_LikeN_S_Version_Last
public static FragmentEntryVersion findByG_FCI_LikeN_S_Version_Last(long groupId, long fragmentCollectionId, String name, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_LikeN_S_Version_Last
public static FragmentEntryVersion fetchByG_FCI_LikeN_S_Version_Last(long groupId, long fragmentCollectionId, String name, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_LikeN_S_Version_PrevAndNext
public static FragmentEntryVersion[] findByG_FCI_LikeN_S_Version_PrevAndNext(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, String name, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiongroupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_FCI_LikeN_S_Version
public static void removeByG_FCI_LikeN_S_Version(long groupId, long fragmentCollectionId, String name, int status, int version) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ? from the database.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusversion
- the version
-
countByG_FCI_LikeN_S_Version
public static int countByG_FCI_LikeN_S_Version(long groupId, long fragmentCollectionId, String name, int status, int version) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and name = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusversion
- the version- Returns:
- the number of matching fragment entry versions
-
findByG_FCI_T_S
public static List<FragmentEntryVersion> findByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status) Returns all the fragment entry versions 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 entry versions
-
findByG_FCI_T_S
public static List<FragmentEntryVersion> findByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByG_FCI_T_S
public static List<FragmentEntryVersion> findByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByG_FCI_T_S
public static List<FragmentEntryVersion> findByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByG_FCI_T_S_First
public static FragmentEntryVersion findByG_FCI_T_S_First(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_T_S_First
public static FragmentEntryVersion fetchByG_FCI_T_S_First(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_T_S_Last
public static FragmentEntryVersion findByG_FCI_T_S_Last(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version 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 version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_T_S_Last
public static FragmentEntryVersion fetchByG_FCI_T_S_Last(long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version 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 version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_T_S_PrevAndNext
public static FragmentEntryVersion[] findByG_FCI_T_S_PrevAndNext(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiongroupId
- 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 version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_FCI_T_S
public static void removeByG_FCI_T_S(long groupId, long fragmentCollectionId, int type, int status) Removes all the fragment entry versions 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 entry versions 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 entry versions
-
findByG_FCI_T_S_Version
public static List<FragmentEntryVersion> findByG_FCI_T_S_Version(long groupId, long fragmentCollectionId, int type, int status, int version) Returns all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusversion
- the version- Returns:
- the matching fragment entry versions
-
findByG_FCI_T_S_Version
public static List<FragmentEntryVersion> findByG_FCI_T_S_Version(long groupId, long fragmentCollectionId, int type, int status, int version, int start, int end) Returns a range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of matching fragment entry versions
-
findByG_FCI_T_S_Version
public static List<FragmentEntryVersion> findByG_FCI_T_S_Version(long groupId, long fragmentCollectionId, int type, int status, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching fragment entry versions
-
findByG_FCI_T_S_Version
public static List<FragmentEntryVersion> findByG_FCI_T_S_Version(long groupId, long fragmentCollectionId, int type, int status, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusversion
- the versionstart
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (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 entry versions
-
findByG_FCI_T_S_Version_First
public static FragmentEntryVersion findByG_FCI_T_S_Version_First(long groupId, long fragmentCollectionId, int type, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_T_S_Version_First
public static FragmentEntryVersion fetchByG_FCI_T_S_Version_First(long groupId, long fragmentCollectionId, int type, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the first fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_T_S_Version_Last
public static FragmentEntryVersion findByG_FCI_T_S_Version_Last(long groupId, long fragmentCollectionId, int type, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version
- Throws:
NoSuchEntryVersionException
- if a matching fragment entry version could not be foundNoSuchEntryVersionException
-
fetchByG_FCI_T_S_Version_Last
public static FragmentEntryVersion fetchByG_FCI_T_S_Version_Last(long groupId, long fragmentCollectionId, int type, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns the last fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching fragment entry version, or
null
if a matching fragment entry version could not be found
-
findByG_FCI_T_S_Version_PrevAndNext
public static FragmentEntryVersion[] findByG_FCI_T_S_Version_PrevAndNext(long fragmentEntryVersionId, long groupId, long fragmentCollectionId, int type, int status, int version, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the fragment entry versions before and after the current fragment entry version in the ordered set where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.- Parameters:
fragmentEntryVersionId
- the primary key of the current fragment entry versiongroupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_FCI_T_S_Version
public static void removeByG_FCI_T_S_Version(long groupId, long fragmentCollectionId, int type, int status, int version) Removes all the fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ? from the database.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusversion
- the version
-
countByG_FCI_T_S_Version
public static int countByG_FCI_T_S_Version(long groupId, long fragmentCollectionId, int type, int status, int version) Returns the number of fragment entry versions where groupId = ? and fragmentCollectionId = ? and type = ? and status = ? and version = ?.- Parameters:
groupId
- the group IDfragmentCollectionId
- the fragment collection IDtype
- the typestatus
- the statusversion
- the version- Returns:
- the number of matching fragment entry versions
-
cacheResult
Caches the fragment entry version in the entity cache if it is enabled.- Parameters:
fragmentEntryVersion
- the fragment entry version
-
cacheResult
Caches the fragment entry versions in the entity cache if it is enabled.- Parameters:
fragmentEntryVersions
- the fragment entry versions
-
create
Creates a new fragment entry version with the primary key. Does not add the fragment entry version to the database.- Parameters:
fragmentEntryVersionId
- the primary key for the new fragment entry version- Returns:
- the new fragment entry version
-
remove
public static FragmentEntryVersion remove(long fragmentEntryVersionId) throws NoSuchEntryVersionException Removes the fragment entry version with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
fragmentEntryVersionId
- the primary key of the fragment entry version- Returns:
- the fragment entry version that was removed
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
updateImpl
-
findByPrimaryKey
public static FragmentEntryVersion findByPrimaryKey(long fragmentEntryVersionId) throws NoSuchEntryVersionException Returns the fragment entry version with the primary key or throws aNoSuchEntryVersionException
if it could not be found.- Parameters:
fragmentEntryVersionId
- the primary key of the fragment entry version- Returns:
- the fragment entry version
- Throws:
NoSuchEntryVersionException
- if a fragment entry version with the primary key could not be foundNoSuchEntryVersionException
-
fetchByPrimaryKey
Returns the fragment entry version with the primary key or returnsnull
if it could not be found.- Parameters:
fragmentEntryVersionId
- the primary key of the fragment entry version- Returns:
- the fragment entry version, or
null
if a fragment entry version with the primary key could not be found
-
findAll
Returns all the fragment entry versions.- Returns:
- the fragment entry versions
-
findAll
Returns a range of all the fragment entry versions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
start
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)- Returns:
- the range of fragment entry versions
-
findAll
public static List<FragmentEntryVersion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator) Returns an ordered range of all the fragment entry versions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
start
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of fragment entry versions
-
findAll
public static List<FragmentEntryVersion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the fragment entry versions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromFragmentEntryVersionModelImpl
.- Parameters:
start
- the lower bound of the range of fragment entry versionsend
- the upper bound of the range of fragment entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of fragment entry versions
-
removeAll
public static void removeAll()Removes all the fragment entry versions from the database. -
countAll
public static int countAll()Returns the number of fragment entry versions.- Returns:
- the number of fragment entry versions
-
getPersistence
-
setPersistence
-