Package | Description |
---|---|
com.liferay.document.library.kernel.model | |
com.liferay.document.library.kernel.service |
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.document.library.kernel.service.persistence |
Modifier and Type | Class and Description |
---|---|
class |
DLSyncEventWrapper
This class is a wrapper for
DLSyncEvent . |
Modifier and Type | Field and Description |
---|---|
static Accessor<DLSyncEvent,Long> |
DLSyncEvent.SYNC_EVENT_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
DLSyncEvent |
DLSyncEventWrapper.getWrappedModel() |
DLSyncEvent |
DLSyncEventWrapper.toEscapedModel() |
DLSyncEvent |
DLSyncEventModel.toEscapedModel() |
DLSyncEvent |
DLSyncEventWrapper.toUnescapedModel() |
DLSyncEvent |
DLSyncEventModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<DLSyncEvent> |
DLSyncEventWrapper.toCacheModel() |
CacheModel<DLSyncEvent> |
DLSyncEventModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
DLSyncEventWrapper.compareTo(DLSyncEvent dlSyncEvent) |
int |
DLSyncEventModel.compareTo(DLSyncEvent dlSyncEvent) |
static DLSyncEventSoap |
DLSyncEventSoap.toSoapModel(DLSyncEvent model) |
static DLSyncEventSoap[] |
DLSyncEventSoap.toSoapModels(DLSyncEvent[] models) |
static DLSyncEventSoap[][] |
DLSyncEventSoap.toSoapModels(DLSyncEvent[][] models) |
Modifier and Type | Method and Description |
---|---|
static DLSyncEventSoap[] |
DLSyncEventSoap.toSoapModels(List<DLSyncEvent> models) |
Constructor and Description |
---|
DLSyncEventWrapper(DLSyncEvent dlSyncEvent) |
Modifier and Type | Method and Description |
---|---|
DLSyncEvent |
DLSyncEventLocalServiceWrapper.addDLSyncEvent(DLSyncEvent dlSyncEvent)
Adds the dl sync event to the database.
|
static DLSyncEvent |
DLSyncEventLocalServiceUtil.addDLSyncEvent(DLSyncEvent dlSyncEvent)
Adds the dl sync event to the database.
|
DLSyncEvent |
DLSyncEventLocalService.addDLSyncEvent(DLSyncEvent dlSyncEvent)
Adds the dl sync event to the database.
|
DLSyncEvent |
DLSyncEventLocalServiceWrapper.addDLSyncEvent(String event,
String type,
long typePK) |
static DLSyncEvent |
DLSyncEventLocalServiceUtil.addDLSyncEvent(String event,
String type,
long typePK) |
DLSyncEvent |
DLSyncEventLocalService.addDLSyncEvent(String event,
String type,
long typePK) |
DLSyncEvent |
DLSyncEventLocalServiceWrapper.createDLSyncEvent(long syncEventId)
Creates a new dl sync event with the primary key.
|
static DLSyncEvent |
DLSyncEventLocalServiceUtil.createDLSyncEvent(long syncEventId)
Creates a new dl sync event with the primary key.
|
DLSyncEvent |
DLSyncEventLocalService.createDLSyncEvent(long syncEventId)
Creates a new dl sync event with the primary key.
|
DLSyncEvent |
DLSyncEventLocalServiceWrapper.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
Deletes the dl sync event from the database.
|
static DLSyncEvent |
DLSyncEventLocalServiceUtil.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
Deletes the dl sync event from the database.
|
DLSyncEvent |
DLSyncEventLocalService.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
Deletes the dl sync event from the database.
|
DLSyncEvent |
DLSyncEventLocalServiceWrapper.deleteDLSyncEvent(long syncEventId)
Deletes the dl sync event with the primary key from the database.
|
static DLSyncEvent |
DLSyncEventLocalServiceUtil.deleteDLSyncEvent(long syncEventId)
Deletes the dl sync event with the primary key from the database.
|
DLSyncEvent |
DLSyncEventLocalService.deleteDLSyncEvent(long syncEventId)
Deletes the dl sync event with the primary key from the database.
|
DLSyncEvent |
DLSyncEventLocalServiceWrapper.fetchDLSyncEvent(long syncEventId) |
static DLSyncEvent |
DLSyncEventLocalServiceUtil.fetchDLSyncEvent(long syncEventId) |
DLSyncEvent |
DLSyncEventLocalService.fetchDLSyncEvent(long syncEventId) |
DLSyncEvent |
DLSyncEventLocalServiceWrapper.getDLSyncEvent(long syncEventId)
Returns the dl sync event with the primary key.
|
static DLSyncEvent |
DLSyncEventLocalServiceUtil.getDLSyncEvent(long syncEventId)
Returns the dl sync event with the primary key.
|
DLSyncEvent |
DLSyncEventLocalService.getDLSyncEvent(long syncEventId)
Returns the dl sync event with the primary key.
|
DLSyncEvent |
DLSyncEventLocalServiceWrapper.updateDLSyncEvent(DLSyncEvent dlSyncEvent)
Updates the dl sync event in the database or adds it if it does not yet exist.
|
static DLSyncEvent |
DLSyncEventLocalServiceUtil.updateDLSyncEvent(DLSyncEvent dlSyncEvent)
Updates the dl sync event in the database or adds it if it does not yet exist.
|
DLSyncEvent |
DLSyncEventLocalService.updateDLSyncEvent(DLSyncEvent dlSyncEvent)
Updates the dl sync event in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<DLSyncEvent> |
DLSyncEventLocalServiceWrapper.getDLSyncEvents(int start,
int end)
Returns a range of all the dl sync events.
|
static List<DLSyncEvent> |
DLSyncEventLocalServiceUtil.getDLSyncEvents(int start,
int end)
Returns a range of all the dl sync events.
|
List<DLSyncEvent> |
DLSyncEventLocalService.getDLSyncEvents(int start,
int end)
Returns a range of all the dl sync events.
|
List<DLSyncEvent> |
DLSyncEventLocalServiceWrapper.getDLSyncEvents(long modifiedTime) |
static List<DLSyncEvent> |
DLSyncEventLocalServiceUtil.getDLSyncEvents(long modifiedTime) |
List<DLSyncEvent> |
DLSyncEventLocalService.getDLSyncEvents(long modifiedTime) |
List<DLSyncEvent> |
DLSyncEventLocalServiceWrapper.getLatestDLSyncEvents() |
static List<DLSyncEvent> |
DLSyncEventLocalServiceUtil.getLatestDLSyncEvents() |
List<DLSyncEvent> |
DLSyncEventLocalService.getLatestDLSyncEvents() |
Modifier and Type | Method and Description |
---|---|
DLSyncEvent |
DLSyncEventLocalServiceWrapper.addDLSyncEvent(DLSyncEvent dlSyncEvent)
Adds the dl sync event to the database.
|
static DLSyncEvent |
DLSyncEventLocalServiceUtil.addDLSyncEvent(DLSyncEvent dlSyncEvent)
Adds the dl sync event to the database.
|
DLSyncEvent |
DLSyncEventLocalService.addDLSyncEvent(DLSyncEvent dlSyncEvent)
Adds the dl sync event to the database.
|
DLSyncEvent |
DLSyncEventLocalServiceWrapper.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
Deletes the dl sync event from the database.
|
static DLSyncEvent |
DLSyncEventLocalServiceUtil.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
Deletes the dl sync event from the database.
|
DLSyncEvent |
DLSyncEventLocalService.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
Deletes the dl sync event from the database.
|
DLSyncEvent |
DLSyncEventLocalServiceWrapper.updateDLSyncEvent(DLSyncEvent dlSyncEvent)
Updates the dl sync event in the database or adds it if it does not yet exist.
|
static DLSyncEvent |
DLSyncEventLocalServiceUtil.updateDLSyncEvent(DLSyncEvent dlSyncEvent)
Updates the dl sync event in the database or adds it if it does not yet exist.
|
DLSyncEvent |
DLSyncEventLocalService.updateDLSyncEvent(DLSyncEvent dlSyncEvent)
Updates the dl sync event in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static DLSyncEvent |
DLSyncEventUtil.create(long syncEventId)
Creates a new dl sync event with the primary key.
|
DLSyncEvent |
DLSyncEventPersistence.create(long syncEventId)
Creates a new dl sync event with the primary key.
|
static DLSyncEvent |
DLSyncEventUtil.fetchByModifiedTime_First(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the first dl sync event in the ordered set where modifiedTime > ?.
|
DLSyncEvent |
DLSyncEventPersistence.fetchByModifiedTime_First(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the first dl sync event in the ordered set where modifiedTime > ?.
|
static DLSyncEvent |
DLSyncEventUtil.fetchByModifiedTime_Last(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the last dl sync event in the ordered set where modifiedTime > ?.
|
DLSyncEvent |
DLSyncEventPersistence.fetchByModifiedTime_Last(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the last dl sync event in the ordered set where modifiedTime > ?.
|
static DLSyncEvent |
DLSyncEventUtil.fetchByPrimaryKey(long syncEventId)
Returns the dl sync event with the primary key or returns
null if it could not be found. |
DLSyncEvent |
DLSyncEventPersistence.fetchByPrimaryKey(long syncEventId)
Returns the dl sync event with the primary key or returns
null if it could not be found. |
static DLSyncEvent |
DLSyncEventUtil.fetchByTypePK(long typePK)
Returns the dl sync event where typePK = ? or returns
null if it could not be found. |
DLSyncEvent |
DLSyncEventPersistence.fetchByTypePK(long typePK)
Returns the dl sync event where typePK = ? or returns
null if it could not be found. |
static DLSyncEvent |
DLSyncEventUtil.fetchByTypePK(long typePK,
boolean retrieveFromCache)
Returns the dl sync event where typePK = ? or returns
null if it could not be found, optionally using the finder cache. |
DLSyncEvent |
DLSyncEventPersistence.fetchByTypePK(long typePK,
boolean retrieveFromCache)
Returns the dl sync event where typePK = ? or returns
null if it could not be found, optionally using the finder cache. |
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.
|
static DLSyncEvent |
DLSyncEventUtil.update(DLSyncEvent dlSyncEvent) |
static DLSyncEvent |
DLSyncEventUtil.update(DLSyncEvent dlSyncEvent,
ServiceContext serviceContext) |
static DLSyncEvent |
DLSyncEventUtil.updateImpl(DLSyncEvent dlSyncEvent) |
DLSyncEvent |
DLSyncEventPersistence.updateImpl(DLSyncEvent dlSyncEvent) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,DLSyncEvent> |
DLSyncEventUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,DLSyncEvent> |
DLSyncEventPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<DLSyncEvent> |
DLSyncEventUtil.findAll()
Returns all the dl sync events.
|
List<DLSyncEvent> |
DLSyncEventPersistence.findAll()
Returns all the dl sync events.
|
static List<DLSyncEvent> |
DLSyncEventUtil.findAll(int start,
int end)
Returns a range of all the dl sync events.
|
List<DLSyncEvent> |
DLSyncEventPersistence.findAll(int start,
int end)
Returns a range of all the dl sync events.
|
static List<DLSyncEvent> |
DLSyncEventUtil.findAll(int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns an ordered range of all the dl sync events.
|
List<DLSyncEvent> |
DLSyncEventPersistence.findAll(int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns an ordered range of all the dl sync events.
|
static List<DLSyncEvent> |
DLSyncEventUtil.findAll(int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the dl sync events.
|
List<DLSyncEvent> |
DLSyncEventPersistence.findAll(int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the dl sync events.
|
static List<DLSyncEvent> |
DLSyncEventUtil.findByModifiedTime(long modifiedTime)
Returns all the dl sync events where modifiedTime > ?.
|
List<DLSyncEvent> |
DLSyncEventPersistence.findByModifiedTime(long modifiedTime)
Returns all the dl sync events where modifiedTime > ?.
|
static List<DLSyncEvent> |
DLSyncEventUtil.findByModifiedTime(long modifiedTime,
int start,
int end)
Returns a range of all the dl sync events where modifiedTime > ?.
|
List<DLSyncEvent> |
DLSyncEventPersistence.findByModifiedTime(long modifiedTime,
int start,
int end)
Returns a range of all the dl sync events where modifiedTime > ?.
|
static List<DLSyncEvent> |
DLSyncEventUtil.findByModifiedTime(long modifiedTime,
int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns an ordered range of all the dl sync events where modifiedTime > ?.
|
List<DLSyncEvent> |
DLSyncEventPersistence.findByModifiedTime(long modifiedTime,
int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns an ordered range of all the dl sync events where modifiedTime > ?.
|
static List<DLSyncEvent> |
DLSyncEventUtil.findByModifiedTime(long modifiedTime,
int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the dl sync events where modifiedTime > ?.
|
List<DLSyncEvent> |
DLSyncEventPersistence.findByModifiedTime(long modifiedTime,
int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the dl sync events where modifiedTime > ?.
|
static List<DLSyncEvent> |
DLSyncEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<DLSyncEvent> |
DLSyncEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<DLSyncEvent> |
DLSyncEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static void |
DLSyncEventUtil.cacheResult(DLSyncEvent dlSyncEvent)
Caches the dl sync event in the entity cache if it is enabled.
|
void |
DLSyncEventPersistence.cacheResult(DLSyncEvent dlSyncEvent)
Caches the dl sync event in the entity cache if it is enabled.
|
static void |
DLSyncEventUtil.clearCache(DLSyncEvent dlSyncEvent) |
static DLSyncEvent |
DLSyncEventUtil.update(DLSyncEvent dlSyncEvent) |
static DLSyncEvent |
DLSyncEventUtil.update(DLSyncEvent dlSyncEvent,
ServiceContext serviceContext) |
static DLSyncEvent |
DLSyncEventUtil.updateImpl(DLSyncEvent dlSyncEvent) |
DLSyncEvent |
DLSyncEventPersistence.updateImpl(DLSyncEvent dlSyncEvent) |
Modifier and Type | Method and Description |
---|---|
static void |
DLSyncEventUtil.cacheResult(List<DLSyncEvent> dlSyncEvents)
Caches the dl sync events in the entity cache if it is enabled.
|
void |
DLSyncEventPersistence.cacheResult(List<DLSyncEvent> dlSyncEvents)
Caches the dl sync events in the entity cache if it is enabled.
|
static DLSyncEvent |
DLSyncEventUtil.fetchByModifiedTime_First(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the first dl sync event in the ordered set where modifiedTime > ?.
|
DLSyncEvent |
DLSyncEventPersistence.fetchByModifiedTime_First(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the first dl sync event in the ordered set where modifiedTime > ?.
|
static DLSyncEvent |
DLSyncEventUtil.fetchByModifiedTime_Last(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the last dl sync event in the ordered set where modifiedTime > ?.
|
DLSyncEvent |
DLSyncEventPersistence.fetchByModifiedTime_Last(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the last dl sync event in the ordered set where modifiedTime > ?.
|
static List<DLSyncEvent> |
DLSyncEventUtil.findAll(int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns an ordered range of all the dl sync events.
|
List<DLSyncEvent> |
DLSyncEventPersistence.findAll(int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns an ordered range of all the dl sync events.
|
static List<DLSyncEvent> |
DLSyncEventUtil.findAll(int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the dl sync events.
|
List<DLSyncEvent> |
DLSyncEventPersistence.findAll(int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the dl sync events.
|
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 List<DLSyncEvent> |
DLSyncEventUtil.findByModifiedTime(long modifiedTime,
int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns an ordered range of all the dl sync events where modifiedTime > ?.
|
List<DLSyncEvent> |
DLSyncEventPersistence.findByModifiedTime(long modifiedTime,
int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns an ordered range of all the dl sync events where modifiedTime > ?.
|
static List<DLSyncEvent> |
DLSyncEventUtil.findByModifiedTime(long modifiedTime,
int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the dl sync events where modifiedTime > ?.
|
List<DLSyncEvent> |
DLSyncEventPersistence.findByModifiedTime(long modifiedTime,
int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the dl sync events where modifiedTime > ?.
|
static List<DLSyncEvent> |
DLSyncEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator) |