Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portal.model.Lock

Packages that use Lock
com.liferay.portal This package defines the common portal exceptions. 
com.liferay.portal.kernel.backgroundtask   
com.liferay.portal.kernel.lar   
com.liferay.portal.kernel.repository   
com.liferay.portal.kernel.repository.cmis   
com.liferay.portal.kernel.repository.model   
com.liferay.portal.kernel.webdav   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.repository.capabilities   
com.liferay.portal.repository.cmis   
com.liferay.portal.repository.cmis.model   
com.liferay.portal.repository.liferayrepository   
com.liferay.portal.repository.liferayrepository.model   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.repository.util   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portal.webdav.methods   
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.http This package defines the HTTP and SOAP document library portlet service utilities. 
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.documentlibrary.webdav   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.http   
com.liferay.portlet.messageboards.service.impl   
 

Uses of Lock in com.liferay.portal
 

Methods in com.liferay.portal that return Lock
 Lock DuplicateLockException.getLock()
           
 

Constructors in com.liferay.portal with parameters of type Lock
DuplicateLockException(Lock lock)
           
 

Uses of Lock in com.liferay.portal.kernel.backgroundtask
 

Methods in com.liferay.portal.kernel.backgroundtask that return Lock
protected  Lock SerialBackgroundTaskExecutor.acquireLock(BackgroundTask backgroundTask, String owner)
           
 

Uses of Lock in com.liferay.portal.kernel.lar
 

Methods in com.liferay.portal.kernel.lar that return types with arguments of type Lock
 Map<String,Lock> PortletDataContext.getLocks()
           
 

Methods in com.liferay.portal.kernel.lar with parameters of type Lock
 void PortletDataContext.addLocks(String className, String key, Lock lock)
           
 

Uses of Lock in com.liferay.portal.kernel.repository
 

Methods in com.liferay.portal.kernel.repository that return Lock
 Lock Repository.lockFileEntry(long fileEntryId)
          Deprecated. As of 6.2.0, replaced by Repository.checkOutFileEntry(long, ServiceContext)
 Lock BaseRepositoryImpl.lockFileEntry(long fileEntryId)
          Deprecated. As of 6.2.0, replaced by BaseRepositoryImpl.checkOutFileEntry(long, ServiceContext)
 Lock Repository.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by Repository.checkOutFileEntry(long, String, long, ServiceContext)
 Lock BaseRepositoryImpl.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by BaseRepositoryImpl.checkOutFileEntry(long, String, long, ServiceContext)
 Lock Repository.lockFolder(long folderId)
           
 Lock Repository.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock Repository.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
 Lock Repository.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
           
 

Uses of Lock in com.liferay.portal.kernel.repository.cmis
 

Methods in com.liferay.portal.kernel.repository.cmis that return Lock
 Lock CMISRepositoryHandler.lockFolder(long folderId)
           
 Lock CMISRepositoryHandler.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock CMISRepositoryHandler.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
 Lock CMISRepositoryHandler.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
           
 

Uses of Lock in com.liferay.portal.kernel.repository.model
 

Methods in com.liferay.portal.kernel.repository.model that return Lock
 Lock FileEntryWrapper.getLock()
           
 Lock FileEntry.getLock()
           
 

Uses of Lock in com.liferay.portal.kernel.webdav
 

Methods in com.liferay.portal.kernel.webdav that return Lock
 Lock BaseResourceImpl.getLock()
           
 Lock Resource.getLock()
           
 Lock WebDAVStorageWrapper.refreshResourceLock(WebDAVRequest webDAVRequest, String uuid, long timeout)
           
 Lock WebDAVStorage.refreshResourceLock(WebDAVRequest webDAVRequest, String uuid, long timeout)
           
 Lock BaseWebDAVStorageImpl.refreshResourceLock(WebDAVRequest webDAVRequest, String uuid, long timeout)
           
 

Uses of Lock in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar that return types with arguments of type Lock
 Map<String,Lock> PortletDataContextImpl.getLocks()
           
 

Methods in com.liferay.portal.lar with parameters of type Lock
 void PortletDataContextImpl.addLocks(String className, String key, Lock lock)
           
protected  String PortletExporter.getLockPath(PortletDataContext portletDataContext, String className, String key, Lock lock)
           
 

Uses of Lock in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Lock
 class LockWrapper
           This class is a wrapper for Lock.
 

Methods in com.liferay.portal.model that return Lock
 Lock LockWrapper.getWrappedLock()
          Deprecated. As of 6.1.0, replaced by LockWrapper.getWrappedModel()
 Lock LockWrapper.getWrappedModel()
           
 Lock LockModel.toEscapedModel()
           
 Lock LockWrapper.toEscapedModel()
           
 Lock LockModel.toUnescapedModel()
           
 Lock LockWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Lock
 CacheModel<Lock> LockModel.toCacheModel()
           
 CacheModel<Lock> LockWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Lock
 int LockModel.compareTo(Lock lock)
           
 int LockWrapper.compareTo(Lock lock)
           
static LockSoap LockSoap.toSoapModel(Lock model)
           
static LockSoap[] LockSoap.toSoapModels(Lock[] models)
           
