Liferay 6.0-ee

Uses of Interface
com.liferay.portal.model.Lock

Packages that use Lock
com.liferay.portal   
com.liferay.portal.kernel.lar   
com.liferay.portal.kernel.webdav   
com.liferay.portal.lar   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portal.webdav.methods   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.documentlibrary.service   
com.liferay.portlet.documentlibrary.service.http   
com.liferay.portlet.documentlibrary.service.impl   
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.webdav
 

Methods in com.liferay.portal.kernel.webdav that return Lock
 Lock Resource.getLock()
           
 Lock BaseResourceImpl.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.getLocksPath(PortletDataContext context, 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()
           
 Lock LockWrapper.toEscapedModel()
           
 Lock LockModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model with parameters of type Lock
 int LockWrapper.compareTo(Lock lock)
           
 int LockModel.compareTo(Lock lock)
           
 

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 LockImpl
           
 

Methods in com.liferay.portal.model.impl that return Lock
 Lock LockModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type Lock
 int LockModelImpl.compareTo(Lock lock)
           
 

Uses of Lock in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Lock
 Lock LockLocalServiceWrapper.addLock(Lock lock)
          Adds the lock to the database.
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.createLock(long lockId)
          Creates a new lock with the primary key.
static Lock LockLocalServiceUtil.createLock(long lockId)
          Creates a new lock with the primary key.
 Lock LockLocalService.createLock(long lockId)
          Creates a new lock with the primary key.
 Lock LockLocalServiceWrapper.getLock(long lockId)
          Gets the lock with the primary key.
static Lock LockLocalServiceUtil.getLock(long lockId)
          Gets the lock with the primary key.
 Lock LockLocalService.getLock(long lockId)
          Gets the lock with the primary key.
 Lock LockLocalServiceWrapper.getLock(String className, long key)
           
static Lock LockLocalServiceUtil.getLock(String className, long key)
           
 Lock LockLocalService.getLock(String className, long key)
           
 Lock LockLocalServiceWrapper.getLock(String className, String key)
           
static Lock LockLocalServiceUtil.getLock(String className, String key)
           
 Lock LockLocalService.getLock(String className, String key)
           
 Lock LockLocalServiceWrapper.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime)
           
static Lock LockLocalServiceUtil.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime)
           
 Lock LockLocalService.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime)
           
 Lock LockLocalServiceWrapper.lock(long userId, String className, String key, String owner, boolean inheritable, long expirationTime)
           
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.refresh(String uuid, long expirationTime)
           
static Lock LockLocalServiceUtil.refresh(String uuid, long expirationTime)
           
 Lock LockLocalService.refresh(String uuid, long expirationTime)
           
 Lock LockLocalServiceWrapper.updateLock(Lock lock)
          Updates the lock in the database.
static Lock LockLocalServiceUtil.updateLock(Lock lock)
          Updates the lock in the database.
 Lock LockLocalService.updateLock(Lock lock)
          Updates the lock in the database.
 Lock LockLocalServiceWrapper.updateLock(Lock lock, boolean merge)
          Updates the lock in the database.
static Lock LockLocalServiceUtil.updateLock(Lock lock, boolean merge)
          Updates the lock in the database.
 Lock LockLocalService.updateLock(Lock lock, boolean merge)
          Updates the lock in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type Lock
 List<Lock> LockLocalServiceWrapper.getLocks(int start, int end)
          Gets a range of all the locks.
static List<Lock> LockLocalServiceUtil.getLocks(int start, int end)
          Gets a range of all the locks.
 List<Lock> LockLocalService.getLocks(int start, int end)
          Gets a range of all the locks.
 

Methods in com.liferay.portal.service with parameters of type Lock
 Lock LockLocalServiceWrapper.addLock(Lock lock)
          Adds the lock to the database.
static Lock LockLocalServiceUtil.addLock(Lock lock)
          Adds the lock to the database.
 Lock LockLocalService.addLock(Lock lock)
          Adds the lock to the database.
 void LockLocalServiceWrapper.deleteLock(Lock lock)
          Deletes the lock from the database.
