Package | Description |
---|---|
com.liferay.document.library.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
static DLSyncEvent |
DLSyncEventUtil.findByModifiedTime_First(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the first dl sync event in the ordered set where modifiedTime > ?.
|
DLSyncEvent |
DLSyncEventPersistence.findByModifiedTime_First(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the first dl sync event in the ordered set where modifiedTime > ?.
|
static DLSyncEvent |
DLSyncEventUtil.findByModifiedTime_Last(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the last dl sync event in the ordered set where modifiedTime > ?.
|
DLSyncEvent |
DLSyncEventPersistence.findByModifiedTime_Last(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the last dl sync event in the ordered set where modifiedTime > ?.
|
static DLSyncEvent[] |
DLSyncEventUtil.findByModifiedTime_PrevAndNext(long syncEventId,
long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the dl sync events before and after the current dl sync event in the ordered set where modifiedTime > ?.
|
DLSyncEvent[] |
DLSyncEventPersistence.findByModifiedTime_PrevAndNext(long syncEventId,
long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the dl sync events before and after the current dl sync event in the ordered set where modifiedTime > ?.
|
static DLSyncEvent |
DLSyncEventUtil.findByPrimaryKey(long syncEventId)
Returns the dl sync event with the primary key or throws a
NoSuchSyncEventException if it could not be found. |
DLSyncEvent |
DLSyncEventPersistence.findByPrimaryKey(long syncEventId)
Returns the dl sync event with the primary key or throws a
NoSuchSyncEventException if it could not be found. |
static DLSyncEvent |
DLSyncEventUtil.findByTypePK(long typePK)
Returns the dl sync event where typePK = ? or throws a
NoSuchSyncEventException if it could not be found. |
DLSyncEvent |
DLSyncEventPersistence.findByTypePK(long typePK)
Returns the dl sync event where typePK = ? or throws a
NoSuchSyncEventException if it could not be found. |
static DLSyncEvent |
DLSyncEventUtil.remove(long syncEventId)
Removes the dl sync event with the primary key from the database.
|
DLSyncEvent |
DLSyncEventPersistence.remove(long syncEventId)
Removes the dl sync event with the primary key from the database.
|
static DLSyncEvent |
DLSyncEventUtil.removeByTypePK(long typePK)
Removes the dl sync event where typePK = ? from the database.
|
DLSyncEvent |
DLSyncEventPersistence.removeByTypePK(long typePK)
Removes the dl sync event where typePK = ? from the database.
|