@ProviderType public interface ClientExtensionEntryRelPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<ClientExtensionEntryRel>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<ClientExtensionEntryRel>
Caching information and settings can be found in portal.properties
ClientExtensionEntryRelUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(ClientExtensionEntryRel clientExtensionEntryRel)
Caches the client extension entry rel in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<ClientExtensionEntryRel> clientExtensionEntryRels)
Caches the client extension entry rels in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of client extension entry rels.
|
int |
countByC_C_T(long classNameId,
long classPK,
java.lang.String type)
Returns the number of client extension entry rels where classNameId = ? and classPK = ? and type = ?.
|
int |
countByC_C(long classNameId,
long classPK)
Returns the number of client extension entry rels where classNameId = ? and classPK = ?.
|
int |
countByC_CETERC(long companyId,
java.lang.String cetExternalReferenceCode)
Returns the number of client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.
|
int |
countByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the number of client extension entry rels where externalReferenceCode = ? and groupId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of client extension entry rels where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of client extension entry rels where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of client extension entry rels where uuid = ?.
|
ClientExtensionEntryRel |
create(long clientExtensionEntryRelId)
Creates a new client extension entry rel with the primary key.
|
ClientExtensionEntryRel |
fetchByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the first client extension entry rel in the ordered set where classNameId = ? and classPK = ?.
|
ClientExtensionEntryRel |
fetchByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the last client extension entry rel in the ordered set where classNameId = ? and classPK = ?.
|
ClientExtensionEntryRel |
fetchByC_C_T_First(long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the first client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
ClientExtensionEntryRel |
fetchByC_C_T_Last(long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the last client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
ClientExtensionEntryRel |
fetchByC_CETERC_First(long companyId,
java.lang.String cetExternalReferenceCode,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the first client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.
|
ClientExtensionEntryRel |
fetchByC_CETERC_Last(long companyId,
java.lang.String cetExternalReferenceCode,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the last client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.
|
ClientExtensionEntryRel |
fetchByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or returns
null if it could not be found. |
ClientExtensionEntryRel |
fetchByERC_G(java.lang.String externalReferenceCode,
long groupId,
boolean useFinderCache)
Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
ClientExtensionEntryRel |
fetchByPrimaryKey(long clientExtensionEntryRelId)
Returns the client extension entry rel with the primary key or returns
null if it could not be found. |
ClientExtensionEntryRel |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the first client extension entry rel in the ordered set where uuid = ? and companyId = ?.
|
ClientExtensionEntryRel |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the last client extension entry rel in the ordered set where uuid = ? and companyId = ?.
|
ClientExtensionEntryRel |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the first client extension entry rel in the ordered set where uuid = ?.
|
ClientExtensionEntryRel |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the client extension entry rel where uuid = ? and groupId = ? or returns
null if it could not be found. |
ClientExtensionEntryRel |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the client extension entry rel where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
ClientExtensionEntryRel |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the last client extension entry rel in the ordered set where uuid = ?.
|
java.util.List<ClientExtensionEntryRel> |
findAll()
Returns all the client extension entry rels.
|
java.util.List<ClientExtensionEntryRel> |
findAll(int start,
int end)
Returns a range of all the client extension entry rels.
|
java.util.List<ClientExtensionEntryRel> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns an ordered range of all the client extension entry rels.
|
java.util.List<ClientExtensionEntryRel> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the client extension entry rels.
|
ClientExtensionEntryRel |
findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the first client extension entry rel in the ordered set where classNameId = ? and classPK = ?.
|
ClientExtensionEntryRel |
findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the last client extension entry rel in the ordered set where classNameId = ? and classPK = ?.
|
ClientExtensionEntryRel[] |
findByC_C_PrevAndNext(long clientExtensionEntryRelId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where classNameId = ? and classPK = ?.
|
ClientExtensionEntryRel |
findByC_C_T_First(long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the first client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
ClientExtensionEntryRel |
findByC_C_T_Last(long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the last client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
ClientExtensionEntryRel[] |
findByC_C_T_PrevAndNext(long clientExtensionEntryRelId,
long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByC_C_T(long classNameId,
long classPK,
java.lang.String type)
Returns all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByC_C_T(long classNameId,
long classPK,
java.lang.String type,
int start,
int end)
Returns a range of all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByC_C_T(long classNameId,
long classPK,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns an ordered range of all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByC_C_T(long classNameId,
long classPK,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByC_C(long classNameId,
long classPK)
Returns all the client extension entry rels where classNameId = ? and classPK = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the client extension entry rels where classNameId = ? and classPK = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns an ordered range of all the client extension entry rels where classNameId = ? and classPK = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the client extension entry rels where classNameId = ? and classPK = ?.
|
ClientExtensionEntryRel |
findByC_CETERC_First(long companyId,
java.lang.String cetExternalReferenceCode,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the first client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.
|
ClientExtensionEntryRel |
findByC_CETERC_Last(long companyId,
java.lang.String cetExternalReferenceCode,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the last client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.
|
ClientExtensionEntryRel[] |
findByC_CETERC_PrevAndNext(long clientExtensionEntryRelId,
long companyId,
java.lang.String cetExternalReferenceCode,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByC_CETERC(long companyId,
java.lang.String cetExternalReferenceCode)
Returns all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByC_CETERC(long companyId,
java.lang.String cetExternalReferenceCode,
int start,
int end)
Returns a range of all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByC_CETERC(long companyId,
java.lang.String cetExternalReferenceCode,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns an ordered range of all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByC_CETERC(long companyId,
java.lang.String cetExternalReferenceCode,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.
|
ClientExtensionEntryRel |
findByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or throws a
NoSuchClientExtensionEntryRelException if it could not be found. |
ClientExtensionEntryRel |
findByPrimaryKey(long clientExtensionEntryRelId)
Returns the client extension entry rel with the primary key or throws a
NoSuchClientExtensionEntryRelException if it could not be found. |
ClientExtensionEntryRel |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the first client extension entry rel in the ordered set where uuid = ? and companyId = ?.
|
ClientExtensionEntryRel |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the last client extension entry rel in the ordered set where uuid = ? and companyId = ?.
|
ClientExtensionEntryRel[] |
findByUuid_C_PrevAndNext(long clientExtensionEntryRelId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the client extension entry rels where uuid = ? and companyId = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the client extension entry rels where uuid = ? and companyId = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns an ordered range of all the client extension entry rels where uuid = ? and companyId = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the client extension entry rels where uuid = ? and companyId = ?.
|
ClientExtensionEntryRel |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the first client extension entry rel in the ordered set where uuid = ?.
|
ClientExtensionEntryRel |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the client extension entry rel where uuid = ? and groupId = ? or throws a
NoSuchClientExtensionEntryRelException if it could not be found. |
ClientExtensionEntryRel |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the last client extension entry rel in the ordered set where uuid = ?.
|
ClientExtensionEntryRel[] |
findByUuid_PrevAndNext(long clientExtensionEntryRelId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where uuid = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByUuid(java.lang.String uuid)
Returns all the client extension entry rels where uuid = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the client extension entry rels where uuid = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
Returns an ordered range of all the client extension entry rels where uuid = ?.
|
java.util.List<ClientExtensionEntryRel> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the client extension entry rels where uuid = ?.
|
ClientExtensionEntryRel |
remove(long clientExtensionEntryRelId)
Removes the client extension entry rel with the primary key from the database.
|
void |
removeAll()
Removes all the client extension entry rels from the database.
|
void |
removeByC_C_T(long classNameId,
long classPK,
java.lang.String type)
Removes all the client extension entry rels where classNameId = ? and classPK = ? and type = ? from the database.
|
void |
removeByC_C(long classNameId,
long classPK)
Removes all the client extension entry rels where classNameId = ? and classPK = ? from the database.
|
void |
removeByC_CETERC(long companyId,
java.lang.String cetExternalReferenceCode)
Removes all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ? from the database.
|
ClientExtensionEntryRel |
removeByERC_G(java.lang.String externalReferenceCode,
long groupId)
Removes the client extension entry rel where externalReferenceCode = ? and groupId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the client extension entry rels where uuid = ? and companyId = ? from the database.
|
ClientExtensionEntryRel |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the client extension entry rel where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the client extension entry rels where uuid = ? from the database.
|
ClientExtensionEntryRel |
updateImpl(ClientExtensionEntryRel clientExtensionEntryRel) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<ClientExtensionEntryRel> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ClientExtensionEntryRel> 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, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)java.util.List<ClientExtensionEntryRel> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> 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, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ClientExtensionEntryRel> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheClientExtensionEntryRel findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundClientExtensionEntryRel fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundClientExtensionEntryRel findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundClientExtensionEntryRel fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundClientExtensionEntryRel[] findByUuid_PrevAndNext(long clientExtensionEntryRelId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
clientExtensionEntryRelId
- the primary key of the current client extension entry reluuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidClientExtensionEntryRel findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchClientExtensionEntryRelException
NoSuchClientExtensionEntryRelException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundClientExtensionEntryRel 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 client extension entry rel could not be foundClientExtensionEntryRel fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching client extension entry rel could not be foundClientExtensionEntryRel removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchClientExtensionEntryRelException
uuid
- the uuidgroupId
- the group IDNoSuchClientExtensionEntryRelException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<ClientExtensionEntryRel> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ClientExtensionEntryRel> 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, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)java.util.List<ClientExtensionEntryRel> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> 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, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ClientExtensionEntryRel> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheClientExtensionEntryRel findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundClientExtensionEntryRel fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundClientExtensionEntryRel findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundClientExtensionEntryRel fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundClientExtensionEntryRel[] findByUuid_C_PrevAndNext(long clientExtensionEntryRelId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
clientExtensionEntryRelId
- the primary key of the current client extension entry reluuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a client extension entry rel 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<ClientExtensionEntryRel> findByC_CETERC(long companyId, java.lang.String cetExternalReferenceCode)
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codejava.util.List<ClientExtensionEntryRel> findByC_CETERC(long companyId, java.lang.String cetExternalReferenceCode, 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, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codestart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)java.util.List<ClientExtensionEntryRel> findByC_CETERC(long companyId, java.lang.String cetExternalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> 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, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codestart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ClientExtensionEntryRel> findByC_CETERC(long companyId, java.lang.String cetExternalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codestart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheClientExtensionEntryRel findByC_CETERC_First(long companyId, java.lang.String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundClientExtensionEntryRel fetchByC_CETERC_First(long companyId, java.lang.String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundClientExtensionEntryRel findByC_CETERC_Last(long companyId, java.lang.String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundClientExtensionEntryRel fetchByC_CETERC_Last(long companyId, java.lang.String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundClientExtensionEntryRel[] findByC_CETERC_PrevAndNext(long clientExtensionEntryRelId, long companyId, java.lang.String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
clientExtensionEntryRelId
- the primary key of the current client extension entry relcompanyId
- the company IDcetExternalReferenceCode
- the cet external reference codeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundvoid removeByC_CETERC(long companyId, java.lang.String cetExternalReferenceCode)
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codeint countByC_CETERC(long companyId, java.lang.String cetExternalReferenceCode)
companyId
- the company IDcetExternalReferenceCode
- the cet external reference codejava.util.List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkjava.util.List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK, 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, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)java.util.List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> 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, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheClientExtensionEntryRel findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundClientExtensionEntryRel fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundClientExtensionEntryRel findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundClientExtensionEntryRel fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundClientExtensionEntryRel[] findByC_C_PrevAndNext(long clientExtensionEntryRelId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
clientExtensionEntryRelId
- the primary key of the current client extension entry relclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundvoid removeByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkint countByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkjava.util.List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, java.lang.String type)
classNameId
- the class name IDclassPK
- the class pktype
- the typejava.util.List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, java.lang.String type, 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, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)java.util.List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> 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, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheClientExtensionEntryRel findByC_C_T_First(long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundClientExtensionEntryRel fetchByC_C_T_First(long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundClientExtensionEntryRel findByC_C_T_Last(long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundClientExtensionEntryRel fetchByC_C_T_Last(long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry rel could not be foundClientExtensionEntryRel[] findByC_C_T_PrevAndNext(long clientExtensionEntryRelId, long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
clientExtensionEntryRelId
- the primary key of the current client extension entry relclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundvoid removeByC_C_T(long classNameId, long classPK, java.lang.String type)
classNameId
- the class name IDclassPK
- the class pktype
- the typeint countByC_C_T(long classNameId, long classPK, java.lang.String type)
classNameId
- the class name IDclassPK
- the class pktype
- the typeClientExtensionEntryRel findByERC_G(java.lang.String externalReferenceCode, long groupId) throws NoSuchClientExtensionEntryRelException
NoSuchClientExtensionEntryRelException
if it could not be found.externalReferenceCode
- the external reference codegroupId
- the group IDNoSuchClientExtensionEntryRelException
- if a matching client extension entry rel could not be foundClientExtensionEntryRel fetchByERC_G(java.lang.String externalReferenceCode, long groupId)
null
if it could not be found. Uses the finder cache.externalReferenceCode
- the external reference codegroupId
- the group IDnull
if a matching client extension entry rel could not be foundClientExtensionEntryRel fetchByERC_G(java.lang.String externalReferenceCode, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching client extension entry rel could not be foundClientExtensionEntryRel removeByERC_G(java.lang.String externalReferenceCode, long groupId) throws NoSuchClientExtensionEntryRelException
externalReferenceCode
- the external reference codegroupId
- the group IDNoSuchClientExtensionEntryRelException
int countByERC_G(java.lang.String externalReferenceCode, long groupId)
externalReferenceCode
- the external reference codegroupId
- the group IDvoid cacheResult(ClientExtensionEntryRel clientExtensionEntryRel)
clientExtensionEntryRel
- the client extension entry relvoid cacheResult(java.util.List<ClientExtensionEntryRel> clientExtensionEntryRels)
clientExtensionEntryRels
- the client extension entry relsClientExtensionEntryRel create(long clientExtensionEntryRelId)
clientExtensionEntryRelId
- the primary key for the new client extension entry relClientExtensionEntryRel remove(long clientExtensionEntryRelId) throws NoSuchClientExtensionEntryRelException
clientExtensionEntryRelId
- the primary key of the client extension entry relNoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundClientExtensionEntryRel updateImpl(ClientExtensionEntryRel clientExtensionEntryRel)
ClientExtensionEntryRel findByPrimaryKey(long clientExtensionEntryRelId) throws NoSuchClientExtensionEntryRelException
NoSuchClientExtensionEntryRelException
if it could not be found.clientExtensionEntryRelId
- the primary key of the client extension entry relNoSuchClientExtensionEntryRelException
- if a client extension entry rel with the primary key could not be foundClientExtensionEntryRel fetchByPrimaryKey(long clientExtensionEntryRelId)
null
if it could not be found.clientExtensionEntryRelId
- the primary key of the client extension entry relnull
if a client extension entry rel with the primary key could not be foundjava.util.List<ClientExtensionEntryRel> findAll()
java.util.List<ClientExtensionEntryRel> 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, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
start
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)java.util.List<ClientExtensionEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> 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, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
start
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ClientExtensionEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from ClientExtensionEntryRelModelImpl
.
start
- the lower bound of the range of client extension entry relsend
- the upper bound of the range of client extension entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()