public class SyncDLObjectUtil
extends java.lang.Object
com.liferay.sync.service.persistence.impl.SyncDLObjectPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
SyncDLObjectPersistence
Constructor and Description |
---|
SyncDLObjectUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(java.util.List<SyncDLObject> syncDLObjects)
Caches the sync dl objects in the entity cache if it is enabled.
|
static void |
cacheResult(SyncDLObject syncDLObject)
Caches the sync dl object in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(SyncDLObject syncDLObject) |
static int |
countAll()
Returns the number of sync dl objects.
|
static 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 ≠ ?.
|
static 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 ?.
|
static int |
countByGtM_R(long modifiedTime,
long repositoryId)
Returns the number of sync dl objects where modifiedTime > ? and repositoryId = ?.
|
static int |
countByLikeT_NotE(java.lang.String treePath,
java.lang.String event)
Returns the number of sync dl objects where treePath LIKE ? and event ≠ ?.
|
static int |
countByLikeTreePath(java.lang.String treePath)
Returns the number of sync dl objects where treePath LIKE ?.
|
static int |
countByR_NotE(long repositoryId,
java.lang.String event)
Returns the number of sync dl objects where repositoryId = ? and event ≠ ?.
|
static 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 = ?.
|
static 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 ?.
|
static int |
countByR_P(long repositoryId,
long parentFolderId)
Returns the number of sync dl objects where repositoryId = ? and parentFolderId = ?.
|
static int |
countByR_T(long repositoryId,
java.lang.String type)
Returns the number of sync dl objects where repositoryId = ? and type = ?.
|
static int |
countByT_T(java.lang.String type,
long typePK)
Returns the number of sync dl objects where type = ? and typePK = ?.
|
static int |
countByV_T(java.lang.String version,
java.lang.String type)
Returns the number of sync dl objects where version = ? and type = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static SyncDLObject |
create(long syncDLObjectId)
Creates a new sync dl object with the primary key.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 ?.
|
static 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 ?.
|
static SyncDLObject |
fetchByPrimaryKey(long syncDLObjectId)
Returns the sync dl object with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,SyncDLObject> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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. |
static 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. |
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<SyncDLObject> |
findAll()
Returns all the sync dl objects.
|
static java.util.List<SyncDLObject> |
findAll(int start,
int end)
Returns a range of all the sync dl objects.
|
static 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.
|
static 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.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 ?.
|
static 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 ?.
|
static 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 ?.
|
static 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.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 = ?.
|
static java.util.List<SyncDLObject> |
findByGtM_R(long modifiedTime,
long repositoryId)
Returns all the sync dl objects where modifiedTime > ? and repositoryId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 ?.
|
static 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 ?.
|
static 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 ?.
|
static java.util.List<SyncDLObject> |
findByLikeTreePath(java.lang.String treePath)
Returns all the sync dl objects where treePath LIKE ?.
|
static 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 ?.
|
static 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 ?.
|
static 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 ?.
|
static SyncDLObject |
findByPrimaryKey(long syncDLObjectId)
Returns the sync dl object with the primary key or throws a
NoSuchDLObjectException if it could not be found. |
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static java.util.List<SyncDLObject> |
findByR_NotE(long repositoryId,
java.lang.String event)
Returns all the sync dl objects where repositoryId = ? and event ≠ ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 ?.
|
static 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 ?.
|
static 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 ?.
|
static 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.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<SyncDLObject> |
findByR_P(long repositoryId,
long parentFolderId)
Returns all the sync dl objects where repositoryId = ? and parentFolderId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<SyncDLObject> |
findByR_T(long repositoryId,
java.lang.String type)
Returns all the sync dl objects where repositoryId = ? and type = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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. |
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<SyncDLObject> |
findByV_T(java.lang.String version,
java.lang.String type)
Returns all the sync dl objects where version = ? and type = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<SyncDLObject> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<SyncDLObject> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<SyncDLObject> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator) |
static SyncDLObjectPersistence |
getPersistence() |
static SyncDLObject |
remove(long syncDLObjectId)
Removes the sync dl object with the primary key from the database.
|
static void |
removeAll()
Removes all the sync dl objects from the database.
|
static 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.
|
static void |
removeByGtM_R(long modifiedTime,
long repositoryId)
Removes all the sync dl objects where modifiedTime > ? and repositoryId = ? from the database.
|
static 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.
|
static void |
removeByLikeTreePath(java.lang.String treePath)
Removes all the sync dl objects where treePath LIKE ? from the database.
|
static void |
removeByR_NotE(long repositoryId,
java.lang.String event)
Removes all the sync dl objects where repositoryId = ? and event ≠ ? from the database.
|
static 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.
|
static void |
removeByR_P(long repositoryId,
long parentFolderId)
Removes all the sync dl objects where repositoryId = ? and parentFolderId = ? from the database.
|
static void |
removeByR_T(long repositoryId,
java.lang.String type)
Removes all the sync dl objects where repositoryId = ? and type = ? from the database.
|
static SyncDLObject |
removeByT_T(java.lang.String type,
long typePK)
Removes the sync dl object where type = ? and typePK = ? from the database.
|
static void |
removeByV_T(java.lang.String version,
java.lang.String type)
Removes all the sync dl objects where version = ? and type = ? from the database.
|
static SyncDLObject |
update(SyncDLObject syncDLObject) |
static SyncDLObject |
update(SyncDLObject syncDLObject,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static SyncDLObject |
updateImpl(SyncDLObject syncDLObject) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(SyncDLObject syncDLObject)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.Map<java.io.Serializable,SyncDLObject> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<SyncDLObject> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<SyncDLObject> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<SyncDLObject> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SyncDLObject> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static SyncDLObject update(SyncDLObject syncDLObject)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static SyncDLObject update(SyncDLObject syncDLObject, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<SyncDLObject> findByLikeTreePath(java.lang.String treePath)
treePath
- the tree pathpublic static java.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)public static 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
)public static 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 cachepublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject[] 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 foundpublic static void removeByLikeTreePath(java.lang.String treePath)
treePath
- the tree pathpublic static int countByLikeTreePath(java.lang.String treePath)
treePath
- the tree pathpublic static java.util.List<SyncDLObject> findByGtM_R(long modifiedTime, long repositoryId)
modifiedTime
- the modified timerepositoryId
- the repository IDpublic static java.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)public static 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
)public static 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 cachepublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject[] 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 foundpublic static void removeByGtM_R(long modifiedTime, long repositoryId)
modifiedTime
- the modified timerepositoryId
- the repository IDpublic static int countByGtM_R(long modifiedTime, long repositoryId)
modifiedTime
- the modified timerepositoryId
- the repository IDpublic static java.util.List<SyncDLObject> findByR_P(long repositoryId, long parentFolderId)
repositoryId
- the repository IDparentFolderId
- the parent folder IDpublic static java.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)public static 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
)public static 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 cachepublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject[] 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 foundpublic static void removeByR_P(long repositoryId, long parentFolderId)
repositoryId
- the repository IDparentFolderId
- the parent folder IDpublic static int countByR_P(long repositoryId, long parentFolderId)
repositoryId
- the repository IDparentFolderId
- the parent folder IDpublic static java.util.List<SyncDLObject> findByR_NotE(long repositoryId, java.lang.String event)
repositoryId
- the repository IDevent
- the eventpublic static java.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)public static 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
)public static 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 cachepublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject[] 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 foundpublic static void removeByR_NotE(long repositoryId, java.lang.String event)
repositoryId
- the repository IDevent
- the eventpublic static int countByR_NotE(long repositoryId, java.lang.String event)
repositoryId
- the repository IDevent
- the eventpublic static java.util.List<SyncDLObject> findByR_T(long repositoryId, java.lang.String type)
repositoryId
- the repository IDtype
- the typepublic static java.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)public static 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
)public static 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 cachepublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject[] 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 foundpublic static void removeByR_T(long repositoryId, java.lang.String type)
repositoryId
- the repository IDtype
- the typepublic static int countByR_T(long repositoryId, java.lang.String type)
repositoryId
- the repository IDtype
- the typepublic static java.util.List<SyncDLObject> findByLikeT_NotE(java.lang.String treePath, java.lang.String event)
treePath
- the tree pathevent
- the eventpublic static java.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)public static 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
)public static 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 cachepublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject[] 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 foundpublic static void removeByLikeT_NotE(java.lang.String treePath, java.lang.String event)
treePath
- the tree pathevent
- the eventpublic static int countByLikeT_NotE(java.lang.String treePath, java.lang.String event)
treePath
- the tree pathevent
- the eventpublic static java.util.List<SyncDLObject> findByV_T(java.lang.String version, java.lang.String type)
version
- the versiontype
- the typepublic static java.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)public static 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
)public static 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 cachepublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject[] 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 foundpublic static void removeByV_T(java.lang.String version, java.lang.String type)
version
- the versiontype
- the typepublic static int countByV_T(java.lang.String version, java.lang.String type)
version
- the versiontype
- the typepublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject removeByT_T(java.lang.String type, long typePK) throws NoSuchDLObjectException
type
- the typetypePK
- the type pkNoSuchDLObjectException
public static int countByT_T(java.lang.String type, long typePK)
type
- the typetypePK
- the type pkpublic static java.util.List<SyncDLObject> findByGtM_R_NotE(long modifiedTime, long repositoryId, java.lang.String event)
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventpublic static java.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)public static 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
)public static 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 cachepublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject[] 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 foundpublic static java.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 eventspublic static java.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)public static 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
)public static 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 cachepublic static void removeByGtM_R_NotE(long modifiedTime, long repositoryId, java.lang.String event)
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventpublic static int countByGtM_R_NotE(long modifiedTime, long repositoryId, java.lang.String event)
modifiedTime
- the modified timerepositoryId
- the repository IDevent
- the eventpublic static int countByGtM_R_NotE(long modifiedTime, long repositoryId, java.lang.String[] events)
modifiedTime
- the modified timerepositoryId
- the repository IDevents
- the eventspublic static java.util.List<SyncDLObject> findByR_P_T(long repositoryId, long parentFolderId, java.lang.String type)
repositoryId
- the repository IDparentFolderId
- the parent folder IDtype
- the typepublic static java.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)public static 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
)public static 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 cachepublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject 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 foundpublic static SyncDLObject[] 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 foundpublic static java.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 typespublic static java.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)public static 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
)public static 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 cachepublic static void removeByR_P_T(long repositoryId, long parentFolderId, java.lang.String type)
repositoryId
- the repository IDparentFolderId
- the parent folder IDtype
- the typepublic static int countByR_P_T(long repositoryId, long parentFolderId, java.lang.String type)
repositoryId
- the repository IDparentFolderId
- the parent folder IDtype
- the typepublic static int countByR_P_T(long repositoryId, long parentFolderId, java.lang.String[] types)
repositoryId
- the repository IDparentFolderId
- the parent folder IDtypes
- the typespublic static void cacheResult(SyncDLObject syncDLObject)
syncDLObject
- the sync dl objectpublic static void cacheResult(java.util.List<SyncDLObject> syncDLObjects)
syncDLObjects
- the sync dl objectspublic static SyncDLObject create(long syncDLObjectId)
syncDLObjectId
- the primary key for the new sync dl objectpublic static SyncDLObject 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 foundpublic static SyncDLObject updateImpl(SyncDLObject syncDLObject)
public static 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 foundpublic static SyncDLObject 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 foundpublic static java.util.List<SyncDLObject> findAll()
public static 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)public static 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
)public static 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 cachepublic static void removeAll()
public static int countAll()
public static SyncDLObjectPersistence getPersistence()