|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
long 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,
long modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the first d l sync in the ordered set where companyId = ? and modifiedDate > ? and repositoryId = ?. |
DLSync |
DLSyncPersistenceImpl.findByC_M_R_First(long companyId,
long 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,
long 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,
long modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the last d l sync in the ordered set where companyId = ? and modifiedDate > ? and repositoryId = ?. |
DLSync |
DLSyncPersistenceImpl.findByC_M_R_Last(long companyId,
long 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,
long 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,
long 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[] |
DLSyncPersistenceImpl.findByC_M_R_PrevAndNext(long syncId,
long companyId,
long 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. |
DLSync |
DLSyncPersistenceImpl.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. |
DLSync |
DLSyncPersistenceImpl.findByPrimaryKey(long syncId)
Returns the d l sync with the primary key or throws a NoSuchSyncException if it could not be found. |
DLSync |
DLSyncPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the d l sync with the primary key or throws a NoSuchModelException 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. |
DLSync |
DLSyncPersistenceImpl.remove(long syncId)
Removes the d l sync with the primary key from the database. |
DLSync |
DLSyncPersistenceImpl.remove(Serializable primaryKey)
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. |
DLSync |
DLSyncPersistenceImpl.removeByFileId(long fileId)
Removes the d l sync where fileId = ? from the database. |
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||