Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.documentlibrary.model.DLSyncEvent

Packages that use DLSyncEvent
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
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.base   
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
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.model.impl
 

Classes in com.liferay.portlet.documentlibrary.model.impl that implement DLSyncEvent
 class DLSyncEventBaseImpl
          The extended model base implementation for the DLSyncEvent service.
 class DLSyncEventImpl
           
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return DLSyncEvent
 DLSyncEvent DLSyncEventCacheModel.toEntityModel()
           
 DLSyncEvent DLSyncEventModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return types with arguments of type DLSyncEvent
 CacheModel<DLSyncEvent> DLSyncEventModelImpl.toCacheModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model.impl with parameters of type DLSyncEvent
 int DLSyncEventModelImpl.compareTo(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.base
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLSyncEvent
 DLSyncEvent DLSyncEventLocalServiceBaseImpl.addDLSyncEvent(DLSyncEvent dlSyncEvent)
          Adds the d l sync event to the database.
 DLSyncEvent DLSyncEventLocalServiceBaseImpl.createDLSyncEvent(long syncEventId)
          Creates a new d l sync event with the primary key.
 DLSyncEvent DLSyncEventLocalServiceBaseImpl.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
          Deletes the d l sync event from the database.
 DLSyncEvent DLSyncEventLocalServiceBaseImpl.deleteDLSyncEvent(long syncEventId)
          Deletes the d l sync event with the primary key from the database.
 DLSyncEvent DLSyncEventLocalServiceBaseImpl.fetchDLSyncEvent(long syncEventId)
           
 DLSyncEvent DLSyncEventLocalServiceBaseImpl.getDLSyncEvent(long syncEventId)
          Returns the d l sync event with the primary key.
 DLSyncEvent DLSyncEventLocalServiceBaseImpl.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.base that return types with arguments of type DLSyncEvent
 List<DLSyncEvent> DLSyncEventLocalServiceBaseImpl.getDLSyncEvents(int start, int end)
          Returns a range of all the d l sync events.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLSyncEvent
 DLSyncEvent DLSyncEventLocalServiceBaseImpl.addDLSyncEvent(DLSyncEvent dlSyncEvent)
          Adds the d l sync event to the database.
 DLSyncEvent DLSyncEventLocalServiceBaseImpl.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
          Deletes the d l sync event from the database.
 DLSyncEvent DLSyncEventLocalServiceBaseImpl.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.impl
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return DLSyncEvent
 DLSyncEvent DLSyncEventLocalServiceImpl.addDLSyncEvent(String event, String type, long typePK)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return types with arguments of type DLSyncEvent
 List<DLSyncEvent> DLSyncEventLocalServiceImpl.getDLSyncEvents(long modifiedTime)
           
 List<DLSyncEvent> DLSyncEventLocalServiceImpl.getLatestDLSyncEvents()
           
 

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 DLSyncEventPersistenceImpl.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 DLSyncEventPersistenceImpl.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 DLSyncEventPersistenceImpl.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 DLSyncEventPersistenceImpl.fetchByPrimaryKey(long syncEventId)
          Returns the d l sync event with the primary key or returns null if it could not be found.
 DLSyncEvent DLSyncEventPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          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 DLSyncEventPersistenceImpl.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 DLSyncEventPersistenceImpl.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 DLSyncEventPersistenceImpl.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 DLSyncEventPersistenceImpl.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[] DLSyncEventPersistenceImpl.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 DLSyncEventPersistenceImpl.findByPrimaryKey(long syncEventId)
          Returns the d l sync event with the primary key or throws a NoSuchSyncEventException if it could not be found.
 DLSyncEvent DLSyncEventPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d l sync event with the primary key or throws a NoSuchModelException 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 DLSyncEventPersistenceImpl.findByTypePK(long typePK)
          Returns the d l sync event where typePK = ? or throws a NoSuchSyncEventException if it could not be found.
protected  DLSyncEvent DLSyncEventPersistenceImpl.getByModifiedTime_PrevAndNext(Session session, DLSyncEvent dlSyncEvent, long modifiedTime, OrderByComparator orderByComparator, boolean previous)
           
 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 DLSyncEventPersistenceImpl.remove(long syncEventId)
          Removes the d l sync event with the primary key from the database.
 DLSyncEvent DLSyncEventPersistenceImpl.remove(Serializable primaryKey)
          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.
 DLSyncEvent DLSyncEventPersistenceImpl.removeByTypePK(long typePK)
          Removes the d l sync event where typePK = ? from the database.
protected  DLSyncEvent DLSyncEventPersistenceImpl.removeImpl(DLSyncEvent dlSyncEvent)
           
protected  DLSyncEvent DLSyncEventPersistenceImpl.toUnwrappedModel(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)
           
 DLSyncEvent DLSyncEventPersistenceImpl.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> DLSyncEventPersistenceImpl.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> DLSyncEventPersistenceImpl.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> DLSyncEventPersistenceImpl.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> DLSyncEventPersistenceImpl.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> DLSyncEventPersistenceImpl.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 > ?.
 List<DLSyncEvent> DLSyncEventPersistenceImpl.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.
 void DLSyncEventPersistenceImpl.cacheResult(DLSyncEvent dlSyncEvent)
          Caches the d l sync event in the entity cache if it is enabled.
protected  void DLSyncEventPersistenceImpl.cacheUniqueFindersCache(DLSyncEvent dlSyncEvent)
           
static void DLSyncEventUtil.clearCache(DLSyncEvent dlSyncEvent)
           
 void DLSyncEventPersistenceImpl.clearCache(DLSyncEvent dlSyncEvent)
          Clears the cache for the d l sync event.
protected  void DLSyncEventPersistenceImpl.clearUniqueFindersCache(DLSyncEvent dlSyncEvent)
           
protected  DLSyncEvent DLSyncEventPersistenceImpl.getByModifiedTime_PrevAndNext(Session session, DLSyncEvent dlSyncEvent, long modifiedTime, OrderByComparator orderByComparator, boolean previous)
           
protected  DLSyncEvent DLSyncEventPersistenceImpl.removeImpl(DLSyncEvent dlSyncEvent)
           
protected  DLSyncEvent DLSyncEventPersistenceImpl.toUnwrappedModel(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)
           
 DLSyncEvent DLSyncEventPersistenceImpl.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.
 void DLSyncEventPersistenceImpl.cacheResult(List<DLSyncEvent> dlSyncEvents)
          Caches the d l sync events in the entity cache if it is enabled.
 void DLSyncEventPersistenceImpl.clearCache(List<DLSyncEvent> dlSyncEvents)
           
 


Liferay 6.2-ce-ga5