static void LockLocalServiceUtil.deleteLock(Lock lock)
          Deletes the lock from the database.
 void LockLocalService.deleteLock(Lock lock)
          Deletes the lock from the database.
 Lock LockLocalServiceWrapper.updateLock(Lock lock)
          Updates the lock in the database.
static Lock LockLocalServiceUtil.updateLock(Lock lock)
          Updates the lock in the database.
 Lock LockLocalService.updateLock(Lock lock)
          Updates the lock in the database.
 Lock LockLocalServiceWrapper.updateLock(Lock lock, boolean merge)
          Updates the lock in the database.
static Lock LockLocalServiceUtil.updateLock(Lock lock, boolean merge)
          Updates the lock in the database.
 Lock LockLocalService.updateLock(Lock lock, boolean merge)
          Updates the lock in the database.
 

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.getLock(long lockId)
          Gets the lock with the primary key.
 Lock LockLocalServiceBaseImpl.updateLock(Lock lock)
          Updates the lock in the database.
 Lock LockLocalServiceBaseImpl.updateLock(Lock lock, boolean merge)
          Updates the lock in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Lock
 List<Lock> LockLocalServiceBaseImpl.getLocks(int start, int end)
          Gets 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.
 void LockLocalServiceBaseImpl.deleteLock(Lock lock)
          Deletes the lock from the database.
 Lock LockLocalServiceBaseImpl.updateLock(Lock lock)
          Updates the lock in the database.
 Lock LockLocalServiceBaseImpl.updateLock(Lock lock, boolean merge)
          Updates the lock in the database.
 

Uses of Lock in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Lock
 Lock LockLocalServiceImpl.getLock(String className, long key)
           
 Lock LockLocalServiceImpl.getLock(String className, String key)
           
 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.refresh(String uuid, long expirationTime)
           
 

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(String className, String key)
          Finds the lock where className = ? and key = ? or returns null if it could not be found.
 Lock LockPersistence.fetchByC_K(String className, String key)
          Finds the lock where className = ? and key = ? or returns null if it could not be found.
 Lock LockPersistenceImpl.fetchByC_K(String className, String key)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds the lock where className = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
static Lock LockUtil.fetchByPrimaryKey(long lockId)
          Finds the lock with the primary key or returns null if it could not be found.
 Lock LockPersistence.fetchByPrimaryKey(long lockId)
          Finds the lock with the primary key or returns null if it could not be found.
 Lock LockPersistenceImpl.fetchByPrimaryKey(long lockId)
          Finds the lock with the primary key or returns null if it could not be found.
 Lock LockPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the lock with the primary key or returns null if it could not be found.
static Lock LockUtil.findByC_K(String className, String key)
          Finds the lock where className = ? and key = ? or throws a NoSuchLockException if it could not be found.
 Lock LockPersistence.findByC_K(String className, String key)
          Finds the lock where className = ? and key = ? or throws a NoSuchLockException if it could not be found.
 Lock LockPersistenceImpl.findByC_K(String className, String key)
          Finds 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)
          Finds the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.findByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Finds the first lock in the ordered set where expirationDate < ?.
 Lock LockPersistenceImpl.findByLtExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Finds the first lock in the ordered set where expirationDate < ?.
static Lock LockUtil.findByLtExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Finds the last lock in the ordered set where expirationDate < ?.
 Lock LockPersistence.findByLtExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Finds the last lock in the ordered set where expirationDate < ?.
 Lock LockPersistenceImpl.findByLtExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Finds the last lock in the ordered set where expirationDate < ?.
