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 PasswordPolicy
UserLockoutException.PasswordPolicyLockout.passwordPolicy
Constructors 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_ACCESSOR
Methods 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 PasswordPolicyWrapper
PasswordPolicyWrapper.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 String
BasicToolkit.generate
(PasswordPolicy passwordPolicy) Toolkit.generate
(PasswordPolicy passwordPolicy) ToolkitWrapper.generate
(PasswordPolicy passwordPolicy) abstract void
BasicToolkit.validate
(long userId, String password1, String password2, PasswordPolicy passwordPolicy) void
BasicToolkit.validate
(String password1, String password2, PasswordPolicy passwordPolicy) void
Toolkit.validate
(long userId, String password1, String password2, PasswordPolicy passwordPolicy) void
Toolkit.validate
(String password1, String password2, PasswordPolicy passwordPolicy) void
ToolkitWrapper.validate
(long userId, String password1, String password2, PasswordPolicy passwordPolicy) void
ToolkitWrapper.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.deletePasswordPolicy
(long passwordPolicyId) Deletes the password policy with the primary key from the database.static PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.fetchPasswordPolicy
(long passwordPolicyId) static PasswordPolicy
PasswordPolicyLocalServiceUtil.fetchPasswordPolicy
(long companyId, String name) PasswordPolicyLocalServiceWrapper.fetchPasswordPolicy
(long passwordPolicyId) PasswordPolicyLocalServiceWrapper.fetchPasswordPolicy
(long companyId, String name) PasswordPolicyService.fetchPasswordPolicy
(long passwordPolicyId) static PasswordPolicy
PasswordPolicyServiceUtil.fetchPasswordPolicy
(long passwordPolicyId) PasswordPolicyServiceWrapper.fetchPasswordPolicy
(long passwordPolicyId) PasswordPolicyLocalService.fetchPasswordPolicyByUuidAndCompanyId
(String uuid, long companyId) Returns the password policy with the matching UUID and company.static PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.getPasswordPolicy
(long passwordPolicyId) Returns the password policy with the primary key.static PasswordPolicy
PasswordPolicyLocalServiceUtil.getPasswordPolicy
(long companyId, boolean defaultPolicy) static PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.getPasswordPolicyByUser
(User user) PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUser
(User user) PasswordPolicyLocalService.getPasswordPolicyByUserId
(long userId) static PasswordPolicy
PasswordPolicyLocalServiceUtil.getPasswordPolicyByUserId
(long userId) PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUserId
(long userId) PasswordPolicyLocalService.getPasswordPolicyByUuidAndCompanyId
(String uuid, long companyId) Returns the password policy with the matching UUID and company.static PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyUtil.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 returnsnull
if it could not be found.PasswordPolicyPersistence.fetchByC_DP
(long companyId, boolean defaultPolicy, boolean useFinderCache) Returns the password policy where companyId = ? and defaultPolicy = ? or returnsnull
if it could not be found, optionally using the finder cache.static PasswordPolicy
PasswordPolicyUtil.fetchByC_DP
(long companyId, boolean defaultPolicy) Returns the password policy where companyId = ? and defaultPolicy = ? or returnsnull
if it could not be found.static PasswordPolicy
PasswordPolicyUtil.fetchByC_DP
(long companyId, boolean defaultPolicy, boolean useFinderCache) Returns the password policy where companyId = ? and defaultPolicy = ? or returnsnull
if 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 returnsnull
if it could not be found.PasswordPolicyPersistence.fetchByC_N
(long companyId, String name, boolean useFinderCache) Returns the password policy where companyId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.static PasswordPolicy
PasswordPolicyUtil.fetchByC_N
(long companyId, String name) Returns the password policy where companyId = ? and name = ? or returnsnull
if it could not be found.static PasswordPolicy
PasswordPolicyUtil.fetchByC_N
(long companyId, String name, boolean useFinderCache) Returns the password policy where companyId = ? and name = ? or returnsnull
if 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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 returnsnull
if it could not be found.static PasswordPolicy
PasswordPolicyUtil.fetchByPrimaryKey
(long passwordPolicyId) Returns the password policy with the primary key or returnsnull
if 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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 aNoSuchPasswordPolicyException
if it could not be found.static PasswordPolicy
PasswordPolicyUtil.findByC_DP
(long companyId, boolean defaultPolicy) Returns the password policy where companyId = ? and defaultPolicy = ? or throws aNoSuchPasswordPolicyException
if it could not be found.Returns the password policy where companyId = ? and name = ? or throws aNoSuchPasswordPolicyException
if it could not be found.static PasswordPolicy
Returns the password policy where companyId = ? and name = ? or throws aNoSuchPasswordPolicyException
if 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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 aNoSuchPasswordPolicyException
if it could not be found.static PasswordPolicy
PasswordPolicyUtil.findByPrimaryKey
(long passwordPolicyId) Returns the password policy with the primary key or throws aNoSuchPasswordPolicyException
if 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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.removeByC_N
(long companyId, String name) Removes the password policy where companyId = ? and name = ? from the database.static PasswordPolicy
PasswordPolicyUtil.update
(PasswordPolicy passwordPolicy) static PasswordPolicy
PasswordPolicyUtil.update
(PasswordPolicy passwordPolicy, ServiceContext serviceContext) PasswordPolicyPersistence.updateImpl
(PasswordPolicy passwordPolicy) static PasswordPolicy
PasswordPolicyUtil.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 TypeMethodDescriptionvoid
PasswordPolicyPersistence.cacheResult
(PasswordPolicy passwordPolicy) Caches the password policy in the entity cache if it is enabled.static void
PasswordPolicyUtil.cacheResult
(PasswordPolicy passwordPolicy) Caches the password policy in the entity cache if it is enabled.static void
PasswordPolicyUtil.clearCache
(PasswordPolicy passwordPolicy) static PasswordPolicy
PasswordPolicyUtil.update
(PasswordPolicy passwordPolicy) static PasswordPolicy
PasswordPolicyUtil.update
(PasswordPolicy passwordPolicy, ServiceContext serviceContext) PasswordPolicyPersistence.updateImpl
(PasswordPolicy passwordPolicy) static PasswordPolicy
PasswordPolicyUtil.updateImpl
(PasswordPolicy passwordPolicy) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type PasswordPolicyModifier and TypeMethodDescriptionvoid
PasswordPolicyPersistence.cacheResult
(List<PasswordPolicy> passwordPolicies) Caches the password policies in the entity cache if it is enabled.static void
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 PasswordPolicy
PasswordPolicyUtil.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 TypeMethodDescriptionint
PasswordPolicyDescriptionComparator.compare
(PasswordPolicy passwordPolicy1, PasswordPolicy passwordPolicy2) int
PasswordPolicyNameComparator.compare
(PasswordPolicy passwordPolicy1, PasswordPolicy passwordPolicy2)