|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DLSync | |
|---|---|
| com.liferay.portal.tools.samplesqlbuilder | |
| 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 DLSync in com.liferay.portal.tools.samplesqlbuilder |
|---|
| Methods in com.liferay.portal.tools.samplesqlbuilder that return DLSync | |
|---|---|
DLSync |
DataFactory.newDLSync(DLFileEntry dlFileEntry)
|
DLSync |
DataFactory.newDLSync(DLFolder dLFolder)
|
protected DLSync |
DataFactory.newDLSync(long fileId,
String fileUuid,
long repositoryId,
long parentFolderId,
String name,
String type)
|
| Uses of DLSync in com.liferay.portlet.documentlibrary.model |
|---|
| Classes in com.liferay.portlet.documentlibrary.model that implement DLSync | |
|---|---|
class |
DLSyncWrapper
This class is a wrapper for DLSync. |
| Methods in com.liferay.portlet.documentlibrary.model that return DLSync | |
|---|---|
DLSync |
DLSyncWrapper.getWrappedDLSync()
Deprecated. As of 6.1.0, replaced by DLSyncWrapper.getWrappedModel() |
DLSync |
DLSyncWrapper.getWrappedModel()
|
DLSync |
DLSyncWrapper.toEscapedModel()
|
DLSync |
DLSyncModel.toEscapedModel()
|
DLSync |
DLSyncWrapper.toUnescapedModel()
|
DLSync |
DLSyncModel.toUnescapedModel()
|
| Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DLSync | |
|---|---|
List<DLSync> |
DLSyncUpdate.getDLSyncs()
|
CacheModel<DLSync> |
DLSyncWrapper.toCacheModel()
|
CacheModel<DLSync> |
DLSyncModel.toCacheModel()
|
| Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLSync | |
|---|---|
int |
DLSyncWrapper.compareTo(DLSync dlSync)
|
int |
DLSyncModel.compareTo(DLSync dlSync)
|
static DLSyncSoap |
DLSyncSoap.toSoapModel(DLSync model)
|
static DLSyncSoap[] |
DLSyncSoap.toSoapModels(DLSync[] models)
|
static DLSyncSoap[][] |
DLSyncSoap.toSoapModels(DLSync[][] models)
|
| Method parameters in com.liferay.portlet.documentlibrary.model with type arguments of type DLSync | |
|---|---|
static DLSyncSoap[] |
DLSyncSoap.toSoapModels(List<DLSync> models)
|
| Constructors in com.liferay.portlet.documentlibrary.model with parameters of type DLSync | |
|---|---|
DLSyncWrapper(DLSync dlSync)
|
|
| Constructor parameters in com.liferay.portlet.documentlibrary.model with type arguments of type DLSync | |
|---|---|
DLSyncUpdate(List<DLSync> dlSyncs,
long lastAccessDate)
|
|
| Uses of DLSync in com.liferay.portlet.documentlibrary.model.impl |
|---|
| Classes in com.liferay.portlet.documentlibrary.model.impl that implement DLSync | |
|---|---|
class |
DLSyncBaseImpl
The extended model base implementation for the DLSync service. |
class |
DLSyncImpl
|
| Methods in com.liferay.portlet.documentlibrary.model.impl that return DLSync | |
|---|---|
DLSync |
DLSyncCacheModel.toEntityModel()
|
DLSync |
DLSyncModelImpl.toEscapedModel()
|
static DLSync |
DLSyncModelImpl.toModel(DLSyncSoap soapModel)
Converts the soap model instance into a normal model instance. |
| Methods in com.liferay.portlet.documentlibrary.model.impl that return types with arguments of type DLSync | |
|---|---|
CacheModel<DLSync> |
DLSyncModelImpl.toCacheModel()
|
static List<DLSync> |
DLSyncModelImpl.toModels(DLSyncSoap[] soapModels)
Converts the soap model instances into normal model instances. |
| Methods in com.liferay.portlet.documentlibrary.model.impl with parameters of type DLSync | |
|---|---|
int |
DLSyncModelImpl.compareTo(DLSync dlSync)
|
| Uses of DLSync in com.liferay.portlet.documentlibrary.service |
|---|
| Methods in com.liferay.portlet.documentlibrary.service that return DLSync | |
|---|---|
DLSync |
DLSyncLocalServiceWrapper.addDLSync(DLSync dlSync)
Adds the d l sync to the database. |
static DLSync |
DLSyncLocalServiceUtil.addDLSync(DLSync dlSync)
Adds the d l sync to the database. |
DLSync |
DLSyncLocalService.addDLSync(DLSync dlSync)
Adds the d l sync to the database. |
DLSync |
DLSyncLocalServiceWrapper.addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String type,
String version)
Deprecated. As of 6.2.0, replaced by DLSyncLocalServiceWrapper.addSync(long, String, long,
long, long, String, String, String, String) |
static DLSync |
DLSyncLocalServiceUtil.addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String type,
String version)
Deprecated. As of 6.2.0, replaced by DLSyncLocalServiceUtil.addSync(long, String, long,
long, long, String, String, String, String) |
DLSync |
DLSyncLocalService.addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String type,
String version)
Deprecated. As of 6.2.0, replaced by DLSyncLocalService.addSync(long, String, long,
long, long, String, String, String, String) |
DLSync |
DLSyncLocalServiceWrapper.addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String description,
String type,
String version)
|
static DLSync |
DLSyncLocalServiceUtil.addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String description,
String type,
String version)
|
DLSync |
DLSyncLocalService.addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String description,
String type,
String version)
|
DLSync |
DLSyncLocalServiceWrapper.createDLSync(long syncId)
Creates a new d l sync with the primary key. |
static DLSync |
DLSyncLocalServiceUtil.createDLSync(long syncId)
Creates a new d l sync with the primary key. |
DLSync |
DLSyncLocalService.createDLSync(long syncId)
Creates a new d l sync with the primary key. |
DLSync |
DLSyncLocalServiceWrapper.deleteDLSync(DLSync dlSync)
Deletes the d l sync from the database. |
static DLSync |
DLSyncLocalServiceUtil.deleteDLSync(DLSync dlSync)
Deletes the d l sync from the database. |
DLSync |
DLSyncLocalService.deleteDLSync(DLSync dlSync)
Deletes the d l sync from the database. |
DLSync |
DLSyncLocalServiceWrapper.deleteDLSync(long syncId)
Deletes the d l sync with the primary key from the database. |
static DLSync |
DLSyncLocalServiceUtil.deleteDLSync(long syncId)
Deletes the d l sync with the primary key from the database. |
DLSync |
DLSyncLocalService.deleteDLSync(long syncId)
Deletes the d l sync with the primary key from the database. |
DLSync |
DLSyncLocalServiceWrapper.fetchDLSync(long syncId)
|
static DLSync |
DLSyncLocalServiceUtil.fetchDLSync(long syncId)
|
DLSync |
DLSyncLocalService.fetchDLSync(long syncId)
|
DLSync |
DLSyncLocalServiceWrapper.getDLSync(long syncId)
Returns the d l sync with the primary key. |
static DLSync |
DLSyncLocalServiceUtil.getDLSync(long syncId)
Returns the d l sync with the primary key. |
DLSync |
DLSyncLocalService.getDLSync(long syncId)
Returns the d l sync with the primary key. |
DLSync |
DLSyncLocalServiceWrapper.updateDLSync(DLSync dlSync)
Updates the d l sync in the database or adds it if it does not yet exist. |
static DLSync |
DLSyncLocalServiceUtil.updateDLSync(DLSync dlSync)
Updates the d l sync in the database or adds it if it does not yet exist. |
DLSync |
DLSyncLocalService.updateDLSync(DLSync dlSync)
Updates the d l sync in the database or adds it if it does not yet exist. |
DLSync |
DLSyncLocalServiceWrapper.updateSync(long fileId,
long parentFolderId,
String name,
String event,
String version)
Deprecated. As of 6.2.0, replaced by DLSyncLocalServiceWrapper.updateSync(long, long,
String, String, String, String) |
static DLSync |
DLSyncLocalServiceUtil.updateSync(long fileId,
long parentFolderId,
String name,
String event,
String version)
Deprecated. As of 6.2.0, replaced by DLSyncLocalServiceUtil.updateSync(long, long,
String, String, String, String) |
DLSync |
DLSyncLocalService.updateSync(long fileId,
long parentFolderId,
String name,
String event,
String version)
Deprecated. As of 6.2.0, replaced by DLSyncLocalService.updateSync(long, long,
String, String, String, String) |
DLSync |
DLSyncLocalServiceWrapper.updateSync(long fileId,
long parentFolderId,
String name,
String description,
String event,
String version)
|
static DLSync |
DLSyncLocalServiceUtil.updateSync(long fileId,
long parentFolderId,
String name,
String description,
String event,
String version)
|
DLSync |
DLSyncLocalService.updateSync(long fileId,
long parentFolderId,
String name,
String description,
String event,
String version)
|
| Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLSync | |
|---|---|
List<DLSync> |
DLSyncLocalServiceWrapper.getDLSyncs(int start,
int end)
Returns a range of all the d l syncs. |
static List<DLSync> |
DLSyncLocalServiceUtil.getDLSyncs(int start,
int end)
Returns a range of all the d l syncs. |
List<DLSync> |
DLSyncLocalService.getDLSyncs(int start,
int end)
Returns a range of all the d l syncs. |
| Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLSync | |
|---|---|
DLSync |
DLSyncLocalServiceWrapper.addDLSync(DLSync dlSync)
Adds the d l sync to the database. |
static DLSync |
DLSyncLocalServiceUtil.addDLSync(DLSync dlSync)
Adds the d l sync to the database. |
DLSync |
DLSyncLocalService.addDLSync(DLSync dlSync)
Adds the d l sync to the database. |
DLSync |
DLSyncLocalServiceWrapper.deleteDLSync(DLSync dlSync)
Deletes the d l sync from the database. |
static DLSync |
DLSyncLocalServiceUtil.deleteDLSync(DLSync dlSync)
Deletes the d l sync from the database. |
DLSync |
DLSyncLocalService.deleteDLSync(DLSync dlSync)
Deletes the d l sync from the database. |
DLSync |
DLSyncLocalServiceWrapper.updateDLSync(DLSync dlSync)
Updates the d l sync in the database or adds it if it does not yet exist. |
static DLSync |
DLSyncLocalServiceUtil.updateDLSync(DLSync dlSync)
Updates the d l sync in the database or adds it if it does not yet exist. |
DLSync |
DLSyncLocalService.updateDLSync(DLSync dlSync)
Updates the d l sync in the database or adds it if it does not yet exist. |
| Uses of DLSync in com.liferay.portlet.documentlibrary.service.base |
|---|
| Methods in com.liferay.portlet.documentlibrary.service.base that return DLSync | |
|---|---|
DLSync |
DLSyncLocalServiceBaseImpl.addDLSync(DLSync dlSync)
Adds the d l sync to the database. |
DLSync |
DLSyncLocalServiceBaseImpl.createDLSync(long syncId)
Creates a new d l sync with the primary key. |
DLSync |
DLSyncLocalServiceBaseImpl.deleteDLSync(DLSync dlSync)
Deletes the d l sync from the database. |
DLSync |
DLSyncLocalServiceBaseImpl.deleteDLSync(long syncId)
Deletes the d l sync with the primary key from the database. |
DLSync |
DLSyncLocalServiceBaseImpl.fetchDLSync(long syncId)
|
DLSync |
DLSyncLocalServiceBaseImpl.getDLSync(long syncId)
Returns the d l sync with the primary key. |
DLSync |
DLSyncLocalServiceBaseImpl.updateDLSync(DLSync dlSync)
Updates the d l sync 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 DLSync | |
|---|---|
List<DLSync> |
DLSyncLocalServiceBaseImpl.getDLSyncs(int start,
int end)
Returns a range of all the d l syncs. |
| Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLSync | |
|---|---|
DLSync |
DLSyncLocalServiceBaseImpl.addDLSync(DLSync dlSync)
Adds the d l sync to the database. |
DLSync |
DLSyncLocalServiceBaseImpl.deleteDLSync(DLSync dlSync)
Deletes the d l sync from the database. |
DLSync |
DLSyncLocalServiceBaseImpl.updateDLSync(DLSync dlSync)
Updates the d l sync in the database or adds it if it does not yet exist. |
| Uses of DLSync in com.liferay.portlet.documentlibrary.service.impl |
|---|
| Methods in com.liferay.portlet.documentlibrary.service.impl that return DLSync | |
|---|---|
DLSync |
DLSyncLocalServiceImpl.addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String type,
String version)
Deprecated. As of 6.2.0, replaced by DLSyncLocalServiceImpl.addSync(long, String, long,
long, long, String, String, String, String) |
DLSync |
DLSyncLocalServiceImpl.addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String description,
String type,
String version)
|
DLSync |
DLSyncLocalServiceImpl.updateSync(long fileId,
long parentFolderId,
String name,
String event,
String version)
Deprecated. As of 6.2.0, replaced by DLSyncLocalServiceImpl.updateSync(long, long,
String, String, String, String) |
DLSync |
DLSyncLocalServiceImpl.updateSync(long fileId,
long parentFolderId,
String name,
String description,
String event,
String version)
|
| Uses of DLSync in com.liferay.portlet.documentlibrary.service.persistence |
|---|
| Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLSync | |
|---|---|
static DLSync |
DLSyncUtil.create(long syncId)
Creates a new d l sync with the primary key. |
DLSync |
DLSyncPersistence.create(long syncId)
Creates a new d l sync with the primary key. |
DLSync |
DLSyncPersistenceImpl.create(long syncId)
Creates a new d l sync with the primary key. |
static DLSync |
DLSyncUtil.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByFileId(long fileId)
Returns the d l sync where fileId = ? or returns null if it could not be found. |
DLSync |
DLSyncPersistence.fetchByFileId(long fileId)
Returns the d l sync where fileId = ? or returns null if it could not be found. |
DLSync |
DLSyncPersistenceImpl.fetchByFileId(long fileId)
Returns the d l sync where fileId = ? or returns null if it could not be found. |
static DLSync |
DLSyncUtil.fetchByFileId(long fileId,
boolean retrieveFromCache)
Returns the d l sync where fileId = ? or returns null if it could not be found, optionally using the finder cache. |
DLSync |
DLSyncPersistence.fetchByFileId(long fileId,
boolean retrieveFromCache)
Returns the d l sync where fileId = ? or returns null if it could not be found, optionally using the finder cache. |
DLSync |
DLSyncPersistenceImpl.fetchByFileId(long fileId,
boolean retrieveFromCache)
Returns the d l sync where fileId = ? or returns null if it could not be found, optionally using the finder cache. |
static DLSync |
DLSyncUtil.fetchByPrimaryKey(long syncId)
Returns the d l sync with the primary key or returns null if it could not be found. |
DLSync |
DLSyncPersistence.fetchByPrimaryKey(long syncId)
Returns the d l sync with the primary key or returns null if it could not be found. |
DLSync |
DLSyncPersistenceImpl.fetchByPrimaryKey(long syncId)
Returns the d l sync with the primary key or returns null if it could not be found. |
DLSync |
DLSyncPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the d l sync with the primary key or returns null if it could not be found. |
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. |
protected DLSync |
DLSyncPersistenceImpl.getByC_M_R_PrevAndNext(Session session,
DLSync dlSync,
long companyId,
long modifiedDate,
long repositoryId,
OrderByComparator orderByComparator,
boolean previous)
|
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. |
protected DLSync |
DLSyncPersistenceImpl.removeImpl(DLSync dlSync)
|
protected DLSync |
DLSyncPersistenceImpl.toUnwrappedModel(DLSync dlSync)
|
static DLSync |
DLSyncUtil.update(DLSync dlSync)
|
static DLSync |
DLSyncUtil.update(DLSync dlSync,
ServiceContext serviceContext)
|
static DLSync |
DLSyncUtil.updateImpl(DLSync dlSync)
|
DLSync |
DLSyncPersistence.updateImpl(DLSync dlSync)
|
DLSync |
DLSyncPersistenceImpl.updateImpl(DLSync dlSync)
|
| Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLSync | |
|---|---|
static List<DLSync> |
DLSyncFinderUtil.filterFindByC_M_R(long companyId,
long modifiedDate,
long repositoryId)
|
List<DLSync> |
DLSyncFinder.filterFindByC_M_R(long companyId,
long modifiedDate,
long repositoryId)
|
List<DLSync> |
DLSyncFinderImpl.filterFindByC_M_R(long companyId,
long modifiedDate,
long repositoryId)
|
static List<DLSync> |
DLSyncUtil.findAll()
Returns all the d l syncs. |
List<DLSync> |
DLSyncPersistence.findAll()
Returns all the d l syncs. |
List<DLSync> |
DLSyncPersistenceImpl.findAll()
Returns all the d l syncs. |
static List<DLSync> |
DLSyncUtil.findAll(int start,
int end)
Returns a range of all the d l syncs. |
List<DLSync> |
DLSyncPersistence.findAll(int start,
int end)
Returns a range of all the d l syncs. |
List<DLSync> |
DLSyncPersistenceImpl.findAll(int start,
int end)
Returns a range of all the d l syncs. |
static List<DLSync> |
DLSyncUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l syncs. |
List<DLSync> |
DLSyncPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l syncs. |
List<DLSync> |
DLSyncPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l syncs. |
static List<DLSync> |
DLSyncUtil.findByC_M_R(long companyId,
long modifiedDate,
long repositoryId)
Returns all the d l syncs where companyId = ? and modifiedDate > ? and repositoryId = ?. |
List<DLSync> |
DLSyncPersistence.findByC_M_R(long companyId,
long modifiedDate,
long repositoryId)
Returns all the d l syncs where companyId = ? and modifiedDate > ? and repositoryId = ?. |
List<DLSync> |
DLSyncPersistenceImpl.findByC_M_R(long companyId,
long modifiedDate,
long repositoryId)
Returns all the d l syncs where companyId = ? and modifiedDate > ? and repositoryId = ?. |
static List<DLSync> |
DLSyncUtil.findByC_M_R(long companyId,
long modifiedDate,
long repositoryId,
int start,
int end)
Returns a range of all the d l syncs where companyId = ? and modifiedDate > ? and repositoryId = ?. |
List<DLSync> |
DLSyncPersistence.findByC_M_R(long companyId,
long modifiedDate,
long repositoryId,
int start,
int end)
Returns a range of all the d l syncs where companyId = ? and modifiedDate > ? and repositoryId = ?. |
List<DLSync> |
DLSyncPersistenceImpl.findByC_M_R(long companyId,
long modifiedDate,
long repositoryId,
int start,
int end)
Returns a range of all the d l syncs where companyId = ? and modifiedDate > ? and repositoryId = ?. |
static List<DLSync> |
DLSyncUtil.findByC_M_R(long companyId,
long modifiedDate,
long repositoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l syncs where companyId = ? and modifiedDate > ? and repositoryId = ?. |
List<DLSync> |
DLSyncPersistence.findByC_M_R(long companyId,
long modifiedDate,
long repositoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l syncs where companyId = ? and modifiedDate > ? and repositoryId = ?. |
List<DLSync> |
DLSyncPersistenceImpl.findByC_M_R(long companyId,
long modifiedDate,
long repositoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l syncs where companyId = ? and modifiedDate > ? and repositoryId = ?. |
static List<DLSync> |
DLSyncUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLSync> |
DLSyncUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLSync> |
DLSyncUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DLSync | |
|---|---|
static void |
DLSyncUtil.cacheResult(DLSync dlSync)
Caches the d l sync in the entity cache if it is enabled. |
void |
DLSyncPersistence.cacheResult(DLSync dlSync)
Caches the d l sync in the entity cache if it is enabled. |
void |
DLSyncPersistenceImpl.cacheResult(DLSync dlSync)
Caches the d l sync in the entity cache if it is enabled. |
protected void |
DLSyncPersistenceImpl.cacheUniqueFindersCache(DLSync dlSync)
|
static void |
DLSyncUtil.clearCache(DLSync dlSync)
|
void |
DLSyncPersistenceImpl.clearCache(DLSync dlSync)
Clears the cache for the d l sync. |
protected void |
DLSyncPersistenceImpl.clearUniqueFindersCache(DLSync dlSync)
|
protected DLSync |
DLSyncPersistenceImpl.getByC_M_R_PrevAndNext(Session session,
DLSync dlSync,
long companyId,
long modifiedDate,
long repositoryId,
OrderByComparator orderByComparator,
boolean previous)
|
protected DLSync |
DLSyncPersistenceImpl.removeImpl(DLSync dlSync)
|
protected DLSync |
DLSyncPersistenceImpl.toUnwrappedModel(DLSync dlSync)
|
static DLSync |
DLSyncUtil.update(DLSync dlSync)
|
static DLSync |
DLSyncUtil.update(DLSync dlSync,
ServiceContext serviceContext)
|
static DLSync |
DLSyncUtil.updateImpl(DLSync dlSync)
|
DLSync |
DLSyncPersistence.updateImpl(DLSync dlSync)
|
DLSync |
DLSyncPersistenceImpl.updateImpl(DLSync dlSync)
|
| Method parameters in com.liferay.portlet.documentlibrary.service.persistence with type arguments of type DLSync | |
|---|---|
static void |
DLSyncUtil.cacheResult(List<DLSync> dlSyncs)
Caches the d l syncs in the entity cache if it is enabled. |
void |
DLSyncPersistence.cacheResult(List<DLSync> dlSyncs)
Caches the d l syncs in the entity cache if it is enabled. |
void |
DLSyncPersistenceImpl.cacheResult(List<DLSync> dlSyncs)
Caches the d l syncs in the entity cache if it is enabled. |
void |
DLSyncPersistenceImpl.clearCache(List<DLSync> dlSyncs)
|
|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||