static Lock[] LockUtil.findByLtExpirationDate_PrevAndNext(long lockId, Date expirationDate, OrderByComparator orderByComparator)
          Finds the locks before and after the current lock in the ordered set where expirationDate < ?.
 Lock[] LockPersistence.findByLtExpirationDate_PrevAndNext(long lockId, Date expirationDate, OrderByComparator orderByComparator)
          Finds the locks before and after the current lock in the ordered set where expirationDate < ?.
 Lock[] LockPersistenceImpl.findByLtExpirationDate_PrevAndNext(long lockId, Date expirationDate, OrderByComparator orderByComparator)
          Finds the locks before and after the current lock in the ordered set where expirationDate < ?.
static Lock LockUtil.findByPrimaryKey(long lockId)
          Finds the lock with the primary key or throws a NoSuchLockException if it could not be found.
 Lock LockPersistence.findByPrimaryKey(long lockId)
          Finds the lock with the primary key or throws a NoSuchLockException if it could not be found.
 Lock LockPersistenceImpl.findByPrimaryKey(long lockId)
          Finds the lock with the primary key or throws a NoSuchLockException if it could not be found.
 Lock LockPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds 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)
          Finds the first lock in the ordered set where uuid = ?.
 Lock LockPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first lock in the ordered set where uuid = ?.
 Lock LockPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first lock in the ordered set where uuid = ?.
static Lock LockUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last lock in the ordered set where uuid = ?.
 Lock LockPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last lock in the ordered set where uuid = ?.
 Lock LockPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last lock in the ordered set where uuid = ?.
static Lock[] LockUtil.findByUuid_PrevAndNext(long lockId, String uuid, OrderByComparator orderByComparator)
          Finds the locks before and after the current lock in the ordered set where uuid = ?.
 Lock[] LockPersistence.findByUuid_PrevAndNext(long lockId, String uuid, OrderByComparator orderByComparator)
          Finds the locks before and after the current lock in the ordered set where uuid = ?.
 Lock[] LockPersistenceImpl.findByUuid_PrevAndNext(long lockId, String uuid, OrderByComparator orderByComparator)
          Finds 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(Lock lock)
           
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.
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()
          Finds all the locks.
 List<Lock> LockPersistence.findAll()
          Finds all the locks.
 List<Lock> LockPersistenceImpl.findAll()
          Finds all the locks.
static List<Lock> LockUtil.findAll(int start, int end)
          Finds a range of all the locks.
 List<Lock> LockPersistence.findAll(int start, int end)
          Finds a range of all the locks.
 List<Lock> LockPersistenceImpl.findAll(int start, int end)
          Finds a range of all the locks.
static List<Lock> LockUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the locks.
 List<Lock> LockPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the locks.
 List<Lock> LockPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the locks.
static List<Lock> LockUtil.findByLtExpirationDate(Date expirationDate)
          Finds all the locks where expirationDate < ?.
 List<Lock> LockPersistence.findByLtExpirationDate(Date expirationDate)
          Finds all the locks where expirationDate < ?.
 List<Lock> LockPersistenceImpl.findByLtExpirationDate(Date expirationDate)
          Finds all the locks where expirationDate < ?.
static List<Lock> LockUtil.findByLtExpirationDate(Date expirationDate, int start, int end)
          Finds a range of all the locks where expirationDate < ?.
 List<Lock> LockPersistence.findByLtExpirationDate(Date expirationDate, int start, int end)
          Finds a range of all the locks where expirationDate < ?.
 List<Lock> LockPersistenceImpl.findByLtExpirationDate(Date expirationDate, int start, int end)
          Finds a range of all the locks where expirationDate < ?.
static List<Lock> LockUtil.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the locks where expirationDate < ?.
 List<Lock> LockPersistence.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the locks where expirationDate < ?.
 List<Lock> LockPersistenceImpl.findByLtExpirationDate(Date expirationDate, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the locks where expirationDate < ?.
static List<Lock> LockUtil.findByUuid(String uuid)
          Finds all the locks where uuid = ?.
 List<Lock> LockPersistence.findByUuid(String uuid)
          Finds all the locks where uuid = ?.
 List<Lock> LockPersistenceImpl.findByUuid(String uuid)
          Finds all the locks where uuid = ?.
static List<Lock> LockUtil.findByUuid(String uuid, int start, int end)
          Finds a range of all the locks where uuid = ?.
 List<Lock> LockPersistence.findByUuid(String uuid, int start, int end)
          Finds a range of all the locks where uuid = ?.
 List<Lock> LockPersistenceImpl.findByUuid(String uuid, int start, int end)
          Finds a range of all the locks where uuid = ?.
static List<Lock> LockUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the locks where uuid = ?.
 List<Lock> LockPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the locks where uuid = ?.
 List<Lock> LockPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds 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.
static void LockUtil.clearCache(Lock lock)
           
 void LockPersistenceImpl.clearCache(Lock lock)
          Clears the cache for the 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)
           
