Liferay 6.1.2-ce-ga3

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.lar   
com.liferay.portal.kernel.repository   
com.liferay.portal.kernel.repository.cmis   
com.liferay.portal.kernel.repository.model   
com.liferay.portal.kernel.scheduler   
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.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.scheduler   
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.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.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. Repository.checkOutFileEntry(long, ServiceContext)
 Lock BaseRepositoryImpl.lockFileEntry(long fileEntryId)
          Deprecated. Repository.checkOutFileEntry(long, ServiceContext)
 Lock Repository.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. Repository.checkOutFileEntry(long, String, long, ServiceContext)
 Lock BaseRepositoryImpl.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. Repository.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 expirationTime)
           
 Lock Repository.refreshFolderLock(String lockUuid, 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 expirationTime)
           
 Lock CMISRepositoryHandler.refreshFolderLock(String lockUuid, long expirationTime)
           
 

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

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

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

Methods in com.liferay.portal.kernel.scheduler that return Lock
 Lock SchedulerEngineClusterManager.updateMemorySchedulerClusterMaster()
           
 

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 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. Renamed to 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()
           
 Lock LockModelImpl.toUnescapedModel()
           
 

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.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 expirationTime)
           
 Lock CMISRepository.refreshFolderLock(String lockUuid, 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. LiferayRepository.checkOutFileEntry(long, ServiceContext)
 Lock LiferayRepository.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. 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 expirationTime)
           
 Lock LiferayRepository.refreshFolderLock(String lockUuid, 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. BaseRepositoryProxyBean.checkOutFileEntry(long, ServiceContext)
 Lock BaseRepositoryProxyBean.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. 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 expirationTime)
           
 Lock BaseRepositoryProxyBean.refreshFolderLock(String lockUuid, long expirationTime)
           
 

Uses of Lock in com.liferay.portal.scheduler
 

Methods in com.liferay.portal.scheduler that return Lock
 Lock ClusterSchedulerEngine.updateMemorySchedulerClusterMaster()
           
 

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.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.getLockByUuid(String uuid)
           
 Lock LockLocalService.getLockByUuid(String uuid)
           
 Lock LockLocalServiceWrapper.getLockByUuid(String uuid)
           
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, boolean retrieveFromCache)
           
 Lock LockLocalService.lock(String className, String key, String owner, boolean retrieveFromCache)
           
 Lock LockLocalServiceWrapper.lock(String className, String key, String owner, boolean retrieveFromCache)
           
static Lock LockLocalServiceUtil.lock(String className, String key, String expectedOwner, String updatedOwner, boolean retrieveFromCache)
           
 Lock LockLocalService.lock(String className, String key, String expectedOwner, String updatedOwner, boolean retrieveFromCache)
           
 Lock LockLocalServiceWrapper.lock(String className, String key, String expectedOwner, String updatedOwner, boolean retrieveFromCache)
           
