Skip navigation links
A C D E F G H I L N P R S T U W 

A

addLock(Lock) - Method in interface com.liferay.portal.lock.service.LockLocalService
Adds the lock to the database.
addLock(Lock) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Adds the lock to the database.
addLock(Lock) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Adds the lock to the database.

C

cacheResult(Lock) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Caches the lock in the entity cache if it is enabled.
cacheResult(List<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Caches the locks in the entity cache if it is enabled.
cacheResult(Lock) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Caches the lock in the entity cache if it is enabled.
cacheResult(List<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Caches the locks in the entity cache if it is enabled.
clear() - Method in interface com.liferay.portal.lock.service.LockLocalService
 
clear() - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
clear() - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
clearCache() - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
 
clearCache(Lock) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
 
com.liferay.portal.lock.exception - package com.liferay.portal.lock.exception
 
com.liferay.portal.lock.model - package com.liferay.portal.lock.model
 
com.liferay.portal.lock.service - package com.liferay.portal.lock.service
 
com.liferay.portal.lock.service.persistence - package com.liferay.portal.lock.service.persistence
 
countAll() - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the number of locks.
countAll() - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the number of locks.
countByC_K(String, String) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the number of locks where className = ? and key = ?.
countByC_K(String, String) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the number of locks where className = ? and key = ?.
countByClassName(String) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the number of locks where className = ?.
countByClassName(String) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the number of locks where className = ?.
countByLtExpirationDate(Date) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the number of locks where expirationDate < ?.
countByLtExpirationDate(Date) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the number of locks where expirationDate < ?.
countByUuid(String) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the number of locks where uuid = ?.
countByUuid(String) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the number of locks where uuid = ?.
countByUuid_C(String, long) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the number of locks where uuid = ? and companyId = ?.
countByUuid_C(String, long) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the number of locks where uuid = ? and companyId = ?.
countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
 
create(long) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Creates a new lock with the primary key.
create(long) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Creates a new lock with the primary key.
createLock(long) - Method in interface com.liferay.portal.lock.service.LockLocalService
Creates a new lock with the primary key.
createLock(long) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Creates a new lock with the primary key.
createLock(long) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Creates a new lock with the primary key.
createPersistedModel(Serializable) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
createPersistedModel(Serializable) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
createPersistedModel(Serializable) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 

D

deleteLock(Lock) - Method in interface com.liferay.portal.lock.service.LockLocalService
Deletes the lock from the database.
deleteLock(long) - Method in interface com.liferay.portal.lock.service.LockLocalService
Deletes the lock with the primary key from the database.
deleteLock(Lock) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Deletes the lock from the database.
deleteLock(long) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Deletes the lock with the primary key from the database.
deleteLock(Lock) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Deletes the lock from the database.
deleteLock(long) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Deletes the lock with the primary key from the database.
deletePersistedModel(PersistedModel) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
deletePersistedModel(PersistedModel) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
deletePersistedModel(PersistedModel) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
DuplicateLockException - Exception in com.liferay.portal.lock.exception
 
DuplicateLockException(Lock) - Constructor for exception com.liferay.portal.lock.exception.DuplicateLockException
 
dynamicQuery() - Method in interface com.liferay.portal.lock.service.LockLocalService
 
dynamicQuery(DynamicQuery) - Method in interface com.liferay.portal.lock.service.LockLocalService
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in interface com.liferay.portal.lock.service.LockLocalService
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in interface com.liferay.portal.lock.service.LockLocalService
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
dynamicQuery(DynamicQuery) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
dynamicQuery(DynamicQuery) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQueryCount(DynamicQuery) - Method in interface com.liferay.portal.lock.service.LockLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in interface com.liferay.portal.lock.service.LockLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Returns the number of rows matching the dynamic query.

E

ExpiredLockException - Exception in com.liferay.portal.lock.exception
 
ExpiredLockException() - Constructor for exception com.liferay.portal.lock.exception.ExpiredLockException
 
ExpiredLockException(String) - Constructor for exception com.liferay.portal.lock.exception.ExpiredLockException
 
ExpiredLockException(String, Throwable) - Constructor for exception com.liferay.portal.lock.exception.ExpiredLockException
 
ExpiredLockException(Throwable) - Constructor for exception com.liferay.portal.lock.exception.ExpiredLockException
 

F

fetchByC_K(String, String) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the lock where className = ? and key = ? or returns null if it could not be found.
fetchByC_K(String, String, boolean) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the lock where className = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
fetchByC_K(String, String) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the lock where className = ? and key = ? or returns null if it could not be found.
fetchByC_K(String, String, boolean) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the lock where className = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
fetchByClassName_First(String, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the first lock in the ordered set where className = ?.
fetchByClassName_First(String, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the first lock in the ordered set where className = ?.
fetchByClassName_Last(String, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the last lock in the ordered set where className = ?.
fetchByClassName_Last(String, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the last lock in the ordered set where className = ?.
fetchByLtExpirationDate_First(Date, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the first lock in the ordered set where expirationDate < ?.
fetchByLtExpirationDate_First(Date, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the first lock in the ordered set where expirationDate < ?.
fetchByLtExpirationDate_Last(Date, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the last lock in the ordered set where expirationDate < ?.
fetchByLtExpirationDate_Last(Date, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the last lock in the ordered set where expirationDate < ?.
fetchByPrimaryKey(long) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the lock with the primary key or returns null if it could not be found.
fetchByPrimaryKey(long) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the lock with the primary key or returns null if it could not be found.
fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
 
fetchByUuid_C_First(String, long, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the first lock in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_First(String, long, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the first lock in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_Last(String, long, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the last lock in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_Last(String, long, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the last lock in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_First(String, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the first lock in the ordered set where uuid = ?.
fetchByUuid_First(String, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the first lock in the ordered set where uuid = ?.
fetchByUuid_Last(String, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the last lock in the ordered set where uuid = ?.
fetchByUuid_Last(String, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the last lock in the ordered set where uuid = ?.
fetchLock(long) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
fetchLock(String, long) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
fetchLock(String, String) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
fetchLock(long) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
fetchLock(String, long) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
fetchLock(String, String) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
fetchLock(long) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
fetchLock(String, long) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
fetchLock(String, String) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
fetchLockByUuidAndCompanyId(String, long) - Method in interface com.liferay.portal.lock.service.LockLocalService
Returns the lock with the matching UUID and company.
fetchLockByUuidAndCompanyId(String, long) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Returns the lock with the matching UUID and company.
fetchLockByUuidAndCompanyId(String, long) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Returns the lock with the matching UUID and company.
findAll() - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns all the locks.
findAll(int, int) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns a range of all the locks.
findAll(int, int, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns an ordered range of all the locks.
findAll(int, int, OrderByComparator<Lock>, boolean) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns an ordered range of all the locks.
findAll() - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns all the locks.
findAll(int, int) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns a range of all the locks.
findAll(int, int, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns an ordered range of all the locks.
findAll(int, int, OrderByComparator<Lock>, boolean) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns an ordered range of all the locks.
findByC_K(String, String) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the lock where className = ? and key = ? or throws a NoSuchLockException if it could not be found.
findByC_K(String, String) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the lock where className = ? and key = ? or throws a NoSuchLockException if it could not be found.
findByClassName(String) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns all the locks where className = ?.
findByClassName(String, int, int) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns a range of all the locks where className = ?.
findByClassName(String, int, int, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns an ordered range of all the locks where className = ?.
findByClassName(String, int, int, OrderByComparator<Lock>, boolean) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns an ordered range of all the locks where className = ?.
findByClassName(String) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns all the locks where className = ?.
findByClassName(String, int, int) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns a range of all the locks where className = ?.
findByClassName(String, int, int, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns an ordered range of all the locks where className = ?.
findByClassName(String, int, int, OrderByComparator<Lock>, boolean) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns an ordered range of all the locks where className = ?.
findByClassName_First(String, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the first lock in the ordered set where className = ?.
findByClassName_First(String, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the first lock in the ordered set where className = ?.
findByClassName_Last(String, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the last lock in the ordered set where className = ?.
findByClassName_Last(String, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the last lock in the ordered set where className = ?.
findByClassName_PrevAndNext(long, String, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the locks before and after the current lock in the ordered set where className = ?.
findByClassName_PrevAndNext(long, String, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the locks before and after the current lock in the ordered set where className = ?.
findByLtExpirationDate(Date) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns all the locks where expirationDate < ?.
findByLtExpirationDate(Date, int, int) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns a range of all the locks where expirationDate < ?.
findByLtExpirationDate(Date, int, int, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns an ordered range of all the locks where expirationDate < ?.
findByLtExpirationDate(Date, int, int, OrderByComparator<Lock>, boolean) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns an ordered range of all the locks where expirationDate < ?.
findByLtExpirationDate(Date) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns all the locks where expirationDate < ?.
findByLtExpirationDate(Date, int, int) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns a range of all the locks where expirationDate < ?.
findByLtExpirationDate(Date, int, int, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns an ordered range of all the locks where expirationDate < ?.
findByLtExpirationDate(Date, int, int, OrderByComparator<Lock>, boolean) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns an ordered range of all the locks where expirationDate < ?.
findByLtExpirationDate_First(Date, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the first lock in the ordered set where expirationDate < ?.
findByLtExpirationDate_First(Date, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the first lock in the ordered set where expirationDate < ?.
findByLtExpirationDate_Last(Date, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the last lock in the ordered set where expirationDate < ?.
findByLtExpirationDate_Last(Date, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the last lock in the ordered set where expirationDate < ?.
findByLtExpirationDate_PrevAndNext(long, Date, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the locks before and after the current lock in the ordered set where expirationDate < ?.
findByLtExpirationDate_PrevAndNext(long, Date, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the locks before and after the current lock in the ordered set where expirationDate < ?.
findByPrimaryKey(long) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the lock with the primary key or throws a NoSuchLockException if it could not be found.
findByPrimaryKey(long) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the lock with the primary key or throws a NoSuchLockException if it could not be found.
findByUuid(String) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns all the locks where uuid = ?.
findByUuid(String, int, int) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns a range of all the locks where uuid = ?.
findByUuid(String, int, int, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns an ordered range of all the locks where uuid = ?.
findByUuid(String, int, int, OrderByComparator<Lock>, boolean) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns an ordered range of all the locks where uuid = ?.
findByUuid(String) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns all the locks where uuid = ?.
findByUuid(String, int, int) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns a range of all the locks where uuid = ?.
findByUuid(String, int, int, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns an ordered range of all the locks where uuid = ?.
findByUuid(String, int, int, OrderByComparator<Lock>, boolean) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns an ordered range of all the locks where uuid = ?.
findByUuid_C(String, long) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns all the locks where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns a range of all the locks where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns an ordered range of all the locks where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<Lock>, boolean) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns an ordered range of all the locks where uuid = ? and companyId = ?.
findByUuid_C(String, long) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns all the locks where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns a range of all the locks where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns an ordered range of all the locks where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<Lock>, boolean) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns an ordered range of all the locks where uuid = ? and companyId = ?.
findByUuid_C_First(String, long, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the first lock in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_First(String, long, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the first lock in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_Last(String, long, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the last lock in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_Last(String, long, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the last lock in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?.
findByUuid_First(String, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the first lock in the ordered set where uuid = ?.
findByUuid_First(String, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the first lock in the ordered set where uuid = ?.
findByUuid_Last(String, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the last lock in the ordered set where uuid = ?.
findByUuid_Last(String, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the last lock in the ordered set where uuid = ?.
findByUuid_PrevAndNext(long, String, OrderByComparator<Lock>) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Returns the locks before and after the current lock in the ordered set where uuid = ?.
findByUuid_PrevAndNext(long, String, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Returns the locks before and after the current lock in the ordered set where uuid = ?.
findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
 
findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
 
findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<Lock>) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
 

G

getActionableDynamicQuery() - Method in interface com.liferay.portal.lock.service.LockLocalService
 
getActionableDynamicQuery() - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
getActionableDynamicQuery() - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
getClassName() - Method in interface com.liferay.portal.lock.model.LockModel
Returns the class name of this lock.
getClassName() - Method in class com.liferay.portal.lock.model.LockSoap
 
getClassName() - Method in class com.liferay.portal.lock.model.LockWrapper
Returns the class name of this lock.
getCompanyId() - Method in interface com.liferay.portal.lock.model.LockModel
Returns the company ID of this lock.
getCompanyId() - Method in class com.liferay.portal.lock.model.LockSoap
 
getCompanyId() - Method in class com.liferay.portal.lock.model.LockWrapper
Returns the company ID of this lock.
getCreateDate() - Method in interface com.liferay.portal.lock.model.LockModel
Returns the create date of this lock.
getCreateDate() - Method in class com.liferay.portal.lock.model.LockSoap
 
getCreateDate() - Method in class com.liferay.portal.lock.model.LockWrapper
Returns the create date of this lock.
getExpirationDate() - Method in interface com.liferay.portal.lock.model.LockModel
Returns the expiration date of this lock.
getExpirationDate() - Method in class com.liferay.portal.lock.model.LockSoap
 
getExpirationDate() - Method in class com.liferay.portal.lock.model.LockWrapper
Returns the expiration date of this lock.
getExpirationTime() - Method in interface com.liferay.portal.lock.model.Lock
 
getExpirationTime() - Method in class com.liferay.portal.lock.model.LockWrapper
 
getIndexableActionableDynamicQuery() - Method in interface com.liferay.portal.lock.service.LockLocalService
 
getIndexableActionableDynamicQuery() - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
getIndexableActionableDynamicQuery() - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
getInheritable() - Method in interface com.liferay.portal.lock.model.LockModel
Returns the inheritable of this lock.
getInheritable() - Method in class com.liferay.portal.lock.model.LockSoap
 
getInheritable() - Method in class com.liferay.portal.lock.model.LockWrapper
Returns the inheritable of this lock.
getKey() - Method in interface com.liferay.portal.lock.model.LockModel
Returns the key of this lock.
getKey() - Method in class com.liferay.portal.lock.model.LockSoap
 
getKey() - Method in class com.liferay.portal.lock.model.LockWrapper
Returns the key of this lock.
getLock() - Method in exception com.liferay.portal.lock.exception.DuplicateLockException
 
getLock(long) - Method in interface com.liferay.portal.lock.service.LockLocalService
Returns the lock with the primary key.
getLock(String, long) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
getLock(String, String) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
getLock(long) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Returns the lock with the primary key.
getLock(String, long) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
getLock(String, String) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
getLock(long) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Returns the lock with the primary key.
getLock(String, long) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
getLock(String, String) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
getLockByUuidAndCompanyId(String, long) - Method in interface com.liferay.portal.lock.service.LockLocalService
Returns the lock with the matching UUID and company.
getLockByUuidAndCompanyId(String, long) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Returns the lock with the matching UUID and company.
getLockByUuidAndCompanyId(String, long) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Returns the lock with the matching UUID and company.
getLockId() - Method in interface com.liferay.portal.lock.model.LockModel
Returns the lock ID of this lock.
getLockId() - Method in class com.liferay.portal.lock.model.LockSoap
 
getLockId() - Method in class com.liferay.portal.lock.model.LockWrapper
Returns the lock ID of this lock.
getLocks(int, int) - Method in interface com.liferay.portal.lock.service.LockLocalService
Returns a range of all the locks.
getLocks(int, int) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Returns a range of all the locks.
getLocks(int, int) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Returns a range of all the locks.
getLocksCount() - Method in interface com.liferay.portal.lock.service.LockLocalService
Returns the number of locks.
getLocksCount() - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Returns the number of locks.
getLocksCount() - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Returns the number of locks.
getModelAttributes() - Method in class com.liferay.portal.lock.model.LockWrapper
 
getMvccVersion() - Method in interface com.liferay.portal.lock.model.LockModel
Returns the mvcc version of this lock.
getMvccVersion() - Method in class com.liferay.portal.lock.model.LockSoap
 
getMvccVersion() - Method in class com.liferay.portal.lock.model.LockWrapper
Returns the mvcc version of this lock.
getOSGiServiceIdentifier() - Method in interface com.liferay.portal.lock.service.LockLocalService
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Returns the OSGi service identifier.
getOwner() - Method in interface com.liferay.portal.lock.model.LockModel
Returns the owner of this lock.
getOwner() - Method in class com.liferay.portal.lock.model.LockSoap
 
getOwner() - Method in class com.liferay.portal.lock.model.LockWrapper
Returns the owner of this lock.
getPersistedModel(Serializable) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
getPersistedModel(Serializable) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
getPersistedModel(Serializable) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
getPersistence() - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
 
getPrimaryKey() - Method in interface com.liferay.portal.lock.model.LockModel
Returns the primary key of this lock.
getPrimaryKey() - Method in class com.liferay.portal.lock.model.LockSoap
 
getPrimaryKey() - Method in class com.liferay.portal.lock.model.LockWrapper
Returns the primary key of this lock.
getService() - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
getUserId() - Method in interface com.liferay.portal.lock.model.LockModel
Returns the user ID of this lock.
getUserId() - Method in class com.liferay.portal.lock.model.LockSoap
 
getUserId() - Method in class com.liferay.portal.lock.model.LockWrapper
Returns the user ID of this lock.
getUserName() - Method in interface com.liferay.portal.lock.model.LockModel
Returns the user name of this lock.
getUserName() - Method in class com.liferay.portal.lock.model.LockSoap
 
getUserName() - Method in class com.liferay.portal.lock.model.LockWrapper
Returns the user name of this lock.
getUserUuid() - Method in interface com.liferay.portal.lock.model.LockModel
Returns the user uuid of this lock.
getUserUuid() - Method in class com.liferay.portal.lock.model.LockWrapper
Returns the user uuid of this lock.
getUuid() - Method in interface com.liferay.portal.lock.model.LockModel
Returns the uuid of this lock.
getUuid() - Method in class com.liferay.portal.lock.model.LockSoap
 
getUuid() - Method in class com.liferay.portal.lock.model.LockWrapper
Returns the uuid of this lock.
getWrappedService() - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 

H

hasLock(long, String, long) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
hasLock(long, String, String) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
hasLock(long, String, long) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
hasLock(long, String, String) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
hasLock(long, String, long) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
hasLock(long, String, String) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 

I

InvalidLockException - Exception in com.liferay.portal.lock.exception
 
InvalidLockException() - Constructor for exception com.liferay.portal.lock.exception.InvalidLockException
 
InvalidLockException(String) - Constructor for exception com.liferay.portal.lock.exception.InvalidLockException
 
InvalidLockException(String, Throwable) - Constructor for exception com.liferay.portal.lock.exception.InvalidLockException
 
InvalidLockException(Throwable) - Constructor for exception com.liferay.portal.lock.exception.InvalidLockException
 
isExpired() - Method in interface com.liferay.portal.lock.model.Lock
 
isExpired() - Method in class com.liferay.portal.lock.model.LockWrapper
 
isInheritable() - Method in interface com.liferay.portal.lock.model.LockModel
Returns true if this lock is inheritable.
isInheritable() - Method in class com.liferay.portal.lock.model.LockSoap
 
isInheritable() - Method in class com.liferay.portal.lock.model.LockWrapper
Returns true if this lock is inheritable.
isLocked(String, long) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
isLocked(String, String) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
isLocked(String, long) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
isLocked(String, String) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
isLocked(String, long) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
isLocked(String, String) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
isNeverExpires() - Method in interface com.liferay.portal.lock.model.Lock
 
isNeverExpires() - Method in class com.liferay.portal.lock.model.LockWrapper
 

L

Lock - Interface in com.liferay.portal.lock.model
The extended model interface for the Lock service.
lock(long, String, long, String, boolean, long) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
lock(long, String, long, String, boolean, long, boolean) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
lock(long, String, String, String, boolean, long) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
lock(long, String, String, String, boolean, long, boolean) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
lock(String, String, String) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
lock(String, String, String, String) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
lock(long, String, long, String, boolean, long) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
lock(long, String, long, String, boolean, long, boolean) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
lock(long, String, String, String, boolean, long) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
lock(long, String, String, String, boolean, long, boolean) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
lock(String, String, String) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
lock(String, String, String, String) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
lock(long, String, long, String, boolean, long) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
lock(long, String, long, String, boolean, long, boolean) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
lock(long, String, String, String, boolean, long) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
lock(long, String, String, String, boolean, long, boolean) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
lock(String, String, String) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
lock(String, String, String, String) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
LOCK_ID_ACCESSOR - Static variable in interface com.liferay.portal.lock.model.Lock
 
LockLocalService - Interface in com.liferay.portal.lock.service
Provides the local service interface for Lock.
LockLocalServiceUtil - Class in com.liferay.portal.lock.service
Provides the local service utility for Lock.
LockLocalServiceUtil() - Constructor for class com.liferay.portal.lock.service.LockLocalServiceUtil
 
LockLocalServiceWrapper - Class in com.liferay.portal.lock.service
Provides a wrapper for LockLocalService.
LockLocalServiceWrapper(LockLocalService) - Constructor for class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
LockModel - Interface in com.liferay.portal.lock.model
The base model interface for the Lock service.
LockPersistence - Interface in com.liferay.portal.lock.service.persistence
The persistence interface for the lock service.
LockSoap - Class in com.liferay.portal.lock.model
This class is used by SOAP remote services.
LockSoap() - Constructor for class com.liferay.portal.lock.model.LockSoap
 
LockUtil - Class in com.liferay.portal.lock.service.persistence
The persistence utility for the lock service.
LockUtil() - Constructor for class com.liferay.portal.lock.service.persistence.LockUtil
 
LockWrapper - Class in com.liferay.portal.lock.model
This class is a wrapper for Lock.
LockWrapper(Lock) - Constructor for class com.liferay.portal.lock.model.LockWrapper
 

N

NoSuchLockException - Exception in com.liferay.portal.lock.exception
 
NoSuchLockException() - Constructor for exception com.liferay.portal.lock.exception.NoSuchLockException
 
NoSuchLockException(String) - Constructor for exception com.liferay.portal.lock.exception.NoSuchLockException
 
NoSuchLockException(String, Throwable) - Constructor for exception com.liferay.portal.lock.exception.NoSuchLockException
 
NoSuchLockException(Throwable) - Constructor for exception com.liferay.portal.lock.exception.NoSuchLockException
 

P

persist() - Method in class com.liferay.portal.lock.model.LockWrapper
 

R

refresh(String, long, long) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
refresh(String, long, long) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
refresh(String, long, long) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
remove(long) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Removes the lock with the primary key from the database.
remove(long) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Removes the lock with the primary key from the database.
removeAll() - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Removes all the locks from the database.
removeAll() - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Removes all the locks from the database.
removeByC_K(String, String) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Removes the lock where className = ? and key = ? from the database.
removeByC_K(String, String) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Removes the lock where className = ? and key = ? from the database.
removeByClassName(String) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Removes all the locks where className = ? from the database.
removeByClassName(String) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Removes all the locks where className = ? from the database.
removeByLtExpirationDate(Date) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Removes all the locks where expirationDate < ? from the database.
removeByLtExpirationDate(Date) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Removes all the locks where expirationDate < ? from the database.
removeByUuid(String) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Removes all the locks where uuid = ? from the database.
removeByUuid(String) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Removes all the locks where uuid = ? from the database.
removeByUuid_C(String, long) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
Removes all the locks where uuid = ? and companyId = ? from the database.
removeByUuid_C(String, long) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
Removes all the locks where uuid = ? and companyId = ? from the database.

S

setClassName(String) - Method in interface com.liferay.portal.lock.model.LockModel
Sets the class name of this lock.
setClassName(String) - Method in class com.liferay.portal.lock.model.LockSoap
 
setClassName(String) - Method in class com.liferay.portal.lock.model.LockWrapper
Sets the class name of this lock.
setCompanyId(long) - Method in interface com.liferay.portal.lock.model.LockModel
Sets the company ID of this lock.
setCompanyId(long) - Method in class com.liferay.portal.lock.model.LockSoap
 
setCompanyId(long) - Method in class com.liferay.portal.lock.model.LockWrapper
Sets the company ID of this lock.
setCreateDate(Date) - Method in interface com.liferay.portal.lock.model.LockModel
Sets the create date of this lock.
setCreateDate(Date) - Method in class com.liferay.portal.lock.model.LockSoap
 
setCreateDate(Date) - Method in class com.liferay.portal.lock.model.LockWrapper
Sets the create date of this lock.
setExpirationDate(Date) - Method in interface com.liferay.portal.lock.model.LockModel
Sets the expiration date of this lock.
setExpirationDate(Date) - Method in class com.liferay.portal.lock.model.LockSoap
 
setExpirationDate(Date) - Method in class com.liferay.portal.lock.model.LockWrapper
Sets the expiration date of this lock.
setInheritable(boolean) - Method in interface com.liferay.portal.lock.model.LockModel
Sets whether this lock is inheritable.
setInheritable(boolean) - Method in class com.liferay.portal.lock.model.LockSoap
 
setInheritable(boolean) - Method in class com.liferay.portal.lock.model.LockWrapper
Sets whether this lock is inheritable.
setKey(String) - Method in interface com.liferay.portal.lock.model.LockModel
Sets the key of this lock.
setKey(String) - Method in class com.liferay.portal.lock.model.LockSoap
 
setKey(String) - Method in class com.liferay.portal.lock.model.LockWrapper
Sets the key of this lock.
setLockId(long) - Method in interface com.liferay.portal.lock.model.LockModel
Sets the lock ID of this lock.
setLockId(long) - Method in class com.liferay.portal.lock.model.LockSoap
 
setLockId(long) - Method in class com.liferay.portal.lock.model.LockWrapper
Sets the lock ID of this lock.
setModelAttributes(Map<String, Object>) - Method in class com.liferay.portal.lock.model.LockWrapper
 
setMvccVersion(long) - Method in interface com.liferay.portal.lock.model.LockModel
Sets the mvcc version of this lock.
setMvccVersion(long) - Method in class com.liferay.portal.lock.model.LockSoap
 
setMvccVersion(long) - Method in class com.liferay.portal.lock.model.LockWrapper
Sets the mvcc version of this lock.
setOwner(String) - Method in interface com.liferay.portal.lock.model.LockModel
Sets the owner of this lock.
setOwner(String) - Method in class com.liferay.portal.lock.model.LockSoap
 
setOwner(String) - Method in class com.liferay.portal.lock.model.LockWrapper
Sets the owner of this lock.
setPrimaryKey(long) - Method in interface com.liferay.portal.lock.model.LockModel
Sets the primary key of this lock.
setPrimaryKey(long) - Method in class com.liferay.portal.lock.model.LockSoap
 
setPrimaryKey(long) - Method in class com.liferay.portal.lock.model.LockWrapper
Sets the primary key of this lock.
setUserId(long) - Method in interface com.liferay.portal.lock.model.LockModel
Sets the user ID of this lock.
setUserId(long) - Method in class com.liferay.portal.lock.model.LockSoap
 
setUserId(long) - Method in class com.liferay.portal.lock.model.LockWrapper
Sets the user ID of this lock.
setUserName(String) - Method in interface com.liferay.portal.lock.model.LockModel
Sets the user name of this lock.
setUserName(String) - Method in class com.liferay.portal.lock.model.LockSoap
 
setUserName(String) - Method in class com.liferay.portal.lock.model.LockWrapper
Sets the user name of this lock.
setUserUuid(String) - Method in interface com.liferay.portal.lock.model.LockModel
Sets the user uuid of this lock.
setUserUuid(String) - Method in class com.liferay.portal.lock.model.LockWrapper
Sets the user uuid of this lock.
setUuid(String) - Method in interface com.liferay.portal.lock.model.LockModel
Sets the uuid of this lock.
setUuid(String) - Method in class com.liferay.portal.lock.model.LockSoap
 
setUuid(String) - Method in class com.liferay.portal.lock.model.LockWrapper
Sets the uuid of this lock.
setWrappedService(LockLocalService) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 

T

toSoapModel(Lock) - Static method in class com.liferay.portal.lock.model.LockSoap
 
toSoapModels(Lock[]) - Static method in class com.liferay.portal.lock.model.LockSoap
 
toSoapModels(Lock[][]) - Static method in class com.liferay.portal.lock.model.LockSoap
 
toSoapModels(List<Lock>) - Static method in class com.liferay.portal.lock.model.LockSoap
 

U

unlock(String, long) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
unlock(String, String) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
unlock(String, String, String) - Method in interface com.liferay.portal.lock.service.LockLocalService
 
unlock(String, long) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
unlock(String, String) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
unlock(String, String, String) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
 
unlock(String, long) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
unlock(String, String) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
unlock(String, String, String) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
 
update(Lock) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
 
update(Lock, ServiceContext) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
 
updateImpl(Lock) - Method in interface com.liferay.portal.lock.service.persistence.LockPersistence
 
updateImpl(Lock) - Static method in class com.liferay.portal.lock.service.persistence.LockUtil
 
updateLock(Lock) - Method in interface com.liferay.portal.lock.service.LockLocalService
Updates the lock in the database or adds it if it does not yet exist.
updateLock(Lock) - Static method in class com.liferay.portal.lock.service.LockLocalServiceUtil
Updates the lock in the database or adds it if it does not yet exist.
updateLock(Lock) - Method in class com.liferay.portal.lock.service.LockLocalServiceWrapper
Updates the lock in the database or adds it if it does not yet exist.

W

wrap(Lock) - Method in class com.liferay.portal.lock.model.LockWrapper
 
A C D E F G H I L N P R S T U W 
Skip navigation links