- fetchByC_K(String, String) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the lock where className = ? and key = ? or returns null if it could not be found.
- fetchByC_K(String, String, boolean) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the lock where className = ? and key = ? or returns null if it could not be found, optionally using the finder cache.
- fetchByLtExpirationDate_First(Date, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the first lock in the ordered set where expirationDate < ?.
- fetchByLtExpirationDate_Last(Date, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the last lock in the ordered set where expirationDate < ?.
- fetchByPrimaryKey(Serializable) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the lock with the primary key or returns null if it could not be found.
- fetchByPrimaryKey(long) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the lock with the primary key or returns null if it could not be found.
- fetchByPrimaryKeys(Set<Serializable>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- fetchByUuid_C_First(String, long, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the first lock in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the last lock in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_First(String, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the first lock in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the last lock in the ordered set where uuid = ?.
- fetchLock(long) - Method in class com.liferay.portal.lock.service.base.LockLocalServiceBaseImpl
-
- fetchLock(String, String) - Method in class com.liferay.portal.lock.service.impl.LockLocalServiceImpl
-
- fetchLockByUuidAndCompanyId(String, long) - Method in class com.liferay.portal.lock.service.base.LockLocalServiceBaseImpl
-
Returns the lock with the matching UUID and company.
- findAll() - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns all the locks.
- findAll(int, int) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns a range of all the locks.
- findAll(int, int, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns an ordered range of all the locks.
- findAll(int, int, OrderByComparator<Lock>, boolean) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns an ordered range of all the locks.
- findByC_K(String, String) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the lock where className = ? and key = ? or throws a NoSuchLockException if it could not be found.
- findByLtExpirationDate(Date) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns all the locks where expirationDate < ?.
- findByLtExpirationDate(Date, int, int) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns a range of all the locks where expirationDate < ?.
- findByLtExpirationDate(Date, int, int, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns an ordered range of all the locks where expirationDate < ?.
- findByLtExpirationDate(Date, int, int, OrderByComparator<Lock>, boolean) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns an ordered range of all the locks where expirationDate < ?.
- findByLtExpirationDate_First(Date, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the first lock in the ordered set where expirationDate < ?.
- findByLtExpirationDate_Last(Date, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the last lock in the ordered set where expirationDate < ?.
- findByLtExpirationDate_PrevAndNext(long, Date, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the locks before and after the current lock in the ordered set where expirationDate < ?.
- findByPrimaryKey(Serializable) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the lock with the primary key or throws a NoSuchModelException if it could not be found.
- findByPrimaryKey(long) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the lock with the primary key or throws a NoSuchLockException if it could not be found.
- findByUuid(String) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns all the locks where uuid = ?.
- findByUuid(String, int, int) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns a range of all the locks where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns an ordered range of all the locks where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<Lock>, boolean) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns an ordered range of all the locks where uuid = ?.
- findByUuid_C(String, long) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns all the locks where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns a range of all the locks where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns an ordered range of all the locks where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<Lock>, boolean) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns an ordered range of all the locks where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the first lock in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the last lock in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?.
- findByUuid_First(String, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the first lock in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the last lock in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<Lock>) - Method in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
Returns the locks before and after the current lock in the ordered set where uuid = ?.
- FINDER_CACHE_ENABLED - Static variable in class com.liferay.portal.lock.model.impl.LockModelImpl
-
- FINDER_CLASS_NAME_ENTITY - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- FINDER_CLASS_NAME_LIST_WITH_PAGINATION - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- FINDER_PATH_COUNT_ALL - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- FINDER_PATH_COUNT_BY_C_K - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- FINDER_PATH_COUNT_BY_UUID - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- FINDER_PATH_COUNT_BY_UUID_C - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- FINDER_PATH_FETCH_BY_C_K - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- FINDER_PATH_WITH_PAGINATION_COUNT_BY_LTEXPIRATIONDATE - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- FINDER_PATH_WITH_PAGINATION_FIND_ALL - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- FINDER_PATH_WITH_PAGINATION_FIND_BY_LTEXPIRATIONDATE - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C - Static variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-
- finderCache - Variable in class com.liferay.portal.lock.service.persistence.impl.LockPersistenceImpl
-