Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchPasswordPolicyException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchPasswordPolicyException
static PasswordPolicy PasswordPolicyUtil.findByC_DP(long companyId, boolean defaultPolicy)
          Finds the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.findByC_DP(long companyId, boolean defaultPolicy)
          Finds the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByC_DP(long companyId, boolean defaultPolicy)
          Finds the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found.
static PasswordPolicy PasswordPolicyUtil.findByC_N(long companyId, String name)
          Finds the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.findByC_N(long companyId, String name)
          Finds the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByC_N(long companyId, String name)
          Finds the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found.
static PasswordPolicy PasswordPolicyUtil.findByPrimaryKey(long passwordPolicyId)
          Finds the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.findByPrimaryKey(long passwordPolicyId)
          Finds the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByPrimaryKey(long passwordPolicyId)
          Finds the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
static PasswordPolicy PasswordPolicyUtil.remove(long passwordPolicyId)
          Removes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyPersistence.remove(long passwordPolicyId)
          Removes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyPersistenceImpl.remove(long passwordPolicyId)
          Removes the password policy with the primary key from the database.
static void PasswordPolicyUtil.removeByC_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
 void PasswordPolicyPersistence.removeByC_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
 void PasswordPolicyPersistenceImpl.removeByC_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
static void PasswordPolicyUtil.removeByC_N(long companyId, String name)
          Removes the password policy where companyId = ? and name = ? from the database.
 void PasswordPolicyPersistence.removeByC_N(long companyId, String name)
          Removes the password policy where companyId = ? and name = ? from the database.
 void PasswordPolicyPersistenceImpl.removeByC_N(long companyId, String name)
          Removes the password policy where companyId = ? and name = ? from the database.
 


Liferay 6.0.5