Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchPasswordPolicyRelException

Packages that use NoSuchPasswordPolicyRelException
com.liferay.portal.service.persistence   
 

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

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


Liferay 6.0.5