static LockSoap[][] LockSoap.toSoapModels(Lock[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Lock
static LockSoap[] LockSoap.toSoapModels(List<Lock> models)
           
 

Constructors in com.liferay.portal.model with parameters of type Lock
LockWrapper(Lock lock)
           
 

Uses of Lock in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement Lock
 class LockBaseImpl
          The extended model base implementation for the Lock service.
 class LockImpl
           
 

Methods in com.liferay.portal.model.impl that return Lock
 Lock LockCacheModel.toEntityModel()
           
 Lock LockModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Lock
 CacheModel<Lock> LockModelImpl.toCacheModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type Lock
 int LockModelImpl.compareTo(Lock lock)
           
 

Uses of Lock in com.liferay.portal.repository.capabilities
 

Methods in com.liferay.portal.repository.capabilities that return Lock
 Lock CapabilityRepository.lockFileEntry(long fileEntryId)
          Deprecated. 
 Lock CapabilityRepository.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. 
 Lock CapabilityRepository.lockFolder(long folderId)
           
 Lock CapabilityRepository.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock CapabilityRepository.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
 Lock CapabilityRepository.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
           
 

Uses of Lock in com.liferay.portal.repository.cmis
 

Methods in com.liferay.portal.repository.cmis that return Lock
 Lock CMISRepository.lockFolder(long folderId)
           
 Lock CMISRepository.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock CMISRepository.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
 Lock CMISRepository.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
           
 

Uses of Lock in com.liferay.portal.repository.cmis.model
 

Methods in com.liferay.portal.repository.cmis.model that return Lock
 Lock CMISFileEntry.getLock()
           
 

Uses of Lock in com.liferay.portal.repository.liferayrepository
 

Methods in com.liferay.portal.repository.liferayrepository that return Lock
 Lock LiferayRepository.getFileEntryLock(long fileEntryId)
           
 Lock LiferayRepository.lockFileEntry(long fileEntryId)
          Deprecated. As of 6.2.0, replaced by LiferayRepository.checkOutFileEntry(long, ServiceContext)
 Lock LiferayRepository.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by LiferayRepository.checkOutFileEntry(long, String, long, ServiceContext)
 Lock LiferayRepository.lockFolder(long folderId)
           
 Lock LiferayRepository.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock LiferayRepository.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
 Lock LiferayRepository.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
           
 

Uses of Lock in com.liferay.portal.repository.liferayrepository.model
 

Methods in com.liferay.portal.repository.liferayrepository.model that return Lock
 Lock LiferayFileEntry.getLock()
           
 

Uses of Lock in com.liferay.portal.repository.proxy
 

Methods in com.liferay.portal.repository.proxy that return Lock
 Lock FileEntryProxyBean.getLock()
           
 Lock BaseRepositoryProxyBean.lockFileEntry(long fileEntryId)
          Deprecated. As of 6.2.0, replaced by BaseRepositoryProxyBean.checkOutFileEntry(long, ServiceContext)
 Lock BaseRepositoryProxyBean.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by BaseRepositoryProxyBean.checkOutFileEntry(long, String, long, ServiceContext)
 Lock BaseRepositoryProxyBean.lockFolder(long folderId)
           
 Lock BaseRepositoryProxyBean.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock BaseRepositoryProxyBean.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
 Lock BaseRepositoryProxyBean.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
           
 

Uses of Lock in com.liferay.portal.repository.util
 

Methods in com.liferay.portal.repository.util that return Lock
 Lock RepositoryWrapper.lockFileEntry(long fileEntryId)
          Deprecated. 
 Lock RepositoryWrapper.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. 
 Lock RepositoryWrapper.lockFolder(long folderId)
           
 Lock RepositoryWrapper.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock RepositoryWrapper.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
 Lock RepositoryWrapper.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
           
 

Uses of Lock in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Lock
static Lock LockLocalServiceUtil.addLock(Lock lock)
          Adds the lock to the database.
 Lock LockLocalService.addLock(Lock lock)
          Adds the lock to the database.
 Lock LockLocalServiceWrapper.addLock(Lock lock)
          Adds the lock to the database.
static Lock LockLocalServiceUtil.createLock(long lockId)
          Creates a new lock with the primary key.
 Lock LockLocalService.createLock(long lockId)
          Creates a new lock with the primary key.
 Lock LockLocalServiceWrapper.createLock(long lockId)
          Creates a new lock with the primary key.
static Lock LockLocalServiceUtil.deleteLock(Lock lock)
          Deletes the lock from the database.
 Lock LockLocalService.deleteLock(Lock lock)
          Deletes the lock from the database.
 Lock LockLocalServiceWrapper.deleteLock(Lock lock)
          Deletes the lock from the database.
static Lock LockLocalServiceUtil.deleteLock(long lockId)
          Deletes the lock with the primary key from the database.
 Lock LockLocalService.deleteLock(long lockId)
          Deletes the lock with the primary key from the database.
 Lock LockLocalServiceWrapper.deleteLock(long lockId)
          Deletes the lock with the primary key from the database.
static Lock LockLocalServiceUtil.fetchLock(long lockId)
           
 Lock LockLocalService.fetchLock(long lockId)
           
 Lock LockLocalServiceWrapper.fetchLock(long lockId)
           
static Lock LockLocalServiceUtil.fetchLockByUuidAndCompanyId(String uuid, long companyId)
          Returns the lock with the matching UUID and company.
 Lock LockLocalService.fetchLockByUuidAndCompanyId(String uuid, long companyId)
          Returns the lock with the matching UUID and company.
 Lock LockLocalServiceWrapper.fetchLockByUuidAndCompanyId(String uuid, long companyId)
          Returns the lock with the matching UUID and company.
static Lock LockLocalServiceUtil.getLock(long lockId)
          Returns the lock with the primary key.
 Lock LockLocalService.getLock(long lockId)
          Returns the lock with the primary key.
 Lock LockLocalServiceWrapper.getLock(long lockId)
          Returns the lock with the primary key.
static Lock LockLocalServiceUtil.getLock(String className, long key)
           
 Lock LockLocalService.getLock(String className, long key)
           
 Lock LockLocalServiceWrapper.getLock(String className, long key)
           
static Lock LockLocalServiceUtil.getLock(String className, String key)
           
 Lock LockLocalService.getLock(String className, String key)
           
 Lock LockLocalServiceWrapper.getLock(String className, String key)
           
static Lock LockLocalServiceUtil.getLockByUuidAndCompanyId(String uuid, long companyId)
          Returns the lock with the matching UUID and company.
 Lock LockLocalService.getLockByUuidAndCompanyId(String uuid, long companyId)
          Returns the lock with the matching UUID and company.
 Lock LockLocalServiceWrapper.getLockByUuidAndCompanyId(String uuid, long companyId)
          Returns the lock with the matching UUID and company.
static Lock LockLocalServiceUtil.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime)
           
 Lock LockLocalService.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime)
           
 Lock LockLocalServiceWrapper.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime)
           
