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

Methods in com.liferay.portal.service.persistence that return Lock
static Lock LockUtil.create(long lockId)
          Creates a new lock with the primary key.
 Lock LockPersistence.create(long lockId)
          Creates a new lock with the primary key.
static Lock LockUtil.fetchByC_K_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.
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.
static Lock LockUtil.fetchByC_K(String className, String key)
          Returns the lock where className = ? and key = ? or returns null if it could not be found.
 Lock LockPersistence.fetchByC_K(String className, String key)
          Returns the lock where className = ? and key = ? or returns null if it could not be found.
static Lock LockUtil.fetchByC_K(String className, String key, boolean retrieveFromCache)
          Returns the lock where className = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
 Lock LockPersistence.fetchByC_K(String className, String key, boolean retrieveFromCache)
          Returns the lock where className = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
static Lock LockFinderUtil.fetchByC_K(String className, String key, LockMode lockMode)
           
 Lock LockFinder.fetchByC_K(String className, String key, LockMode lockMode)
           
static Lock LockUtil.fetchByLtExpirationDate_First(Date expirationDate, OrderByComparator 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 < ?.
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 < ?.
static Lock LockUtil.fetchByPrimaryKey(long lockId)
          Returns the lock with the primary key or returns null if it could not be found.
 Lock LockPersistence.fetchByPrimaryKey(long lockId)
          Returns the lock with the primary key or returns null if it could not be found.
static Lock LockUtil.fetchByUuid_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 = ?.
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 = ?.
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.
static Lock LockUtil.findByC_K(String className, String key)
          Returns the lock where className = ? and key = ? or throws a NoSuchLockException if it could not be found.
 Lock LockPersistence.findByC_K(String className, String key)
          Returns the lock where className = ? and key = ? or throws a NoSuchLockException if it could not be found.
static Lock LockUtil.findByLtExpirationDate_First(Date expirationDate, OrderByComparator 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 < ?.
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 < ?.
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 < ?.
static Lock LockUtil.findByPrimaryKey(long lockId)
          Returns the lock with the primary key or throws a NoSuchLockException if it could not be found.
 Lock LockPersistence.findByPrimaryKey(long lockId)
          Returns the lock with the primary key or throws a NoSuchLockException if it could not be found.
static Lock LockUtil.findByUuid_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 = ?.
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 = ?.
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 = ?.
static Lock LockUtil.remove(long lockId)
          Removes the lock with the primary key from the database.
 Lock LockPersistence.remove(long lockId)
          Removes the lock with the primary key from the database.
static Lock LockUtil.removeByC_K_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.
static Lock LockUtil.removeByC_K(String className, String key)
          Removes the lock where className = ? and key = ? from the database.
 Lock LockPersistence.removeByC_K(String className, String key)
          Removes the lock where className = ? and key = ? from the database.
static Lock LockUtil.update(Lock lock, 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)
           
 

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.
static List<Lock> LockUtil.findAll(int start, int end)
          Returns a range of all the locks.
 List<Lock> LockPersistence.findAll(int start, int end)
          Returns a range of all the locks.
static List<Lock> LockUtil.findAll(int start, int end, OrderByComparator 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.
static List<Lock> LockUtil.findByLtExpirationDate(Date expirationDate)
          Returns all the locks where expirationDate < ?.
 List<Lock> LockPersistence.findByLtExpirationDate(Date expirationDate)
          Returns all the locks where expirationDate < ?.
static List<Lock> LockUtil.findByLtExpirationDate(Date expirationDate, int start, int end)
          Returns a range of all the locks where expirationDate < ?.
 List<Lock> LockPersistence.findByLtExpirationDate(Date expirationDate, int start, int end)
          Returns a range of all the locks where expirationDate < ?.
static List<Lock> LockUtil.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator 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 < ?.
static List<Lock> LockUtil.findByUuid(String uuid)
          Returns all the locks where uuid = ?.
 List<Lock> LockPersistence.findByUuid(String uuid)
          Returns all the locks where uuid = ?.
static List<Lock> LockUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the locks where uuid = ?.
 List<Lock> LockPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the locks where uuid = ?.
static List<Lock> LockUtil.findByUuid(String uuid, int start, int end, OrderByComparator 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 = ?.
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.
static void LockUtil.clearCache(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)
           
 

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.
 

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


Liferay 6.1.2-ce-ga3