Liferay 6.1.2-ce-ga3

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

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

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

Methods in com.liferay.portlet.documentlibrary.service.persistence that throw NoSuchSyncException
static DLSync DLSyncUtil.findByC_M_R_First(long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the first d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
 DLSync DLSyncPersistence.findByC_M_R_First(long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the first d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
static DLSync DLSyncUtil.findByC_M_R_Last(long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the last d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
 DLSync DLSyncPersistence.findByC_M_R_Last(long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the last d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
static DLSync[] DLSyncUtil.findByC_M_R_PrevAndNext(long syncId, long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the d l syncs before and after the current d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
 DLSync[] DLSyncPersistence.findByC_M_R_PrevAndNext(long syncId, long companyId, Date modifiedDate, long repositoryId, OrderByComparator orderByComparator)
          Returns the d l syncs before and after the current d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
static DLSync DLSyncUtil.findByFileId(long fileId)
          Returns the d l sync where fileId = ? or throws a NoSuchSyncException if it could not be found.
 DLSync DLSyncPersistence.findByFileId(long fileId)
          Returns the d l sync where fileId = ? or throws a NoSuchSyncException if it could not be found.
static DLSync DLSyncUtil.findByPrimaryKey(long syncId)
          Returns the d l sync with the primary key or throws a NoSuchSyncException if it could not be found.
 DLSync DLSyncPersistence.findByPrimaryKey(long syncId)
          Returns the d l sync with the primary key or throws a NoSuchSyncException if it could not be found.
static DLSync DLSyncUtil.remove(long syncId)
          Removes the d l sync with the primary key from the database.
 DLSync DLSyncPersistence.remove(long syncId)
          Removes the d l sync with the primary key from the database.
static DLSync DLSyncUtil.removeByFileId(long fileId)
          Removes the d l sync where fileId = ? from the database.
 DLSync DLSyncPersistence.removeByFileId(long fileId)
          Removes the d l sync where fileId = ? from the database.
 


Liferay 6.1.2-ce-ga3