@ProviderType public interface ObjectFilterPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectFilter>
Caching information and settings can be found in portal.properties
ObjectFilterUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<ObjectFilter> objectFilters)
Caches the object filters in the entity cache if it is enabled.
|
void |
cacheResult(ObjectFilter objectFilter)
Caches the object filter in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of object filters.
|
int |
countByObjectFieldId(long objectFieldId)
Returns the number of object filters where objectFieldId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of object filters where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of object filters where uuid = ?.
|
ObjectFilter |
create(long objectFilterId)
Creates a new object filter with the primary key.
|
ObjectFilter |
fetchByObjectFieldId_First(long objectFieldId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns the first object filter in the ordered set where objectFieldId = ?.
|
ObjectFilter |
fetchByObjectFieldId_Last(long objectFieldId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns the last object filter in the ordered set where objectFieldId = ?.
|
ObjectFilter |
fetchByPrimaryKey(long objectFilterId)
Returns the object filter with the primary key or returns
null if it could not be found. |
ObjectFilter |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns the first object filter in the ordered set where uuid = ? and companyId = ?.
|
ObjectFilter |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns the last object filter in the ordered set where uuid = ? and companyId = ?.
|
ObjectFilter |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns the first object filter in the ordered set where uuid = ?.
|
ObjectFilter |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns the last object filter in the ordered set where uuid = ?.
|
java.util.List<ObjectFilter> |
findAll()
Returns all the object filters.
|
java.util.List<ObjectFilter> |
findAll(int start,
int end)
Returns a range of all the object filters.
|
java.util.List<ObjectFilter> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns an ordered range of all the object filters.
|
java.util.List<ObjectFilter> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object filters.
|
ObjectFilter |
findByObjectFieldId_First(long objectFieldId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns the first object filter in the ordered set where objectFieldId = ?.
|
ObjectFilter |
findByObjectFieldId_Last(long objectFieldId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns the last object filter in the ordered set where objectFieldId = ?.
|
ObjectFilter[] |
findByObjectFieldId_PrevAndNext(long objectFilterId,
long objectFieldId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns the object filters before and after the current object filter in the ordered set where objectFieldId = ?.
|
java.util.List<ObjectFilter> |
findByObjectFieldId(long objectFieldId)
Returns all the object filters where objectFieldId = ?.
|
java.util.List<ObjectFilter> |
findByObjectFieldId(long objectFieldId,
int start,
int end)
Returns a range of all the object filters where objectFieldId = ?.
|
java.util.List<ObjectFilter> |
findByObjectFieldId(long objectFieldId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns an ordered range of all the object filters where objectFieldId = ?.
|
java.util.List<ObjectFilter> |
findByObjectFieldId(long objectFieldId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object filters where objectFieldId = ?.
|
ObjectFilter |
findByPrimaryKey(long objectFilterId)
Returns the object filter with the primary key or throws a
NoSuchObjectFilterException if it could not be found. |
ObjectFilter |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns the first object filter in the ordered set where uuid = ? and companyId = ?.
|
ObjectFilter |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns the last object filter in the ordered set where uuid = ? and companyId = ?.
|
ObjectFilter[] |
findByUuid_C_PrevAndNext(long objectFilterId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns the object filters before and after the current object filter in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<ObjectFilter> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the object filters where uuid = ? and companyId = ?.
|
java.util.List<ObjectFilter> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the object filters where uuid = ? and companyId = ?.
|
java.util.List<ObjectFilter> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns an ordered range of all the object filters where uuid = ? and companyId = ?.
|
java.util.List<ObjectFilter> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object filters where uuid = ? and companyId = ?.
|
ObjectFilter |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns the first object filter in the ordered set where uuid = ?.
|
ObjectFilter |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns the last object filter in the ordered set where uuid = ?.
|
ObjectFilter[] |
findByUuid_PrevAndNext(long objectFilterId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns the object filters before and after the current object filter in the ordered set where uuid = ?.
|
java.util.List<ObjectFilter> |
findByUuid(java.lang.String uuid)
Returns all the object filters where uuid = ?.
|
java.util.List<ObjectFilter> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the object filters where uuid = ?.
|
java.util.List<ObjectFilter> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
Returns an ordered range of all the object filters where uuid = ?.
|
java.util.List<ObjectFilter> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object filters where uuid = ?.
|
ObjectFilter |
remove(long objectFilterId)
Removes the object filter with the primary key from the database.
|
void |
removeAll()
Removes all the object filters from the database.
|
void |
removeByObjectFieldId(long objectFieldId)
Removes all the object filters where objectFieldId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the object filters where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the object filters where uuid = ? from the database.
|
ObjectFilter |
updateImpl(ObjectFilter objectFilter) |
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<ObjectFilter> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ObjectFilter> 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 ObjectFilterModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object filtersend
- the upper bound of the range of object filters (not inclusive)java.util.List<ObjectFilter> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> 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 ObjectFilterModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object filtersend
- the upper bound of the range of object filters (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectFilter> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> 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 ObjectFilterModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object filtersend
- the upper bound of the range of object filters (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectFilter findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator) throws NoSuchObjectFilterException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectFilterException
- if a matching object filter could not be foundObjectFilter fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object filter could not be foundObjectFilter findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator) throws NoSuchObjectFilterException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectFilterException
- if a matching object filter could not be foundObjectFilter fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object filter could not be foundObjectFilter[] findByUuid_PrevAndNext(long objectFilterId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator) throws NoSuchObjectFilterException
objectFilterId
- the primary key of the current object filteruuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectFilterException
- if a object filter with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ObjectFilter> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ObjectFilter> 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 ObjectFilterModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object filtersend
- the upper bound of the range of object filters (not inclusive)java.util.List<ObjectFilter> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> 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 ObjectFilterModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object filtersend
- the upper bound of the range of object filters (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectFilter> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> 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 ObjectFilterModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object filtersend
- the upper bound of the range of object filters (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectFilter findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator) throws NoSuchObjectFilterException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectFilterException
- if a matching object filter could not be foundObjectFilter fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object filter could not be foundObjectFilter findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator) throws NoSuchObjectFilterException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectFilterException
- if a matching object filter could not be foundObjectFilter fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object filter could not be foundObjectFilter[] findByUuid_C_PrevAndNext(long objectFilterId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator) throws NoSuchObjectFilterException
objectFilterId
- the primary key of the current object filteruuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectFilterException
- if a object filter 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<ObjectFilter> findByObjectFieldId(long objectFieldId)
objectFieldId
- the object field IDjava.util.List<ObjectFilter> findByObjectFieldId(long objectFieldId, 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 ObjectFilterModelImpl
.
objectFieldId
- the object field IDstart
- the lower bound of the range of object filtersend
- the upper bound of the range of object filters (not inclusive)java.util.List<ObjectFilter> findByObjectFieldId(long objectFieldId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> 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 ObjectFilterModelImpl
.
objectFieldId
- the object field IDstart
- the lower bound of the range of object filtersend
- the upper bound of the range of object filters (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectFilter> findByObjectFieldId(long objectFieldId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> 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 ObjectFilterModelImpl
.
objectFieldId
- the object field IDstart
- the lower bound of the range of object filtersend
- the upper bound of the range of object filters (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectFilter findByObjectFieldId_First(long objectFieldId, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator) throws NoSuchObjectFilterException
objectFieldId
- the object field IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectFilterException
- if a matching object filter could not be foundObjectFilter fetchByObjectFieldId_First(long objectFieldId, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
objectFieldId
- the object field IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object filter could not be foundObjectFilter findByObjectFieldId_Last(long objectFieldId, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator) throws NoSuchObjectFilterException
objectFieldId
- the object field IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectFilterException
- if a matching object filter could not be foundObjectFilter fetchByObjectFieldId_Last(long objectFieldId, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator)
objectFieldId
- the object field IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object filter could not be foundObjectFilter[] findByObjectFieldId_PrevAndNext(long objectFilterId, long objectFieldId, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> orderByComparator) throws NoSuchObjectFilterException
objectFilterId
- the primary key of the current object filterobjectFieldId
- the object field IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectFilterException
- if a object filter with the primary key could not be foundvoid removeByObjectFieldId(long objectFieldId)
objectFieldId
- the object field IDint countByObjectFieldId(long objectFieldId)
objectFieldId
- the object field IDvoid cacheResult(ObjectFilter objectFilter)
objectFilter
- the object filtervoid cacheResult(java.util.List<ObjectFilter> objectFilters)
objectFilters
- the object filtersObjectFilter create(long objectFilterId)
objectFilterId
- the primary key for the new object filterObjectFilter remove(long objectFilterId) throws NoSuchObjectFilterException
objectFilterId
- the primary key of the object filterNoSuchObjectFilterException
- if a object filter with the primary key could not be foundObjectFilter updateImpl(ObjectFilter objectFilter)
ObjectFilter findByPrimaryKey(long objectFilterId) throws NoSuchObjectFilterException
NoSuchObjectFilterException
if it could not be found.objectFilterId
- the primary key of the object filterNoSuchObjectFilterException
- if a object filter with the primary key could not be foundObjectFilter fetchByPrimaryKey(long objectFilterId)
null
if it could not be found.objectFilterId
- the primary key of the object filternull
if a object filter with the primary key could not be foundjava.util.List<ObjectFilter> findAll()
java.util.List<ObjectFilter> 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 ObjectFilterModelImpl
.
start
- the lower bound of the range of object filtersend
- the upper bound of the range of object filters (not inclusive)java.util.List<ObjectFilter> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> 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 ObjectFilterModelImpl
.
start
- the lower bound of the range of object filtersend
- the upper bound of the range of object filters (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectFilter> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectFilter> 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 ObjectFilterModelImpl
.
start
- the lower bound of the range of object filtersend
- the upper bound of the range of object filters (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()