- 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.
- className - Variable in class com.liferay.portal.lock.model.LockTable
-
- 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
-
- companyId - Variable in class com.liferay.portal.lock.model.LockTable
-
- 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.
- createDate - Variable in class com.liferay.portal.lock.model.LockTable
-
- 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
-
- 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
-
- 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
-
- 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
-