Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.NoSuchPasswordPolicyRelException

Packages that use NoSuchPasswordPolicyRelException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of NoSuchPasswordPolicyRelException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchPasswordPolicyRelException
 PasswordPolicyRel PasswordPolicyRelPersistence.findByC_C(long classNameId, long classPK)
          Returns the password policy rel where classNameId = ? and classPK = ? or throws a NoSuchPasswordPolicyRelException if it could not be found.
static PasswordPolicyRel PasswordPolicyRelUtil.findByC_C(long classNameId, long classPK)
          Returns the password policy rel where classNameId = ? and classPK = ? or throws a NoSuchPasswordPolicyRelException if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel[] PasswordPolicyRelPersistence.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator 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 orderByComparator)
          Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPrimaryKey(long passwordPolicyRelId)
          Returns the password policy rel with the primary key or throws a NoSuchPasswordPolicyRelException if it could not be found.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPrimaryKey(long passwordPolicyRelId)
          Returns the password policy rel with the primary key or throws a NoSuchPasswordPolicyRelException if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistence.remove(long passwordPolicyRelId)
          Removes the password policy rel with the primary key from the database.
static PasswordPolicyRel PasswordPolicyRelUtil.remove(long passwordPolicyRelId)
          Removes the password policy rel with the primary key from the database.
 PasswordPolicyRel PasswordPolicyRelPersistence.removeByC_C(long classNameId, long classPK)
          Removes the password policy rel where classNameId = ? and classPK = ? from the database.
static PasswordPolicyRel PasswordPolicyRelUtil.removeByC_C(long classNameId, long classPK)
          Removes the password policy rel where classNameId = ? and classPK = ? from the database.
 


Liferay 6.2-ce-ga5