static Lock LockLocalServiceUtil.lock(long userId, String className, String key, String owner, boolean inheritable, long expirationTime)
           
 Lock LockLocalService.lock(long userId, String className, String key, String owner, boolean inheritable, long expirationTime)
           
 Lock LockLocalServiceWrapper.lock(long userId, String className, String key, String owner, boolean inheritable, long expirationTime)
           
static Lock LockLocalServiceUtil.lock(String className, String key, String owner)
           
 Lock LockLocalService.lock(String className, String key, String owner)
           
 Lock LockLocalServiceWrapper.lock(String className, String key, String owner)
           
static Lock LockLocalServiceUtil.lock(String className, String key, String owner, boolean retrieveFromCache)
          Deprecated. As of 6.2.0, replaced by LockLocalServiceUtil.lock(String, String, String)
 Lock LockLocalService.lock(String className, String key, String owner, boolean retrieveFromCache)
          Deprecated. As of 6.2.0, replaced by LockLocalService.lock(String, String, String)
 Lock LockLocalServiceWrapper.lock(String className, String key, String owner, boolean retrieveFromCache)
          Deprecated. As of 6.2.0, replaced by LockLocalServiceWrapper.lock(String, String, String)
static Lock LockLocalServiceUtil.lock(String className, String key, String expectedOwner, String updatedOwner)
           
 Lock LockLocalService.lock(String className, String key, String expectedOwner, String updatedOwner)
           
 Lock LockLocalServiceWrapper.lock(String className, String key, String expectedOwner, String updatedOwner)
           
static Lock LockLocalServiceUtil.lock(String className, String key, String expectedOwner, String updatedOwner, boolean retrieveFromCache)
          Deprecated. As of 6.2.0, replaced by LockLocalServiceUtil.lock(String, String, String, String)
 Lock LockLocalService.lock(String className, String key, String expectedOwner, String updatedOwner, boolean retrieveFromCache)
          Deprecated. As of 6.2.0, replaced by LockLocalService.lock(String, String, String, String)
 Lock LockLocalServiceWrapper.lock(String className, String key, String expectedOwner, String updatedOwner, boolean retrieveFromCache)
          Deprecated. As of 6.2.0, replaced by LockLocalServiceWrapper.lock(String, String, String, String)
static Lock LockLocalServiceUtil.refresh(String uuid, long companyId, long expirationTime)
           
 Lock LockLocalService.refresh(String uuid, long companyId, long expirationTime)
           
 Lock LockLocalServiceWrapper.refresh(String uuid, long companyId, long expirationTime)
           
static Lock LockLocalServiceUtil.updateLock(Lock lock)
          Updates the lock in the database or adds it if it does not yet exist.
 Lock LockLocalService.updateLock(Lock lock)
          Updates the lock in the database or adds it if it does not yet exist.
 Lock LockLocalServiceWrapper.updateLock(Lock lock)
          Updates the lock in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type Lock
static List<Lock> LockLocalServiceUtil.getLocks(int start, int end)
          Returns a range of all the locks.
 List<Lock> LockLocalService.getLocks(int start, int end)
          Returns a range of all the locks.
 List<Lock> LockLocalServiceWrapper.getLocks(int start, int end)
          Returns a range of all the locks.
 

Methods in com.liferay.portal.service with parameters of type Lock
static Lock LockLocalServiceUtil.addLock(Lock lock)
          Adds the lock to the database.
 Lock LockLocalService.addLock(Lock lock)
          Adds the lock to the database.
 Lock LockLocalServiceWrapper.addLock(Lock lock)
          Adds the lock to the database.
static Lock LockLocalServiceUtil.deleteLock(Lock lock)
          Deletes the lock from the database.
 Lock LockLocalService.deleteLock(Lock lock)
          Deletes the lock from the database.
 Lock LockLocalServiceWrapper.deleteLock(Lock lock)
          Deletes the lock from the database.
static Lock LockLocalServiceUtil.updateLock(Lock lock)
          Updates the lock in the database or adds it if it does not yet exist.
 Lock LockLocalService.updateLock(Lock lock)
          Updates the lock in the database or adds it if it does not yet exist.
 Lock LockLocalServiceWrapper.updateLock(Lock lock)
          Updates the lock in the database or adds it if it does not yet exist.
 

