Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.NoSuchPasswordPolicyException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchPasswordPolicyException
 PasswordPolicy[] PasswordPolicyPersistence.filterFindByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator 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 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 = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.filterFindByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator 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 = ?.
 PasswordPolicy[] PasswordPolicyPersistence.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator 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 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 = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator 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 = ?.
 PasswordPolicy[] PasswordPolicyPersistence.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator 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 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 = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator 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 = ?.
 PasswordPolicy PasswordPolicyPersistence.findByC_DP(long companyId, boolean defaultPolicy)
          Returns the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found.
static PasswordPolicy PasswordPolicyUtil.findByC_DP(long companyId, boolean defaultPolicy)
          Returns 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)
          Returns the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.findByC_N(long companyId, String name)
          Returns the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found.
static PasswordPolicy PasswordPolicyUtil.findByC_N(long companyId, String name)
          Returns 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)
          Returns the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator 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 orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
static PasswordPolicy PasswordPolicyUtil.findByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the password policy with the primary key or throws a NoSuchModelException if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
 PasswordPolicy[] PasswordPolicyPersistence.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator 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 orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistence.remove(long passwordPolicyId)
          Removes the password policy with the primary key from the database.
static PasswordPolicy PasswordPolicyUtil.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.
 PasswordPolicy PasswordPolicyPersistenceImpl.remove(Serializable primaryKey)
          Removes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyPersistence.removeByC_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
static PasswordPolicy PasswordPolicyUtil.removeByC_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
 PasswordPolicy PasswordPolicyPersistenceImpl.removeByC_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
 PasswordPolicy PasswordPolicyPersistence.removeByC_N(long companyId, String name)
          Removes the password policy where companyId = ? and name = ? from the database.
static PasswordPolicy PasswordPolicyUtil.removeByC_N(long companyId, String name)
          Removes the password policy where companyId = ? and name = ? from the database.
 PasswordPolicy PasswordPolicyPersistenceImpl.removeByC_N(long companyId, String name)
          Removes the password policy where companyId = ? and name = ? from the database.
 


Liferay 6.2-ce-ga5