@ProviderType public interface SyncDLFileVersionDiffPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<SyncDLFileVersionDiff>
Caching information and settings can be found in portal.properties
com.liferay.sync.service.persistence.impl.SyncDLFileVersionDiffPersistenceImpl,
SyncDLFileVersionDiffUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(java.util.List<SyncDLFileVersionDiff> syncDLFileVersionDiffs)
Caches the sync d l file version diffs in the entity cache if it is enabled.
|
void |
cacheResult(SyncDLFileVersionDiff syncDLFileVersionDiff)
Caches the sync d l file version diff in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of sync d l file version diffs.
|
int |
countByExpirationDate(java.util.Date expirationDate)
Returns the number of sync d l file version diffs where expirationDate < ?.
|
int |
countByF_S_T(long fileEntryId,
long sourceFileVersionId,
long targetFileVersionId)
Returns the number of sync d l file version diffs where fileEntryId = ? and sourceFileVersionId = ? and targetFileVersionId = ?.
|
int |
countByFileEntryId(long fileEntryId)
Returns the number of sync d l file version diffs where fileEntryId = ?.
|
SyncDLFileVersionDiff |
create(long syncDLFileVersionDiffId)
Creates a new sync d l file version diff with the primary key.
|
SyncDLFileVersionDiff |
fetchByExpirationDate_First(java.util.Date expirationDate,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the first sync d l file version diff in the ordered set where expirationDate < ?.
|
SyncDLFileVersionDiff |
fetchByExpirationDate_Last(java.util.Date expirationDate,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the last sync d l file version diff in the ordered set where expirationDate < ?.
|
SyncDLFileVersionDiff |
fetchByF_S_T(long fileEntryId,
long sourceFileVersionId,
long targetFileVersionId)
Returns the sync d l file version diff where fileEntryId = ? and sourceFileVersionId = ? and targetFileVersionId = ? or returns
null if it could not be found. |
SyncDLFileVersionDiff |
fetchByF_S_T(long fileEntryId,
long sourceFileVersionId,
long targetFileVersionId,
boolean retrieveFromCache)
Returns the sync d l file version diff where fileEntryId = ? and sourceFileVersionId = ? and targetFileVersionId = ? or returns
null if it could not be found, optionally using the finder cache. |
SyncDLFileVersionDiff |
fetchByFileEntryId_First(long fileEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the first sync d l file version diff in the ordered set where fileEntryId = ?.
|
SyncDLFileVersionDiff |
fetchByFileEntryId_Last(long fileEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the last sync d l file version diff in the ordered set where fileEntryId = ?.
|
SyncDLFileVersionDiff |
fetchByPrimaryKey(long syncDLFileVersionDiffId)
Returns the sync d l file version diff with the primary key or returns
null if it could not be found. |
java.util.Map<java.io.Serializable,SyncDLFileVersionDiff> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
java.util.List<SyncDLFileVersionDiff> |
findAll()
Returns all the sync d l file version diffs.
|
java.util.List<SyncDLFileVersionDiff> |
findAll(int start,
int end)
Returns a range of all the sync d l file version diffs.
|
java.util.List<SyncDLFileVersionDiff> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns an ordered range of all the sync d l file version diffs.
|
java.util.List<SyncDLFileVersionDiff> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the sync d l file version diffs.
|
SyncDLFileVersionDiff |
findByExpirationDate_First(java.util.Date expirationDate,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the first sync d l file version diff in the ordered set where expirationDate < ?.
|
SyncDLFileVersionDiff |
findByExpirationDate_Last(java.util.Date expirationDate,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the last sync d l file version diff in the ordered set where expirationDate < ?.
|
SyncDLFileVersionDiff[] |
findByExpirationDate_PrevAndNext(long syncDLFileVersionDiffId,
java.util.Date expirationDate,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the sync d l file version diffs before and after the current sync d l file version diff in the ordered set where expirationDate < ?.
|
java.util.List<SyncDLFileVersionDiff> |
findByExpirationDate(java.util.Date expirationDate)
Returns all the sync d l file version diffs where expirationDate < ?.
|
java.util.List<SyncDLFileVersionDiff> |
findByExpirationDate(java.util.Date expirationDate,
int start,
int end)
Returns a range of all the sync d l file version diffs where expirationDate < ?.
|
java.util.List<SyncDLFileVersionDiff> |
findByExpirationDate(java.util.Date expirationDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns an ordered range of all the sync d l file version diffs where expirationDate < ?.
|
java.util.List<SyncDLFileVersionDiff> |
findByExpirationDate(java.util.Date expirationDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the sync d l file version diffs where expirationDate < ?.
|
SyncDLFileVersionDiff |
findByF_S_T(long fileEntryId,
long sourceFileVersionId,
long targetFileVersionId)
Returns the sync d l file version diff where fileEntryId = ? and sourceFileVersionId = ? and targetFileVersionId = ? or throws a
NoSuchDLFileVersionDiffException if it could not be found. |
SyncDLFileVersionDiff |
findByFileEntryId_First(long fileEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the first sync d l file version diff in the ordered set where fileEntryId = ?.
|
SyncDLFileVersionDiff |
findByFileEntryId_Last(long fileEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the last sync d l file version diff in the ordered set where fileEntryId = ?.
|
SyncDLFileVersionDiff[] |
findByFileEntryId_PrevAndNext(long syncDLFileVersionDiffId,
long fileEntryId,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the sync d l file version diffs before and after the current sync d l file version diff in the ordered set where fileEntryId = ?.
|
java.util.List<SyncDLFileVersionDiff> |
findByFileEntryId(long fileEntryId)
Returns all the sync d l file version diffs where fileEntryId = ?.
|
java.util.List<SyncDLFileVersionDiff> |
findByFileEntryId(long fileEntryId,
int start,
int end)
Returns a range of all the sync d l file version diffs where fileEntryId = ?.
|
java.util.List<SyncDLFileVersionDiff> |
findByFileEntryId(long fileEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns an ordered range of all the sync d l file version diffs where fileEntryId = ?.
|
java.util.List<SyncDLFileVersionDiff> |
findByFileEntryId(long fileEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the sync d l file version diffs where fileEntryId = ?.
|
SyncDLFileVersionDiff |
findByPrimaryKey(long syncDLFileVersionDiffId)
Returns the sync d l file version diff with the primary key or throws a
NoSuchDLFileVersionDiffException if it could not be found. |
java.util.Set<java.lang.String> |
getBadColumnNames() |
SyncDLFileVersionDiff |
remove(long syncDLFileVersionDiffId)
Removes the sync d l file version diff with the primary key from the database.
|
void |
removeAll()
Removes all the sync d l file version diffs from the database.
|
void |
removeByExpirationDate(java.util.Date expirationDate)
Removes all the sync d l file version diffs where expirationDate < ? from the database.
|
SyncDLFileVersionDiff |
removeByF_S_T(long fileEntryId,
long sourceFileVersionId,
long targetFileVersionId)
Removes the sync d l file version diff where fileEntryId = ? and sourceFileVersionId = ? and targetFileVersionId = ? from the database.
|
void |
removeByFileEntryId(long fileEntryId)
Removes all the sync d l file version diffs where fileEntryId = ? from the database.
|
SyncDLFileVersionDiff |
updateImpl(SyncDLFileVersionDiff syncDLFileVersionDiff) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, updatejava.util.List<SyncDLFileVersionDiff> findByFileEntryId(long fileEntryId)
fileEntryId - the file entry IDjava.util.List<SyncDLFileVersionDiff> findByFileEntryId(long fileEntryId, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
fileEntryId - the file entry IDstart - the lower bound of the range of sync d l file version diffsend - the upper bound of the range of sync d l file version diffs (not inclusive)java.util.List<SyncDLFileVersionDiff> findByFileEntryId(long fileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
fileEntryId - the file entry IDstart - the lower bound of the range of sync d l file version diffsend - the upper bound of the range of sync d l file version diffs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<SyncDLFileVersionDiff> findByFileEntryId(long fileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
fileEntryId - the file entry IDstart - the lower bound of the range of sync d l file version diffsend - the upper bound of the range of sync d l file version diffs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cacheSyncDLFileVersionDiff findByFileEntryId_First(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator) throws NoSuchDLFileVersionDiffException
fileEntryId - the file entry IDorderByComparator - the comparator to order the set by (optionally null)NoSuchDLFileVersionDiffException - if a matching sync d l file version diff could not be foundSyncDLFileVersionDiff fetchByFileEntryId_First(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
fileEntryId - the file entry IDorderByComparator - the comparator to order the set by (optionally null)null if a matching sync d l file version diff could not be foundSyncDLFileVersionDiff findByFileEntryId_Last(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator) throws NoSuchDLFileVersionDiffException
fileEntryId - the file entry IDorderByComparator - the comparator to order the set by (optionally null)NoSuchDLFileVersionDiffException - if a matching sync d l file version diff could not be foundSyncDLFileVersionDiff fetchByFileEntryId_Last(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
fileEntryId - the file entry IDorderByComparator - the comparator to order the set by (optionally null)null if a matching sync d l file version diff could not be foundSyncDLFileVersionDiff[] findByFileEntryId_PrevAndNext(long syncDLFileVersionDiffId, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator) throws NoSuchDLFileVersionDiffException
syncDLFileVersionDiffId - the primary key of the current sync d l file version difffileEntryId - the file entry IDorderByComparator - the comparator to order the set by (optionally null)NoSuchDLFileVersionDiffException - if a sync d l file version diff with the primary key could not be foundvoid removeByFileEntryId(long fileEntryId)
fileEntryId - the file entry IDint countByFileEntryId(long fileEntryId)
fileEntryId - the file entry IDjava.util.List<SyncDLFileVersionDiff> findByExpirationDate(java.util.Date expirationDate)
expirationDate - the expiration datejava.util.List<SyncDLFileVersionDiff> findByExpirationDate(java.util.Date expirationDate, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
expirationDate - the expiration datestart - the lower bound of the range of sync d l file version diffsend - the upper bound of the range of sync d l file version diffs (not inclusive)java.util.List<SyncDLFileVersionDiff> findByExpirationDate(java.util.Date expirationDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
expirationDate - the expiration datestart - the lower bound of the range of sync d l file version diffsend - the upper bound of the range of sync d l file version diffs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<SyncDLFileVersionDiff> findByExpirationDate(java.util.Date expirationDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
expirationDate - the expiration datestart - the lower bound of the range of sync d l file version diffsend - the upper bound of the range of sync d l file version diffs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cacheSyncDLFileVersionDiff findByExpirationDate_First(java.util.Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator) throws NoSuchDLFileVersionDiffException
expirationDate - the expiration dateorderByComparator - the comparator to order the set by (optionally null)NoSuchDLFileVersionDiffException - if a matching sync d l file version diff could not be foundSyncDLFileVersionDiff fetchByExpirationDate_First(java.util.Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
expirationDate - the expiration dateorderByComparator - the comparator to order the set by (optionally null)null if a matching sync d l file version diff could not be foundSyncDLFileVersionDiff findByExpirationDate_Last(java.util.Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator) throws NoSuchDLFileVersionDiffException
expirationDate - the expiration dateorderByComparator - the comparator to order the set by (optionally null)NoSuchDLFileVersionDiffException - if a matching sync d l file version diff could not be foundSyncDLFileVersionDiff fetchByExpirationDate_Last(java.util.Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
expirationDate - the expiration dateorderByComparator - the comparator to order the set by (optionally null)null if a matching sync d l file version diff could not be foundSyncDLFileVersionDiff[] findByExpirationDate_PrevAndNext(long syncDLFileVersionDiffId, java.util.Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator) throws NoSuchDLFileVersionDiffException
syncDLFileVersionDiffId - the primary key of the current sync d l file version diffexpirationDate - the expiration dateorderByComparator - the comparator to order the set by (optionally null)NoSuchDLFileVersionDiffException - if a sync d l file version diff with the primary key could not be foundvoid removeByExpirationDate(java.util.Date expirationDate)
expirationDate - the expiration dateint countByExpirationDate(java.util.Date expirationDate)
expirationDate - the expiration dateSyncDLFileVersionDiff findByF_S_T(long fileEntryId, long sourceFileVersionId, long targetFileVersionId) throws NoSuchDLFileVersionDiffException
NoSuchDLFileVersionDiffException if it could not be found.fileEntryId - the file entry IDsourceFileVersionId - the source file version IDtargetFileVersionId - the target file version IDNoSuchDLFileVersionDiffException - if a matching sync d l file version diff could not be foundSyncDLFileVersionDiff fetchByF_S_T(long fileEntryId, long sourceFileVersionId, long targetFileVersionId)
null if it could not be found. Uses the finder cache.fileEntryId - the file entry IDsourceFileVersionId - the source file version IDtargetFileVersionId - the target file version IDnull if a matching sync d l file version diff could not be foundSyncDLFileVersionDiff fetchByF_S_T(long fileEntryId, long sourceFileVersionId, long targetFileVersionId, boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.fileEntryId - the file entry IDsourceFileVersionId - the source file version IDtargetFileVersionId - the target file version IDretrieveFromCache - whether to retrieve from the finder cachenull if a matching sync d l file version diff could not be foundSyncDLFileVersionDiff removeByF_S_T(long fileEntryId, long sourceFileVersionId, long targetFileVersionId) throws NoSuchDLFileVersionDiffException
fileEntryId - the file entry IDsourceFileVersionId - the source file version IDtargetFileVersionId - the target file version IDNoSuchDLFileVersionDiffExceptionint countByF_S_T(long fileEntryId,
long sourceFileVersionId,
long targetFileVersionId)
fileEntryId - the file entry IDsourceFileVersionId - the source file version IDtargetFileVersionId - the target file version IDvoid cacheResult(SyncDLFileVersionDiff syncDLFileVersionDiff)
syncDLFileVersionDiff - the sync d l file version diffvoid cacheResult(java.util.List<SyncDLFileVersionDiff> syncDLFileVersionDiffs)
syncDLFileVersionDiffs - the sync d l file version diffsSyncDLFileVersionDiff create(long syncDLFileVersionDiffId)
syncDLFileVersionDiffId - the primary key for the new sync d l file version diffSyncDLFileVersionDiff remove(long syncDLFileVersionDiffId) throws NoSuchDLFileVersionDiffException
syncDLFileVersionDiffId - the primary key of the sync d l file version diffNoSuchDLFileVersionDiffException - if a sync d l file version diff with the primary key could not be foundSyncDLFileVersionDiff updateImpl(SyncDLFileVersionDiff syncDLFileVersionDiff)
SyncDLFileVersionDiff findByPrimaryKey(long syncDLFileVersionDiffId) throws NoSuchDLFileVersionDiffException
NoSuchDLFileVersionDiffException if it could not be found.syncDLFileVersionDiffId - the primary key of the sync d l file version diffNoSuchDLFileVersionDiffException - if a sync d l file version diff with the primary key could not be foundSyncDLFileVersionDiff fetchByPrimaryKey(long syncDLFileVersionDiffId)
null if it could not be found.syncDLFileVersionDiffId - the primary key of the sync d l file version diffnull if a sync d l file version diff with the primary key could not be foundjava.util.Map<java.io.Serializable,SyncDLFileVersionDiff> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<SyncDLFileVersionDiff>java.util.List<SyncDLFileVersionDiff> findAll()
java.util.List<SyncDLFileVersionDiff> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of sync d l file version diffsend - the upper bound of the range of sync d l file version diffs (not inclusive)java.util.List<SyncDLFileVersionDiff> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of sync d l file version diffsend - the upper bound of the range of sync d l file version diffs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<SyncDLFileVersionDiff> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLFileVersionDiff> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of sync d l file version diffsend - the upper bound of the range of sync d l file version diffs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachevoid removeAll()
int countAll()
java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames in interface com.liferay.portal.kernel.service.persistence.BasePersistence<SyncDLFileVersionDiff>