@ProviderType public interface FragmentEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<FragmentEntry>
Caching information and settings can be found in portal.properties
com.liferay.fragment.service.persistence.impl.FragmentEntryPersistenceImpl
,
FragmentEntryUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(FragmentEntry fragmentEntry)
Caches the fragment entry in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<FragmentEntry> fragmentEntries)
Caches the fragment entries in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of fragment entries.
|
int |
countByFragmentCollectionId(long fragmentCollectionId)
Returns the number of fragment entries where fragmentCollectionId = ?.
|
int |
countByG_FCI_LikeN_S(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status)
Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
|
int |
countByG_FCI_LikeN(long groupId,
long fragmentCollectionId,
java.lang.String name)
Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
|
int |
countByG_FCI_S(long groupId,
long fragmentCollectionId,
int status)
Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ? and status = ?.
|
int |
countByG_FCI(long groupId,
long fragmentCollectionId)
Returns the number of fragment entries where groupId = ? and fragmentCollectionId = ?.
|
int |
countByG_FEK(long groupId,
java.lang.String fragmentEntryKey)
Returns the number of fragment entries where groupId = ? and fragmentEntryKey = ?.
|
int |
countByGroupId(long groupId)
Returns the number of fragment entries where groupId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of fragment entries where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of fragment entries where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of fragment entries where uuid = ?.
|
FragmentEntry |
create(long fragmentEntryId)
Creates a new fragment entry with the primary key.
|
FragmentEntry |
fetchByFragmentCollectionId_First(long fragmentCollectionId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where fragmentCollectionId = ?.
|
FragmentEntry |
fetchByFragmentCollectionId_Last(long fragmentCollectionId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where fragmentCollectionId = ?.
|
FragmentEntry |
fetchByG_FCI_First(long groupId,
long fragmentCollectionId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ?.
|
FragmentEntry |
fetchByG_FCI_Last(long groupId,
long fragmentCollectionId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ?.
|
FragmentEntry |
fetchByG_FCI_LikeN_First(long groupId,
long fragmentCollectionId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
|
FragmentEntry |
fetchByG_FCI_LikeN_Last(long groupId,
long fragmentCollectionId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
|
FragmentEntry |
fetchByG_FCI_LikeN_S_First(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
|
FragmentEntry |
fetchByG_FCI_LikeN_S_Last(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
|
FragmentEntry |
fetchByG_FCI_S_First(long groupId,
long fragmentCollectionId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.
|
FragmentEntry |
fetchByG_FCI_S_Last(long groupId,
long fragmentCollectionId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.
|
FragmentEntry |
fetchByG_FEK(long groupId,
java.lang.String fragmentEntryKey)
Returns the fragment entry where groupId = ? and fragmentEntryKey = ? or returns
null if it could not be found. |
FragmentEntry |
fetchByG_FEK(long groupId,
java.lang.String fragmentEntryKey,
boolean retrieveFromCache)
Returns the fragment entry where groupId = ? and fragmentEntryKey = ? or returns
null if it could not be found, optionally using the finder cache. |
FragmentEntry |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where groupId = ?.
|
FragmentEntry |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where groupId = ?.
|
FragmentEntry |
fetchByPrimaryKey(long fragmentEntryId)
Returns the fragment entry with the primary key or returns
null if it could not be found. |
java.util.Map<java.io.Serializable,FragmentEntry> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
FragmentEntry |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where uuid = ? and companyId = ?.
|
FragmentEntry |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where uuid = ? and companyId = ?.
|
FragmentEntry |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where uuid = ?.
|
FragmentEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the fragment entry where uuid = ? and groupId = ? or returns
null if it could not be found. |
FragmentEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
Returns the fragment entry where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
FragmentEntry |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where uuid = ?.
|
java.util.List<FragmentEntry> |
findAll()
Returns all the fragment entries.
|
java.util.List<FragmentEntry> |
findAll(int start,
int end)
Returns a range of all the fragment entries.
|
java.util.List<FragmentEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns an ordered range of all the fragment entries.
|
java.util.List<FragmentEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entries.
|
FragmentEntry |
findByFragmentCollectionId_First(long fragmentCollectionId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where fragmentCollectionId = ?.
|
FragmentEntry |
findByFragmentCollectionId_Last(long fragmentCollectionId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where fragmentCollectionId = ?.
|
FragmentEntry[] |
findByFragmentCollectionId_PrevAndNext(long fragmentEntryId,
long fragmentCollectionId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the fragment entries before and after the current fragment entry in the ordered set where fragmentCollectionId = ?.
|
java.util.List<FragmentEntry> |
findByFragmentCollectionId(long fragmentCollectionId)
Returns all the fragment entries where fragmentCollectionId = ?.
|
java.util.List<FragmentEntry> |
findByFragmentCollectionId(long fragmentCollectionId,
int start,
int end)
Returns a range of all the fragment entries where fragmentCollectionId = ?.
|
java.util.List<FragmentEntry> |
findByFragmentCollectionId(long fragmentCollectionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns an ordered range of all the fragment entries where fragmentCollectionId = ?.
|
java.util.List<FragmentEntry> |
findByFragmentCollectionId(long fragmentCollectionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entries where fragmentCollectionId = ?.
|
FragmentEntry |
findByG_FCI_First(long groupId,
long fragmentCollectionId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ?.
|
FragmentEntry |
findByG_FCI_Last(long groupId,
long fragmentCollectionId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ?.
|
FragmentEntry |
findByG_FCI_LikeN_First(long groupId,
long fragmentCollectionId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
|
FragmentEntry |
findByG_FCI_LikeN_Last(long groupId,
long fragmentCollectionId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
|
FragmentEntry[] |
findByG_FCI_LikeN_PrevAndNext(long fragmentEntryId,
long groupId,
long fragmentCollectionId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
|
FragmentEntry |
findByG_FCI_LikeN_S_First(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
|
FragmentEntry |
findByG_FCI_LikeN_S_Last(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
|
FragmentEntry[] |
findByG_FCI_LikeN_S_PrevAndNext(long fragmentEntryId,
long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
|
java.util.List<FragmentEntry> |
findByG_FCI_LikeN_S(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status)
Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
|
java.util.List<FragmentEntry> |
findByG_FCI_LikeN_S(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
int start,
int end)
Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
|
java.util.List<FragmentEntry> |
findByG_FCI_LikeN_S(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
|
java.util.List<FragmentEntry> |
findByG_FCI_LikeN_S(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ?.
|
java.util.List<FragmentEntry> |
findByG_FCI_LikeN(long groupId,
long fragmentCollectionId,
java.lang.String name)
Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
|
java.util.List<FragmentEntry> |
findByG_FCI_LikeN(long groupId,
long fragmentCollectionId,
java.lang.String name,
int start,
int end)
Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
|
java.util.List<FragmentEntry> |
findByG_FCI_LikeN(long groupId,
long fragmentCollectionId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
|
java.util.List<FragmentEntry> |
findByG_FCI_LikeN(long groupId,
long fragmentCollectionId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ?.
|
FragmentEntry[] |
findByG_FCI_PrevAndNext(long fragmentEntryId,
long groupId,
long fragmentCollectionId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ?.
|
FragmentEntry |
findByG_FCI_S_First(long groupId,
long fragmentCollectionId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.
|
FragmentEntry |
findByG_FCI_S_Last(long groupId,
long fragmentCollectionId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.
|
FragmentEntry[] |
findByG_FCI_S_PrevAndNext(long fragmentEntryId,
long groupId,
long fragmentCollectionId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ? and fragmentCollectionId = ? and status = ?.
|
java.util.List<FragmentEntry> |
findByG_FCI_S(long groupId,
long fragmentCollectionId,
int status)
Returns all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ?.
|
java.util.List<FragmentEntry> |
findByG_FCI_S(long groupId,
long fragmentCollectionId,
int status,
int start,
int end)
Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ?.
|
java.util.List<FragmentEntry> |
findByG_FCI_S(long groupId,
long fragmentCollectionId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ?.
|
java.util.List<FragmentEntry> |
findByG_FCI_S(long groupId,
long fragmentCollectionId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ?.
|
java.util.List<FragmentEntry> |
findByG_FCI(long groupId,
long fragmentCollectionId)
Returns all the fragment entries where groupId = ? and fragmentCollectionId = ?.
|
java.util.List<FragmentEntry> |
findByG_FCI(long groupId,
long fragmentCollectionId,
int start,
int end)
Returns a range of all the fragment entries where groupId = ? and fragmentCollectionId = ?.
|
java.util.List<FragmentEntry> |
findByG_FCI(long groupId,
long fragmentCollectionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ?.
|
java.util.List<FragmentEntry> |
findByG_FCI(long groupId,
long fragmentCollectionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entries where groupId = ? and fragmentCollectionId = ?.
|
FragmentEntry |
findByG_FEK(long groupId,
java.lang.String fragmentEntryKey)
Returns the fragment entry where groupId = ? and fragmentEntryKey = ? or throws a
NoSuchEntryException if it could not be found. |
FragmentEntry |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where groupId = ?.
|
FragmentEntry |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where groupId = ?.
|
FragmentEntry[] |
findByGroupId_PrevAndNext(long fragmentEntryId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the fragment entries before and after the current fragment entry in the ordered set where groupId = ?.
|
java.util.List<FragmentEntry> |
findByGroupId(long groupId)
Returns all the fragment entries where groupId = ?.
|
java.util.List<FragmentEntry> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the fragment entries where groupId = ?.
|
java.util.List<FragmentEntry> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns an ordered range of all the fragment entries where groupId = ?.
|
java.util.List<FragmentEntry> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entries where groupId = ?.
|
FragmentEntry |
findByPrimaryKey(long fragmentEntryId)
Returns the fragment entry with the primary key or throws a
NoSuchEntryException if it could not be found. |
FragmentEntry |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where uuid = ? and companyId = ?.
|
FragmentEntry |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where uuid = ? and companyId = ?.
|
FragmentEntry[] |
findByUuid_C_PrevAndNext(long fragmentEntryId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the fragment entries before and after the current fragment entry in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<FragmentEntry> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the fragment entries where uuid = ? and companyId = ?.
|
java.util.List<FragmentEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the fragment entries where uuid = ? and companyId = ?.
|
java.util.List<FragmentEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns an ordered range of all the fragment entries where uuid = ? and companyId = ?.
|
java.util.List<FragmentEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entries where uuid = ? and companyId = ?.
|
FragmentEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the first fragment entry in the ordered set where uuid = ?.
|
FragmentEntry |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the fragment entry where uuid = ? and groupId = ? or throws a
NoSuchEntryException if it could not be found. |
FragmentEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the last fragment entry in the ordered set where uuid = ?.
|
FragmentEntry[] |
findByUuid_PrevAndNext(long fragmentEntryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns the fragment entries before and after the current fragment entry in the ordered set where uuid = ?.
|
java.util.List<FragmentEntry> |
findByUuid(java.lang.String uuid)
Returns all the fragment entries where uuid = ?.
|
java.util.List<FragmentEntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the fragment entries where uuid = ?.
|
java.util.List<FragmentEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Returns an ordered range of all the fragment entries where uuid = ?.
|
java.util.List<FragmentEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the fragment entries where uuid = ?.
|
java.util.Set<java.lang.String> |
getBadColumnNames() |
FragmentEntry |
remove(long fragmentEntryId)
Removes the fragment entry with the primary key from the database.
|
void |
removeAll()
Removes all the fragment entries from the database.
|
void |
removeByFragmentCollectionId(long fragmentCollectionId)
Removes all the fragment entries where fragmentCollectionId = ? from the database.
|
void |
removeByG_FCI_LikeN_S(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status)
Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? and status = ? from the database.
|
void |
removeByG_FCI_LikeN(long groupId,
long fragmentCollectionId,
java.lang.String name)
Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and name LIKE ? from the database.
|
void |
removeByG_FCI_S(long groupId,
long fragmentCollectionId,
int status)
Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? and status = ? from the database.
|
void |
removeByG_FCI(long groupId,
long fragmentCollectionId)
Removes all the fragment entries where groupId = ? and fragmentCollectionId = ? from the database.
|
FragmentEntry |
removeByG_FEK(long groupId,
java.lang.String fragmentEntryKey)
Removes the fragment entry where groupId = ? and fragmentEntryKey = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the fragment entries where groupId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the fragment entries where uuid = ? and companyId = ? from the database.
|
FragmentEntry |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the fragment entry where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the fragment entries where uuid = ? from the database.
|
FragmentEntry |
updateImpl(FragmentEntry fragmentEntry) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<FragmentEntry> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<FragmentEntry> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)java.util.List<FragmentEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<FragmentEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheFragmentEntry findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry[] findByUuid_PrevAndNext(long fragmentEntryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
fragmentEntryId
- the primary key of the current fragment entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a fragment entry with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidFragmentEntry findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchEntryException
NoSuchEntryException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching fragment entry could not be foundFragmentEntry fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching fragment entry could not be foundFragmentEntry removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchEntryException
uuid
- the uuidgroupId
- the group IDNoSuchEntryException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<FragmentEntry> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<FragmentEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)java.util.List<FragmentEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<FragmentEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheFragmentEntry findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry[] findByUuid_C_PrevAndNext(long fragmentEntryId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
fragmentEntryId
- the primary key of the current fragment entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a fragment entry with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<FragmentEntry> findByGroupId(long groupId)
groupId
- the group IDjava.util.List<FragmentEntry> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)java.util.List<FragmentEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<FragmentEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheFragmentEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry[] findByGroupId_PrevAndNext(long fragmentEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
fragmentEntryId
- the primary key of the current fragment entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a fragment entry with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDjava.util.List<FragmentEntry> findByFragmentCollectionId(long fragmentCollectionId)
fragmentCollectionId
- the fragment collection IDjava.util.List<FragmentEntry> findByFragmentCollectionId(long fragmentCollectionId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
fragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)java.util.List<FragmentEntry> findByFragmentCollectionId(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
fragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<FragmentEntry> findByFragmentCollectionId(long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
fragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheFragmentEntry findByFragmentCollectionId_First(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
fragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByFragmentCollectionId_First(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
fragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry findByFragmentCollectionId_Last(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
fragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByFragmentCollectionId_Last(long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
fragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry[] findByFragmentCollectionId_PrevAndNext(long fragmentEntryId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
fragmentEntryId
- the primary key of the current fragment entryfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a fragment entry with the primary key could not be foundvoid removeByFragmentCollectionId(long fragmentCollectionId)
fragmentCollectionId
- the fragment collection IDint countByFragmentCollectionId(long fragmentCollectionId)
fragmentCollectionId
- the fragment collection IDjava.util.List<FragmentEntry> findByG_FCI(long groupId, long fragmentCollectionId)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDjava.util.List<FragmentEntry> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)java.util.List<FragmentEntry> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<FragmentEntry> findByG_FCI(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheFragmentEntry findByG_FCI_First(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByG_FCI_First(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry findByG_FCI_Last(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByG_FCI_Last(long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry[] findByG_FCI_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
fragmentEntryId
- the primary key of the current fragment entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a fragment entry with the primary key could not be foundvoid removeByG_FCI(long groupId, long fragmentCollectionId)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDint countByG_FCI(long groupId, long fragmentCollectionId)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDFragmentEntry findByG_FEK(long groupId, java.lang.String fragmentEntryKey) throws NoSuchEntryException
NoSuchEntryException
if it could not be found.groupId
- the group IDfragmentEntryKey
- the fragment entry keyNoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByG_FEK(long groupId, java.lang.String fragmentEntryKey)
null
if it could not be found. Uses the finder cache.groupId
- the group IDfragmentEntryKey
- the fragment entry keynull
if a matching fragment entry could not be foundFragmentEntry fetchByG_FEK(long groupId, java.lang.String fragmentEntryKey, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDfragmentEntryKey
- the fragment entry keyretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching fragment entry could not be foundFragmentEntry removeByG_FEK(long groupId, java.lang.String fragmentEntryKey) throws NoSuchEntryException
groupId
- the group IDfragmentEntryKey
- the fragment entry keyNoSuchEntryException
int countByG_FEK(long groupId, java.lang.String fragmentEntryKey)
groupId
- the group IDfragmentEntryKey
- the fragment entry keyjava.util.List<FragmentEntry> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, java.lang.String name)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namejava.util.List<FragmentEntry> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, java.lang.String name, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)java.util.List<FragmentEntry> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<FragmentEntry> findByG_FCI_LikeN(long groupId, long fragmentCollectionId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheFragmentEntry findByG_FCI_LikeN_First(long groupId, long fragmentCollectionId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByG_FCI_LikeN_First(long groupId, long fragmentCollectionId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry findByG_FCI_LikeN_Last(long groupId, long fragmentCollectionId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByG_FCI_LikeN_Last(long groupId, long fragmentCollectionId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry[] findByG_FCI_LikeN_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
fragmentEntryId
- the primary key of the current fragment entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a fragment entry with the primary key could not be foundvoid removeByG_FCI_LikeN(long groupId, long fragmentCollectionId, java.lang.String name)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the nameint countByG_FCI_LikeN(long groupId, long fragmentCollectionId, java.lang.String name)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namejava.util.List<FragmentEntry> findByG_FCI_S(long groupId, long fragmentCollectionId, int status)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusjava.util.List<FragmentEntry> findByG_FCI_S(long groupId, long fragmentCollectionId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)java.util.List<FragmentEntry> findByG_FCI_S(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<FragmentEntry> findByG_FCI_S(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheFragmentEntry findByG_FCI_S_First(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByG_FCI_S_First(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry findByG_FCI_S_Last(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByG_FCI_S_Last(long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry[] findByG_FCI_S_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
fragmentEntryId
- the primary key of the current fragment entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a fragment entry with the primary key could not be foundvoid removeByG_FCI_S(long groupId, long fragmentCollectionId, int status)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusint countByG_FCI_S(long groupId, long fragmentCollectionId, int status)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDstatus
- the statusjava.util.List<FragmentEntry> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, java.lang.String name, int status)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusjava.util.List<FragmentEntry> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, java.lang.String name, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)java.util.List<FragmentEntry> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, java.lang.String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<FragmentEntry> findByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, java.lang.String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusstart
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheFragmentEntry findByG_FCI_LikeN_S_First(long groupId, long fragmentCollectionId, java.lang.String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByG_FCI_LikeN_S_First(long groupId, long fragmentCollectionId, java.lang.String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry findByG_FCI_LikeN_S_Last(long groupId, long fragmentCollectionId, java.lang.String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching fragment entry could not be foundFragmentEntry fetchByG_FCI_LikeN_S_Last(long groupId, long fragmentCollectionId, java.lang.String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching fragment entry could not be foundFragmentEntry[] findByG_FCI_LikeN_S_PrevAndNext(long fragmentEntryId, long groupId, long fragmentCollectionId, java.lang.String name, int status, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) throws NoSuchEntryException
fragmentEntryId
- the primary key of the current fragment entrygroupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a fragment entry with the primary key could not be foundvoid removeByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, java.lang.String name, int status)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusint countByG_FCI_LikeN_S(long groupId, long fragmentCollectionId, java.lang.String name, int status)
groupId
- the group IDfragmentCollectionId
- the fragment collection IDname
- the namestatus
- the statusvoid cacheResult(FragmentEntry fragmentEntry)
fragmentEntry
- the fragment entryvoid cacheResult(java.util.List<FragmentEntry> fragmentEntries)
fragmentEntries
- the fragment entriesFragmentEntry create(long fragmentEntryId)
fragmentEntryId
- the primary key for the new fragment entryFragmentEntry remove(long fragmentEntryId) throws NoSuchEntryException
fragmentEntryId
- the primary key of the fragment entryNoSuchEntryException
- if a fragment entry with the primary key could not be foundFragmentEntry updateImpl(FragmentEntry fragmentEntry)
FragmentEntry findByPrimaryKey(long fragmentEntryId) throws NoSuchEntryException
NoSuchEntryException
if it could not be found.fragmentEntryId
- the primary key of the fragment entryNoSuchEntryException
- if a fragment entry with the primary key could not be foundFragmentEntry fetchByPrimaryKey(long fragmentEntryId)
null
if it could not be found.fragmentEntryId
- the primary key of the fragment entrynull
if a fragment entry with the primary key could not be foundjava.util.Map<java.io.Serializable,FragmentEntry> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<FragmentEntry>
java.util.List<FragmentEntry> findAll()
java.util.List<FragmentEntry> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)java.util.List<FragmentEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<FragmentEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from FragmentEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of fragment entriesend
- the upper bound of the range of fragment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachevoid removeAll()
int countAll()
java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<FragmentEntry>