Liferay 6.1.2-ce-ga3

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

Packages that use DLSync
com.liferay.portlet.documentlibrary.model   
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.persistence   
 

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. Renamed to 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, Date lastAccessDate)
           
 

Uses of DLSync in com.liferay.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service that return DLSync
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.addDLSync(DLSync dlSync)
          Adds the d l sync to the database.
static DLSync DLSyncLocalServiceUtil.addSync(long fileId, String fileUuid, long companyId, long repositoryId, long parentFolderId, String name, String type, String version)
          Deprecated. 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. 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 type, String version)
          Deprecated. 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 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.addSync(long fileId, String fileUuid, long companyId, long repositoryId, long parentFolderId, String name, String description, String type, String version)
           
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.createDLSync(long syncId)
          Creates a new d l sync with the primary key.
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(DLSync dlSync)
          Deletes the d l sync 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.deleteDLSync(long syncId)
          Deletes the d l sync with the primary key from the database.
static DLSync DLSyncLocalServiceUtil.fetchDLSync(long syncId)
           
 DLSync DLSyncLocalService.fetchDLSync(long syncId)
           
 DLSync DLSyncLocalServiceWrapper.fetchDLSync(long syncId)
           
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.getDLSync(long syncId)
          Returns the d l sync with the primary key.
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.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, boolean merge)
          Updates the d l sync in the database or adds it if it does not yet exist.
 DLSync DLSyncLocalService.updateDLSync(DLSync dlSync, boolean merge)
          Updates the d l sync in the database or adds it if it does not yet exist.
 DLSync DLSyncLocalServiceWrapper.updateDLSync(DLSync dlSync, boolean merge)
          Updates the d l sync in the database or adds it if it does not yet exist.
static DLSync DLSyncLocalServiceUtil.updateSync(long fileId, long parentFolderId, String name, String event, String version)
          Deprecated. DLSyncLocalServiceUtil.updateSync(long, long, String, String, String, String)
 DLSync DLSyncLocalService.updateSync(long fileId, long parentFolderId, String name, String event, String version)
          Deprecated. DLSyncLocalService.updateSync(long, long, String, String, String, String)
 DLSync DLSyncLocalServiceWrapper.updateSync(long fileId, long parentFolderId, String name, String event, String version)
          Deprecated. DLSyncLocalServiceWrapper.updateSync(long, long, String, String, String, String)
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)
           
 DLSync DLSyncLocalServiceWrapper.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
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.
 List<DLSync> DLSyncLocalServiceWrapper.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
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.addDLSync(DLSync dlSync)
          Adds the d l sync to 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(DLSync dlSync)
          Deletes the d l sync from the database.
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.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, boolean merge)
          Updates the d l sync in the database or adds it if it does not yet exist.
 DLSync DLSyncLocalService.updateDLSync(DLSync dlSync, boolean merge)
          Updates the d l sync in the database or adds it if it does not yet exist.
 DLSync DLSyncLocalServiceWrapper.updateDLSync(DLSync dlSync, boolean merge)
          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.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.
static DLSync DLSyncUtil.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.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.
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.
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.
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.
static DLSync DLSyncUtil.update(DLSync dlSync, boolean merge)
           
static DLSync DLSyncUtil.update(DLSync dlSync, boolean merge, ServiceContext serviceContext)
           
static DLSync DLSyncUtil.updateImpl(DLSync dlSync, boolean merge)
           
 DLSync DLSyncPersistence.updateImpl(DLSync dlSync, boolean merge)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLSync
 List<DLSync> DLSyncFinder.filterFindByC_M_R(long companyId, Date modifiedDate, long repositoryId)
           
static List<DLSync> DLSyncFinderUtil.filterFindByC_M_R(long companyId, Date modifiedDate, long repositoryId)
           
static List<DLSync> DLSyncUtil.findAll()
          Returns all the d l syncs.
 List<DLSync> DLSyncPersistence.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.
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.
static List<DLSync> DLSyncUtil.findByC_M_R(long companyId, Date modifiedDate, long repositoryId)
          Returns all the d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
 List<DLSync> DLSyncPersistence.findByC_M_R(long companyId, Date modifiedDate, long repositoryId)
          Returns all the d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ?.
static List<DLSync> DLSyncUtil.findByC_M_R(long companyId, Date 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, Date 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, Date 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, Date 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.
static void DLSyncUtil.clearCache(DLSync dlSync)
           
static DLSync DLSyncUtil.update(DLSync dlSync, boolean merge)
           
static DLSync DLSyncUtil.update(DLSync dlSync, boolean merge, ServiceContext serviceContext)
           
static DLSync DLSyncUtil.updateImpl(DLSync dlSync, boolean merge)
           
 DLSync DLSyncPersistence.updateImpl(DLSync dlSync, boolean merge)
           
 

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.
 


Liferay 6.1.2-ce-ga3