static Lock LockUtil.remove(Lock lock)
           
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.
 

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 DLFileEntryServiceWrapper.getFileEntryLock(long groupId, long folderId, String name)
           
static Lock DLFileEntryServiceUtil.getFileEntryLock(long groupId, long folderId, String name)
           
 Lock DLFileEntryService.getFileEntryLock(long groupId, long folderId, String name)
           
 Lock DLFileEntryServiceWrapper.lockFileEntry(long groupId, long folderId, String name)
           
static Lock DLFileEntryServiceUtil.lockFileEntry(long groupId, long folderId, String name)
           
 Lock DLFileEntryService.lockFileEntry(long groupId, long folderId, String name)
           
 Lock DLFileEntryServiceWrapper.lockFileEntry(long groupId, long folderId, String name, String owner, long expirationTime)
           
static Lock DLFileEntryServiceUtil.lockFileEntry(long groupId, long folderId, String name, String owner, long expirationTime)
           
 Lock DLFileEntryService.lockFileEntry(long groupId, long folderId, String name, String owner, long expirationTime)
           
 Lock DLFolderServiceWrapper.lockFolder(long folderId)
           
static Lock DLFolderServiceUtil.lockFolder(long folderId)
           
 Lock DLFolderService.lockFolder(long folderId)
           
 Lock DLFolderServiceWrapper.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
static Lock DLFolderServiceUtil.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock DLFolderService.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock DLFileEntryServiceWrapper.refreshFileEntryLock(String lockUuid, long expirationTime)
           
static Lock DLFileEntryServiceUtil.refreshFileEntryLock(String lockUuid, long expirationTime)
           
 Lock DLFileEntryService.refreshFileEntryLock(String lockUuid, long expirationTime)
           
 Lock DLFolderServiceWrapper.refreshFolderLock(String lockUuid, long expirationTime)
           
static Lock DLFolderServiceUtil.refreshFolderLock(String lockUuid, long expirationTime)
           
 Lock DLFolderService.refreshFolderLock(String lockUuid, 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 groupId, long folderId, String name)
           
static Lock DLFileEntryServiceHttp.lockFileEntry(HttpPrincipal httpPrincipal, long groupId, long folderId, String name)
           
static Lock DLFileEntryServiceHttp.lockFileEntry(HttpPrincipal httpPrincipal, long groupId, long folderId, String name, String owner, long expirationTime)
           
static Lock DLFolderServiceHttp.lockFolder(HttpPrincipal httpPrincipal, long folderId)
           
static Lock DLFolderServiceHttp.lockFolder(HttpPrincipal httpPrincipal, long folderId, String owner, boolean inheritable, long expirationTime)
           
static Lock DLFileEntryServiceHttp.refreshFileEntryLock(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
 Lock DLFileEntryServiceImpl.getFileEntryLock(long groupId, long folderId, String name)
           
 Lock DLFileEntryServiceImpl.lockFileEntry(long groupId, long folderId, String name)
           
 Lock DLFileEntryServiceImpl.lockFileEntry(long groupId, long folderId, String name, String owner, long expirationTime)
           
 Lock DLFolderServiceImpl.lockFolder(long folderId)
           
 Lock DLFolderServiceImpl.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock DLFileEntryServiceImpl.refreshFileEntryLock(String lockUuid, long expirationTime)
           
 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.0-ee