Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.lock.Lock

Packages that use Lock
com.liferay.portal.kernel.backgroundtask   
com.liferay.portal.kernel.lock   
com.liferay.portal.kernel.repository   
com.liferay.portal.kernel.repository.model   
com.liferay.portal.kernel.webdav   
com.liferay.portal.repository   
com.liferay.portal.repository.capabilities   
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.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.exportimport.lar   
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.kernel.backgroundtask
 

Methods in com.liferay.portal.kernel.backgroundtask that return Lock
protected  Lock SerialBackgroundTaskExecutor.acquireLock(BackgroundTask backgroundTask)
           
static Lock BackgroundTaskLockHelperUtil.lockBackgroundTask(BackgroundTask backgroundTask)
           
 

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

Methods in com.liferay.portal.kernel.lock that return Lock
 Lock LockManager.createLock(long lockId, long companyId, long userId, String userName)
           
static Lock LockManagerUtil.createLock(long lockId, long companyId, long userId, String userName)
           
 Lock DuplicateLockException.getLock()
           
 Lock LockManager.getLock(String className, long key)
           
static Lock LockManagerUtil.getLock(String className, long key)
           
 Lock LockManager.getLock(String className, String key)
           
static Lock LockManagerUtil.getLock(String className, String key)
           
 Lock LockManager.getLockByUuidAndCompanyId(String uuid, long companyId)
           
static Lock LockManagerUtil.getLockByUuidAndCompanyId(String uuid, long companyId)
           
 Lock LockManager.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime)
           
static Lock LockManagerUtil.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime)
           
 Lock LockManager.lock(long userId, String className, String key, String owner, boolean inheritable, long expirationTime)
           
static Lock LockManagerUtil.lock(long userId, String className, String key, String owner, boolean inheritable, long expirationTime)
           
 Lock LockManager.lock(String className, String key, String owner)
           
static Lock LockManagerUtil.lock(String className, String key, String owner)
           
 Lock LockManager.lock(String className, String key, String expectedOwner, String updatedOwner)
           
static Lock LockManagerUtil.lock(String className, String key, String expectedOwner, String updatedOwner)
           
 Lock LockManager.refresh(String uuid, long companyId, long expirationTime)
           
static Lock LockManagerUtil.refresh(String uuid, long companyId, long expirationTime)
           
 

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

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

Methods in com.liferay.portal.kernel.repository that return Lock
 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.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 Resource.getLock()
           
 Lock BaseResourceImpl.getLock()
           
 Lock WebDAVStorageWrapper.refreshResourceLock(WebDAVRequest webDAVRequest, String uuid, long timeout)
           
 Lock BaseWebDAVStorageImpl.refreshResourceLock(WebDAVRequest webDAVRequest, String uuid, long timeout)
           
 Lock WebDAVStorage.refreshResourceLock(WebDAVRequest webDAVRequest, String uuid, long timeout)
           
 

Uses of Lock in com.liferay.portal.repository
 

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

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

Methods in com.liferay.portal.repository.capabilities that return Lock
 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.liferayrepository
 

Methods in com.liferay.portal.repository.liferayrepository that return Lock
 Lock LiferayRepository.getFileEntryLock(long fileEntryId)
           
 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.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.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.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
 Lock DLFileEntryService.getFileEntryLock(long fileEntryId)
           
 Lock DLFileEntryServiceWrapper.getFileEntryLock(long fileEntryId)
           
static Lock DLFileEntryServiceUtil.getFileEntryLock(long fileEntryId)
           
static Lock DLFileEntryLocalServiceUtil.lockFileEntry(long userId, long fileEntryId)
           
 Lock DLFileEntryLocalService.lockFileEntry(long userId, long fileEntryId)
           
 Lock DLFileEntryLocalServiceWrapper.lockFileEntry(long userId, long fileEntryId)
           
 Lock DLFolderService.lockFolder(long folderId)
           
 Lock DLFolderServiceWrapper.lockFolder(long folderId)
           
static Lock DLFolderServiceUtil.lockFolder(long folderId)
           
static Lock DLFolderLocalServiceUtil.lockFolder(long userId, long folderId)
           
 Lock DLFolderLocalService.lockFolder(long userId, long folderId)
           
 Lock DLAppServiceWrapper.lockFolder(long repositoryId, long folderId)
          Locks the folder.
 Lock DLAppService.lockFolder(long repositoryId, long folderId)
          Locks the folder.
static Lock DLAppServiceUtil.lockFolder(long repositoryId, long folderId)
          Locks the folder.
 Lock DLFolderLocalServiceWrapper.lockFolder(long userId, long folderId)
           
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 DLAppServiceWrapper.lockFolder(long repositoryId, long folderId, String owner, boolean inheritable, long expirationTime)
          Locks the folder.
 Lock DLAppService.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.
 Lock DLFolderLocalServiceWrapper.lockFolder(long userId, long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock DLFolderService.lockFolder(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 DLFileEntryService.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
 Lock DLFileEntryServiceWrapper.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
static Lock DLFileEntryServiceUtil.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
 Lock DLAppServiceWrapper.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the file entry.
 Lock DLAppService.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the file entry.
static Lock DLAppServiceUtil.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the file entry.
 Lock DLAppServiceWrapper.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 DLFolderService.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
           
static Lock DLAppServiceUtil.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the folder.
 Lock DLFolderServiceWrapper.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
           
static Lock DLFolderServiceUtil.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 DLFileEntryServiceSoap.getFileEntryLock(long fileEntryId)
           
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 DLFolderServiceSoap.lockFolder(long folderId)
           
static Lock DLAppServiceSoap.lockFolder(long repositoryId, long folderId)
          Locks the folder.
static Lock DLAppServiceSoap.lockFolder(long repositoryId, long folderId, String owner, boolean inheritable, long expirationTime)
          Locks the folder.
static Lock DLFolderServiceSoap.lockFolder(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 DLFileEntryServiceSoap.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
static Lock DLAppServiceSoap.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the file entry.
static Lock DLAppServiceHttp.refreshFolderLock(HttpPrincipal httpPrincipal, String lockUuid, long companyId, long expirationTime)
           
static Lock DLFolderServiceHttp.refreshFolderLock(HttpPrincipal httpPrincipal, String lockUuid, long companyId, long expirationTime)
           
static Lock DLAppServiceSoap.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the folder.
static Lock DLFolderServiceSoap.refreshFolderLock(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 DLFileEntryLocalServiceImpl.lockFileEntry(long userId, long fileEntryId)
           
 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 DLAppServiceImpl.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the file entry.
 Lock DLFileEntryServiceImpl.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime)
           
 Lock DLAppServiceImpl.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
          Refreshes the lock for the folder.
 Lock DLFolderServiceImpl.refreshFolderLock(String lockUuid, long companyId, long expirationTime)
           
 

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

Methods in com.liferay.portlet.documentlibrary.webdav that return Lock
 Lock DLFileEntryResourceImpl.getLock()
           
 

Uses of Lock in com.liferay.portlet.exportimport.lar
 

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

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

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 MBThreadService.lockThread(long threadId)
           
 Lock MBThreadServiceWrapper.lockThread(long threadId)
           
static Lock MBThreadServiceUtil.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)
           
static Lock MBThreadServiceSoap.lockThread(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-b4