Uses of Class
com.liferay.portal.kernel.exception.NoSuchPasswordPolicyRelException
Packages that use NoSuchPasswordPolicyRelException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchPasswordPolicyRelException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchPasswordPolicyRelExceptionModifier and TypeMethodDescriptionPasswordPolicyRelPersistence.findByC_C(long classNameId, long classPK) Returns the password policy rel where classNameId = ? and classPK = ? or throws aNoSuchPasswordPolicyRelExceptionif it could not be found.static PasswordPolicyRelPasswordPolicyRelUtil.findByC_C(long classNameId, long classPK) Returns the password policy rel where classNameId = ? and classPK = ? or throws aNoSuchPasswordPolicyRelExceptionif it could not be found.PasswordPolicyRelPersistence.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the first password policy rel in the ordered set where passwordPolicyId = ?.static PasswordPolicyRelPasswordPolicyRelUtil.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the first password policy rel in the ordered set where passwordPolicyId = ?.PasswordPolicyRelPersistence.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the last password policy rel in the ordered set where passwordPolicyId = ?.static PasswordPolicyRelPasswordPolicyRelUtil.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the last password policy rel in the ordered set where passwordPolicyId = ?.PasswordPolicyRelPersistence.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.static PasswordPolicyRel[]PasswordPolicyRelUtil.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.PasswordPolicyRelPersistence.findByPrimaryKey(long passwordPolicyRelId) Returns the password policy rel with the primary key or throws aNoSuchPasswordPolicyRelExceptionif it could not be found.static PasswordPolicyRelPasswordPolicyRelUtil.findByPrimaryKey(long passwordPolicyRelId) Returns the password policy rel with the primary key or throws aNoSuchPasswordPolicyRelExceptionif it could not be found.PasswordPolicyRelPersistence.remove(long passwordPolicyRelId) Removes the password policy rel with the primary key from the database.static PasswordPolicyRelPasswordPolicyRelUtil.remove(long passwordPolicyRelId) Removes the password policy rel with the primary key from the database.PasswordPolicyRelPersistence.removeByC_C(long classNameId, long classPK) Removes the password policy rel where classNameId = ? and classPK = ? from the database.static PasswordPolicyRelPasswordPolicyRelUtil.removeByC_C(long classNameId, long classPK) Removes the password policy rel where classNameId = ? and classPK = ? from the database.