Liferay 6.2-ce-ga5

com.liferay.portal.service.persistence
Class PasswordPolicyUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.PasswordPolicyUtil

@ProviderType
public class PasswordPolicyUtil
extends Object

The persistence utility for the password policy service. This utility wraps PasswordPolicyPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
PasswordPolicyPersistence, PasswordPolicyPersistenceImpl

Constructor Summary
PasswordPolicyUtil()
           
 
Method Summary
static void cacheResult(List<PasswordPolicy> passwordPolicies)
          Caches the password policies in the entity cache if it is enabled.
static void cacheResult(PasswordPolicy passwordPolicy)
          Caches the password policy in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(PasswordPolicy passwordPolicy)
           
static int countAll()
          Returns the number of password policies.
static int countByC_DP(long companyId, boolean defaultPolicy)
          Returns the number of password policies where companyId = ? and defaultPolicy = ?.
static int countByC_N(long companyId, String name)
          Returns the number of password policies where companyId = ? and name = ?.
static int countByCompanyId(long companyId)
          Returns the number of password policies where companyId = ?.
static int countByUuid_C(String uuid, long companyId)
          Returns the number of password policies where uuid = ? and companyId = ?.
static int countByUuid(String uuid)
          Returns the number of password policies where uuid = ?.
static long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static PasswordPolicy create(long passwordPolicyId)
          Creates a new password policy with the primary key.
static PasswordPolicy fetchByC_DP(long companyId, boolean defaultPolicy)
          Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found.
static PasswordPolicy fetchByC_DP(long companyId, boolean defaultPolicy, boolean retrieveFromCache)
          Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found, optionally using the finder cache.
static PasswordPolicy fetchByC_N(long companyId, String name)
          Returns the password policy where companyId = ? and name = ? or returns null if it could not be found.
static PasswordPolicy fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Returns the password policy where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static PasswordPolicy fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
static PasswordPolicy fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
static PasswordPolicy fetchByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or returns null if it could not be found.
static PasswordPolicy fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
static PasswordPolicy fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
static int filterCountByCompanyId(long companyId)
          Returns the number of password policies that the user has permission to view where companyId = ?.
static int filterCountByUuid_C(String uuid, long companyId)
          Returns the number of password policies that the user has permission to view where uuid = ? and companyId = ?.
static int filterCountByUuid(String uuid)
          Returns the number of password policies that the user has permission to view where uuid = ?.
static PasswordPolicy[] 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 List<PasswordPolicy> filterFindByCompanyId(long companyId)
          Returns all the password policies that the user has permission to view where companyId = ?.
static List<PasswordPolicy> filterFindByCompanyId(long companyId, int start, int end)
          Returns a range of all the password policies that the user has permission to view where companyId = ?.
static List<PasswordPolicy> filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.
static PasswordPolicy[] 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 List<PasswordPolicy> filterFindByUuid_C(String uuid, long companyId)
          Returns all the password policies that the user has permission to view where uuid = ? and companyId = ?.
static List<PasswordPolicy> filterFindByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the password policies that the user has permission to view where uuid = ? and companyId = ?.
static List<PasswordPolicy> filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.
static PasswordPolicy[] 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 List<PasswordPolicy> filterFindByUuid(String uuid)
          Returns all the password policies that the user has permission to view where uuid = ?.
static List<PasswordPolicy> filterFindByUuid(String uuid, int start, int end)
          Returns a range of all the password policies that the user has permission to view where uuid = ?.
static List<PasswordPolicy> filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.
static List<PasswordPolicy> findAll()
          Returns all the password policies.
static List<PasswordPolicy> findAll(int start, int end)
          Returns a range of all the password policies.
static List<PasswordPolicy> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies.
static PasswordPolicy 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 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 findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
static PasswordPolicy findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
static PasswordPolicy[] 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 List<PasswordPolicy> findByCompanyId(long companyId)
          Returns all the password policies where companyId = ?.
static List<PasswordPolicy> findByCompanyId(long companyId, int start, int end)
          Returns a range of all the password policies where companyId = ?.
static List<PasswordPolicy> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where companyId = ?.
static PasswordPolicy findByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
static PasswordPolicy findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy[] 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 List<PasswordPolicy> findByUuid_C(String uuid, long companyId)
          Returns all the password policies where uuid = ? and companyId = ?.