Uses of Lock in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return Lock
 Lock LockLocalServiceBaseImpl.addLock(Lock lock)
          Adds the lock to the database.
 Lock LockLocalServiceBaseImpl.createLock(long lockId)
          Creates a new lock with the primary key.
 Lock LockLocalServiceBaseImpl.deleteLock(Lock lock)
          Deletes the lock from the database.
 Lock LockLocalServiceBaseImpl.deleteLock(long lockId)
          Deletes the lock with the primary key from the database.
 Lock LockLocalServiceBaseImpl.fetchLock(long lockId)
           
 Lock LockLocalServiceBaseImpl.fetchLockByUuidAndCompanyId(String uuid, long companyId)
          Returns the lock with the matching UUID and company.
 Lock LockLocalServiceBaseImpl.getLock(long lockId)
          Returns the lock with the primary key.
 Lock LockLocalServiceBaseImpl.getLockByUuidAndCompanyId(String uuid, long companyId)
          Returns the lock with the matching UUID and company.
 Lock LockLocalServiceBaseImpl.updateLock(Lock lock)
          Updates the lock in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Lock
 List<Lock> LockLocalServiceBaseImpl.getLocks(int start, int end)
          Returns a range of all the locks.
 

Methods in com.liferay.portal.service.base with parameters of type Lock
 Lock LockLocalServiceBaseImpl.addLock(Lock lock)
          Adds the lock to the database.
 Lock LockLocalServiceBaseImpl.deleteLock(Lock lock)
          Deletes the lock from the database.
 Lock LockLocalServiceBaseImpl.updateLock(Lock lock)
          Updates the lock in the database or adds it if it does not yet exist.
 

Uses of Lock in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Lock
protected  Lock LockLocalServiceImpl.fetchLock(String className, String key)
           
 Lock LockLocalServiceImpl.getLock(String className, long key)
           
 Lock LockLocalServiceImpl.getLock(String className, String key)
           
 Lock LockLocalServiceImpl.getLockByUuidAndCompanyId(String uuid, long companyId)
           
 Lock LockLocalServiceImpl.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime)
           
 Lock LockLocalServiceImpl.lock(long userId, String className, String key, String owner, boolean inheritable, long expirationTime)
           
 Lock LockLocalServiceImpl.lock(String className, String key, String owner)
           
 Lock LockLocalServiceImpl.lock(String className, String key, String owner, boolean retrieveFromCache)
          Deprecated. As of 6.2.0, replaced by LockLocalServiceImpl.lock(String, String, String)
 Lock LockLocalServiceImpl.lock(String className, String key, String expectedOwner, String updatedOwner)
           
 Lock LockLocalServiceImpl.lock(String className, String key, String expectedOwner, String updatedOwner, boolean retrieveFromCache)
          Deprecated. As of 6.2.0, replaced by LockLocalServiceImpl.lock(String, String, String, String)
 Lock LockLocalServiceImpl.refresh(String uuid, long companyId, long expirationTime)
           
 

Methods in com.liferay.portal.service.impl with parameters of type Lock
protected  void LockLocalServiceImpl.expireLock(Lock lock)
           
 

Uses of Lock in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return Lock
static Lock LockUtil.create(long lockId)
          Creates a new lock with the primary key.
 Lock LockPersistence.create(long lockId)
          Creates a new lock with the primary key.
static Lock LockUtil.fetchByC_K(String className, String key)
          Returns the lock where className = ? and key = ? or returns null if it could not be found.
 Lock LockPersistence.fetchByC_K(String className, String key)
          Returns the lock where className = ? and key = ? or returns null if it could not be found.
static Lock LockUtil.fetchByC_K(String className, String key, boolean retrieveFromCache)
          Returns the lock where className = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
 Lock LockPersistence.fetchByC_K(String className, String key, boolean retrieveFromCache)
          Returns the lock where className = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
static Lock LockFinderUtil.fetchByC_K(String className, String key, LockMode lockMode)
           
 Lock LockFinder.fetchByC_K(String className, String key, LockMode lockMode)
           
