Uses of Class
com.liferay.portal.kernel.exception.NoSuchPasswordPolicyException
Packages that use NoSuchPasswordPolicyException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchPasswordPolicyException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchPasswordPolicyExceptionModifier and TypeMethodDescriptionPasswordPolicyPersistence.filterFindByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> 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 = ?.PasswordPolicyPersistence.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> 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 = ?.PasswordPolicyPersistence.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> 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 = ?.PasswordPolicyPersistence.findByC_DP(long companyId, boolean defaultPolicy) Returns the password policy where companyId = ? and defaultPolicy = ? or throws aNoSuchPasswordPolicyExceptionif it could not be found.static PasswordPolicyPasswordPolicyUtil.findByC_DP(long companyId, boolean defaultPolicy) Returns the password policy where companyId = ? and defaultPolicy = ? or throws aNoSuchPasswordPolicyExceptionif it could not be found.Returns the password policy where companyId = ? and name = ? or throws aNoSuchPasswordPolicyExceptionif it could not be found.static PasswordPolicyReturns the password policy where companyId = ? and name = ? or throws aNoSuchPasswordPolicyExceptionif it could not be found.PasswordPolicyPersistence.findByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where companyId = ?.static PasswordPolicyPasswordPolicyUtil.findByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where companyId = ?.PasswordPolicyPersistence.findByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where companyId = ?.static PasswordPolicyPasswordPolicyUtil.findByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where companyId = ?.PasswordPolicyPersistence.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set where companyId = ?.PasswordPolicyPersistence.findByPrimaryKey(long passwordPolicyId) Returns the password policy with the primary key or throws aNoSuchPasswordPolicyExceptionif it could not be found.static PasswordPolicyPasswordPolicyUtil.findByPrimaryKey(long passwordPolicyId) Returns the password policy with the primary key or throws aNoSuchPasswordPolicyExceptionif it could not be found.PasswordPolicyPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ? and companyId = ?.static PasswordPolicyPasswordPolicyUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ? and companyId = ?.static PasswordPolicyPasswordPolicyUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ?.static PasswordPolicyPasswordPolicyUtil.findByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ?.PasswordPolicyPersistence.findByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ?.static PasswordPolicyPasswordPolicyUtil.findByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ?.PasswordPolicyPersistence.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set where uuid = ?.PasswordPolicyPersistence.remove(long passwordPolicyId) Removes the password policy with the primary key from the database.static PasswordPolicyPasswordPolicyUtil.remove(long passwordPolicyId) Removes the password policy with the primary key from the database.PasswordPolicyPersistence.removeByC_DP(long companyId, boolean defaultPolicy) Removes the password policy where companyId = ? and defaultPolicy = ? from the database.static PasswordPolicyPasswordPolicyUtil.removeByC_DP(long companyId, boolean defaultPolicy) Removes the password policy where companyId = ? and defaultPolicy = ? from the database.PasswordPolicyPersistence.removeByC_N(long companyId, String name) Removes the password policy where companyId = ? and name = ? from the database.static PasswordPolicyPasswordPolicyUtil.removeByC_N(long companyId, String name) Removes the password policy where companyId = ? and name = ? from the database.