@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 |
countByGtM_R_NotE(long modifiedTime,
long repositoryId,
java.lang.String event)
Returns the number of sync dl objects where modifiedTime > ? and repositoryId = ? and event ≠ ?.
|
int |
countByGtM_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 |
countByGtM_R(long modifiedTime,
long repositoryId)
Returns the number of sync dl objects where modifiedTime > ? and repositoryId = ?.
|
int |
countByLikeT_NotE(java.lang.String treePath,
java.lang.String event)
Returns the number of sync dl objects where treePath LIKE ? and event ≠ ?.
|
int |
countByLikeTreePath(java.lang.String treePath)
Returns the number of sync dl objects where treePath LIKE ?.
|
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_T(java.lang.String type,
long typePK)
Returns the number of sync dl objects where type = ? and typePK = ?.
|
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 |
fetchByGtM_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 |
fetchByGtM_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 |
fetchByGtM_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 |
fetchByGtM_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 |
fetchByLikeT_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 |
fetchByLikeT_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 |
fetchByLikeTreePath_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 |
fetchByLikeTreePath_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 |
fetchByPrimaryKey(long syncDLObjectId)
Returns the sync dl object with the primary key or returns
null if it could not be found. |
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_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 |
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 |
findByGtM_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 |
findByGtM_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 |
findByGtM_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 |
findByGtM_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[] |
findByGtM_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> |
findByGtM_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> |
findByGtM_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> |
findByGtM_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> |
findByGtM_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> |
findByGtM_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> |
findByGtM_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> |
findByGtM_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> |
findByGtM_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[] |
findByGtM_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> |
findByGtM_R(long modifiedTime,
long repositoryId)
Returns all the sync dl objects where modifiedTime > ? and repositoryId = ?.
|
java.util.List<SyncDLObject> |
findByGtM_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> |
findByGtM_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> |
findByGtM_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 |
findByLikeT_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 |
findByLikeT_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[] |
findByLikeT_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> |
findByLikeT_NotE(java.lang.String treePath,
java.lang.String event)
Returns all the sync dl objects where treePath LIKE ? and event ≠ ?.
|
java.util.List<SyncDLObject> |
findByLikeT_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> |
findByLikeT_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> |
findByLikeT_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 |
findByLikeTreePath_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 |
findByLikeTreePath_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[] |
findByLikeTreePath_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> |
findByLikeTreePath(java.lang.String treePath)
Returns all the sync dl objects where treePath LIKE ?.
|
java.util.List<SyncDLObject> |
findByLikeTreePath(java.lang.String treePath,
int start,
int end)
Returns a range of all the sync dl objects where treePath LIKE ?.
|
java.util.List<SyncDLObject> |
findByLikeTreePath(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> |
findByLikeTreePath(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 |
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_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 |
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 = ?.
|
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 |
removeByGtM_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 |
removeByGtM_R(long modifiedTime,
long repositoryId)
Removes all the sync dl objects where modifiedTime > ? and repositoryId = ? from the database.
|
void |
removeByLikeT_NotE(java.lang.String treePath,
java.lang.String event)
Removes all the sync dl objects where treePath LIKE ? and event ≠ ? from the database.
|
void |
removeByLikeTreePath(java.lang.String treePath)
Removes all the sync dl objects where treePath LIKE ? 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.
|
SyncDLObject |
removeByT_T(java.lang.String type,
long typePK)
Removes the sync dl object where type = ? and typePK = ? 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, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<SyncDLObject> findByLikeTreePath(java.lang.String treePath)
treePath
- the tree pathjava.util.List<SyncDLObject> findByLikeTreePath(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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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> findByLikeTreePath(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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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> findByLikeTreePath(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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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 findByLikeTreePath_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 fetchByLikeTreePath_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 findByLikeTreePath_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 fetchByLikeTreePath_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[] findByLikeTreePath_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 removeByLikeTreePath(java.lang.String treePath)
treePath
- the tree pathint countByLikeTreePath(java.lang.String treePath)
treePath
- the tree pathjava.util.List<SyncDLObject> findByGtM_R(long modifiedTime, long repositoryId)
modifiedTime
- the modified timerepositoryId
- the repository IDjava.util.List<SyncDLObject> findByGtM_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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> findByGtM_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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> findByGtM_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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 findByGtM_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 fetchByGtM_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 findByGtM_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 fetchByGtM_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[] findByGtM_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 removeByGtM_R(long modifiedTime, long repositoryId)
modifiedTime
- the modified timerepositoryId
- the repository IDint countByGtM_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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> findByLikeT_NotE(java.lang.String treePath, java.lang.String event)
treePath
- the tree pathevent
- the eventjava.util.List<SyncDLObject> findByLikeT_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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> findByLikeT_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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> findByLikeT_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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 findByLikeT_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 fetchByLikeT_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 findByLikeT_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 fetchByLikeT_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[] findByLikeT_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 removeByLikeT_NotE(java.lang.String treePath, java.lang.String event)
treePath
- the tree pathevent
- the eventint countByLikeT_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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> findByGtM_R_NotE(long modifiedTime, long repositoryId, java.lang.String event)
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventjava.util.List<SyncDLObject> findByGtM_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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> findByGtM_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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> findByGtM_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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 findByGtM_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 fetchByGtM_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 findByGtM_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 fetchByGtM_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[] findByGtM_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> findByGtM_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
modifiedTime
- the modified timerepositoryId
- the repository IDevents
- the eventsjava.util.List<SyncDLObject> findByGtM_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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> findByGtM_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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> findByGtM_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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 removeByGtM_R_NotE(long modifiedTime, long repositoryId, java.lang.String event)
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventint countByGtM_R_NotE(long modifiedTime, long repositoryId, java.lang.String event)
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventint countByGtM_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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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, then the query will include the default ORDER BY logic from SyncDLObjectModelImpl
.
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()