Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.documentlibrary.NoSuchSyncEventException

Packages that use NoSuchSyncEventException
com.liferay.portlet.documentlibrary.service.persistence   
 

Uses of NoSuchSyncEventException in com.liferay.portlet.documentlibrary.service.persistence
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that throw NoSuchSyncEventException
 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.
 


Liferay 6.2-ce-ga5