static List<PasswordPolicy> findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the password policies where uuid = ? and companyId = ?.
static List<PasswordPolicy> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where uuid = ? and companyId = ?.
static PasswordPolicy findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
static PasswordPolicy findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
static PasswordPolicy[] 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 List<PasswordPolicy> findByUuid(String uuid)
          Returns all the password policies where uuid = ?.
static List<PasswordPolicy> findByUuid(String uuid, int start, int end)
          Returns a range of all the password policies where uuid = ?.
static List<PasswordPolicy> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where uuid = ?.
static List<PasswordPolicy> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<PasswordPolicy> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<PasswordPolicy> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static PasswordPolicyPersistence getPersistence()
           
static PasswordPolicy remove(long passwordPolicyId)
          Removes the password policy with the primary key from the database.
static void removeAll()
          Removes all the password policies from the database.
static PasswordPolicy removeByC_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
static PasswordPolicy removeByC_N(long companyId, String name)
          Removes the password policy where companyId = ? and name = ? from the database.
static void removeByCompanyId(long companyId)
          Removes all the password policies where companyId = ? from the database.
static void removeByUuid_C(String uuid, long companyId)
          Removes all the password policies where uuid = ? and companyId = ? from the database.
static void removeByUuid(String uuid)
          Removes all the password policies where uuid = ? from the database.
 void setPersistence(PasswordPolicyPersistence persistence)
          Deprecated. As of 6.2.0
static PasswordPolicy update(PasswordPolicy passwordPolicy)
           
static PasswordPolicy update(PasswordPolicy passwordPolicy, ServiceContext serviceContext)
           
static PasswordPolicy updateImpl(PasswordPolicy passwordPolicy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordPolicyUtil

public PasswordPolicyUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(PasswordPolicy passwordPolicy)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
                                  throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<PasswordPolicy> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                                 throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<PasswordPolicy> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                        int start,
                                                        int end)
                                                 throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

public static List<PasswordPolicy> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                        int start,
                                                        int end,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

update

public static PasswordPolicy update(PasswordPolicy passwordPolicy)
                             throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel)

update

public static PasswordPolicy update(PasswordPolicy passwordPolicy,
                                    ServiceContext serviceContext)
                             throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)

findByUuid

public static List<PasswordPolicy> findByUuid(String uuid)
                                       throws SystemException
Returns all the password policies where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching password policies
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<PasswordPolicy> findByUuid(String uuid,
                                              int start,
                                              int end)
                                       throws SystemException
Returns a range of all the password policies where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordPolicyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of password policies
end - the upper bound of the range of password policies (not inclusive)
Returns:
the range of matching password policies
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<PasswordPolicy> findByUuid(String uuid,
                                              int start,
                                              int end,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns an ordered range of all the password policies where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordPolicyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of password policies
end - the upper bound of the range of password policies (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching password policies
Throws:
SystemException - if a system exception occurred

findByUuid_First

public static PasswordPolicy findByUuid_First(String uuid,
                                              OrderByComparator orderByComparator)
                                       throws NoSuchPasswordPolicyException,
                                              SystemException
Returns the first password policy in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching password policy
Throws:
NoSuchPasswordPolicyException - if a matching password policy could not be found
SystemException - if a system exception occurred

fetchByUuid_First

public static PasswordPolicy fetchByUuid_First(String uuid,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
Returns the first password policy in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching password policy, or null if a matching password policy could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_Last

public static PasswordPolicy findByUuid_Last(String uuid,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchPasswordPolicyException,
                                             SystemException
Returns the last password policy in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching password policy
Throws:
NoSuchPasswordPolicyException - if a matching password policy could not be found
SystemException - if a system exception occurred

fetchByUuid_Last

public static PasswordPolicy fetchByUuid_Last(String uuid,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns the last password policy in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching password policy, or null if a matching password policy could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_PrevAndNext

public static PasswordPolicy[] findByUuid_PrevAndNext(long passwordPolicyId,
                                                      String uuid,
                                                      OrderByComparator orderByComparator)
                                               throws NoSuchPasswordPolicyException,
                                                      SystemException
Returns the password policies before and after the current password policy in the ordered set where uuid = ?.

Parameters:
passwordPolicyId - the primary key of the current password policy
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next password policy
Throws:
NoSuchPasswordPolicyException - if a password policy with the primary key could not be found
SystemException - if a system exception occurred

filterFindByUuid

public static List<PasswordPolicy> filterFindByUuid(String uuid)
                                             throws SystemException
Returns all the password policies that the user has permission to view where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching password policies that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid

public static List<PasswordPolicy> filterFindByUuid(String uuid,
                                                    int start,
                                                    int end)
                                             throws SystemException
Returns a range of all the password policies that the user has permission to view where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordPolicyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of password policies
end - the upper bound of the range of password policies (not inclusive)
Returns:
the range of matching password policies that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid

public static List<PasswordPolicy> filterFindByUuid(String uuid,
                                                    int start,
                                                    int end,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException
Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordPolicyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of password policies
end - the upper bound of the range of password policies (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching password policies that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid_PrevAndNext

public static PasswordPolicy[] filterFindByUuid_PrevAndNext(long passwordPolicyId,
                                                            String uuid,
                                                            OrderByComparator orderByComparator)
                                                     throws NoSuchPasswordPolicyException,
                                                            SystemException
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 = ?.

Parameters:
passwordPolicyId - the primary key of the current password policy
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next password policy
Throws:
NoSuchPasswordPolicyException - if a password policy with the primary key could not be found
SystemException - if a system exception occurred

removeByUuid

public static void removeByUuid(String uuid)
                         throws SystemException
Removes all the password policies where uuid = ? from the database.

Parameters:
uuid - the uuid
Throws:
SystemException - if a system exception occurred

countByUuid

public static int countByUuid(String uuid)
                       throws SystemException
Returns the number of password policies where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching password policies
Throws:
SystemException - if a system exception occurred

filterCountByUuid

public static int filterCountByUuid(String uuid)
                             throws SystemException
Returns the number of password policies that the user has permission to view where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching password policies that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByUuid_C

public static List<PasswordPolicy> findByUuid_C(String uuid,
                                                long companyId)
                                         throws SystemException
Returns all the password policies where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching password policies
Throws:
SystemException - if a system exception occurred

findByUuid_C

public static List<PasswordPolicy> findByUuid_C(String uuid,
                                                long companyId,
                                                int start,
                                                int end)
                                         throws SystemException
Returns a range of all the password policies where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordPolicyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of password policies
end - the upper bound of the range of password policies (not inclusive)
Returns:
the range of matching password policies
Throws:
SystemException - if a system exception occurred

findByUuid_C

public static List<PasswordPolicy> findByUuid_C(String uuid,
                                                long companyId,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the password policies where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordPolicyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of password policies
end - the upper bound of the range of password policies (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching password policies
Throws:
SystemException - if a system exception occurred

findByUuid_C_First

public static PasswordPolicy findByUuid_C_First(String uuid,
                                                long companyId,
                                                OrderByComparator orderByComparator)
                                         throws NoSuchPasswordPolicyException,
                                                SystemException
Returns the first password policy in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching password policy
Throws:
NoSuchPasswordPolicyException - if a matching password policy could not be found
SystemException - if a system exception occurred

fetchByUuid_C_First

public static PasswordPolicy fetchByUuid_C_First(String uuid,
                                                 long companyId,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException
Returns the first password policy in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching password policy, or null if a matching password policy could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_Last

public static PasswordPolicy findByUuid_C_Last(String uuid,
                                               long companyId,
                                               OrderByComparator orderByComparator)
                                        throws NoSuchPasswordPolicyException,
                                               SystemException
Returns the last password policy in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching password policy
Throws:
NoSuchPasswordPolicyException - if a matching password policy could not be found
SystemException - if a system exception occurred

fetchByUuid_C_Last

public static PasswordPolicy fetchByUuid_C_Last(String uuid,
                                                long companyId,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Returns the last password policy in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching password policy, or null if a matching password policy could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_PrevAndNext

public static PasswordPolicy[] findByUuid_C_PrevAndNext(long passwordPolicyId,
                                                        String uuid,
                                                        long companyId,
                                                        OrderByComparator orderByComparator)
                                                 throws NoSuchPasswordPolicyException,
                                                        SystemException
Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.

Parameters:
passwordPolicyId - the primary key of the current password policy
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next password policy
Throws:
NoSuchPasswordPolicyException - if a password policy with the primary key could not be found
SystemException - if a system exception occurred

filterFindByUuid_C

public static List<PasswordPolicy> filterFindByUuid_C(String uuid,
                                                      long companyId)
                                               throws SystemException
Returns all the password policies that the user has permission to view where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching password policies that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid_C

public static List<PasswordPolicy> filterFindByUuid_C(String uuid,
                                                      long companyId,
                                                      int start,
                                                      int end)
                                               throws SystemException
Returns a range of all the password policies that the user has permission to view where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordPolicyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of password policies
end - the upper bound of the range of password policies (not inclusive)
Returns:
the range of matching password policies that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid_C

public static List<PasswordPolicy> filterFindByUuid_C(String uuid,
                                                      long companyId,
                                                      int start,
                                                      int end,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException
Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordPolicyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of password policies
end - the upper bound of the range of password policies (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching password policies that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid_C_PrevAndNext

public static PasswordPolicy[] filterFindByUuid_C_PrevAndNext(long passwordPolicyId,
                                                              String uuid,
                                                              long companyId,
                                                              OrderByComparator orderByComparator)
                                                       throws NoSuchPasswordPolicyException,
                                                              SystemException
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 = ?.

Parameters:
passwordPolicyId - the primary key of the current password policy
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next password policy
Throws:
NoSuchPasswordPolicyException - if a password policy with the primary key could not be found
SystemException - if a system exception occurred

removeByUuid_C

public static void removeByUuid_C(String uuid,
                                  long companyId)
                           throws SystemException
Removes all the password policies where uuid = ? and companyId = ? from the database.

Parameters:
uuid - the uuid
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByUuid_C

public static int countByUuid_C(String uuid,
                                long companyId)
                         throws SystemException
Returns the number of password policies where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching password policies
Throws:
SystemException - if a system exception occurred

filterCountByUuid_C

public static int filterCountByUuid_C(String uuid,
                                      long companyId)
                               throws SystemException
Returns the number of password policies that the user has permission to view where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching password policies that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<PasswordPolicy> findByCompanyId(long companyId)
                                            throws SystemException
Returns all the password policies where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the matching password policies
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<PasswordPolicy> findByCompanyId(long companyId,
                                                   int start,
                                                   int end)
                                            throws SystemException
Returns a range of all the password policies where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordPolicyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
companyId - the company ID
start - the lower bound of the range of password policies
end - the upper bound of the range of password policies (not inclusive)
Returns:
the range of matching password policies
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<PasswordPolicy> findByCompanyId(long companyId,
                                                   int start,
                                                   int end,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
Returns an ordered range of all the password policies where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordPolicyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
companyId - the company ID
start - the lower bound of the range of password policies
end - the upper bound of the range of password policies (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching password policies
Throws:
SystemException - if a system exception occurred

findByCompanyId_First

public static PasswordPolicy findByCompanyId_First(long companyId,
                                                   OrderByComparator orderByComparator)
                                            throws NoSuchPasswordPolicyException,
                                                   SystemException
Returns the first password policy in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching password policy
Throws:
NoSuchPasswordPolicyException - if a matching password policy could not be found
SystemException - if a system exception occurred

fetchByCompanyId_First

public static PasswordPolicy fetchByCompanyId_First(long companyId,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException
Returns the first password policy in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching password policy, or null if a matching password policy could not be found
Throws:
SystemException - if a system exception occurred

findByCompanyId_Last

public static PasswordPolicy findByCompanyId_Last(long companyId,
                                                  OrderByComparator orderByComparator)
                                           throws NoSuchPasswordPolicyException,
                                                  SystemException
Returns the last password policy in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching password policy
Throws:
NoSuchPasswordPolicyException - if a matching password policy could not be found
SystemException - if a system exception occurred

fetchByCompanyId_Last

public static PasswordPolicy fetchByCompanyId_Last(long companyId,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
Returns the last password policy in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching password policy, or null if a matching password policy could not be found
Throws:
SystemException - if a system exception occurred

findByCompanyId_PrevAndNext

public static PasswordPolicy[] findByCompanyId_PrevAndNext(long passwordPolicyId,
                                                           long companyId,
                                                           OrderByComparator orderByComparator)
                                                    throws NoSuchPasswordPolicyException,
                                                           SystemException
Returns the password policies before and after the current password policy in the ordered set where companyId = ?.

Parameters:
passwordPolicyId - the primary key of the current password policy
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next password policy
Throws:
NoSuchPasswordPolicyException - if a password policy with the primary key could not be found
SystemException - if a system exception occurred

filterFindByCompanyId

public static List<PasswordPolicy> filterFindByCompanyId(long companyId)
                                                  throws SystemException
Returns all the password policies that the user has permission to view where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the matching password policies that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByCompanyId

public static List<PasswordPolicy> filterFindByCompanyId(long companyId,
                                                         int start,
                                                         int end)
                                                  throws SystemException
Returns a range of all the password policies that the user has permission to view where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordPolicyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
companyId - the company ID
start - the lower bound of the range of password policies
end - the upper bound of the range of password policies (not inclusive)
Returns:
the range of matching password policies that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByCompanyId

public static List<PasswordPolicy> filterFindByCompanyId(long companyId,
                                                         int start,
                                                         int end,
                                                         OrderByComparator orderByComparator)
                                                  throws SystemException
Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordPolicyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
companyId - the company ID
start - the lower bound of the range of password policies
end - the upper bound of the range of password policies (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching password policies that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByCompanyId_PrevAndNext

public static PasswordPolicy[] filterFindByCompanyId_PrevAndNext(long passwordPolicyId,
                                                                 long companyId,
                                                                 OrderByComparator orderByComparator)
                                                          throws NoSuchPasswordPolicyException,
                                                                 SystemException
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 = ?.

Parameters:
passwordPolicyId - the primary key of the current password policy
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next password policy
Throws:
NoSuchPasswordPolicyException - if a password policy with the primary key could not be found
SystemException - if a system exception occurred

removeByCompanyId

public static void removeByCompanyId(long companyId)
                              throws SystemException
Removes all the password policies where companyId = ? from the database.

Parameters:
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByCompanyId

public static int countByCompanyId(long companyId)
                            throws SystemException
Returns the number of password policies where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the number of matching password policies
Throws:
SystemException - if a system exception occurred

filterCountByCompanyId

public static int filterCountByCompanyId(long companyId)
                                  throws SystemException
Returns the number of password policies that the user has permission to view where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the number of matching password policies that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByC_DP

public static PasswordPolicy findByC_DP(long companyId,
                                        boolean defaultPolicy)
                                 throws NoSuchPasswordPolicyException,
                                        SystemException
Returns the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found.

Parameters:
companyId - the company ID
defaultPolicy - the default policy
Returns:
the matching password policy
Throws:
NoSuchPasswordPolicyException - if a matching password policy could not be found
SystemException - if a system exception occurred

fetchByC_DP

public static PasswordPolicy fetchByC_DP(long companyId,
                                         boolean defaultPolicy)
                                  throws SystemException
Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
companyId - the company ID
defaultPolicy - the default policy
Returns:
the matching password policy, or null if a matching password policy could not be found
Throws:
SystemException - if a system exception occurred

fetchByC_DP

public static PasswordPolicy fetchByC_DP(long companyId,
                                         boolean defaultPolicy,
                                         boolean retrieveFromCache)
                                  throws SystemException
Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
companyId - the company ID
defaultPolicy - the default policy
retrieveFromCache - whether to use the finder cache
Returns:
the matching password policy, or null if a matching password policy could not be found
Throws:
SystemException - if a system exception occurred

removeByC_DP

public static PasswordPolicy removeByC_DP(long companyId,
                                          boolean defaultPolicy)
                                   throws NoSuchPasswordPolicyException,
                                          SystemException
Removes the password policy where companyId = ? and defaultPolicy = ? from the database.

Parameters:
companyId - the company ID
defaultPolicy - the default policy
Returns:
the password policy that was removed
Throws:
SystemException - if a system exception occurred
NoSuchPasswordPolicyException

countByC_DP

public static int countByC_DP(long companyId,
                              boolean defaultPolicy)
                       throws SystemException
Returns the number of password policies where companyId = ? and defaultPolicy = ?.

Parameters:
companyId - the company ID
defaultPolicy - the default policy
Returns:
the number of matching password policies
Throws:
SystemException - if a system exception occurred

findByC_N

public static PasswordPolicy findByC_N(long companyId,
                                       String name)
                                throws NoSuchPasswordPolicyException,
                                       SystemException
Returns the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found.

Parameters:
companyId - the company ID
name - the name
Returns:
the matching password policy
Throws:
NoSuchPasswordPolicyException - if a matching password policy could not be found
SystemException - if a system exception occurred

fetchByC_N

public static PasswordPolicy fetchByC_N(long companyId,
                                        String name)
                                 throws SystemException
Returns the password policy where companyId = ? and name = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
companyId - the company ID
name - the name
Returns:
the matching password policy, or null if a matching password policy could not be found
Throws:
SystemException - if a system exception occurred

fetchByC_N

public static PasswordPolicy fetchByC_N(long companyId,
                                        String name,
                                        boolean retrieveFromCache)
                                 throws SystemException
Returns the password policy where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
companyId - the company ID
name - the name
retrieveFromCache - whether to use the finder cache
Returns:
the matching password policy, or null if a matching password policy could not be found
Throws:
SystemException - if a system exception occurred

removeByC_N

public static PasswordPolicy removeByC_N(long companyId,
                                         String name)
                                  throws NoSuchPasswordPolicyException,
                                         SystemException
Removes the password policy where companyId = ? and name = ? from the database.

Parameters:
companyId - the company ID
name - the name
Returns:
the password policy that was removed
Throws:
SystemException - if a system exception occurred
NoSuchPasswordPolicyException

countByC_N

public static int countByC_N(long companyId,
                             String name)
                      throws SystemException
Returns the number of password policies where companyId = ? and name = ?.

Parameters:
companyId - the company ID
name - the name
Returns:
the number of matching password policies
Throws:
SystemException - if a system exception occurred

cacheResult

public static void cacheResult(PasswordPolicy passwordPolicy)
Caches the password policy in the entity cache if it is enabled.

Parameters:
passwordPolicy - the password policy

cacheResult

public static void cacheResult(List<PasswordPolicy> passwordPolicies)
Caches the password policies in the entity cache if it is enabled.

Parameters:
passwordPolicies - the password policies

create

public static PasswordPolicy create(long passwordPolicyId)
Creates a new password policy with the primary key. Does not add the password policy to the database.

Parameters:
passwordPolicyId - the primary key for the new password policy
Returns:
the new password policy

remove

public static PasswordPolicy remove(long passwordPolicyId)
                             throws NoSuchPasswordPolicyException,
                                    SystemException
Removes the password policy with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
passwordPolicyId - the primary key of the password policy
Returns:
the password policy that was removed
Throws:
NoSuchPasswordPolicyException - if a password policy with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

public static PasswordPolicy updateImpl(PasswordPolicy passwordPolicy)
                                 throws SystemException
Throws:
SystemException

findByPrimaryKey

public static PasswordPolicy findByPrimaryKey(long passwordPolicyId)
                                       throws NoSuchPasswordPolicyException,
                                              SystemException
Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.

Parameters:
passwordPolicyId - the primary key of the password policy
Returns:
the password policy
Throws:
NoSuchPasswordPolicyException - if a password policy with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public static PasswordPolicy fetchByPrimaryKey(long passwordPolicyId)
                                        throws SystemException
Returns the password policy with the primary key or returns null if it could not be found.

Parameters:
passwordPolicyId - the primary key of the password policy
Returns:
the password policy, or null if a password policy with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findAll

public static List<PasswordPolicy> findAll()
                                    throws SystemException
Returns all the password policies.

Returns:
the password policies
Throws:
SystemException - if a system exception occurred

findAll

public static List<PasswordPolicy> findAll(int start,
                                           int end)
                                    throws SystemException
Returns a range of all the password policies.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordPolicyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of password policies
end - the upper bound of the range of password policies (not inclusive)
Returns:
the range of password policies
Throws:
SystemException - if a system exception occurred

findAll

public static List<PasswordPolicy> findAll(int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns an ordered range of all the password policies.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordPolicyModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of password policies
end - the upper bound of the range of password policies (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of password policies
Throws:
SystemException - if a system exception occurred

removeAll

public static void removeAll()
                      throws SystemException
Removes all the password policies from the database.

Throws:
SystemException - if a system exception occurred

countAll

public static int countAll()
                    throws SystemException
Returns the number of password policies.

Returns:
the number of password policies
Throws:
SystemException - if a system exception occurred

getPersistence

public static PasswordPolicyPersistence getPersistence()

setPersistence

public void setPersistence(PasswordPolicyPersistence persistence)
Deprecated. As of 6.2.0


Liferay 6.2-ce-ga5