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.proxy This package defines the portal repository proxy beans. 
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.exportimport.lar   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.service   
 

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.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.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.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.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.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)
           
 


Liferay 7.0-ce-b4