static Lock LockLocalServiceUtil.refresh(String uuid, long expirationTime)
           
 Lock LockLocalService.refresh(String uuid, long expirationTime)
           
 Lock LockLocalServiceWrapper.refresh(String uuid, 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.
static Lock LockLocalServiceUtil.updateLock(Lock lock, boolean merge)
          Updates the lock in the database or adds it if it does not yet exist.
 Lock LockLocalService.updateLock(Lock lock, boolean merge)
          Updates the lock in the database or adds it if it does not yet exist.
 Lock LockLocalServiceWrapper.updateLock(Lock lock, boolean merge)
          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.
static Lock LockLocalServiceUtil.updateLock(Lock lock, boolean merge)
          Updates the lock in the database or adds it if it does not yet exist.
 Lock LockLocalService.updateLock(Lock lock, boolean merge)
          Updates the lock in the database or adds it if it does not yet exist.
 Lock LockLocalServiceWrapper.updateLock(Lock lock, boolean merge)
          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.getLock(long lockId)
          Returns the lock with the primary key.
 Lock LockLocalServiceBaseImpl.updateLock(Lock lock)
          Updates the lock in the database or adds it if it does not yet exist.
 Lock LockLocalServiceBaseImpl.updateLock(Lock lock, boolean merge)
          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.
 Lock LockLocalServiceBaseImpl.updateLock(Lock lock, boolean merge)
          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.getLockByUuid(String uuid)
           
 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, boolean retrieveFromCache)
           
 Lock LockLocalServiceImpl.lock(String className, String key, String expectedOwner, String updatedOwner, boolean retrieveFromCache)
           
 Lock LockLocalServiceImpl.refresh(String uuid, 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.
 Lock LockPersistenceImpl.create(long lockId)
          Creates a new lock with the primary key.
static Lock LockUtil.fetchByC_K_O(String className, String key, String owner)
          Returns the lock where className = ? and key = ? and owner = ? or returns null if it could not be found.
 Lock LockPersistence.fetchByC_K_O(String className, String key, String owner)
          Returns the lock where className = ? and key = ? and owner = ? or returns null if it could not be found.
 Lock LockPersistenceImpl.fetchByC_K_O(String className, String key, String owner)
          Returns the lock where className = ? and key = ? and owner = ? or returns null if it could not be found.
static Lock LockUtil.fetchByC_K_O(String className, String key, String owner, boolean retrieveFromCache)
          Returns the lock where className = ? and key = ? and owner = ? or returns null if it could not be found, optionally using the finder cache.
 Lock LockPersistence.fetchByC_K_O(String className, String key, String owner, boolean retrieveFromCache)
          Returns the lock where className = ? and key = ? and owner = ? or returns null if it could not be found, optionally using the finder cache.
 Lock LockPersistenceImpl.fetchByC_K_O(String className, String key, String owner, boolean retrieveFromCache)
          Returns the lock where className = ? and key = ? and owner = ? or returns null if it could not be found, optionally using the finder cache.
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.
 Lock LockPersistenceImpl.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.
 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.
static Lock LockFinderUtil.fetchByC_K(String className, String key, LockMode lockMode)
           
 Lock LockFinder.fetchByC_K(String className, String key, LockMode lockMode)
           
 Lock LockFinderImpl.fetchByC_K(String className, String key, LockMode lockMode)
           
static Lock LockUtil.fetchByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.fetchByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistenceImpl.fetchByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first 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 < ?.
 Lock LockPersistence.fetchByLtExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
 Lock LockPersistenceImpl.fetchByLtExpirationDate_Last(Date expirationDate, OrderByComparator 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.
 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.
static Lock LockUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
 Lock LockPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
 Lock LockPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 Lock LockPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
 Lock LockPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
static Lock LockUtil.findByC_K_O(String className, String key, String owner)
          Returns the lock where className = ? and key = ? and owner = ? or throws a NoSuchLockException if it could not be found.
 Lock LockPersistence.findByC_K_O(String className, String key, String owner)
          Returns the lock where className = ? and key = ? and owner = ? or throws a NoSuchLockException if it could not be found.
 Lock LockPersistenceImpl.findByC_K_O(String className, String key, String owner)
          Returns the lock where className = ? and key = ? and owner = ? 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.
 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.
 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.
static Lock LockUtil.findByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.findByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistenceImpl.findByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first 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 < ?.
 Lock LockPersistence.findByLtExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where expirationDate < ?.
 Lock LockPersistenceImpl.findByLtExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last 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 < ?.
 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 < ?.
 Lock[] LockPersistenceImpl.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.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.
 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.
static Lock LockUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
 Lock LockPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first lock in the ordered set where uuid = ?.
 Lock LockPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 Lock LockPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last lock in the ordered set where uuid = ?.
 Lock LockPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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 = ?.
 Lock[] LockPersistenceImpl.findByUuid_PrevAndNext(long lockId, String uuid, OrderByComparator 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 orderByComparator, boolean previous)
           
protected  Lock LockPersistenceImpl.getByUuid_PrevAndNext(Session session, Lock lock, String uuid, OrderByComparator orderByComparator, boolean previous)
           
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.
 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.
static Lock LockUtil.removeByC_K_O(String className, String key, String owner)
          Removes the lock where className = ? and key = ? and owner = ? from the database.
 Lock LockPersistence.removeByC_K_O(String className, String key, String owner)
          Removes the lock where className = ? and key = ? and owner = ? from the database.
 Lock LockPersistenceImpl.removeByC_K_O(String className, String key, String owner)
          Removes the lock where className = ? and key = ? and owner = ? 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.
 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)
           
static Lock LockUtil.update(Lock lock, boolean merge)
           
static Lock LockUtil.update(Lock lock, boolean merge, ServiceContext serviceContext)
           
static Lock LockUtil.updateImpl(Lock lock, boolean merge)
           
 Lock LockPersistence.updateImpl(Lock lock, boolean merge)
           
 Lock LockPersistenceImpl.updateImpl(Lock lock, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Lock
static List<Lock> LockUtil.findAll()
          Returns all the locks.
 List<Lock> LockPersistence.findAll()
          Returns all the locks.
 List<Lock> LockPersistenceImpl.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.
 List<Lock> LockPersistenceImpl.findAll(int start, int end)
          Returns a range of all the locks.
static List<Lock> LockUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks.
 List<Lock> LockPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks.
 List<Lock> LockPersistenceImpl.findAll(int start, int end, OrderByComparator 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 < ?.
 List<Lock> LockPersistenceImpl.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 < ?.
 List<Lock> LockPersistenceImpl.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 orderByComparator)
          Returns an ordered range of all the locks where expirationDate < ?.
 List<Lock> LockPersistence.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where expirationDate < ?.
 List<Lock> LockPersistenceImpl.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where expirationDate < ?.
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 = ?.
 List<Lock> LockPersistenceImpl.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 = ?.
 List<Lock> LockPersistenceImpl.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 orderByComparator)
          Returns an ordered range of all the locks where uuid = ?.
 List<Lock> LockPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the locks where uuid = ?.
 List<Lock> LockPersistenceImpl.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
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.
 void LockPersistenceImpl.cacheResult(Lock lock)
          Caches the lock in the entity cache if it is enabled.
protected  void LockPersistenceImpl.cacheUniqueFindersCache(Lock lock)
           
static void LockUtil.clearCache(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 orderByComparator, boolean previous)
           
protected  Lock LockPersistenceImpl.getByUuid_PrevAndNext(Session session, Lock lock, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  Lock LockPersistenceImpl.removeImpl(Lock lock)
           
protected  Lock LockPersistenceImpl.toUnwrappedModel(Lock lock)
           
static Lock LockUtil.update(Lock lock, boolean merge)
           
static Lock LockUtil.update(Lock lock, boolean merge, ServiceContext serviceContext)
           
static Lock LockUtil.updateImpl(Lock lock, boolean merge)
           
 Lock LockPersistence.updateImpl(Lock lock, boolean merge)
           
 Lock LockPersistenceImpl.updateImpl(Lock lock, boolean merge)
           
 

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.
 void LockPersistenceImpl.cacheResult(List<Lock> locks)
          Caches the locks in the entity cache if it is enabled.
 void LockPersistenceImpl.clearCache(List<Lock> locks)
           
 

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 DLFileEntryWrapper.getLock()
           
 Lock DLFileEntry.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
static Lock DLFileEntryServiceUtil.getFileEntryLock(long fileEntryId)
           
 Lock DLFileEntryServiceWrapper.getFileEntryLock(long fileEntryId)
           
 Lock DLFileEntryService.getFileEntryLock(long fileEntryId)
           
 Lock DLAppService.lockFileEntry(long fileEntryId)
          Deprecated. DLAppService.checkOutFileEntry(long, ServiceContext)
 Lock DLAppServiceWrapper.lockFileEntry(long fileEntryId)
          Deprecated. DLAppServiceWrapper.checkOutFileEntry(long, ServiceContext)
static Lock DLAppServiceUtil.lockFileEntry(long fileEntryId)
          Deprecated. DLAppServiceUtil.checkOutFileEntry(long, ServiceContext)
 Lock DLAppService.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. DLAppService.checkOutFileEntry(long, String, long, ServiceContext)
 Lock DLAppServiceWrapper.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. DLAppServiceWrapper.checkOutFileEntry(long, String, long, ServiceContext)
static Lock DLAppServiceUtil.lockFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. DLAppServiceUtil.checkOutFileEntry(long, String, long, ServiceContext)
static Lock DLFolderServiceUtil.lockFolder(long folderId)
           
 Lock DLFolderServiceWrapper.lockFolder(long folderId)
           
 Lock DLFolderService.lockFolder(long folderId)
           
 Lock DLAppService.lockFolder(long repositoryId, long folderId)
          Locks the folder.
 Lock DLAppServiceWrapper.lockFolder(long repositoryId, long folderId)
          Locks the folder.
static Lock DLAppServiceUtil.lockFolder(long repositoryId, long folderId)
          Locks the folder.
 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 DLAppServiceUtil.lockFolder(long repositoryId, long folderId, String owner, boolean inheritable, long expirationTime)
          Locks the folder.
static Lock DLFolderServiceUtil.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock DLFolderServiceWrapper.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock DLFolderService.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock DLAppService.refreshFileEntryLock(String lockUuid, long expirationTime)
          Refreshes the lock for the file entry.
static Lock DLFileEntryServiceUtil.refreshFileEntryLock(String lockUuid, long expirationTime)
           
 Lock DLAppServiceWrapper.refreshFileEntryLock(String lockUuid, long expirationTime)
          Refreshes the lock for the file entry.
 Lock DLFileEntryServiceWrapper.refreshFileEntryLock(String lockUuid, long expirationTime)
           
 Lock DLFileEntryService.refreshFileEntryLock(String lockUuid, long expirationTime)
           
static Lock DLAppServiceUtil.refreshFileEntryLock(String lockUuid, long expirationTime)
          Refreshes the lock for the file entry.
 Lock DLAppService.refreshFolderLock(String lockUuid, long expirationTime)
          Refreshes the lock for the folder.
 Lock DLAppServiceWrapper.refreshFolderLock(String lockUuid, long expirationTime)
          Refreshes the lock for the folder.
static Lock DLFolderServiceUtil.refreshFolderLock(String lockUuid, long expirationTime)
           
 Lock DLFolderServiceWrapper.refreshFolderLock(String lockUuid, long expirationTime)
           
 Lock DLFolderService.refreshFolderLock(String lockUuid, long expirationTime)
           
static Lock DLAppServiceUtil.refreshFolderLock(String lockUuid, long expirationTime)
          Refreshes the lock for the folder.
 

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 DLAppServiceHttp.refreshFileEntryLock(HttpPrincipal httpPrincipal, String lockUuid, long expirationTime)
           
static Lock DLFileEntryServiceHttp.refreshFileEntryLock(HttpPrincipal httpPrincipal, String lockUuid, long expirationTime)
           
static Lock DLAppServiceHttp.refreshFolderLock(HttpPrincipal httpPrincipal, String lockUuid, long expirationTime)
           
static Lock DLFolderServiceHttp.refreshFolderLock(HttpPrincipal httpPrincipal, String lockUuid, long expirationTime)
           
 

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

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

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 MBThreadWrapper.getLock()
           
 Lock MBThread.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 6.1.2-ce-ga3