|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchPasswordPolicyException | |
|---|---|
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| Uses of NoSuchPasswordPolicyException in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that throw NoSuchPasswordPolicyException | |
|---|---|
abstract PasswordPolicy[] |
PasswordPolicyPersistence.filterFindByCompanyId_PrevAndNext(long passwordPolicyId,
long companyId,
OrderByComparator orderByComparator)
Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where companyId = ?. |
static PasswordPolicy[] |
PasswordPolicyUtil.filterFindByCompanyId_PrevAndNext(long passwordPolicyId,
long companyId,
OrderByComparator orderByComparator)
Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where companyId = ?. |
abstract PasswordPolicy[] |
PasswordPolicyPersistence.filterFindByUuid_C_PrevAndNext(long passwordPolicyId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?. |
static PasswordPolicy[] |
PasswordPolicyUtil.filterFindByUuid_C_PrevAndNext(long passwordPolicyId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?. |
abstract PasswordPolicy[] |
PasswordPolicyPersistence.filterFindByUuid_PrevAndNext(long passwordPolicyId,
String uuid,
OrderByComparator orderByComparator)
Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?. |
static PasswordPolicy[] |
PasswordPolicyUtil.filterFindByUuid_PrevAndNext(long passwordPolicyId,
String uuid,
OrderByComparator orderByComparator)
Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?. |
abstract PasswordPolicy |
PasswordPolicyPersistence.findByC_DP(long companyId,
boolean defaultPolicy)
Returns the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found. |
static PasswordPolicy |
PasswordPolicyUtil.findByC_DP(long companyId,
boolean defaultPolicy)
Returns the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found. |
abstract PasswordPolicy |
PasswordPolicyPersistence.findByC_N(long companyId,
String name)
Returns the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found. |
static PasswordPolicy |
PasswordPolicyUtil.findByC_N(long companyId,
String name)
Returns the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found. |
abstract PasswordPolicy |
PasswordPolicyPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first password policy in the ordered set where companyId = ?. |
static PasswordPolicy |
PasswordPolicyUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first password policy in the ordered set where companyId = ?. |
abstract PasswordPolicy |
PasswordPolicyPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last password policy in the ordered set where companyId = ?. |
static PasswordPolicy |
PasswordPolicyUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last password policy in the ordered set where companyId = ?. |
abstract PasswordPolicy[] |
PasswordPolicyPersistence.findByCompanyId_PrevAndNext(long passwordPolicyId,
long companyId,
OrderByComparator orderByComparator)
Returns the password policies before and after the current password policy in the ordered set where companyId = ?. |
static PasswordPolicy[] |
PasswordPolicyUtil.findByCompanyId_PrevAndNext(long passwordPolicyId,
long companyId,
OrderByComparator orderByComparator)
Returns the password policies before and after the current password policy in the ordered set where companyId = ?. |
abstract PasswordPolicy |
PasswordPolicyPersistence.findByPrimaryKey(long passwordPolicyId)
Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found. |
static PasswordPolicy |
PasswordPolicyUtil.findByPrimaryKey(long passwordPolicyId)
Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found. |
abstract PasswordPolicy |
PasswordPolicyPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first password policy in the ordered set where uuid = ? and companyId = ?. |
static PasswordPolicy |
PasswordPolicyUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first password policy in the ordered set where uuid = ? and companyId = ?. |
abstract PasswordPolicy |
PasswordPolicyPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last password policy in the ordered set where uuid = ? and companyId = ?. |
static PasswordPolicy |
PasswordPolicyUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last password policy in the ordered set where uuid = ? and companyId = ?. |
abstract PasswordPolicy[] |
PasswordPolicyPersistence.findByUuid_C_PrevAndNext(long passwordPolicyId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?. |
static PasswordPolicy[] |
PasswordPolicyUtil.findByUuid_C_PrevAndNext(long passwordPolicyId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?. |
abstract PasswordPolicy |
PasswordPolicyPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first password policy in the ordered set where uuid = ?. |
static PasswordPolicy |
PasswordPolicyUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first password policy in the ordered set where uuid = ?. |
abstract PasswordPolicy |
PasswordPolicyPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last password policy in the ordered set where uuid = ?. |
static PasswordPolicy |
PasswordPolicyUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last password policy in the ordered set where uuid = ?. |
abstract PasswordPolicy[] |
PasswordPolicyPersistence.findByUuid_PrevAndNext(long passwordPolicyId,
String uuid,
OrderByComparator orderByComparator)
Returns the password policies before and after the current password policy in the ordered set where uuid = ?. |
static PasswordPolicy[] |
PasswordPolicyUtil.findByUuid_PrevAndNext(long passwordPolicyId,
String uuid,
OrderByComparator orderByComparator)
Returns the password policies before and after the current password policy in the ordered set where uuid = ?. |
abstract PasswordPolicy |
PasswordPolicyPersistence.remove(long passwordPolicyId)
Removes the password policy with the primary key from the database. |
static PasswordPolicy |
PasswordPolicyUtil.remove(long passwordPolicyId)
Removes the password policy with the primary key from the database. |
abstract PasswordPolicy |
PasswordPolicyPersistence.removeByC_DP(long companyId,
boolean defaultPolicy)
Removes the password policy where companyId = ? and defaultPolicy = ? from the database. |
static PasswordPolicy |
PasswordPolicyUtil.removeByC_DP(long companyId,
boolean defaultPolicy)
Removes the password policy where companyId = ? and defaultPolicy = ? from the database. |
abstract PasswordPolicy |
PasswordPolicyPersistence.removeByC_N(long companyId,
String name)
Removes the password policy where companyId = ? and name = ? from the database. |
static PasswordPolicy |
PasswordPolicyUtil.removeByC_N(long companyId,
String name)
Removes the password policy where companyId = ? and name = ? from the database. |
|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||