static Lock LockUtil.fetchByLtExpirationDate_First(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.fetchByLtExpirationDate_First(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
static Lock LockUtil.fetchByLtExpirationDate_Last(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.fetchByLtExpirationDate_Last(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
static Lock LockUtil.fetchByPrimaryKey(long lockId)
          Returns the lock with the primary key or returns null if it could not be found.
 Lock LockPersistence.fetchByPrimaryKey(long lockId)
          Returns the lock with the primary key or returns null if it could not be found.
static Lock LockUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
static Lock LockUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
static Lock LockUtil.fetchByUuid_First(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
 Lock LockPersistence.fetchByUuid_First(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
static Lock LockUtil.fetchByUuid_Last(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
 Lock LockPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
static Lock LockUtil.findByC_K(String className, String key)
          Returns the lock where className = ? and key = ? or throws a NoSuchLockException if it could not be found.
 Lock LockPersistence.findByC_K(String className, String key)
          Returns the lock where className = ? and key = ? or throws a NoSuchLockException if it could not be found.
static Lock LockUtil.findByLtExpirationDate_First(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.findByLtExpirationDate_First(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
static Lock LockUtil.findByLtExpirationDate_Last(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.findByLtExpirationDate_Last(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
static Lock[] LockUtil.findByLtExpirationDate_PrevAndNext(long lockId, Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where expirationDate < ?.
 Lock[] LockPersistence.findByLtExpirationDate_PrevAndNext(long lockId, Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where expirationDate < ?.
static Lock LockUtil.findByPrimaryKey(long lockId)
          Returns the lock with the primary key or throws a NoSuchLockException if it could not be found.
 Lock LockPersistence.findByPrimaryKey(long lockId)
          Returns the lock with the primary key or throws a NoSuchLockException if it could not be found.
static Lock LockUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
static Lock LockUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
static Lock[] LockUtil.findByUuid_C_PrevAndNext(long lockId, String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?.
 Lock[] LockPersistence.findByUuid_C_PrevAndNext(long lockId, String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?.
static Lock LockUtil.findByUuid_First(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
 Lock LockPersistence.findByUuid_First(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
static Lock LockUtil.findByUuid_Last(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
 Lock LockPersistence.findByUuid_Last(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
static Lock[] LockUtil.findByUuid_PrevAndNext(long lockId, String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ?.
 Lock[] LockPersistence.findByUuid_PrevAndNext(long lockId, String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ?.
static Lock LockUtil.remove(long lockId)
          Removes the lock with the primary key from the database.
 Lock LockPersistence.remove(long lockId)
          Removes the lock with the primary key from the database.
static Lock LockUtil.removeByC_K(String className, String key)
          Removes the lock where className = ? and key = ? from the database.
 Lock LockPersistence.removeByC_K(String className, String key)
          Removes the lock where className = ? and key = ? from the database.
static Lock LockUtil.update(Lock lock)
           
static Lock LockUtil.update(Lock lock, ServiceContext serviceContext)
           
static Lock LockUtil.updateImpl(Lock lock)
           
 Lock LockPersistence.updateImpl(Lock lock)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Lock
static Map<Serializable,Lock> LockUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,Lock> LockPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<Lock> LockUtil.findAll()
          Returns all the locks.
 List<Lock> LockPersistence.findAll()
          Returns all the locks.
static List<Lock> LockUtil.findAll(int start, int end)
          Returns a range of all the locks.
 List<Lock> LockPersistence.findAll(int start, int end)
          Returns a range of all the locks.
static List<Lock> LockUtil.findAll(int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks.
 List<Lock> LockPersistence.findAll(int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks.
static List<Lock> LockUtil.findByLtExpirationDate(Date expirationDate)
          Returns all the locks where expirationDate < ?.
 List<Lock> LockPersistence.findByLtExpirationDate(Date expirationDate)
          Returns all the locks where expirationDate < ?.
static List<Lock> LockUtil.findByLtExpirationDate(Date expirationDate, int start, int end)
          Returns a range of all the locks where expirationDate < ?.
 List<Lock> LockPersistence.findByLtExpirationDate(Date expirationDate, int start, int end)
          Returns a range of all the locks where expirationDate < ?.
static List<Lock> LockUtil.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where expirationDate < ?.
 List<Lock> LockPersistence.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where expirationDate < ?.
static List<Lock> LockUtil.findByUuid_C(String uuid, long companyId)
          Returns all the locks where uuid = ? and companyId = ?.
 List<Lock> LockPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the locks where uuid = ? and companyId = ?.
static List<Lock> LockUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the locks where uuid = ? and companyId = ?.
 List<Lock> LockPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the locks where uuid = ? and companyId = ?.
static List<Lock> LockUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where uuid = ? and companyId = ?.
 List<Lock> LockPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where uuid = ? and companyId = ?.
static List<Lock> LockUtil.findByUuid(String uuid)
          Returns all the locks where uuid = ?.
 List<Lock> LockPersistence.findByUuid(String uuid)
          Returns all the locks where uuid = ?.
static List<Lock> LockUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the locks where uuid = ?.
 List<Lock> LockPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the locks where uuid = ?.
static List<Lock> LockUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where uuid = ?.
 List<Lock> LockPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where uuid = ?.
static List<Lock> LockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Lock> LockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Lock> LockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Lock> orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Lock
static void LockUtil.cacheResult(Lock lock)
          Caches the lock in the entity cache if it is enabled.
 void LockPersistence.cacheResult(Lock lock)
          Caches the lock in the entity cache if it is enabled.
static void LockUtil.clearCache(Lock lock)
           
static Lock LockUtil.update(Lock lock)
           
static Lock LockUtil.update(Lock lock, ServiceContext serviceContext)
           
static Lock LockUtil.updateImpl(Lock lock)
           
 Lock LockPersistence.updateImpl(Lock lock)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Lock
static void LockUtil.cacheResult(List<Lock> locks)
          Caches the locks in the entity cache if it is enabled.
 void LockPersistence.cacheResult(List<Lock> locks)
          Caches the locks in the entity cache if it is enabled.
static Lock LockUtil.fetchByLtExpirationDate_First(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.fetchByLtExpirationDate_First(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
static Lock LockUtil.fetchByLtExpirationDate_Last(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.fetchByLtExpirationDate_Last(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
static Lock LockUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
static Lock LockUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
static Lock LockUtil.fetchByUuid_First(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
 Lock LockPersistence.fetchByUuid_First(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
static Lock LockUtil.fetchByUuid_Last(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
 Lock LockPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
static List<Lock> LockUtil.findAll(int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks.
 List<Lock> LockPersistence.findAll(int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks.
static Lock LockUtil.findByLtExpirationDate_First(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.findByLtExpirationDate_First(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
static Lock LockUtil.findByLtExpirationDate_Last(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.findByLtExpirationDate_Last(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
static Lock[] LockUtil.findByLtExpirationDate_PrevAndNext(long lockId, Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where expirationDate < ?.
 Lock[] LockPersistence.findByLtExpirationDate_PrevAndNext(long lockId, Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where expirationDate < ?.
static List<Lock> LockUtil.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where expirationDate < ?.
 List<Lock> LockPersistence.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where expirationDate < ?.
static Lock LockUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
static Lock LockUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
static Lock[] LockUtil.findByUuid_C_PrevAndNext(long lockId, String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?.
 Lock[] LockPersistence.findByUuid_C_PrevAndNext(long lockId, String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?.
static List<Lock> LockUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where uuid = ? and companyId = ?.
 List<Lock> LockPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where uuid = ? and companyId = ?.
static Lock LockUtil.findByUuid_First(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
 Lock LockPersistence.findByUuid_First(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
static Lock LockUtil.findByUuid_Last(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
 Lock LockPersistence.findByUuid_Last(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
static Lock[] LockUtil.findByUuid_PrevAndNext(long lockId, String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ?.
 Lock[] LockPersistence.findByUuid_PrevAndNext(long lockId, String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ?.
static List<Lock> LockUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where uuid = ?.
 List<Lock> LockPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where uuid = ?.
static List<Lock> LockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Lock> orderByComparator)
           
 

Uses of Lock in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that return Lock
 Lock LockPersistenceImpl.create(long lockId)
          Creates a new lock with the primary key.
 Lock LockPersistenceImpl.fetchByC_K(String className, String key)
          Returns the lock where className = ? and key = ? or returns null if it could not be found.
 Lock LockPersistenceImpl.fetchByC_K(String className, String key, boolean retrieveFromCache)
          Returns the lock where className = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
 Lock LockFinderImpl.fetchByC_K(String className, String key, LockMode lockMode)
           
 Lock LockPersistenceImpl.fetchByLtExpirationDate_First(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistenceImpl.fetchByLtExpirationDate_Last(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
 Lock LockPersistenceImpl.fetchByPrimaryKey(long lockId)
          Returns the lock with the primary key or returns null if it could not be found.
 Lock LockPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the lock with the primary key or returns null if it could not be found.
 Lock LockPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
 Lock LockPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
 Lock LockPersistenceImpl.findByC_K(String className, String key)
          Returns the lock where className = ? and key = ? or throws a NoSuchLockException if it could not be found.
 Lock LockPersistenceImpl.findByLtExpirationDate_First(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistenceImpl.findByLtExpirationDate_Last(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
 Lock[] LockPersistenceImpl.findByLtExpirationDate_PrevAndNext(long lockId, Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where expirationDate < ?.
 Lock LockPersistenceImpl.findByPrimaryKey(long lockId)
          Returns the lock with the primary key or throws a NoSuchLockException if it could not be found.
 Lock LockPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the lock with the primary key or throws a NoSuchModelException if it could not be found.
 Lock LockPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
 Lock[] LockPersistenceImpl.findByUuid_C_PrevAndNext(long lockId, String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
 Lock LockPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
 Lock[] LockPersistenceImpl.findByUuid_PrevAndNext(long lockId, String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ?.
protected  Lock LockPersistenceImpl.getByLtExpirationDate_PrevAndNext(Session session, Lock lock, Date expirationDate, OrderByComparator<Lock> orderByComparator, boolean previous)
           
protected  Lock LockPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Lock lock, String uuid, long companyId, OrderByComparator<Lock> orderByComparator, boolean previous)
           
protected  Lock LockPersistenceImpl.getByUuid_PrevAndNext(Session session, Lock lock, String uuid, OrderByComparator<Lock> orderByComparator, boolean previous)
           
 Lock LockPersistenceImpl.remove(long lockId)
          Removes the lock with the primary key from the database.
 Lock LockPersistenceImpl.remove(Serializable primaryKey)
          Removes the lock with the primary key from the database.
 Lock LockPersistenceImpl.removeByC_K(String className, String key)
          Removes the lock where className = ? and key = ? from the database.
protected  Lock LockPersistenceImpl.removeImpl(Lock lock)
           
protected  Lock LockPersistenceImpl.toUnwrappedModel(Lock lock)
           
 Lock LockPersistenceImpl.updateImpl(Lock lock)
           
 

Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type Lock
 Map<Serializable,Lock> LockPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<Lock> LockPersistenceImpl.findAll()
          Returns all the locks.
 List<Lock> LockPersistenceImpl.findAll(int start, int end)
          Returns a range of all the locks.
 List<Lock> LockPersistenceImpl.findAll(int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks.
 List<Lock> LockPersistenceImpl.findByLtExpirationDate(Date expirationDate)
          Returns all the locks where expirationDate < ?.
 List<Lock> LockPersistenceImpl.findByLtExpirationDate(Date expirationDate, int start, int end)
          Returns a range of all the locks where expirationDate < ?.
 List<Lock> LockPersistenceImpl.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where expirationDate < ?.
 List<Lock> LockPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the locks where uuid = ? and companyId = ?.
 List<Lock> LockPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the locks where uuid = ? and companyId = ?.
 List<Lock> LockPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where uuid = ? and companyId = ?.
 List<Lock> LockPersistenceImpl.findByUuid(String uuid)
          Returns all the locks where uuid = ?.
 List<Lock> LockPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the locks where uuid = ?.
 List<Lock> LockPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where uuid = ?.
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type Lock
 void LockPersistenceImpl.cacheResult(Lock lock)
          Caches the lock in the entity cache if it is enabled.
protected  void LockPersistenceImpl.cacheUniqueFindersCache(Lock lock)
           
 void LockPersistenceImpl.clearCache(Lock lock)
          Clears the cache for the lock.
protected  void LockPersistenceImpl.clearUniqueFindersCache(Lock lock)
           
protected  Lock LockPersistenceImpl.getByLtExpirationDate_PrevAndNext(Session session, Lock lock, Date expirationDate, OrderByComparator<Lock> orderByComparator, boolean previous)
           
protected  Lock LockPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Lock lock, String uuid, long companyId, OrderByComparator<Lock> orderByComparator, boolean previous)
           
protected  Lock LockPersistenceImpl.getByUuid_PrevAndNext(Session session, Lock lock, String uuid, OrderByComparator<Lock> orderByComparator, boolean previous)
           
protected  Lock LockPersistenceImpl.removeImpl(Lock lock)
           
protected  Lock LockPersistenceImpl.toUnwrappedModel(Lock lock)
           
 Lock LockPersistenceImpl.updateImpl(Lock lock)
           
 

Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type Lock
 void LockPersistenceImpl.cacheResult(List<Lock> locks)
          Caches the locks in the entity cache if it is enabled.
 void LockPersistenceImpl.clearCache(List<Lock> locks)
           
 Lock LockPersistenceImpl.fetchByLtExpirationDate_First(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistenceImpl.fetchByLtExpirationDate_Last(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
 Lock LockPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
 Lock LockPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
 List<Lock> LockPersistenceImpl.findAll(int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks.
 Lock LockPersistenceImpl.findByLtExpirationDate_First(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistenceImpl.findByLtExpirationDate_Last(Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
 Lock[] LockPersistenceImpl.findByLtExpirationDate_PrevAndNext(long lockId, Date expirationDate, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where expirationDate < ?.
 List<Lock> LockPersistenceImpl.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where expirationDate < ?.
 Lock LockPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ? and companyId = ?.
 Lock LockPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ? and companyId = ?.
 Lock[] LockPersistenceImpl.findByUuid_C_PrevAndNext(long lockId, String uuid, long companyId, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?.
 List<Lock> LockPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where uuid = ? and companyId = ?.
 Lock LockPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
 Lock LockPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
 Lock[] LockPersistenceImpl.findByUuid_PrevAndNext(long lockId, String uuid, OrderByComparator<Lock> orderByComparator)
          Returns the locks before and after the current lock in the ordered set where uuid = ?.
 List<Lock> LockPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Lock> orderByComparator)
          Returns an ordered range of all the locks where uuid = ?.
protected  Lock LockPersistenceImpl.getByLtExpirationDate_PrevAndNext(Session session, Lock lock, Date expirationDate, OrderByComparator<Lock> orderByComparator, boolean previous)
           
protected  Lock LockPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Lock lock, String uuid, long companyId, OrderByComparator<Lock> orderByComparator, boolean previous)
           
protected  Lock LockPersistenceImpl.getByUuid_PrevAndNext(Session session, Lock lock, String uuid, OrderByComparator<Lock> orderByComparator, boolean previous)
           
 

Uses of Lock in com.liferay.portal.webdav.methods
 

Methods in com.liferay.portal.webdav.methods with parameters of type Lock
protected  String LockMethodImpl.getResponseXML(Lock lock, long depth)
           
 

Uses of Lock in com.liferay.portlet.documentlibrary.model
 

Methods in com.liferay.portlet.documentlibrary.model that return Lock
 Lock DLFileEntry.getLock()
           
 Lock DLFileEntryWrapper.getLock()
           
 

Uses of Lock in com.liferay.portlet.documentlibrary.model.impl
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return Lock
 Lock DLFileEntryImpl.getLock()
           
 

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

Methods in com.liferay.portlet.documentlibrary.service that return Lock
 Lock DLFileEntryService.getFileEntryLock(long fileEntryId)
           
 Lock DLFileEntryServiceWrapper.getFileEntryLock(long fileEntryId)
           
static Lock DLFileEntryServiceUtil.getFileEntryLock(long fileEntryId)
           
static Lock DLAppServiceUtil.lockFileEntry(long fileEntryId)
          Deprecated. As of 6.2.0, replaced by DLAppServiceUtil.checkOutFileEntry(long, ServiceContext)
 Lock DLAppService.lockFileEntry(long fileEntryId)
          Deprecated. As of 6.2.0, replaced by DLAppService.checkOutFileEntry(long, ServiceContext)
 Lock DLAppServiceWrapper.lockFileEntry(long fileEntryId)
          Deprecated. As of 6.2.0, replaced by DLAppServiceWrapper.checkOutFileEntry(long, ServiceContext)
 Lock DLFileEntryLocalServiceWrapper.lockFileEntry(long userId, long fileEntryId)
           
 Lock DLFileEntryLocalService.lockFileEntry(long userId, long fileEntryId)
           
static Lock DLFileEntryLocalServiceUtil.lockFileEntry(long userId, long fileEntryId)
           
static Lock DLAppServiceUtil.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by DLAppServiceUtil.checkOutFileEntry(long, String, long, ServiceContext)
 Lock DLAppService.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by DLAppService.checkOutFileEntry(long, String, long, ServiceContext)
 Lock DLAppServiceWrapper.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by DLAppServiceWrapper.checkOutFileEntry(long, String, long, ServiceContext)
 Lock DLFolderServiceWrapper.lockFolder(long folderId)
           
static Lock DLFolderServiceUtil.lockFolder(long folderId)
           
 Lock DLFolderService.lockFolder(long folderId)
           
static Lock DLAppServiceUtil.lockFolder(long repositoryId, long folderId)
          Locks the folder.
 Lock DLFolderLocalServiceWrapper.lockFolder(long userId, long folderId)
           
 Lock DLAppService.lockFolder(long repositoryId, long folderId)
          Locks the folder.
 Lock DLAppServiceWrapper.lockFolder(long repositoryId, long folderId)
          Locks the folder.
static Lock DLFolderLocalServiceUtil.lockFolder(long userId, long folderId)
           
 Lock DLFolderLocalService.lockFolder(long userId, long folderId)
           
static Lock DLAppServiceUtil.lockFolder(long repositoryId, long folderId, String owner, boolean inheritable, long expirationTime)
          Locks the folder.
 Lock DLFolderLocalServiceWrapper.lockFolder(long userId, long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock DLAppService.lockFolder(long repositoryId, long folderId, String owner, boolean inheritable, long expirationTime)
          Locks the folder.
 Lock DLAppServiceWrapper.lockFolder(long repositoryId, long folderId, String owner, boolean inheritable, long expirationTime)
          Locks the folder.
static Lock DLFolderLocalServiceUtil.lockFolder(long userId, long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock DLFolderLocalService.lockFolder(long userId, long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock DLFolderServiceWrapper.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
static Lock DLFolderServiceUtil.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock DLFolderService.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock DLFileEntryService.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
static Lock DLAppServiceUtil.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the file entry.
 Lock DLFileEntryServiceWrapper.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
static Lock DLFileEntryServiceUtil.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
 Lock DLAppService.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the file entry.
 Lock DLAppServiceWrapper.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the file entry.
static Lock DLAppServiceUtil.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the folder.
 Lock DLAppService.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the folder.
 Lock DLFolderServiceWrapper.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
           
 Lock DLAppServiceWrapper.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the folder.
static Lock DLFolderServiceUtil.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
           
 Lock DLFolderService.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
           
 

Uses of Lock in com.liferay.portlet.documentlibrary.service.http
 

Methods in com.liferay.portlet.documentlibrary.service.http that return Lock
static Lock DLFileEntryServiceHttp.getFileEntryLock(HttpPrincipal httpPrincipal, long fileEntryId)
           
static Lock DLAppServiceHttp.lockFileEntry(HttpPrincipal httpPrincipal, long fileEntryId)
           
static Lock DLAppServiceHttp.lockFileEntry(HttpPrincipal httpPrincipal, long fileEntryId, String owner, long expirationTime)
           
static Lock DLFolderServiceHttp.lockFolder(HttpPrincipal httpPrincipal, long folderId)
           
static Lock DLAppServiceHttp.lockFolder(HttpPrincipal httpPrincipal, long repositoryId, long folderId)
           
static Lock DLAppServiceHttp.lockFolder(HttpPrincipal httpPrincipal, long repositoryId, long folderId, String owner, boolean inheritable, long expirationTime)
           
static Lock DLFolderServiceHttp.lockFolder(HttpPrincipal httpPrincipal, long folderId, String owner, boolean inheritable, long expirationTime)
           
static Lock DLFileEntryServiceHttp.refreshFileEntryLock(HttpPrincipal httpPrincipal, String lockUuid, long companyId, long expirationTime)
           
static Lock DLAppServiceHttp.refreshFileEntryLock(HttpPrincipal httpPrincipal, String lockUuid, long companyId, long expirationTime)
           
static Lock DLAppServiceHttp.refreshFolderLock(HttpPrincipal httpPrincipal, String lockUuid, long companyId, long expirationTime)
           
static Lock DLFolderServiceHttp.refreshFolderLock(HttpPrincipal httpPrincipal, String lockUuid, long companyId, long expirationTime)
           
 

Uses of Lock in com.liferay.portlet.documentlibrary.service.impl
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return Lock
 Lock DLFileEntryServiceImpl.getFileEntryLock(long fileEntryId)
           
 Lock DLAppServiceImpl.lockFileEntry(long fileEntryId)
          Deprecated. As of 6.2.0, replaced by DLAppServiceImpl.checkOutFileEntry(long, ServiceContext)
 Lock DLFileEntryLocalServiceImpl.lockFileEntry(long userId, long fileEntryId)
           
 Lock DLAppServiceImpl.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by DLAppServiceImpl.checkOutFileEntry(long, String, long, ServiceContext)
 Lock DLFolderServiceImpl.lockFolder(long folderId)
           
 Lock DLAppServiceImpl.lockFolder(long repositoryId, long folderId)
          Locks the folder.
 Lock DLFolderLocalServiceImpl.lockFolder(long userId, long folderId)
           
 Lock DLAppServiceImpl.lockFolder(long repositoryId, long folderId, String owner, boolean inheritable, long expirationTime)
          Locks the folder.
 Lock DLFolderLocalServiceImpl.lockFolder(long userId, long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock DLFolderServiceImpl.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock DLFileEntryServiceImpl.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
 Lock DLAppServiceImpl.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the file entry.
 Lock DLFolderServiceImpl.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
           
 Lock DLAppServiceImpl.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the folder.
 

Uses of Lock in com.liferay.portlet.documentlibrary.webdav
 

Methods in com.liferay.portlet.documentlibrary.webdav that return Lock
 Lock DLFileEntryResourceImpl.getLock()
           
 Lock DLWebDAVStorageImpl.refreshResourceLock(WebDAVRequest webDAVRequest, String uuid, long timeout)
           
 

Uses of Lock in com.liferay.portlet.messageboards.model
 

Methods in com.liferay.portlet.messageboards.model that return Lock
 Lock MBThread.getLock()
           
 Lock MBThreadWrapper.getLock()
           
 

Uses of Lock in com.liferay.portlet.messageboards.model.impl
 

Methods in com.liferay.portlet.messageboards.model.impl that return Lock
 Lock MBThreadImpl.getLock()
           
 

Uses of Lock in com.liferay.portlet.messageboards.service
 

Methods in com.liferay.portlet.messageboards.service that return Lock
 Lock MBThreadServiceWrapper.lockThread(long threadId)
           
static Lock MBThreadServiceUtil.lockThread(long threadId)
           
 Lock MBThreadService.lockThread(long threadId)
           
 

Uses of Lock in com.liferay.portlet.messageboards.service.http
 

Methods in com.liferay.portlet.messageboards.service.http that return Lock
static Lock MBThreadServiceHttp.lockThread(HttpPrincipal httpPrincipal, long threadId)
           
 

Uses of Lock in com.liferay.portlet.messageboards.service.impl
 

Methods in com.liferay.portlet.messageboards.service.impl that return Lock
 Lock MBThreadServiceImpl.lockThread(long threadId)
           
 


Liferay 7.0-ce-m3