@ProviderType public interface SyncDLObjectPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<SyncDLObject>
Caching information and settings can be found in portal.properties
SyncDLObjectUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<SyncDLObject> syncDLObjects)
Caches the sync dl objects in the entity cache if it is enabled.
|
void |
cacheResult(SyncDLObject syncDLObject)
Caches the sync dl object in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of sync dl objects.
|
int |
countByM_R_NotE(long modifiedTime,
long repositoryId,
java.lang.String event)
Returns the number of sync dl objects where modifiedTime > ? and repositoryId = ? and event ≠ ?.
|
int |
countByM_R_NotE(long modifiedTime,
long repositoryId,
java.lang.String[] events)
Returns the number of sync dl objects where modifiedTime > ? and repositoryId = ? and event ≠ all ?.
|
int |
countByM_R(long modifiedTime,
long repositoryId)
Returns the number of sync dl objects where modifiedTime > ? and repositoryId = ?.
|
int |
countByR_NotE(long repositoryId,
java.lang.String event)
Returns the number of sync dl objects where repositoryId = ? and event ≠ ?.
|
int |
countByR_P_T(long repositoryId,
long parentFolderId,
java.lang.String type)
Returns the number of sync dl objects where repositoryId = ? and parentFolderId = ? and type = ?.
|
int |
countByR_P_T(long repositoryId,
long parentFolderId,
java.lang.String[] types)
Returns the number of sync dl objects where repositoryId = ? and parentFolderId = ? and type = any ?.
|
int |
countByR_P(long repositoryId,
long parentFolderId)
Returns the number of sync dl objects where repositoryId = ? and parentFolderId = ?.
|
int |
countByR_T(long repositoryId,
java.lang.String type)
Returns the number of sync dl objects where repositoryId = ? and type = ?.
|
int |
countByT_NotE(java.lang.String treePath,
java.lang.String event)
Returns the number of sync dl objects where treePath LIKE ? and event ≠ ?.
|
int |
countByT_T(java.lang.String type,
long typePK)
Returns the number of sync dl objects where type = ? and typePK = ?.
|
int |
countByTreePath(java.lang.String treePath)
Returns the number of sync dl objects where treePath LIKE ?.
|
int |
countByV_T(java.lang.String version,
java.lang.String type)
Returns the number of sync dl objects where version = ? and type = ?.
|
SyncDLObject |
create(long syncDLObjectId)
Creates a new sync dl object with the primary key.
|
SyncDLObject |
fetchByM_R_First(long modifiedTime,
long repositoryId,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where modifiedTime > ? and repositoryId = ?.
|
SyncDLObject |
fetchByM_R_Last(long modifiedTime,
long repositoryId,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where modifiedTime > ? and repositoryId = ?.
|
SyncDLObject |
fetchByM_R_NotE_First(long modifiedTime,
long repositoryId,
java.lang.String event,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where modifiedTime > ? and repositoryId = ? and event ≠ ?.
|
SyncDLObject |
fetchByM_R_NotE_Last(long modifiedTime,
long repositoryId,
java.lang.String event,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where modifiedTime > ? and repositoryId = ? and event ≠ ?.
|
SyncDLObject |
fetchByPrimaryKey(long syncDLObjectId)
Returns the sync dl object with the primary key or returns
null if it could not be found. |
java.util.Map<java.io.Serializable,SyncDLObject> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
SyncDLObject |
fetchByR_NotE_First(long repositoryId,
java.lang.String event,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where repositoryId = ? and event ≠ ?.
|
SyncDLObject |
fetchByR_NotE_Last(long repositoryId,
java.lang.String event,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where repositoryId = ? and event ≠ ?.
|
SyncDLObject |
fetchByR_P_First(long repositoryId,
long parentFolderId,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where repositoryId = ? and parentFolderId = ?.
|
SyncDLObject |
fetchByR_P_Last(long repositoryId,
long parentFolderId,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where repositoryId = ? and parentFolderId = ?.
|
SyncDLObject |
fetchByR_P_T_First(long repositoryId,
long parentFolderId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where repositoryId = ? and parentFolderId = ? and type = ?.
|
SyncDLObject |
fetchByR_P_T_Last(long repositoryId,
long parentFolderId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where repositoryId = ? and parentFolderId = ? and type = ?.
|
SyncDLObject |
fetchByR_T_First(long repositoryId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where repositoryId = ? and type = ?.
|
SyncDLObject |
fetchByR_T_Last(long repositoryId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where repositoryId = ? and type = ?.
|
SyncDLObject |
fetchByT_NotE_First(java.lang.String treePath,
java.lang.String event,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where treePath LIKE ? and event ≠ ?.
|
SyncDLObject |
fetchByT_NotE_Last(java.lang.String treePath,
java.lang.String event,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where treePath LIKE ? and event ≠ ?.
|
SyncDLObject |
fetchByT_T(java.lang.String type,
long typePK)
Returns the sync dl object where type = ? and typePK = ? or returns
null if it could not be found. |
SyncDLObject |
fetchByT_T(java.lang.String type,
long typePK,
boolean useFinderCache)
Returns the sync dl object where type = ? and typePK = ? or returns
null if it could not be found, optionally using the finder cache. |
SyncDLObject |
fetchByTreePath_First(java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where treePath LIKE ?.
|
SyncDLObject |
fetchByTreePath_Last(java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where treePath LIKE ?.
|
SyncDLObject |
fetchByV_T_First(java.lang.String version,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where version = ? and type = ?.
|
SyncDLObject |
fetchByV_T_Last(java.lang.String version,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where version = ? and type = ?.
|
java.util.List<SyncDLObject> |
findAll()
Returns all the sync dl objects.
|
java.util.List<SyncDLObject> |
findAll(int start,
int end)
Returns a range of all the sync dl objects.
|
java.util.List<SyncDLObject> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns an ordered range of all the sync dl objects.
|
java.util.List<SyncDLObject> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sync dl objects.
|
SyncDLObject |
findByM_R_First(long modifiedTime,
long repositoryId,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where modifiedTime > ? and repositoryId = ?.
|
SyncDLObject |
findByM_R_Last(long modifiedTime,
long repositoryId,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where modifiedTime > ? and repositoryId = ?.
|
SyncDLObject |
findByM_R_NotE_First(long modifiedTime,
long repositoryId,
java.lang.String event,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where modifiedTime > ? and repositoryId = ? and event ≠ ?.
|
SyncDLObject |
findByM_R_NotE_Last(long modifiedTime,
long repositoryId,
java.lang.String event,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where modifiedTime > ? and repositoryId = ? and event ≠ ?.
|
SyncDLObject[] |
findByM_R_NotE_PrevAndNext(long syncDLObjectId,
long modifiedTime,
long repositoryId,
java.lang.String event,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the sync dl objects before and after the current sync dl object in the ordered set where modifiedTime > ? and repositoryId = ? and event ≠ ?.
|
java.util.List<SyncDLObject> |
findByM_R_NotE(long modifiedTime,
long repositoryId,
java.lang.String event)
Returns all the sync dl objects where modifiedTime > ? and repositoryId = ? and event ≠ ?.
|
java.util.List<SyncDLObject> |
findByM_R_NotE(long modifiedTime,
long repositoryId,
java.lang.String[] events)
Returns all the sync dl objects where modifiedTime > ? and repositoryId = ? and event ≠ all ?.
|
java.util.List<SyncDLObject> |
findByM_R_NotE(long modifiedTime,
long repositoryId,
java.lang.String[] events,
int start,
int end)
Returns a range of all the sync dl objects where modifiedTime > ? and repositoryId = ? and event ≠ all ?.
|
java.util.List<SyncDLObject> |
findByM_R_NotE(long modifiedTime,
long repositoryId,
java.lang.String[] events,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns an ordered range of all the sync dl objects where modifiedTime > ? and repositoryId = ? and event ≠ all ?.
|
java.util.List<SyncDLObject> |
findByM_R_NotE(long modifiedTime,
long repositoryId,
java.lang.String[] events,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sync dl objects where modifiedTime > ? and repositoryId = ? and event ≠ ?, optionally using the finder cache.
|
java.util.List<SyncDLObject> |
findByM_R_NotE(long modifiedTime,
long repositoryId,
java.lang.String event,
int start,
int end)
Returns a range of all the sync dl objects where modifiedTime > ? and repositoryId = ? and event ≠ ?.
|
java.util.List<SyncDLObject> |
findByM_R_NotE(long modifiedTime,
long repositoryId,
java.lang.String event,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns an ordered range of all the sync dl objects where modifiedTime > ? and repositoryId = ? and event ≠ ?.
|
java.util.List<SyncDLObject> |
findByM_R_NotE(long modifiedTime,
long repositoryId,
java.lang.String event,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sync dl objects where modifiedTime > ? and repositoryId = ? and event ≠ ?.
|
SyncDLObject[] |
findByM_R_PrevAndNext(long syncDLObjectId,
long modifiedTime,
long repositoryId,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the sync dl objects before and after the current sync dl object in the ordered set where modifiedTime > ? and repositoryId = ?.
|
java.util.List<SyncDLObject> |
findByM_R(long modifiedTime,
long repositoryId)
Returns all the sync dl objects where modifiedTime > ? and repositoryId = ?.
|
java.util.List<SyncDLObject> |
findByM_R(long modifiedTime,
long repositoryId,
int start,
int end)
Returns a range of all the sync dl objects where modifiedTime > ? and repositoryId = ?.
|
java.util.List<SyncDLObject> |
findByM_R(long modifiedTime,
long repositoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns an ordered range of all the sync dl objects where modifiedTime > ? and repositoryId = ?.
|
java.util.List<SyncDLObject> |
findByM_R(long modifiedTime,
long repositoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sync dl objects where modifiedTime > ? and repositoryId = ?.
|
SyncDLObject |
findByPrimaryKey(long syncDLObjectId)
Returns the sync dl object with the primary key or throws a
NoSuchDLObjectException if it could not be found. |
SyncDLObject |
findByR_NotE_First(long repositoryId,
java.lang.String event,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where repositoryId = ? and event ≠ ?.
|
SyncDLObject |
findByR_NotE_Last(long repositoryId,
java.lang.String event,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where repositoryId = ? and event ≠ ?.
|
SyncDLObject[] |
findByR_NotE_PrevAndNext(long syncDLObjectId,
long repositoryId,
java.lang.String event,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the sync dl objects before and after the current sync dl object in the ordered set where repositoryId = ? and event ≠ ?.
|
java.util.List<SyncDLObject> |
findByR_NotE(long repositoryId,
java.lang.String event)
Returns all the sync dl objects where repositoryId = ? and event ≠ ?.
|
java.util.List<SyncDLObject> |
findByR_NotE(long repositoryId,
java.lang.String event,
int start,
int end)
Returns a range of all the sync dl objects where repositoryId = ? and event ≠ ?.
|
java.util.List<SyncDLObject> |
findByR_NotE(long repositoryId,
java.lang.String event,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns an ordered range of all the sync dl objects where repositoryId = ? and event ≠ ?.
|
java.util.List<SyncDLObject> |
findByR_NotE(long repositoryId,
java.lang.String event,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sync dl objects where repositoryId = ? and event ≠ ?.
|
SyncDLObject |
findByR_P_First(long repositoryId,
long parentFolderId,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where repositoryId = ? and parentFolderId = ?.
|
SyncDLObject |
findByR_P_Last(long repositoryId,
long parentFolderId,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where repositoryId = ? and parentFolderId = ?.
|
SyncDLObject[] |
findByR_P_PrevAndNext(long syncDLObjectId,
long repositoryId,
long parentFolderId,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the sync dl objects before and after the current sync dl object in the ordered set where repositoryId = ? and parentFolderId = ?.
|
SyncDLObject |
findByR_P_T_First(long repositoryId,
long parentFolderId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where repositoryId = ? and parentFolderId = ? and type = ?.
|
SyncDLObject |
findByR_P_T_Last(long repositoryId,
long parentFolderId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where repositoryId = ? and parentFolderId = ? and type = ?.
|
SyncDLObject[] |
findByR_P_T_PrevAndNext(long syncDLObjectId,
long repositoryId,
long parentFolderId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the sync dl objects before and after the current sync dl object in the ordered set where repositoryId = ? and parentFolderId = ? and type = ?.
|
java.util.List<SyncDLObject> |
findByR_P_T(long repositoryId,
long parentFolderId,
java.lang.String type)
Returns all the sync dl objects where repositoryId = ? and parentFolderId = ? and type = ?.
|
java.util.List<SyncDLObject> |
findByR_P_T(long repositoryId,
long parentFolderId,
java.lang.String[] types)
Returns all the sync dl objects where repositoryId = ? and parentFolderId = ? and type = any ?.
|
java.util.List<SyncDLObject> |
findByR_P_T(long repositoryId,
long parentFolderId,
java.lang.String[] types,
int start,
int end)
Returns a range of all the sync dl objects where repositoryId = ? and parentFolderId = ? and type = any ?.
|
java.util.List<SyncDLObject> |
findByR_P_T(long repositoryId,
long parentFolderId,
java.lang.String[] types,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns an ordered range of all the sync dl objects where repositoryId = ? and parentFolderId = ? and type = any ?.
|
java.util.List<SyncDLObject> |
findByR_P_T(long repositoryId,
long parentFolderId,
java.lang.String[] types,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sync dl objects where repositoryId = ? and parentFolderId = ? and type = ?, optionally using the finder cache.
|
java.util.List<SyncDLObject> |
findByR_P_T(long repositoryId,
long parentFolderId,
java.lang.String type,
int start,
int end)
Returns a range of all the sync dl objects where repositoryId = ? and parentFolderId = ? and type = ?.
|
java.util.List<SyncDLObject> |
findByR_P_T(long repositoryId,
long parentFolderId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns an ordered range of all the sync dl objects where repositoryId = ? and parentFolderId = ? and type = ?.
|
java.util.List<SyncDLObject> |
findByR_P_T(long repositoryId,
long parentFolderId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sync dl objects where repositoryId = ? and parentFolderId = ? and type = ?.
|
java.util.List<SyncDLObject> |
findByR_P(long repositoryId,
long parentFolderId)
Returns all the sync dl objects where repositoryId = ? and parentFolderId = ?.
|
java.util.List<SyncDLObject> |
findByR_P(long repositoryId,
long parentFolderId,
int start,
int end)
Returns a range of all the sync dl objects where repositoryId = ? and parentFolderId = ?.
|
java.util.List<SyncDLObject> |
findByR_P(long repositoryId,
long parentFolderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns an ordered range of all the sync dl objects where repositoryId = ? and parentFolderId = ?.
|
java.util.List<SyncDLObject> |
findByR_P(long repositoryId,
long parentFolderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sync dl objects where repositoryId = ? and parentFolderId = ?.
|
SyncDLObject |
findByR_T_First(long repositoryId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where repositoryId = ? and type = ?.
|
SyncDLObject |
findByR_T_Last(long repositoryId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where repositoryId = ? and type = ?.
|
SyncDLObject[] |
findByR_T_PrevAndNext(long syncDLObjectId,
long repositoryId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the sync dl objects before and after the current sync dl object in the ordered set where repositoryId = ? and type = ?.
|
java.util.List<SyncDLObject> |
findByR_T(long repositoryId,
java.lang.String type)
Returns all the sync dl objects where repositoryId = ? and type = ?.
|
java.util.List<SyncDLObject> |
findByR_T(long repositoryId,
java.lang.String type,
int start,
int end)
Returns a range of all the sync dl objects where repositoryId = ? and type = ?.
|
java.util.List<SyncDLObject> |
findByR_T(long repositoryId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns an ordered range of all the sync dl objects where repositoryId = ? and type = ?.
|
java.util.List<SyncDLObject> |
findByR_T(long repositoryId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sync dl objects where repositoryId = ? and type = ?.
|
SyncDLObject |
findByT_NotE_First(java.lang.String treePath,
java.lang.String event,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where treePath LIKE ? and event ≠ ?.
|
SyncDLObject |
findByT_NotE_Last(java.lang.String treePath,
java.lang.String event,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where treePath LIKE ? and event ≠ ?.
|
SyncDLObject[] |
findByT_NotE_PrevAndNext(long syncDLObjectId,
java.lang.String treePath,
java.lang.String event,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the sync dl objects before and after the current sync dl object in the ordered set where treePath LIKE ? and event ≠ ?.
|
java.util.List<SyncDLObject> |
findByT_NotE(java.lang.String treePath,
java.lang.String event)
Returns all the sync dl objects where treePath LIKE ? and event ≠ ?.
|
java.util.List<SyncDLObject> |
findByT_NotE(java.lang.String treePath,
java.lang.String event,
int start,
int end)
Returns a range of all the sync dl objects where treePath LIKE ? and event ≠ ?.
|
java.util.List<SyncDLObject> |
findByT_NotE(java.lang.String treePath,
java.lang.String event,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns an ordered range of all the sync dl objects where treePath LIKE ? and event ≠ ?.
|
java.util.List<SyncDLObject> |
findByT_NotE(java.lang.String treePath,
java.lang.String event,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sync dl objects where treePath LIKE ? and event ≠ ?.
|
SyncDLObject |
findByT_T(java.lang.String type,
long typePK)
Returns the sync dl object where type = ? and typePK = ? or throws a
NoSuchDLObjectException if it could not be found. |
SyncDLObject |
findByTreePath_First(java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where treePath LIKE ?.
|
SyncDLObject |
findByTreePath_Last(java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where treePath LIKE ?.
|
SyncDLObject[] |
findByTreePath_PrevAndNext(long syncDLObjectId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the sync dl objects before and after the current sync dl object in the ordered set where treePath LIKE ?.
|
java.util.List<SyncDLObject> |
findByTreePath(java.lang.String treePath)
Returns all the sync dl objects where treePath LIKE ?.
|
java.util.List<SyncDLObject> |
findByTreePath(java.lang.String treePath,
int start,
int end)
Returns a range of all the sync dl objects where treePath LIKE ?.
|
java.util.List<SyncDLObject> |
findByTreePath(java.lang.String treePath,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns an ordered range of all the sync dl objects where treePath LIKE ?.
|
java.util.List<SyncDLObject> |
findByTreePath(java.lang.String treePath,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sync dl objects where treePath LIKE ?.
|
SyncDLObject |
findByV_T_First(java.lang.String version,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the first sync dl object in the ordered set where version = ? and type = ?.
|
SyncDLObject |
findByV_T_Last(java.lang.String version,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the last sync dl object in the ordered set where version = ? and type = ?.
|
SyncDLObject[] |
findByV_T_PrevAndNext(long syncDLObjectId,
java.lang.String version,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns the sync dl objects before and after the current sync dl object in the ordered set where version = ? and type = ?.
|
java.util.List<SyncDLObject> |
findByV_T(java.lang.String version,
java.lang.String type)
Returns all the sync dl objects where version = ? and type = ?.
|
java.util.List<SyncDLObject> |
findByV_T(java.lang.String version,
java.lang.String type,
int start,
int end)
Returns a range of all the sync dl objects where version = ? and type = ?.
|
java.util.List<SyncDLObject> |
findByV_T(java.lang.String version,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
Returns an ordered range of all the sync dl objects where version = ? and type = ?.
|
java.util.List<SyncDLObject> |
findByV_T(java.lang.String version,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sync dl objects where version = ? and type = ?.
|
java.util.Set<java.lang.String> |
getBadColumnNames() |
SyncDLObject |
remove(long syncDLObjectId)
Removes the sync dl object with the primary key from the database.
|
void |
removeAll()
Removes all the sync dl objects from the database.
|
void |
removeByM_R_NotE(long modifiedTime,
long repositoryId,
java.lang.String event)
Removes all the sync dl objects where modifiedTime > ? and repositoryId = ? and event ≠ ? from the database.
|
void |
removeByM_R(long modifiedTime,
long repositoryId)
Removes all the sync dl objects where modifiedTime > ? and repositoryId = ? from the database.
|
void |
removeByR_NotE(long repositoryId,
java.lang.String event)
Removes all the sync dl objects where repositoryId = ? and event ≠ ? from the database.
|
void |
removeByR_P_T(long repositoryId,
long parentFolderId,
java.lang.String type)
Removes all the sync dl objects where repositoryId = ? and parentFolderId = ? and type = ? from the database.
|
void |
removeByR_P(long repositoryId,
long parentFolderId)
Removes all the sync dl objects where repositoryId = ? and parentFolderId = ? from the database.
|
void |
removeByR_T(long repositoryId,
java.lang.String type)
Removes all the sync dl objects where repositoryId = ? and type = ? from the database.
|
void |
removeByT_NotE(java.lang.String treePath,
java.lang.String event)
Removes all the sync dl objects where treePath LIKE ? and event ≠ ? from the database.
|
SyncDLObject |
removeByT_T(java.lang.String type,
long typePK)
Removes the sync dl object where type = ? and typePK = ? from the database.
|
void |
removeByTreePath(java.lang.String treePath)
Removes all the sync dl objects where treePath LIKE ? from the database.
|
void |
removeByV_T(java.lang.String version,
java.lang.String type)
Removes all the sync dl objects where version = ? and type = ? from the database.
|
SyncDLObject |
updateImpl(SyncDLObject syncDLObject) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.Map<java.io.Serializable,SyncDLObject> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
SyncDLObjectUtil
to access the sync dl object persistence. Modify service.xml
and rerun ServiceBuilder to regenerate this interface.fetchByPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<SyncDLObject>
java.util.List<SyncDLObject> findByTreePath(java.lang.String treePath)
treePath
- the tree pathjava.util.List<SyncDLObject> findByTreePath(java.lang.String treePath, 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 SyncDLObjectModelImpl
. 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.
treePath
- the tree pathstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)java.util.List<SyncDLObject> findByTreePath(java.lang.String treePath, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 SyncDLObjectModelImpl
. 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.
treePath
- the tree pathstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SyncDLObject> findByTreePath(java.lang.String treePath, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
. 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.
treePath
- the tree pathstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSyncDLObject findByTreePath_First(java.lang.String treePath, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
treePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByTreePath_First(java.lang.String treePath, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
treePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject findByTreePath_Last(java.lang.String treePath, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
treePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByTreePath_Last(java.lang.String treePath, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
treePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject[] findByTreePath_PrevAndNext(long syncDLObjectId, java.lang.String treePath, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
syncDLObjectId
- the primary key of the current sync dl objecttreePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a sync dl object with the primary key could not be foundvoid removeByTreePath(java.lang.String treePath)
treePath
- the tree pathint countByTreePath(java.lang.String treePath)
treePath
- the tree pathjava.util.List<SyncDLObject> findByM_R(long modifiedTime, long repositoryId)
modifiedTime
- the modified timerepositoryId
- the repository IDjava.util.List<SyncDLObject> findByM_R(long modifiedTime, long repositoryId, 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 SyncDLObjectModelImpl
. 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.
modifiedTime
- the modified timerepositoryId
- the repository IDstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)java.util.List<SyncDLObject> findByM_R(long modifiedTime, long repositoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 SyncDLObjectModelImpl
. 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.
modifiedTime
- the modified timerepositoryId
- the repository IDstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SyncDLObject> findByM_R(long modifiedTime, long repositoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
. 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.
modifiedTime
- the modified timerepositoryId
- the repository IDstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSyncDLObject findByM_R_First(long modifiedTime, long repositoryId, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
modifiedTime
- the modified timerepositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByM_R_First(long modifiedTime, long repositoryId, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
modifiedTime
- the modified timerepositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject findByM_R_Last(long modifiedTime, long repositoryId, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
modifiedTime
- the modified timerepositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByM_R_Last(long modifiedTime, long repositoryId, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
modifiedTime
- the modified timerepositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject[] findByM_R_PrevAndNext(long syncDLObjectId, long modifiedTime, long repositoryId, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
syncDLObjectId
- the primary key of the current sync dl objectmodifiedTime
- the modified timerepositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a sync dl object with the primary key could not be foundvoid removeByM_R(long modifiedTime, long repositoryId)
modifiedTime
- the modified timerepositoryId
- the repository IDint countByM_R(long modifiedTime, long repositoryId)
modifiedTime
- the modified timerepositoryId
- the repository IDjava.util.List<SyncDLObject> findByR_P(long repositoryId, long parentFolderId)
repositoryId
- the repository IDparentFolderId
- the parent folder IDjava.util.List<SyncDLObject> findByR_P(long repositoryId, long parentFolderId, 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 SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)java.util.List<SyncDLObject> findByR_P(long repositoryId, long parentFolderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SyncDLObject> findByR_P(long repositoryId, long parentFolderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSyncDLObject findByR_P_First(long repositoryId, long parentFolderId, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
repositoryId
- the repository IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByR_P_First(long repositoryId, long parentFolderId, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
repositoryId
- the repository IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject findByR_P_Last(long repositoryId, long parentFolderId, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
repositoryId
- the repository IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByR_P_Last(long repositoryId, long parentFolderId, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
repositoryId
- the repository IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject[] findByR_P_PrevAndNext(long syncDLObjectId, long repositoryId, long parentFolderId, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
syncDLObjectId
- the primary key of the current sync dl objectrepositoryId
- the repository IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a sync dl object with the primary key could not be foundvoid removeByR_P(long repositoryId, long parentFolderId)
repositoryId
- the repository IDparentFolderId
- the parent folder IDint countByR_P(long repositoryId, long parentFolderId)
repositoryId
- the repository IDparentFolderId
- the parent folder IDjava.util.List<SyncDLObject> findByR_NotE(long repositoryId, java.lang.String event)
repositoryId
- the repository IDevent
- the eventjava.util.List<SyncDLObject> findByR_NotE(long repositoryId, java.lang.String event, 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 SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDevent
- the eventstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)java.util.List<SyncDLObject> findByR_NotE(long repositoryId, java.lang.String event, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDevent
- the eventstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SyncDLObject> findByR_NotE(long repositoryId, java.lang.String event, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDevent
- the eventstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSyncDLObject findByR_NotE_First(long repositoryId, java.lang.String event, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
repositoryId
- the repository IDevent
- the eventorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByR_NotE_First(long repositoryId, java.lang.String event, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
repositoryId
- the repository IDevent
- the eventorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject findByR_NotE_Last(long repositoryId, java.lang.String event, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
repositoryId
- the repository IDevent
- the eventorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByR_NotE_Last(long repositoryId, java.lang.String event, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
repositoryId
- the repository IDevent
- the eventorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject[] findByR_NotE_PrevAndNext(long syncDLObjectId, long repositoryId, java.lang.String event, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
syncDLObjectId
- the primary key of the current sync dl objectrepositoryId
- the repository IDevent
- the eventorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a sync dl object with the primary key could not be foundvoid removeByR_NotE(long repositoryId, java.lang.String event)
repositoryId
- the repository IDevent
- the eventint countByR_NotE(long repositoryId, java.lang.String event)
repositoryId
- the repository IDevent
- the eventjava.util.List<SyncDLObject> findByR_T(long repositoryId, java.lang.String type)
repositoryId
- the repository IDtype
- the typejava.util.List<SyncDLObject> findByR_T(long repositoryId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDtype
- the typestart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)java.util.List<SyncDLObject> findByR_T(long repositoryId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDtype
- the typestart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SyncDLObject> findByR_T(long repositoryId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDtype
- the typestart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSyncDLObject findByR_T_First(long repositoryId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
repositoryId
- the repository IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByR_T_First(long repositoryId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
repositoryId
- the repository IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject findByR_T_Last(long repositoryId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
repositoryId
- the repository IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByR_T_Last(long repositoryId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
repositoryId
- the repository IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject[] findByR_T_PrevAndNext(long syncDLObjectId, long repositoryId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
syncDLObjectId
- the primary key of the current sync dl objectrepositoryId
- the repository IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a sync dl object with the primary key could not be foundvoid removeByR_T(long repositoryId, java.lang.String type)
repositoryId
- the repository IDtype
- the typeint countByR_T(long repositoryId, java.lang.String type)
repositoryId
- the repository IDtype
- the typejava.util.List<SyncDLObject> findByT_NotE(java.lang.String treePath, java.lang.String event)
treePath
- the tree pathevent
- the eventjava.util.List<SyncDLObject> findByT_NotE(java.lang.String treePath, java.lang.String event, 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 SyncDLObjectModelImpl
. 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.
treePath
- the tree pathevent
- the eventstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)java.util.List<SyncDLObject> findByT_NotE(java.lang.String treePath, java.lang.String event, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 SyncDLObjectModelImpl
. 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.
treePath
- the tree pathevent
- the eventstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SyncDLObject> findByT_NotE(java.lang.String treePath, java.lang.String event, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
. 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.
treePath
- the tree pathevent
- the eventstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSyncDLObject findByT_NotE_First(java.lang.String treePath, java.lang.String event, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
treePath
- the tree pathevent
- the eventorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByT_NotE_First(java.lang.String treePath, java.lang.String event, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
treePath
- the tree pathevent
- the eventorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject findByT_NotE_Last(java.lang.String treePath, java.lang.String event, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
treePath
- the tree pathevent
- the eventorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByT_NotE_Last(java.lang.String treePath, java.lang.String event, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
treePath
- the tree pathevent
- the eventorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject[] findByT_NotE_PrevAndNext(long syncDLObjectId, java.lang.String treePath, java.lang.String event, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
syncDLObjectId
- the primary key of the current sync dl objecttreePath
- the tree pathevent
- the eventorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a sync dl object with the primary key could not be foundvoid removeByT_NotE(java.lang.String treePath, java.lang.String event)
treePath
- the tree pathevent
- the eventint countByT_NotE(java.lang.String treePath, java.lang.String event)
treePath
- the tree pathevent
- the eventjava.util.List<SyncDLObject> findByV_T(java.lang.String version, java.lang.String type)
version
- the versiontype
- the typejava.util.List<SyncDLObject> findByV_T(java.lang.String version, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
. 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.
version
- the versiontype
- the typestart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)java.util.List<SyncDLObject> findByV_T(java.lang.String version, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 SyncDLObjectModelImpl
. 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.
version
- the versiontype
- the typestart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SyncDLObject> findByV_T(java.lang.String version, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
. 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.
version
- the versiontype
- the typestart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSyncDLObject findByV_T_First(java.lang.String version, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
version
- the versiontype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByV_T_First(java.lang.String version, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
version
- the versiontype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject findByV_T_Last(java.lang.String version, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
version
- the versiontype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByV_T_Last(java.lang.String version, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
version
- the versiontype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject[] findByV_T_PrevAndNext(long syncDLObjectId, java.lang.String version, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
syncDLObjectId
- the primary key of the current sync dl objectversion
- the versiontype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a sync dl object with the primary key could not be foundvoid removeByV_T(java.lang.String version, java.lang.String type)
version
- the versiontype
- the typeint countByV_T(java.lang.String version, java.lang.String type)
version
- the versiontype
- the typeSyncDLObject findByT_T(java.lang.String type, long typePK) throws NoSuchDLObjectException
NoSuchDLObjectException
if it could not be found.type
- the typetypePK
- the type pkNoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByT_T(java.lang.String type, long typePK)
null
if it could not be found. Uses the finder cache.type
- the typetypePK
- the type pknull
if a matching sync dl object could not be foundSyncDLObject fetchByT_T(java.lang.String type, long typePK, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.type
- the typetypePK
- the type pkuseFinderCache
- whether to use the finder cachenull
if a matching sync dl object could not be foundSyncDLObject removeByT_T(java.lang.String type, long typePK) throws NoSuchDLObjectException
type
- the typetypePK
- the type pkNoSuchDLObjectException
int countByT_T(java.lang.String type, long typePK)
type
- the typetypePK
- the type pkjava.util.List<SyncDLObject> findByM_R_NotE(long modifiedTime, long repositoryId, java.lang.String event)
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventjava.util.List<SyncDLObject> findByM_R_NotE(long modifiedTime, long repositoryId, java.lang.String event, 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 SyncDLObjectModelImpl
. 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.
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)java.util.List<SyncDLObject> findByM_R_NotE(long modifiedTime, long repositoryId, java.lang.String event, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 SyncDLObjectModelImpl
. 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.
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SyncDLObject> findByM_R_NotE(long modifiedTime, long repositoryId, java.lang.String event, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
. 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.
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSyncDLObject findByM_R_NotE_First(long modifiedTime, long repositoryId, java.lang.String event, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByM_R_NotE_First(long modifiedTime, long repositoryId, java.lang.String event, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject findByM_R_NotE_Last(long modifiedTime, long repositoryId, java.lang.String event, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByM_R_NotE_Last(long modifiedTime, long repositoryId, java.lang.String event, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject[] findByM_R_NotE_PrevAndNext(long syncDLObjectId, long modifiedTime, long repositoryId, java.lang.String event, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
syncDLObjectId
- the primary key of the current sync dl objectmodifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a sync dl object with the primary key could not be foundjava.util.List<SyncDLObject> findByM_R_NotE(long modifiedTime, long repositoryId, java.lang.String[] events)
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 SyncDLObjectModelImpl
. 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.
modifiedTime
- the modified timerepositoryId
- the repository IDevents
- the eventsjava.util.List<SyncDLObject> findByM_R_NotE(long modifiedTime, long repositoryId, java.lang.String[] events, 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 SyncDLObjectModelImpl
. 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.
modifiedTime
- the modified timerepositoryId
- the repository IDevents
- the eventsstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)java.util.List<SyncDLObject> findByM_R_NotE(long modifiedTime, long repositoryId, java.lang.String[] events, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 SyncDLObjectModelImpl
. 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.
modifiedTime
- the modified timerepositoryId
- the repository IDevents
- the eventsstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SyncDLObject> findByM_R_NotE(long modifiedTime, long repositoryId, java.lang.String[] events, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
. 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.
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByM_R_NotE(long modifiedTime, long repositoryId, java.lang.String event)
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventint countByM_R_NotE(long modifiedTime, long repositoryId, java.lang.String event)
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventint countByM_R_NotE(long modifiedTime, long repositoryId, java.lang.String[] events)
modifiedTime
- the modified timerepositoryId
- the repository IDevents
- the eventsjava.util.List<SyncDLObject> findByR_P_T(long repositoryId, long parentFolderId, java.lang.String type)
repositoryId
- the repository IDparentFolderId
- the parent folder IDtype
- the typejava.util.List<SyncDLObject> findByR_P_T(long repositoryId, long parentFolderId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDparentFolderId
- the parent folder IDtype
- the typestart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)java.util.List<SyncDLObject> findByR_P_T(long repositoryId, long parentFolderId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDparentFolderId
- the parent folder IDtype
- the typestart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SyncDLObject> findByR_P_T(long repositoryId, long parentFolderId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDparentFolderId
- the parent folder IDtype
- the typestart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSyncDLObject findByR_P_T_First(long repositoryId, long parentFolderId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
repositoryId
- the repository IDparentFolderId
- the parent folder IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByR_P_T_First(long repositoryId, long parentFolderId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
repositoryId
- the repository IDparentFolderId
- the parent folder IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject findByR_P_T_Last(long repositoryId, long parentFolderId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
repositoryId
- the repository IDparentFolderId
- the parent folder IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a matching sync dl object could not be foundSyncDLObject fetchByR_P_T_Last(long repositoryId, long parentFolderId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
repositoryId
- the repository IDparentFolderId
- the parent folder IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl object could not be foundSyncDLObject[] findByR_P_T_PrevAndNext(long syncDLObjectId, long repositoryId, long parentFolderId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) throws NoSuchDLObjectException
syncDLObjectId
- the primary key of the current sync dl objectrepositoryId
- the repository IDparentFolderId
- the parent folder IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLObjectException
- if a sync dl object with the primary key could not be foundjava.util.List<SyncDLObject> findByR_P_T(long repositoryId, long parentFolderId, java.lang.String[] types)
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 SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDparentFolderId
- the parent folder IDtypes
- the typesjava.util.List<SyncDLObject> findByR_P_T(long repositoryId, long parentFolderId, java.lang.String[] types, 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 SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDparentFolderId
- the parent folder IDtypes
- the typesstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)java.util.List<SyncDLObject> findByR_P_T(long repositoryId, long parentFolderId, java.lang.String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDparentFolderId
- the parent folder IDtypes
- the typesstart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SyncDLObject> findByR_P_T(long repositoryId, long parentFolderId, java.lang.String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
. 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.
repositoryId
- the repository IDparentFolderId
- the parent folder IDtype
- the typestart
- the lower bound of the range of sync dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByR_P_T(long repositoryId, long parentFolderId, java.lang.String type)
repositoryId
- the repository IDparentFolderId
- the parent folder IDtype
- the typeint countByR_P_T(long repositoryId, long parentFolderId, java.lang.String type)
repositoryId
- the repository IDparentFolderId
- the parent folder IDtype
- the typeint countByR_P_T(long repositoryId, long parentFolderId, java.lang.String[] types)
repositoryId
- the repository IDparentFolderId
- the parent folder IDtypes
- the typesvoid cacheResult(SyncDLObject syncDLObject)
syncDLObject
- the sync dl objectvoid cacheResult(java.util.List<SyncDLObject> syncDLObjects)
syncDLObjects
- the sync dl objectsSyncDLObject create(long syncDLObjectId)
syncDLObjectId
- the primary key for the new sync dl objectSyncDLObject remove(long syncDLObjectId) throws NoSuchDLObjectException
syncDLObjectId
- the primary key of the sync dl objectNoSuchDLObjectException
- if a sync dl object with the primary key could not be foundSyncDLObject updateImpl(SyncDLObject syncDLObject)
SyncDLObject findByPrimaryKey(long syncDLObjectId) throws NoSuchDLObjectException
NoSuchDLObjectException
if it could not be found.syncDLObjectId
- the primary key of the sync dl objectNoSuchDLObjectException
- if a sync dl object with the primary key could not be foundSyncDLObject fetchByPrimaryKey(long syncDLObjectId)
null
if it could not be found.syncDLObjectId
- the primary key of the sync dl objectnull
if a sync dl object with the primary key could not be foundjava.util.List<SyncDLObject> findAll()
java.util.List<SyncDLObject> 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 SyncDLObjectModelImpl
. 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 dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)java.util.List<SyncDLObject> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 SyncDLObjectModelImpl
. 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 dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SyncDLObject> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
. 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 dl objectsend
- the upper bound of the range of sync dl objects (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()
java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<SyncDLObject>