@ProviderType public interface ClientExtensionEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<ClientExtensionEntry>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<ClientExtensionEntry>
Caching information and settings can be found in portal.properties
ClientExtensionEntryUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(ClientExtensionEntry clientExtensionEntry)
Caches the client extension entry in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<ClientExtensionEntry> clientExtensionEntries)
Caches the client extension entries in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of client extension entries.
|
int |
countByC_T(long companyId,
java.lang.String type)
Returns the number of client extension entries where companyId = ? and type = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of client extension entries where companyId = ?.
|
int |
countByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the number of client extension entries where externalReferenceCode = ? and companyId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of client extension entries where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of client extension entries where uuid = ?.
|
ClientExtensionEntry |
create(long clientExtensionEntryId)
Creates a new client extension entry with the primary key.
|
ClientExtensionEntry |
fetchByC_T_First(long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the first client extension entry in the ordered set where companyId = ? and type = ?.
|
ClientExtensionEntry |
fetchByC_T_Last(long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the last client extension entry in the ordered set where companyId = ? and type = ?.
|
ClientExtensionEntry |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the first client extension entry in the ordered set where companyId = ?.
|
ClientExtensionEntry |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the last client extension entry in the ordered set where companyId = ?.
|
ClientExtensionEntry |
fetchByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the client extension entry where externalReferenceCode = ? and companyId = ? or returns
null if it could not be found. |
ClientExtensionEntry |
fetchByERC_C(java.lang.String externalReferenceCode,
long companyId,
boolean useFinderCache)
Returns the client extension entry where externalReferenceCode = ? and companyId = ? or returns
null if it could not be found, optionally using the finder cache. |
ClientExtensionEntry |
fetchByPrimaryKey(long clientExtensionEntryId)
Returns the client extension entry with the primary key or returns
null if it could not be found. |
ClientExtensionEntry |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the first client extension entry in the ordered set where uuid = ? and companyId = ?.
|
ClientExtensionEntry |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the last client extension entry in the ordered set where uuid = ? and companyId = ?.
|
ClientExtensionEntry |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the first client extension entry in the ordered set where uuid = ?.
|
ClientExtensionEntry |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the last client extension entry in the ordered set where uuid = ?.
|
int |
filterCountByC_T(long companyId,
java.lang.String type)
Returns the number of client extension entries that the user has permission to view where companyId = ? and type = ?.
|
int |
filterCountByCompanyId(long companyId)
Returns the number of client extension entries that the user has permission to view where companyId = ?.
|
int |
filterCountByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of client extension entries that the user has permission to view where uuid = ? and companyId = ?.
|
int |
filterCountByUuid(java.lang.String uuid)
Returns the number of client extension entries that the user has permission to view where uuid = ?.
|
ClientExtensionEntry[] |
filterFindByC_T_PrevAndNext(long clientExtensionEntryId,
long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the client extension entries before and after the current client extension entry in the ordered set of client extension entries that the user has permission to view where companyId = ? and type = ?.
|
java.util.List<ClientExtensionEntry> |
filterFindByC_T(long companyId,
java.lang.String type)
Returns all the client extension entries that the user has permission to view where companyId = ? and type = ?.
|
java.util.List<ClientExtensionEntry> |
filterFindByC_T(long companyId,
java.lang.String type,
int start,
int end)
Returns a range of all the client extension entries that the user has permission to view where companyId = ? and type = ?.
|
java.util.List<ClientExtensionEntry> |
filterFindByC_T(long companyId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns an ordered range of all the client extension entries that the user has permissions to view where companyId = ? and type = ?.
|
ClientExtensionEntry[] |
filterFindByCompanyId_PrevAndNext(long clientExtensionEntryId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the client extension entries before and after the current client extension entry in the ordered set of client extension entries that the user has permission to view where companyId = ?.
|
java.util.List<ClientExtensionEntry> |
filterFindByCompanyId(long companyId)
Returns all the client extension entries that the user has permission to view where companyId = ?.
|
java.util.List<ClientExtensionEntry> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the client extension entries that the user has permission to view where companyId = ?.
|
java.util.List<ClientExtensionEntry> |
filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns an ordered range of all the client extension entries that the user has permissions to view where companyId = ?.
|
ClientExtensionEntry[] |
filterFindByUuid_C_PrevAndNext(long clientExtensionEntryId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the client extension entries before and after the current client extension entry in the ordered set of client extension entries that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<ClientExtensionEntry> |
filterFindByUuid_C(java.lang.String uuid,
long companyId)
Returns all the client extension entries that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<ClientExtensionEntry> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the client extension entries that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<ClientExtensionEntry> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns an ordered range of all the client extension entries that the user has permissions to view where uuid = ? and companyId = ?.
|
ClientExtensionEntry[] |
filterFindByUuid_PrevAndNext(long clientExtensionEntryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the client extension entries before and after the current client extension entry in the ordered set of client extension entries that the user has permission to view where uuid = ?.
|
java.util.List<ClientExtensionEntry> |
filterFindByUuid(java.lang.String uuid)
Returns all the client extension entries that the user has permission to view where uuid = ?.
|
java.util.List<ClientExtensionEntry> |
filterFindByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the client extension entries that the user has permission to view where uuid = ?.
|
java.util.List<ClientExtensionEntry> |
filterFindByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns an ordered range of all the client extension entries that the user has permissions to view where uuid = ?.
|
java.util.List<ClientExtensionEntry> |
findAll()
Returns all the client extension entries.
|
java.util.List<ClientExtensionEntry> |
findAll(int start,
int end)
Returns a range of all the client extension entries.
|
java.util.List<ClientExtensionEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns an ordered range of all the client extension entries.
|
java.util.List<ClientExtensionEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the client extension entries.
|
ClientExtensionEntry |
findByC_T_First(long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the first client extension entry in the ordered set where companyId = ? and type = ?.
|
ClientExtensionEntry |
findByC_T_Last(long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the last client extension entry in the ordered set where companyId = ? and type = ?.
|
ClientExtensionEntry[] |
findByC_T_PrevAndNext(long clientExtensionEntryId,
long companyId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the client extension entries before and after the current client extension entry in the ordered set where companyId = ? and type = ?.
|
java.util.List<ClientExtensionEntry> |
findByC_T(long companyId,
java.lang.String type)
Returns all the client extension entries where companyId = ? and type = ?.
|
java.util.List<ClientExtensionEntry> |
findByC_T(long companyId,
java.lang.String type,
int start,
int end)
Returns a range of all the client extension entries where companyId = ? and type = ?.
|
java.util.List<ClientExtensionEntry> |
findByC_T(long companyId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns an ordered range of all the client extension entries where companyId = ? and type = ?.
|
java.util.List<ClientExtensionEntry> |
findByC_T(long companyId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the client extension entries where companyId = ? and type = ?.
|
ClientExtensionEntry |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the first client extension entry in the ordered set where companyId = ?.
|
ClientExtensionEntry |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the last client extension entry in the ordered set where companyId = ?.
|
ClientExtensionEntry[] |
findByCompanyId_PrevAndNext(long clientExtensionEntryId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the client extension entries before and after the current client extension entry in the ordered set where companyId = ?.
|
java.util.List<ClientExtensionEntry> |
findByCompanyId(long companyId)
Returns all the client extension entries where companyId = ?.
|
java.util.List<ClientExtensionEntry> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the client extension entries where companyId = ?.
|
java.util.List<ClientExtensionEntry> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns an ordered range of all the client extension entries where companyId = ?.
|
java.util.List<ClientExtensionEntry> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the client extension entries where companyId = ?.
|
ClientExtensionEntry |
findByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the client extension entry where externalReferenceCode = ? and companyId = ? or throws a
NoSuchClientExtensionEntryException if it could not be found. |
ClientExtensionEntry |
findByPrimaryKey(long clientExtensionEntryId)
Returns the client extension entry with the primary key or throws a
NoSuchClientExtensionEntryException if it could not be found. |
ClientExtensionEntry |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the first client extension entry in the ordered set where uuid = ? and companyId = ?.
|
ClientExtensionEntry |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the last client extension entry in the ordered set where uuid = ? and companyId = ?.
|
ClientExtensionEntry[] |
findByUuid_C_PrevAndNext(long clientExtensionEntryId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the client extension entries before and after the current client extension entry in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<ClientExtensionEntry> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the client extension entries where uuid = ? and companyId = ?.
|
java.util.List<ClientExtensionEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the client extension entries where uuid = ? and companyId = ?.
|
java.util.List<ClientExtensionEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns an ordered range of all the client extension entries where uuid = ? and companyId = ?.
|
java.util.List<ClientExtensionEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the client extension entries where uuid = ? and companyId = ?.
|
ClientExtensionEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the first client extension entry in the ordered set where uuid = ?.
|
ClientExtensionEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the last client extension entry in the ordered set where uuid = ?.
|
ClientExtensionEntry[] |
findByUuid_PrevAndNext(long clientExtensionEntryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns the client extension entries before and after the current client extension entry in the ordered set where uuid = ?.
|
java.util.List<ClientExtensionEntry> |
findByUuid(java.lang.String uuid)
Returns all the client extension entries where uuid = ?.
|
java.util.List<ClientExtensionEntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the client extension entries where uuid = ?.
|
java.util.List<ClientExtensionEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
Returns an ordered range of all the client extension entries where uuid = ?.
|
java.util.List<ClientExtensionEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the client extension entries where uuid = ?.
|
ClientExtensionEntry |
remove(long clientExtensionEntryId)
Removes the client extension entry with the primary key from the database.
|
void |
removeAll()
Removes all the client extension entries from the database.
|
void |
removeByC_T(long companyId,
java.lang.String type)
Removes all the client extension entries where companyId = ? and type = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the client extension entries where companyId = ? from the database.
|
ClientExtensionEntry |
removeByERC_C(java.lang.String externalReferenceCode,
long companyId)
Removes the client extension entry where externalReferenceCode = ? and companyId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the client extension entries where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the client extension entries where uuid = ? from the database.
|
ClientExtensionEntry |
updateImpl(ClientExtensionEntry clientExtensionEntry) |
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<ClientExtensionEntry> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)java.util.List<ClientExtensionEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ClientExtensionEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheClientExtensionEntry findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a matching client extension entry could not be foundClientExtensionEntry fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry could not be foundClientExtensionEntry findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a matching client extension entry could not be foundClientExtensionEntry fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry could not be foundClientExtensionEntry[] findByUuid_PrevAndNext(long clientExtensionEntryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
clientExtensionEntryId
- the primary key of the current client extension entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be foundjava.util.List<ClientExtensionEntry> filterFindByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ClientExtensionEntry> filterFindByUuid(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 ClientExtensionEntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)java.util.List<ClientExtensionEntry> filterFindByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)ClientExtensionEntry[] filterFindByUuid_PrevAndNext(long clientExtensionEntryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
clientExtensionEntryId
- the primary key of the current client extension entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidint filterCountByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ClientExtensionEntry> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)java.util.List<ClientExtensionEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ClientExtensionEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheClientExtensionEntry findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a matching client extension entry could not be foundClientExtensionEntry fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry could not be foundClientExtensionEntry findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a matching client extension entry could not be foundClientExtensionEntry fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry could not be foundClientExtensionEntry[] findByUuid_C_PrevAndNext(long clientExtensionEntryId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
clientExtensionEntryId
- the primary key of the current client extension entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be foundjava.util.List<ClientExtensionEntry> filterFindByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ClientExtensionEntry> filterFindByUuid_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 ClientExtensionEntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)java.util.List<ClientExtensionEntry> filterFindByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)ClientExtensionEntry[] filterFindByUuid_C_PrevAndNext(long clientExtensionEntryId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
clientExtensionEntryId
- the primary key of the current client extension entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a client extension 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 IDint filterCountByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ClientExtensionEntry> findByCompanyId(long companyId)
companyId
- the company IDjava.util.List<ClientExtensionEntry> findByCompanyId(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 ClientExtensionEntryModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)java.util.List<ClientExtensionEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ClientExtensionEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheClientExtensionEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a matching client extension entry could not be foundClientExtensionEntry fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry could not be foundClientExtensionEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a matching client extension entry could not be foundClientExtensionEntry fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry could not be foundClientExtensionEntry[] findByCompanyId_PrevAndNext(long clientExtensionEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
clientExtensionEntryId
- the primary key of the current client extension entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be foundjava.util.List<ClientExtensionEntry> filterFindByCompanyId(long companyId)
companyId
- the company IDjava.util.List<ClientExtensionEntry> filterFindByCompanyId(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 ClientExtensionEntryModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)java.util.List<ClientExtensionEntry> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)ClientExtensionEntry[] filterFindByCompanyId_PrevAndNext(long clientExtensionEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
clientExtensionEntryId
- the primary key of the current client extension entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDint filterCountByCompanyId(long companyId)
companyId
- the company IDjava.util.List<ClientExtensionEntry> findByC_T(long companyId, java.lang.String type)
companyId
- the company IDtype
- the typejava.util.List<ClientExtensionEntry> findByC_T(long companyId, 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 ClientExtensionEntryModelImpl
.
companyId
- the company IDtype
- the typestart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)java.util.List<ClientExtensionEntry> findByC_T(long companyId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
companyId
- the company IDtype
- the typestart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ClientExtensionEntry> findByC_T(long companyId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
companyId
- the company IDtype
- the typestart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheClientExtensionEntry findByC_T_First(long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a matching client extension entry could not be foundClientExtensionEntry fetchByC_T_First(long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry could not be foundClientExtensionEntry findByC_T_Last(long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a matching client extension entry could not be foundClientExtensionEntry fetchByC_T_Last(long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator)
companyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching client extension entry could not be foundClientExtensionEntry[] findByC_T_PrevAndNext(long clientExtensionEntryId, long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
clientExtensionEntryId
- the primary key of the current client extension entrycompanyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be foundjava.util.List<ClientExtensionEntry> filterFindByC_T(long companyId, java.lang.String type)
companyId
- the company IDtype
- the typejava.util.List<ClientExtensionEntry> filterFindByC_T(long companyId, 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 ClientExtensionEntryModelImpl
.
companyId
- the company IDtype
- the typestart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)java.util.List<ClientExtensionEntry> filterFindByC_T(long companyId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
companyId
- the company IDtype
- the typestart
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)ClientExtensionEntry[] filterFindByC_T_PrevAndNext(long clientExtensionEntryId, long companyId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> orderByComparator) throws NoSuchClientExtensionEntryException
clientExtensionEntryId
- the primary key of the current client extension entrycompanyId
- the company IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be foundvoid removeByC_T(long companyId, java.lang.String type)
companyId
- the company IDtype
- the typeint countByC_T(long companyId, java.lang.String type)
companyId
- the company IDtype
- the typeint filterCountByC_T(long companyId, java.lang.String type)
companyId
- the company IDtype
- the typeClientExtensionEntry findByERC_C(java.lang.String externalReferenceCode, long companyId) throws NoSuchClientExtensionEntryException
NoSuchClientExtensionEntryException
if it could not be found.externalReferenceCode
- the external reference codecompanyId
- the company IDNoSuchClientExtensionEntryException
- if a matching client extension entry could not be foundClientExtensionEntry fetchByERC_C(java.lang.String externalReferenceCode, long companyId)
null
if it could not be found. Uses the finder cache.externalReferenceCode
- the external reference codecompanyId
- the company IDnull
if a matching client extension entry could not be foundClientExtensionEntry fetchByERC_C(java.lang.String externalReferenceCode, long companyId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cachenull
if a matching client extension entry could not be foundClientExtensionEntry removeByERC_C(java.lang.String externalReferenceCode, long companyId) throws NoSuchClientExtensionEntryException
externalReferenceCode
- the external reference codecompanyId
- the company IDNoSuchClientExtensionEntryException
int countByERC_C(java.lang.String externalReferenceCode, long companyId)
externalReferenceCode
- the external reference codecompanyId
- the company IDvoid cacheResult(ClientExtensionEntry clientExtensionEntry)
clientExtensionEntry
- the client extension entryvoid cacheResult(java.util.List<ClientExtensionEntry> clientExtensionEntries)
clientExtensionEntries
- the client extension entriesClientExtensionEntry create(long clientExtensionEntryId)
clientExtensionEntryId
- the primary key for the new client extension entryClientExtensionEntry remove(long clientExtensionEntryId) throws NoSuchClientExtensionEntryException
clientExtensionEntryId
- the primary key of the client extension entryNoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be foundClientExtensionEntry updateImpl(ClientExtensionEntry clientExtensionEntry)
ClientExtensionEntry findByPrimaryKey(long clientExtensionEntryId) throws NoSuchClientExtensionEntryException
NoSuchClientExtensionEntryException
if it could not be found.clientExtensionEntryId
- the primary key of the client extension entryNoSuchClientExtensionEntryException
- if a client extension entry with the primary key could not be foundClientExtensionEntry fetchByPrimaryKey(long clientExtensionEntryId)
null
if it could not be found.clientExtensionEntryId
- the primary key of the client extension entrynull
if a client extension entry with the primary key could not be foundjava.util.List<ClientExtensionEntry> findAll()
java.util.List<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
start
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)java.util.List<ClientExtensionEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
start
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ClientExtensionEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntry> 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 ClientExtensionEntryModelImpl
.
start
- the lower bound of the range of client extension entriesend
- the upper bound of the range of client extension entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()