Liferay 6.2.0

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.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.service   
 

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
abstract  Map<String,Lock> PortletDataContext.getLocks()
           
 

Methods in com.liferay.portal.kernel.lar with parameters of type Lock
abstract  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
abstract  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 Repository.checkOutFileEntry(long, ServiceContext)
abstract  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 Repository.checkOutFileEntry(long, String, long, ServiceContext)
abstract  Lock Repository.lockFolder(long folderId)
           
abstract  Lock Repository.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
abstract  Lock Repository.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
abstract  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
abstract  Lock FileEntry.getLock()
           
 Lock FileEntryWrapper.getLock()
           
 

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

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

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()
           
abstract  Lock LockModel.toEscapedModel()
           
 Lock LockWrapper.toEscapedModel()
           
abstract  Lock LockModel.toUnescapedModel()
           
 Lock LockWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portal.model with parameters of type Lock
abstract  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.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.service
 

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

Methods in com.liferay.portal.service with parameters of type Lock
 Lock LockLocalServiceWrapper.addLock(Lock lock)
          Adds the lock to the database.
abstract  Lock LockLocalService.addLock(Lock lock)
          Adds the lock to the database.
static Lock LockLocalServiceUtil.addLock(Lock lock)
          Adds the lock to the database.
 Lock LockLocalServiceWrapper.deleteLock(Lock lock)
          Deletes the lock from the database.
abstract  Lock LockLocalService.deleteLock(Lock lock)
          Deletes the lock from the database.
static Lock LockLocalServiceUtil.deleteLock(Lock lock)
          Deletes the lock from the database.
 Lock LockLocalServiceWrapper.updateLock(Lock lock)
          Updates the lock in the database or adds it if it does not yet exist.
abstract  Lock LockLocalService.updateLock(Lock lock)
          Updates the lock in the database or adds it if it does not yet exist.
static Lock LockLocalServiceUtil.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.persistence
 

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

Methods in com.liferay.portal.service.persistence that return types with arguments of type Lock
abstract  List<Lock> LockPersistence.findAll()
          Returns all the locks.
static List<Lock> LockUtil.findAll()
          Returns all the locks.
abstract  List<Lock> LockPersistence.findAll(int start, int end)
          Returns a range of all the locks.
static List<Lock> LockUtil.findAll(int start, int end)
          Returns a range of all the locks.
abstract  List<Lock> LockPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks.
static List<Lock> LockUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks.
abstract  List<Lock> LockPersistence.findByLtExpirationDate(Date expirationDate)
          Returns all the locks where expirationDate < ?.
static List<Lock> LockUtil.findByLtExpirationDate(Date expirationDate)
          Returns all the locks where expirationDate < ?.
abstract  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)
          Returns a range of all the locks where expirationDate < ?.
abstract  List<Lock> LockPersistence.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where expirationDate < ?.
static List<Lock> LockUtil.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where expirationDate < ?.
abstract  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)
          Returns all the locks where uuid = ? and companyId = ?.
abstract  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)
          Returns a range of all the locks where uuid = ? and companyId = ?.
abstract  List<Lock> LockPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where uuid = ? and companyId = ?.
static List<Lock> LockUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where uuid = ? and companyId = ?.
abstract  List<Lock> LockPersistence.findByUuid(String uuid)
          Returns all the locks where uuid = ?.
static List<Lock> LockUtil.findByUuid(String uuid)
          Returns all the locks where uuid = ?.
abstract  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)
          Returns a range of all the locks where uuid = ?.
abstract  List<Lock> LockPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where uuid = ?.
static List<Lock> LockUtil.findByUuid(String uuid, int start, int end, OrderByComparator 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 orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Lock
abstract  void LockPersistence.cacheResult(Lock lock)
          Caches the lock in the entity cache if it is enabled.
static void LockUtil.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)
           
abstract  Lock LockPersistence.updateImpl(Lock lock)
           
static Lock LockUtil.updateImpl(Lock lock)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Lock
abstract  void LockPersistence.cacheResult(List<Lock> locks)
          Caches the locks in the entity cache if it is enabled.
static void LockUtil.cacheResult(List<Lock> locks)
          Caches the locks in the entity cache if it is enabled.
 

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

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

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

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

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

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

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

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


Liferay 6.2.0