|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DLSyncEvent | |
---|---|
com.liferay.portlet.documentlibrary.model | |
com.liferay.portlet.documentlibrary.service | This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. |
com.liferay.portlet.documentlibrary.service.persistence |
Uses of DLSyncEvent in com.liferay.portlet.documentlibrary.model |
---|
Classes in com.liferay.portlet.documentlibrary.model that implement DLSyncEvent | |
---|---|
class |
DLSyncEventWrapper
This class is a wrapper for DLSyncEvent . |
Methods in com.liferay.portlet.documentlibrary.model that return DLSyncEvent | |
---|---|
DLSyncEvent |
DLSyncEventWrapper.getWrappedDLSyncEvent()
Deprecated. As of 6.1.0, replaced by DLSyncEventWrapper.getWrappedModel() |
DLSyncEvent |
DLSyncEventWrapper.getWrappedModel()
|
DLSyncEvent |
DLSyncEventWrapper.toEscapedModel()
|
DLSyncEvent |
DLSyncEventModel.toEscapedModel()
|
DLSyncEvent |
DLSyncEventWrapper.toUnescapedModel()
|
DLSyncEvent |
DLSyncEventModel.toUnescapedModel()
|
Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DLSyncEvent | |
---|---|
CacheModel<DLSyncEvent> |
DLSyncEventWrapper.toCacheModel()
|
CacheModel<DLSyncEvent> |
DLSyncEventModel.toCacheModel()
|
Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLSyncEvent | |
---|---|
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)
|
Method parameters in com.liferay.portlet.documentlibrary.model with type arguments of type DLSyncEvent | |
---|---|
static DLSyncEventSoap[] |
DLSyncEventSoap.toSoapModels(List<DLSyncEvent> models)
|
Constructors in com.liferay.portlet.documentlibrary.model with parameters of type DLSyncEvent | |
---|---|
DLSyncEventWrapper(DLSyncEvent dlSyncEvent)
|
Uses of DLSyncEvent in com.liferay.portlet.documentlibrary.service |
---|
Methods in com.liferay.portlet.documentlibrary.service that return DLSyncEvent | |
---|---|
static DLSyncEvent |
DLSyncEventLocalServiceUtil.addDLSyncEvent(DLSyncEvent dlSyncEvent)
Adds the d l sync event to the database. |
DLSyncEvent |
DLSyncEventLocalServiceWrapper.addDLSyncEvent(DLSyncEvent dlSyncEvent)
Adds the d l sync event to the database. |
DLSyncEvent |
DLSyncEventLocalService.addDLSyncEvent(DLSyncEvent dlSyncEvent)
Adds the d l sync event to the database. |
static DLSyncEvent |
DLSyncEventLocalServiceUtil.addDLSyncEvent(String event,
String type,
long typePK)
|
DLSyncEvent |
DLSyncEventLocalServiceWrapper.addDLSyncEvent(String event,
String type,
long typePK)
|
DLSyncEvent |
DLSyncEventLocalService.addDLSyncEvent(String event,
String type,
long typePK)
|
static DLSyncEvent |
DLSyncEventLocalServiceUtil.createDLSyncEvent(long syncEventId)
Creates a new d l sync event with the primary key. |
DLSyncEvent |
DLSyncEventLocalServiceWrapper.createDLSyncEvent(long syncEventId)
Creates a new d l sync event with the primary key. |
DLSyncEvent |
DLSyncEventLocalService.createDLSyncEvent(long syncEventId)
Creates a new d l sync event with the primary key. |
static DLSyncEvent |
DLSyncEventLocalServiceUtil.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
Deletes the d l sync event from the database. |
DLSyncEvent |
DLSyncEventLocalServiceWrapper.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
Deletes the d l sync event from the database. |
DLSyncEvent |
DLSyncEventLocalService.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
Deletes the d l sync event from the database. |
static DLSyncEvent |
DLSyncEventLocalServiceUtil.deleteDLSyncEvent(long syncEventId)
Deletes the d l sync event with the primary key from the database. |
DLSyncEvent |
DLSyncEventLocalServiceWrapper.deleteDLSyncEvent(long syncEventId)
Deletes the d l sync event with the primary key from the database. |
DLSyncEvent |
DLSyncEventLocalService.deleteDLSyncEvent(long syncEventId)
Deletes the d l sync event with the primary key from the database. |
static DLSyncEvent |
DLSyncEventLocalServiceUtil.fetchDLSyncEvent(long syncEventId)
|
DLSyncEvent |
DLSyncEventLocalServiceWrapper.fetchDLSyncEvent(long syncEventId)
|
DLSyncEvent |
DLSyncEventLocalService.fetchDLSyncEvent(long syncEventId)
|
static DLSyncEvent |
DLSyncEventLocalServiceUtil.getDLSyncEvent(long syncEventId)
Returns the d l sync event with the primary key. |
DLSyncEvent |
DLSyncEventLocalServiceWrapper.getDLSyncEvent(long syncEventId)
Returns the d l sync event with the primary key. |
DLSyncEvent |
DLSyncEventLocalService.getDLSyncEvent(long syncEventId)
Returns the d l sync event with the primary key. |
static DLSyncEvent |
DLSyncEventLocalServiceUtil.updateDLSyncEvent(DLSyncEvent dlSyncEvent)
Updates the d l sync event in the database or adds it if it does not yet exist. |
DLSyncEvent |
DLSyncEventLocalServiceWrapper.updateDLSyncEvent(DLSyncEvent dlSyncEvent)
Updates the d l sync event in the database or adds it if it does not yet exist. |
DLSyncEvent |
DLSyncEventLocalService.updateDLSyncEvent(DLSyncEvent dlSyncEvent)
Updates the d l sync event in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLSyncEvent | |
---|---|
static List<DLSyncEvent> |
DLSyncEventLocalServiceUtil.getDLSyncEvents(int start,
int end)
Returns a range of all the d l sync events. |
List<DLSyncEvent> |
DLSyncEventLocalServiceWrapper.getDLSyncEvents(int start,
int end)
Returns a range of all the d l sync events. |
List<DLSyncEvent> |
DLSyncEventLocalService.getDLSyncEvents(int start,
int end)
Returns a range of all the d l sync events. |
static List<DLSyncEvent> |
DLSyncEventLocalServiceUtil.getDLSyncEvents(long modifiedTime)
|
List<DLSyncEvent> |
DLSyncEventLocalServiceWrapper.getDLSyncEvents(long modifiedTime)
|
List<DLSyncEvent> |
DLSyncEventLocalService.getDLSyncEvents(long modifiedTime)
|
static List<DLSyncEvent> |
DLSyncEventLocalServiceUtil.getLatestDLSyncEvents()
|
List<DLSyncEvent> |
DLSyncEventLocalServiceWrapper.getLatestDLSyncEvents()
|
List<DLSyncEvent> |
DLSyncEventLocalService.getLatestDLSyncEvents()
|
Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLSyncEvent | |
---|---|
static DLSyncEvent |
DLSyncEventLocalServiceUtil.addDLSyncEvent(DLSyncEvent dlSyncEvent)
Adds the d l sync event to the database. |
DLSyncEvent |
DLSyncEventLocalServiceWrapper.addDLSyncEvent(DLSyncEvent dlSyncEvent)
Adds the d l sync event to the database. |
DLSyncEvent |
DLSyncEventLocalService.addDLSyncEvent(DLSyncEvent dlSyncEvent)
Adds the d l sync event to the database. |
static DLSyncEvent |
DLSyncEventLocalServiceUtil.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
Deletes the d l sync event from the database. |
DLSyncEvent |
DLSyncEventLocalServiceWrapper.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
Deletes the d l sync event from the database. |
DLSyncEvent |
DLSyncEventLocalService.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
Deletes the d l sync event from the database. |
static DLSyncEvent |
DLSyncEventLocalServiceUtil.updateDLSyncEvent(DLSyncEvent dlSyncEvent)
Updates the d l sync event in the database or adds it if it does not yet exist. |
DLSyncEvent |
DLSyncEventLocalServiceWrapper.updateDLSyncEvent(DLSyncEvent dlSyncEvent)
Updates the d l sync event in the database or adds it if it does not yet exist. |
DLSyncEvent |
DLSyncEventLocalService.updateDLSyncEvent(DLSyncEvent dlSyncEvent)
Updates the d l sync event in the database or adds it if it does not yet exist. |
Uses of DLSyncEvent in com.liferay.portlet.documentlibrary.service.persistence |
---|
Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLSyncEvent | |
---|---|
DLSyncEvent |
DLSyncEventPersistence.create(long syncEventId)
Creates a new d l sync event with the primary key. |
static DLSyncEvent |
DLSyncEventUtil.create(long syncEventId)
Creates a new d l sync event with the primary key. |
DLSyncEvent |
DLSyncEventPersistence.fetchByModifiedTime_First(long modifiedTime,
OrderByComparator orderByComparator)
Returns the first d l sync event in the ordered set where modifiedTime > ?. |
static DLSyncEvent |
DLSyncEventUtil.fetchByModifiedTime_First(long modifiedTime,
OrderByComparator orderByComparator)
Returns the first d l sync event in the ordered set where modifiedTime > ?. |
DLSyncEvent |
DLSyncEventPersistence.fetchByModifiedTime_Last(long modifiedTime,
OrderByComparator orderByComparator)
Returns the last d l sync event in the ordered set where modifiedTime > ?. |
static DLSyncEvent |
DLSyncEventUtil.fetchByModifiedTime_Last(long modifiedTime,
OrderByComparator orderByComparator)
Returns the last d l sync event in the ordered set where modifiedTime > ?. |
DLSyncEvent |
DLSyncEventPersistence.fetchByPrimaryKey(long syncEventId)
Returns the d l sync event with the primary key or returns null if it could not be found. |
static DLSyncEvent |
DLSyncEventUtil.fetchByPrimaryKey(long syncEventId)
Returns the d l sync event with the primary key or returns null if it could not be found. |
DLSyncEvent |
DLSyncEventPersistence.fetchByTypePK(long typePK)
Returns the d l sync event where typePK = ? or returns null if it could not be found. |
static DLSyncEvent |
DLSyncEventUtil.fetchByTypePK(long typePK)
Returns the d l sync event where typePK = ? or returns null if it could not be found. |
DLSyncEvent |
DLSyncEventPersistence.fetchByTypePK(long typePK,
boolean retrieveFromCache)
Returns the d l sync event where typePK = ? or returns null if it could not be found, optionally using the finder cache. |
static DLSyncEvent |
DLSyncEventUtil.fetchByTypePK(long typePK,
boolean retrieveFromCache)
Returns the d l sync event where typePK = ? or returns null if it could not be found, optionally using the finder cache. |
DLSyncEvent |
DLSyncEventPersistence.findByModifiedTime_First(long modifiedTime,
OrderByComparator orderByComparator)
Returns the first d l sync event in the ordered set where modifiedTime > ?. |
static DLSyncEvent |
DLSyncEventUtil.findByModifiedTime_First(long modifiedTime,
OrderByComparator orderByComparator)
Returns the first d l sync event in the ordered set where modifiedTime > ?. |
DLSyncEvent |
DLSyncEventPersistence.findByModifiedTime_Last(long modifiedTime,
OrderByComparator orderByComparator)
Returns the last d l sync event in the ordered set where modifiedTime > ?. |
static DLSyncEvent |
DLSyncEventUtil.findByModifiedTime_Last(long modifiedTime,
OrderByComparator orderByComparator)
Returns the last d l sync event in the ordered set where modifiedTime > ?. |
DLSyncEvent[] |
DLSyncEventPersistence.findByModifiedTime_PrevAndNext(long syncEventId,
long modifiedTime,
OrderByComparator orderByComparator)
Returns the d l sync events before and after the current d l sync event in the ordered set where modifiedTime > ?. |
static DLSyncEvent[] |
DLSyncEventUtil.findByModifiedTime_PrevAndNext(long syncEventId,
long modifiedTime,
OrderByComparator orderByComparator)
Returns the d l sync events before and after the current d l sync event in the ordered set where modifiedTime > ?. |
DLSyncEvent |
DLSyncEventPersistence.findByPrimaryKey(long syncEventId)
Returns the d l sync event with the primary key or throws a NoSuchSyncEventException if it could not be found. |
static DLSyncEvent |
DLSyncEventUtil.findByPrimaryKey(long syncEventId)
Returns the d l sync event with the primary key or throws a NoSuchSyncEventException if it could not be found. |
DLSyncEvent |
DLSyncEventPersistence.findByTypePK(long typePK)
Returns the d l sync event where typePK = ? or throws a NoSuchSyncEventException if it could not be found. |
static DLSyncEvent |
DLSyncEventUtil.findByTypePK(long typePK)
Returns the d l sync event where typePK = ? or throws a NoSuchSyncEventException if it could not be found. |
DLSyncEvent |
DLSyncEventPersistence.remove(long syncEventId)
Removes the d l sync event with the primary key from the database. |
static DLSyncEvent |
DLSyncEventUtil.remove(long syncEventId)
Removes the d l sync event with the primary key from the database. |
DLSyncEvent |
DLSyncEventPersistence.removeByTypePK(long typePK)
Removes the d l sync event where typePK = ? from the database. |
static DLSyncEvent |
DLSyncEventUtil.removeByTypePK(long typePK)
Removes the d l sync event where typePK = ? from the database. |
static DLSyncEvent |
DLSyncEventUtil.update(DLSyncEvent dlSyncEvent)
|
static DLSyncEvent |
DLSyncEventUtil.update(DLSyncEvent dlSyncEvent,
ServiceContext serviceContext)
|
DLSyncEvent |
DLSyncEventPersistence.updateImpl(DLSyncEvent dlSyncEvent)
|
static DLSyncEvent |
DLSyncEventUtil.updateImpl(DLSyncEvent dlSyncEvent)
|
Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLSyncEvent | |
---|---|
List<DLSyncEvent> |
DLSyncEventPersistence.findAll()
Returns all the d l sync events. |
static List<DLSyncEvent> |
DLSyncEventUtil.findAll()
Returns all the d l sync events. |
List<DLSyncEvent> |
DLSyncEventPersistence.findAll(int start,
int end)
Returns a range of all the d l sync events. |
static List<DLSyncEvent> |
DLSyncEventUtil.findAll(int start,
int end)
Returns a range of all the d l sync events. |
List<DLSyncEvent> |
DLSyncEventPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l sync events. |
static List<DLSyncEvent> |
DLSyncEventUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l sync events. |
List<DLSyncEvent> |
DLSyncEventPersistence.findByModifiedTime(long modifiedTime)
Returns all the d l sync events where modifiedTime > ?. |
static List<DLSyncEvent> |
DLSyncEventUtil.findByModifiedTime(long modifiedTime)
Returns all the d l sync events where modifiedTime > ?. |
List<DLSyncEvent> |
DLSyncEventPersistence.findByModifiedTime(long modifiedTime,
int start,
int end)
Returns a range of all the d l sync events where modifiedTime > ?. |
static List<DLSyncEvent> |
DLSyncEventUtil.findByModifiedTime(long modifiedTime,
int start,
int end)
Returns a range of all the d l sync events where modifiedTime > ?. |
List<DLSyncEvent> |
DLSyncEventPersistence.findByModifiedTime(long modifiedTime,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l sync events where modifiedTime > ?. |
static List<DLSyncEvent> |
DLSyncEventUtil.findByModifiedTime(long modifiedTime,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l 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 orderByComparator)
|
Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DLSyncEvent | |
---|---|
void |
DLSyncEventPersistence.cacheResult(DLSyncEvent dlSyncEvent)
Caches the d l sync event in the entity cache if it is enabled. |
static void |
DLSyncEventUtil.cacheResult(DLSyncEvent dlSyncEvent)
Caches the d l 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)
|
DLSyncEvent |
DLSyncEventPersistence.updateImpl(DLSyncEvent dlSyncEvent)
|
static DLSyncEvent |
DLSyncEventUtil.updateImpl(DLSyncEvent dlSyncEvent)
|
Method parameters in com.liferay.portlet.documentlibrary.service.persistence with type arguments of type DLSyncEvent | |
---|---|
void |
DLSyncEventPersistence.cacheResult(List<DLSyncEvent> dlSyncEvents)
Caches the d l sync events in the entity cache if it is enabled. |
static void |
DLSyncEventUtil.cacheResult(List<DLSyncEvent> dlSyncEvents)
Caches the d l sync events in the entity cache if it is enabled. |
|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |