Uses of Interface
com.liferay.portal.kernel.model.PasswordPolicy
Packages that use PasswordPolicy
Package
Description
This package defines the kernel exceptions.
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
This package defines the portal comparator classes.
-
Uses of PasswordPolicy in com.liferay.portal.kernel.exception
Fields in com.liferay.portal.kernel.exception declared as PasswordPolicyModifier and TypeFieldDescriptionfinal PasswordPolicyUserLockoutException.PasswordPolicyLockout.passwordPolicyConstructors in com.liferay.portal.kernel.exception with parameters of type PasswordPolicy -
Uses of PasswordPolicy in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement PasswordPolicyFields in com.liferay.portal.kernel.model with type parameters of type PasswordPolicyModifier and TypeFieldDescriptionstatic final Accessor<PasswordPolicy,Long> PasswordPolicy.PASSWORD_POLICY_ID_ACCESSORMethods in com.liferay.portal.kernel.model that return PasswordPolicyModifier and TypeMethodDescriptionPasswordPolicyModel.cloneWithOriginalValues()PasswordPolicyWrapper.cloneWithOriginalValues()User.getPasswordPolicy()UserWrapper.getPasswordPolicy()Methods in com.liferay.portal.kernel.model with parameters of type PasswordPolicyModifier and TypeMethodDescriptionUser.getUnlockDate(PasswordPolicy passwordPolicy) UserWrapper.getUnlockDate(PasswordPolicy passwordPolicy) protected PasswordPolicyWrapperPasswordPolicyWrapper.wrap(PasswordPolicy passwordPolicy) Constructors in com.liferay.portal.kernel.model with parameters of type PasswordPolicy -
Uses of PasswordPolicy in com.liferay.portal.kernel.security.pwd
Methods in com.liferay.portal.kernel.security.pwd with parameters of type PasswordPolicyModifier and TypeMethodDescriptionabstract StringBasicToolkit.generate(PasswordPolicy passwordPolicy) Toolkit.generate(PasswordPolicy passwordPolicy) ToolkitWrapper.generate(PasswordPolicy passwordPolicy) abstract voidBasicToolkit.validate(long userId, String password1, String password2, PasswordPolicy passwordPolicy) voidBasicToolkit.validate(String password1, String password2, PasswordPolicy passwordPolicy) voidToolkit.validate(long userId, String password1, String password2, PasswordPolicy passwordPolicy) voidToolkit.validate(String password1, String password2, PasswordPolicy passwordPolicy) voidToolkitWrapper.validate(long userId, String password1, String password2, PasswordPolicy passwordPolicy) voidToolkitWrapper.validate(String password1, String password2, PasswordPolicy passwordPolicy) -
Uses of PasswordPolicy in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return PasswordPolicyModifier and TypeMethodDescriptionPasswordPolicyLocalService.addPasswordPolicy(long userId, boolean defaultPolicy, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) PasswordPolicyLocalService.addPasswordPolicy(PasswordPolicy passwordPolicy) Adds the password policy to the database.static PasswordPolicyPasswordPolicyLocalServiceUtil.addPasswordPolicy(long userId, boolean defaultPolicy, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) static PasswordPolicyPasswordPolicyLocalServiceUtil.addPasswordPolicy(PasswordPolicy passwordPolicy) Adds the password policy to the database.PasswordPolicyLocalServiceWrapper.addPasswordPolicy(long userId, boolean defaultPolicy, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) PasswordPolicyLocalServiceWrapper.addPasswordPolicy(PasswordPolicy passwordPolicy) Adds the password policy to the database.PasswordPolicyService.addPasswordPolicy(String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) static PasswordPolicyPasswordPolicyServiceUtil.addPasswordPolicy(String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) PasswordPolicyServiceWrapper.addPasswordPolicy(String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) PasswordPolicyLocalService.createPasswordPolicy(long passwordPolicyId) Creates a new password policy with the primary key.static PasswordPolicyPasswordPolicyLocalServiceUtil.createPasswordPolicy(long passwordPolicyId) Creates a new password policy with the primary key.PasswordPolicyLocalServiceWrapper.createPasswordPolicy(long passwordPolicyId) Creates a new password policy with the primary key.PasswordPolicyLocalService.deletePasswordPolicy(long passwordPolicyId) Deletes the password policy with the primary key from the database.PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy) Deletes the password policy from the database.static PasswordPolicyPasswordPolicyLocalServiceUtil.deletePasswordPolicy(long passwordPolicyId) Deletes the password policy with the primary key from the database.static PasswordPolicyPasswordPolicyLocalServiceUtil.deletePasswordPolicy(PasswordPolicy passwordPolicy) Deletes the password policy from the database.PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(long passwordPolicyId) Deletes the password policy with the primary key from the database.PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(PasswordPolicy passwordPolicy) Deletes the password policy from the database.PasswordPolicyLocalService.fetchPasswordPolicy(long passwordPolicyId) PasswordPolicyLocalService.fetchPasswordPolicy(long companyId, String name) static PasswordPolicyPasswordPolicyLocalServiceUtil.fetchPasswordPolicy(long passwordPolicyId) static PasswordPolicyPasswordPolicyLocalServiceUtil.fetchPasswordPolicy(long companyId, String name) PasswordPolicyLocalServiceWrapper.fetchPasswordPolicy(long passwordPolicyId) PasswordPolicyLocalServiceWrapper.fetchPasswordPolicy(long companyId, String name) PasswordPolicyService.fetchPasswordPolicy(long passwordPolicyId) static PasswordPolicyPasswordPolicyServiceUtil.fetchPasswordPolicy(long passwordPolicyId) PasswordPolicyServiceWrapper.fetchPasswordPolicy(long passwordPolicyId) PasswordPolicyLocalService.fetchPasswordPolicyByUuidAndCompanyId(String uuid, long companyId) Returns the password policy with the matching UUID and company.static PasswordPolicyPasswordPolicyLocalServiceUtil.fetchPasswordPolicyByUuidAndCompanyId(String uuid, long companyId) Returns the password policy with the matching UUID and company.PasswordPolicyLocalServiceWrapper.fetchPasswordPolicyByUuidAndCompanyId(String uuid, long companyId) Returns the password policy with the matching UUID and company.PasswordPolicyLocalService.getDefaultPasswordPolicy(long companyId) static PasswordPolicyPasswordPolicyLocalServiceUtil.getDefaultPasswordPolicy(long companyId) PasswordPolicyLocalServiceWrapper.getDefaultPasswordPolicy(long companyId) PasswordPolicyLocalService.getPasswordPolicy(long passwordPolicyId) Returns the password policy with the primary key.PasswordPolicyLocalService.getPasswordPolicy(long companyId, boolean defaultPolicy) PasswordPolicyLocalService.getPasswordPolicy(long companyId, long[] organizationIds) static PasswordPolicyPasswordPolicyLocalServiceUtil.getPasswordPolicy(long passwordPolicyId) Returns the password policy with the primary key.static PasswordPolicyPasswordPolicyLocalServiceUtil.getPasswordPolicy(long companyId, boolean defaultPolicy) static PasswordPolicyPasswordPolicyLocalServiceUtil.getPasswordPolicy(long companyId, long[] organizationIds) PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long passwordPolicyId) Returns the password policy with the primary key.PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long companyId, boolean defaultPolicy) PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long companyId, long[] organizationIds) PasswordPolicyLocalService.getPasswordPolicyByUser(User user) static PasswordPolicyPasswordPolicyLocalServiceUtil.getPasswordPolicyByUser(User user) PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUser(User user) PasswordPolicyLocalService.getPasswordPolicyByUserId(long userId) static PasswordPolicyPasswordPolicyLocalServiceUtil.getPasswordPolicyByUserId(long userId) PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUserId(long userId) PasswordPolicyLocalService.getPasswordPolicyByUuidAndCompanyId(String uuid, long companyId) Returns the password policy with the matching UUID and company.static PasswordPolicyPasswordPolicyLocalServiceUtil.getPasswordPolicyByUuidAndCompanyId(String uuid, long companyId) Returns the password policy with the matching UUID and company.PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUuidAndCompanyId(String uuid, long companyId) Returns the password policy with the matching UUID and company.PasswordPolicyLocalService.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy) Updates the password policy in the database or adds it if it does not yet exist.static PasswordPolicyPasswordPolicyLocalServiceUtil.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) static PasswordPolicyPasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy) Updates the password policy in the database or adds it if it does not yet exist.PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy) Updates the password policy in the database or adds it if it does not yet exist.PasswordPolicyService.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) static PasswordPolicyPasswordPolicyServiceUtil.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) PasswordPolicyServiceWrapper.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) Methods in com.liferay.portal.kernel.service that return types with arguments of type PasswordPolicyModifier and TypeMethodDescriptionPasswordPolicyLocalService.getPasswordPolicies(int start, int end) Returns a range of all the password policies.static List<PasswordPolicy>PasswordPolicyLocalServiceUtil.getPasswordPolicies(int start, int end) Returns a range of all the password policies.PasswordPolicyLocalServiceWrapper.getPasswordPolicies(int start, int end) Returns a range of all the password policies.PasswordPolicyLocalService.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) static List<PasswordPolicy>PasswordPolicyLocalServiceUtil.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) PasswordPolicyLocalServiceWrapper.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) PasswordPolicyService.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) static List<PasswordPolicy>PasswordPolicyServiceUtil.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) PasswordPolicyServiceWrapper.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Methods in com.liferay.portal.kernel.service with parameters of type PasswordPolicyModifier and TypeMethodDescriptionPasswordPolicyLocalService.addPasswordPolicy(PasswordPolicy passwordPolicy) Adds the password policy to the database.static PasswordPolicyPasswordPolicyLocalServiceUtil.addPasswordPolicy(PasswordPolicy passwordPolicy) Adds the password policy to the database.PasswordPolicyLocalServiceWrapper.addPasswordPolicy(PasswordPolicy passwordPolicy) Adds the password policy to the database.PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy) Deletes the password policy from the database.static PasswordPolicyPasswordPolicyLocalServiceUtil.deletePasswordPolicy(PasswordPolicy passwordPolicy) Deletes the password policy from the database.PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(PasswordPolicy passwordPolicy) Deletes the password policy from the database.PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy) Updates the password policy in the database or adds it if it does not yet exist.static PasswordPolicyPasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy) Updates the password policy in the database or adds it if it does not yet exist.PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy) Updates the password policy in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type PasswordPolicyModifier and TypeMethodDescriptionPasswordPolicyLocalService.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) static List<PasswordPolicy>PasswordPolicyLocalServiceUtil.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) PasswordPolicyLocalServiceWrapper.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) PasswordPolicyService.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) static List<PasswordPolicy>PasswordPolicyServiceUtil.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) PasswordPolicyServiceWrapper.search(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) -
Uses of PasswordPolicy in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return PasswordPolicyModifier and TypeMethodDescriptionPasswordPolicyPersistence.create(long passwordPolicyId) Creates a new password policy with the primary key.static PasswordPolicyPasswordPolicyUtil.create(long passwordPolicyId) Creates a new password policy with the primary key.PasswordPolicyPersistence.fetchByC_DP(long companyId, boolean defaultPolicy) Returns the password policy where companyId = ? and defaultPolicy = ? or returnsnullif it could not be found.PasswordPolicyPersistence.fetchByC_DP(long companyId, boolean defaultPolicy, boolean useFinderCache) Returns the password policy where companyId = ? and defaultPolicy = ? or returnsnullif it could not be found, optionally using the finder cache.static PasswordPolicyPasswordPolicyUtil.fetchByC_DP(long companyId, boolean defaultPolicy) Returns the password policy where companyId = ? and defaultPolicy = ? or returnsnullif it could not be found.static PasswordPolicyPasswordPolicyUtil.fetchByC_DP(long companyId, boolean defaultPolicy, boolean useFinderCache) Returns the password policy where companyId = ? and defaultPolicy = ? or returnsnullif it could not be found, optionally using the finder cache.PasswordPolicyPersistence.fetchByC_N(long companyId, String name) Returns the password policy where companyId = ? and name = ? or returnsnullif it could not be found.PasswordPolicyPersistence.fetchByC_N(long companyId, String name, boolean useFinderCache) Returns the password policy where companyId = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.static PasswordPolicyPasswordPolicyUtil.fetchByC_N(long companyId, String name) Returns the password policy where companyId = ? and name = ? or returnsnullif it could not be found.static PasswordPolicyPasswordPolicyUtil.fetchByC_N(long companyId, String name, boolean useFinderCache) Returns the password policy where companyId = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.PasswordPolicyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where companyId = ?.static PasswordPolicyPasswordPolicyUtil.fetchByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where companyId = ?.PasswordPolicyPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where companyId = ?.static PasswordPolicyPasswordPolicyUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where companyId = ?.PasswordPolicyPersistence.fetchByPrimaryKey(long passwordPolicyId) Returns the password policy with the primary key or returnsnullif it could not be found.static PasswordPolicyPasswordPolicyUtil.fetchByPrimaryKey(long passwordPolicyId) Returns the password policy with the primary key or returnsnullif it could not be found.PasswordPolicyPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ? and companyId = ?.static PasswordPolicyPasswordPolicyUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ? and companyId = ?.static PasswordPolicyPasswordPolicyUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.fetchByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ?.static PasswordPolicyPasswordPolicyUtil.fetchByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ?.PasswordPolicyPersistence.fetchByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ?.static PasswordPolicyPasswordPolicyUtil.fetchByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ?.PasswordPolicyPersistence.filterFindByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> 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 = ?.PasswordPolicyPersistence.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> 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 = ?.PasswordPolicyPersistence.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> 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 = ?.PasswordPolicyPersistence.findByC_DP(long companyId, boolean defaultPolicy) Returns the password policy where companyId = ? and defaultPolicy = ? or throws aNoSuchPasswordPolicyExceptionif it could not be found.static PasswordPolicyPasswordPolicyUtil.findByC_DP(long companyId, boolean defaultPolicy) Returns the password policy where companyId = ? and defaultPolicy = ? or throws aNoSuchPasswordPolicyExceptionif it could not be found.Returns the password policy where companyId = ? and name = ? or throws aNoSuchPasswordPolicyExceptionif it could not be found.static PasswordPolicyReturns the password policy where companyId = ? and name = ? or throws aNoSuchPasswordPolicyExceptionif it could not be found.PasswordPolicyPersistence.findByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where companyId = ?.static PasswordPolicyPasswordPolicyUtil.findByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where companyId = ?.PasswordPolicyPersistence.findByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where companyId = ?.static PasswordPolicyPasswordPolicyUtil.findByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where companyId = ?.PasswordPolicyPersistence.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set where companyId = ?.PasswordPolicyPersistence.findByPrimaryKey(long passwordPolicyId) Returns the password policy with the primary key or throws aNoSuchPasswordPolicyExceptionif it could not be found.static PasswordPolicyPasswordPolicyUtil.findByPrimaryKey(long passwordPolicyId) Returns the password policy with the primary key or throws aNoSuchPasswordPolicyExceptionif it could not be found.PasswordPolicyPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ? and companyId = ?.static PasswordPolicyPasswordPolicyUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ? and companyId = ?.static PasswordPolicyPasswordPolicyUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ?.static PasswordPolicyPasswordPolicyUtil.findByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ?.PasswordPolicyPersistence.findByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ?.static PasswordPolicyPasswordPolicyUtil.findByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ?.PasswordPolicyPersistence.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set where uuid = ?.PasswordPolicyPersistence.remove(long passwordPolicyId) Removes the password policy with the primary key from the database.static PasswordPolicyPasswordPolicyUtil.remove(long passwordPolicyId) Removes the password policy with the primary key from the database.PasswordPolicyPersistence.removeByC_DP(long companyId, boolean defaultPolicy) Removes the password policy where companyId = ? and defaultPolicy = ? from the database.static PasswordPolicyPasswordPolicyUtil.removeByC_DP(long companyId, boolean defaultPolicy) Removes the password policy where companyId = ? and defaultPolicy = ? from the database.PasswordPolicyPersistence.removeByC_N(long companyId, String name) Removes the password policy where companyId = ? and name = ? from the database.static PasswordPolicyPasswordPolicyUtil.removeByC_N(long companyId, String name) Removes the password policy where companyId = ? and name = ? from the database.static PasswordPolicyPasswordPolicyUtil.update(PasswordPolicy passwordPolicy) static PasswordPolicyPasswordPolicyUtil.update(PasswordPolicy passwordPolicy, ServiceContext serviceContext) PasswordPolicyPersistence.updateImpl(PasswordPolicy passwordPolicy) static PasswordPolicyPasswordPolicyUtil.updateImpl(PasswordPolicy passwordPolicy) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type PasswordPolicyModifier and TypeMethodDescriptionstatic Map<Serializable,PasswordPolicy> PasswordPolicyUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) PasswordPolicyFinder.filterFindByC_N(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) static List<PasswordPolicy>PasswordPolicyFinderUtil.filterFindByC_N(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) PasswordPolicyPersistence.filterFindByCompanyId(long companyId) Returns all the password policies that the user has permission to view where companyId = ?.PasswordPolicyPersistence.filterFindByCompanyId(long companyId, int start, int end) Returns a range of all the password policies that the user has permission to view where companyId = ?.PasswordPolicyPersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.filterFindByCompanyId(long companyId) Returns all the password policies that the user has permission to view where companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.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>PasswordPolicyUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.PasswordPolicyPersistence.filterFindByUuid(String uuid) Returns all the password policies that the user has permission to view where uuid = ?.PasswordPolicyPersistence.filterFindByUuid(String uuid, int start, int end) Returns a range of all the password policies that the user has permission to view where uuid = ?.PasswordPolicyPersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.static List<PasswordPolicy>PasswordPolicyUtil.filterFindByUuid(String uuid) Returns all the password policies that the user has permission to view where uuid = ?.static List<PasswordPolicy>PasswordPolicyUtil.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>PasswordPolicyUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.PasswordPolicyPersistence.filterFindByUuid_C(String uuid, long companyId) Returns all the password policies that the user has permission to view where uuid = ? and companyId = ?.PasswordPolicyPersistence.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 = ?.PasswordPolicyPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.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>PasswordPolicyUtil.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>PasswordPolicyUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.PasswordPolicyPersistence.findAll()Returns all the password policies.PasswordPolicyPersistence.findAll(int start, int end) Returns a range of all the password policies.PasswordPolicyPersistence.findAll(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies.PasswordPolicyPersistence.findAll(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies.static List<PasswordPolicy>PasswordPolicyUtil.findAll()Returns all the password policies.static List<PasswordPolicy>PasswordPolicyUtil.findAll(int start, int end) Returns a range of all the password policies.static List<PasswordPolicy>PasswordPolicyUtil.findAll(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies.static List<PasswordPolicy>PasswordPolicyUtil.findAll(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies.PasswordPolicyFinder.findByC_N(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) static List<PasswordPolicy>PasswordPolicyFinderUtil.findByC_N(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) PasswordPolicyPersistence.findByCompanyId(long companyId) Returns all the password policies where companyId = ?.PasswordPolicyPersistence.findByCompanyId(long companyId, int start, int end) Returns a range of all the password policies where companyId = ?.PasswordPolicyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where companyId = ?.PasswordPolicyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByCompanyId(long companyId) Returns all the password policies where companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByCompanyId(long companyId, int start, int end) Returns a range of all the password policies where companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where companyId = ?.PasswordPolicyPersistence.findByUuid(String uuid) Returns all the password policies where uuid = ?.PasswordPolicyPersistence.findByUuid(String uuid, int start, int end) Returns a range of all the password policies where uuid = ?.PasswordPolicyPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where uuid = ?.PasswordPolicyPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where uuid = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByUuid(String uuid) Returns all the password policies where uuid = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByUuid(String uuid, int start, int end) Returns a range of all the password policies where uuid = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where uuid = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where uuid = ?.PasswordPolicyPersistence.findByUuid_C(String uuid, long companyId) Returns all the password policies where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the password policies where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where uuid = ? and companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByUuid_C(String uuid, long companyId) Returns all the password policies where uuid = ? and companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.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>PasswordPolicyUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where uuid = ? and companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where uuid = ? and companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) static List<PasswordPolicy>PasswordPolicyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) static List<PasswordPolicy>PasswordPolicyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type PasswordPolicyModifier and TypeMethodDescriptionvoidPasswordPolicyPersistence.cacheResult(PasswordPolicy passwordPolicy) Caches the password policy in the entity cache if it is enabled.static voidPasswordPolicyUtil.cacheResult(PasswordPolicy passwordPolicy) Caches the password policy in the entity cache if it is enabled.static voidPasswordPolicyUtil.clearCache(PasswordPolicy passwordPolicy) static PasswordPolicyPasswordPolicyUtil.update(PasswordPolicy passwordPolicy) static PasswordPolicyPasswordPolicyUtil.update(PasswordPolicy passwordPolicy, ServiceContext serviceContext) PasswordPolicyPersistence.updateImpl(PasswordPolicy passwordPolicy) static PasswordPolicyPasswordPolicyUtil.updateImpl(PasswordPolicy passwordPolicy) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type PasswordPolicyModifier and TypeMethodDescriptionvoidPasswordPolicyPersistence.cacheResult(List<PasswordPolicy> passwordPolicies) Caches the password policies in the entity cache if it is enabled.static voidPasswordPolicyUtil.cacheResult(List<PasswordPolicy> passwordPolicies) Caches the password policies in the entity cache if it is enabled.PasswordPolicyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where companyId = ?.static PasswordPolicyPasswordPolicyUtil.fetchByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where companyId = ?.PasswordPolicyPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where companyId = ?.static PasswordPolicyPasswordPolicyUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where companyId = ?.PasswordPolicyPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ? and companyId = ?.static PasswordPolicyPasswordPolicyUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ? and companyId = ?.static PasswordPolicyPasswordPolicyUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.fetchByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ?.static PasswordPolicyPasswordPolicyUtil.fetchByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ?.PasswordPolicyPersistence.fetchByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ?.static PasswordPolicyPasswordPolicyUtil.fetchByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ?.PasswordPolicyFinder.filterFindByC_N(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) static List<PasswordPolicy>PasswordPolicyFinderUtil.filterFindByC_N(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) PasswordPolicyPersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.PasswordPolicyPersistence.filterFindByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> 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 = ?.PasswordPolicyPersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.static List<PasswordPolicy>PasswordPolicyUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.PasswordPolicyPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.PasswordPolicyPersistence.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> 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 = ?.PasswordPolicyPersistence.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> 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 = ?.PasswordPolicyPersistence.findAll(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies.PasswordPolicyPersistence.findAll(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies.static List<PasswordPolicy>PasswordPolicyUtil.findAll(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies.static List<PasswordPolicy>PasswordPolicyUtil.findAll(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies.PasswordPolicyFinder.findByC_N(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) static List<PasswordPolicy>PasswordPolicyFinderUtil.findByC_N(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) PasswordPolicyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where companyId = ?.PasswordPolicyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where companyId = ?.PasswordPolicyPersistence.findByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where companyId = ?.static PasswordPolicyPasswordPolicyUtil.findByCompanyId_First(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where companyId = ?.PasswordPolicyPersistence.findByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where companyId = ?.static PasswordPolicyPasswordPolicyUtil.findByCompanyId_Last(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where companyId = ?.PasswordPolicyPersistence.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set where companyId = ?.PasswordPolicyPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where uuid = ?.PasswordPolicyPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where uuid = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where uuid = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByUuid(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where uuid = ?.PasswordPolicyPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where uuid = ? and companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where uuid = ? and companyId = ?.static List<PasswordPolicy>PasswordPolicyUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ? and companyId = ?.static PasswordPolicyPasswordPolicyUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ? and companyId = ?.static PasswordPolicyPasswordPolicyUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ?.static PasswordPolicyPasswordPolicyUtil.findByUuid_First(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ?.PasswordPolicyPersistence.findByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ?.static PasswordPolicyPasswordPolicyUtil.findByUuid_Last(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ?.PasswordPolicyPersistence.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator<PasswordPolicy> 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<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set where uuid = ?.static List<PasswordPolicy>PasswordPolicyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) -
Uses of PasswordPolicy in com.liferay.portal.kernel.util.comparator
Methods in com.liferay.portal.kernel.util.comparator with parameters of type PasswordPolicyModifier and TypeMethodDescriptionintPasswordPolicyDescriptionComparator.compare(PasswordPolicy passwordPolicy1, PasswordPolicy passwordPolicy2) intPasswordPolicyNameComparator.compare(PasswordPolicy passwordPolicy1, PasswordPolicy passwordPolicy2)