Liferay 6.1.2-ce-ga3

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

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.addDLSync(long companyId, long fileId, long repositoryId, long parentFolderId, boolean typeFolder)
           
 

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.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.
 DLSync DLSyncModelImpl.toUnescapedModel()
           
 

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
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.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.
 DLSync DLSyncLocalServiceBaseImpl.updateDLSync(DLSync dlSync, boolean merge)
          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.
 DLSync DLSyncLocalServiceBaseImpl.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.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. 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. 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, 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 = ?.
 DLSync DLSyncPersistenceImpl.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 = ?.
 DLSync DLSyncPersistenceImpl.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.
 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, 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 = ?.
 DLSync DLSyncPersistenceImpl.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 = ?.
 DLSync DLSyncPersistenceImpl.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 = ?.
 DLSync[] DLSyncPersistenceImpl.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.
 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, Date 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, 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)
           
 DLSync DLSyncPersistenceImpl.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)
           
 List<DLSync> DLSyncFinderImpl.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.
 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, 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 = ?.
 List<DLSync> DLSyncPersistenceImpl.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 = ?.
 List<DLSync> DLSyncPersistenceImpl.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 = ?.
 List<DLSync> DLSyncPersistenceImpl.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.
 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, Date 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, 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)
           
 DLSync DLSyncPersistenceImpl.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.
 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.1.2-ce-ga3