Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.model.PasswordPolicy

Packages that use PasswordPolicy
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.security.pwd   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of PasswordPolicy in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement PasswordPolicy
 class PasswordPolicyWrapper
           This class is a wrapper for PasswordPolicy.
 

Methods in com.liferay.portal.model that return PasswordPolicy
 PasswordPolicy User.getPasswordPolicy()
           
 PasswordPolicy UserWrapper.getPasswordPolicy()
           
 PasswordPolicy PasswordPolicyWrapper.getWrappedModel()
           
 PasswordPolicy PasswordPolicyWrapper.getWrappedPasswordPolicy()
          Deprecated. As of 6.1.0, replaced by PasswordPolicyWrapper.getWrappedModel()
 PasswordPolicy PasswordPolicyWrapper.toEscapedModel()
           
 PasswordPolicy PasswordPolicyModel.toEscapedModel()
           
 PasswordPolicy PasswordPolicyWrapper.toUnescapedModel()
           
 PasswordPolicy PasswordPolicyModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type PasswordPolicy
 CacheModel<PasswordPolicy> PasswordPolicyWrapper.toCacheModel()
           
 CacheModel<PasswordPolicy> PasswordPolicyModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type PasswordPolicy
 int PasswordPolicyWrapper.compareTo(PasswordPolicy passwordPolicy)
           
 int PasswordPolicyModel.compareTo(PasswordPolicy passwordPolicy)
           
static PasswordPolicySoap PasswordPolicySoap.toSoapModel(PasswordPolicy model)
           
static PasswordPolicySoap[] PasswordPolicySoap.toSoapModels(PasswordPolicy[] models)
           
static PasswordPolicySoap[][] PasswordPolicySoap.toSoapModels(PasswordPolicy[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type PasswordPolicy
static PasswordPolicySoap[] PasswordPolicySoap.toSoapModels(List<PasswordPolicy> models)
           
 

Constructors in com.liferay.portal.model with parameters of type PasswordPolicy
PasswordPolicyWrapper(PasswordPolicy passwordPolicy)
           
 

Uses of PasswordPolicy in com.liferay.portal.security.pwd
 

Methods in com.liferay.portal.security.pwd with parameters of type PasswordPolicy
 String ToolkitWrapper.generate(PasswordPolicy passwordPolicy)
           
abstract  String BasicToolkit.generate(PasswordPolicy passwordPolicy)
           
 String Toolkit.generate(PasswordPolicy passwordPolicy)
           
 void ToolkitWrapper.validate(long userId, String password1, String password2, PasswordPolicy passwordPolicy)
           
abstract  void BasicToolkit.validate(long userId, String password1, String password2, PasswordPolicy passwordPolicy)
           
 void Toolkit.validate(long userId, String password1, String password2, PasswordPolicy passwordPolicy)
           
 void ToolkitWrapper.validate(String password1, String password2, PasswordPolicy passwordPolicy)
           
 void BasicToolkit.validate(String password1, String password2, PasswordPolicy passwordPolicy)
           
 void Toolkit.validate(String password1, String password2, PasswordPolicy passwordPolicy)
           
 

Uses of PasswordPolicy in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PasswordPolicy
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, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
          Deprecated. As of 6.2.0, replaced by PasswordPolicyLocalServiceUtil.addPasswordPolicy(long, boolean, String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)
 PasswordPolicy 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, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
          Deprecated. As of 6.2.0, replaced by PasswordPolicyLocalServiceWrapper.addPasswordPolicy(long, boolean, String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)
 PasswordPolicy PasswordPolicyLocalService.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, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
          Deprecated. As of 6.2.0, replaced by PasswordPolicyLocalService.addPasswordPolicy(long, boolean, String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)
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)
           
 PasswordPolicy 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)
           
 PasswordPolicy PasswordPolicyLocalService.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.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicy PasswordPolicyLocalService.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicy 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, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
          Deprecated. As of 6.2.0, replaced by PasswordPolicyService.addPasswordPolicy(String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, 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, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
          Deprecated. As of 6.2.0, replaced by PasswordPolicyServiceUtil.addPasswordPolicy(String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)
 PasswordPolicy 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, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
          Deprecated. As of 6.2.0, replaced by PasswordPolicyServiceWrapper.addPasswordPolicy(String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)
 PasswordPolicy 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)
           
 PasswordPolicy 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)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.createPasswordPolicy(long passwordPolicyId)
          Creates a new password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.createPasswordPolicy(long passwordPolicyId)
          Creates a new password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalService.createPasswordPolicy(long passwordPolicyId)
          Creates a new password policy with the primary key.
static PasswordPolicy PasswordPolicyLocalServiceUtil.deletePasswordPolicy(long passwordPolicyId)
          Deletes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(long passwordPolicyId)
          Deletes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyLocalService.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.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicy PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
static PasswordPolicy PasswordPolicyLocalServiceUtil.fetchPasswordPolicy(long passwordPolicyId)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.fetchPasswordPolicy(long passwordPolicyId)
           
 PasswordPolicy PasswordPolicyLocalService.fetchPasswordPolicy(long passwordPolicyId)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.fetchPasswordPolicy(long companyId, String name)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.fetchPasswordPolicy(long companyId, String name)
           
 PasswordPolicy PasswordPolicyLocalService.fetchPasswordPolicy(long companyId, String name)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.fetchPasswordPolicyByUuidAndCompanyId(String uuid, long companyId)
          Returns the password policy with the matching UUID and company.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.fetchPasswordPolicyByUuidAndCompanyId(String uuid, long companyId)
          Returns the password policy with the matching UUID and company.
 PasswordPolicy PasswordPolicyLocalService.fetchPasswordPolicyByUuidAndCompanyId(String uuid, long companyId)
          Returns the password policy with the matching UUID and company.
static PasswordPolicy PasswordPolicyLocalServiceUtil.getDefaultPasswordPolicy(long companyId)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getDefaultPasswordPolicy(long companyId)
           
 PasswordPolicy PasswordPolicyLocalService.getDefaultPasswordPolicy(long companyId)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicy(long passwordPolicyId)
          Returns the password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long passwordPolicyId)
          Returns the password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicy(long passwordPolicyId)
          Returns the password policy with the primary key.
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicy(long companyId, long[] organizationIds)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long companyId, long[] organizationIds)
           
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicy(long companyId, long[] organizationIds)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicy(long companyId, long organizationId, long locationId)
          Deprecated. As of 6.1.0
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long companyId, long organizationId, long locationId)
          Deprecated. As of 6.1.0
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicy(long companyId, long organizationId, long locationId)
          Deprecated. As of 6.1.0
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicyByUserId(long userId)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUserId(long userId)
           
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicyByUserId(long userId)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicyByUuidAndCompanyId(String uuid, long companyId)
          Returns the password policy with the matching UUID and company.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUuidAndCompanyId(String uuid, long companyId)
          Returns the password policy with the matching UUID and company.
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicyByUuidAndCompanyId(String uuid, long companyId)
          Returns the password policy with the matching UUID and company.
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, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
          Deprecated. As of 6.2.0, replaced by PasswordPolicyLocalServiceUtil.updatePasswordPolicy(long, String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)
 PasswordPolicy 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, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
          Deprecated. As of 6.2.0, replaced by PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(long, String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)
 PasswordPolicy 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, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
          Deprecated. As of 6.2.0, replaced by PasswordPolicyService.updatePasswordPolicy(long, String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, 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, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
          Deprecated. As of 6.2.0, replaced by PasswordPolicyServiceUtil.updatePasswordPolicy(long, String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)
 PasswordPolicy 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, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
          Deprecated. As of 6.2.0, replaced by PasswordPolicyServiceWrapper.updatePasswordPolicy(long, String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)
 PasswordPolicy 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, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
          Deprecated. As of 6.2.0, replaced by PasswordPolicyLocalService.updatePasswordPolicy(long, String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)
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)
           
 PasswordPolicy 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)
           
 PasswordPolicy 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)
           
 PasswordPolicy 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)
           
 PasswordPolicy 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)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type PasswordPolicy
static List<PasswordPolicy> PasswordPolicyLocalServiceUtil.getPasswordPolicies(int start, int end)
          Returns a range of all the password policies.
 List<PasswordPolicy> PasswordPolicyLocalServiceWrapper.getPasswordPolicies(int start, int end)
          Returns a range of all the password policies.
 List<PasswordPolicy> PasswordPolicyLocalService.getPasswordPolicies(int start, int end)
          Returns a range of all the password policies.
static List<PasswordPolicy> PasswordPolicyLocalServiceUtil.search(long companyId, String name, int start, int end, OrderByComparator obc)
           
 List<PasswordPolicy> PasswordPolicyLocalServiceWrapper.search(long companyId, String name, int start, int end, OrderByComparator obc)
           
 List<PasswordPolicy> PasswordPolicyLocalService.search(long companyId, String name, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portal.service with parameters of type PasswordPolicy
static PasswordPolicy PasswordPolicyLocalServiceUtil.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicy PasswordPolicyLocalService.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
static PasswordPolicy PasswordPolicyLocalServiceUtil.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicy PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
static PasswordPolicy PasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.persistence that return PasswordPolicy
 PasswordPolicy PasswordPolicyPersistence.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.
 PasswordPolicy PasswordPolicyPersistence.fetchByC_DP(long companyId, boolean defaultPolicy)
          Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found.
static PasswordPolicy PasswordPolicyUtil.fetchByC_DP(long companyId, boolean defaultPolicy)
          Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.fetchByC_DP(long companyId, boolean defaultPolicy, boolean retrieveFromCache)
          Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found, optionally using the finder cache.
static PasswordPolicy PasswordPolicyUtil.fetchByC_DP(long companyId, boolean defaultPolicy, boolean retrieveFromCache)
          Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found, optionally using the finder cache.
 PasswordPolicy PasswordPolicyPersistence.fetchByC_N(long companyId, String name)
          Returns the password policy where companyId = ? and name = ? or returns null if it could not be found.
static PasswordPolicy PasswordPolicyUtil.fetchByC_N(long companyId, String name)
          Returns the password policy where companyId = ? and name = ? or returns null if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Returns the password policy where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static PasswordPolicy PasswordPolicyUtil.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Returns the password policy where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 PasswordPolicy PasswordPolicyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or returns null if it could not be found.
static PasswordPolicy PasswordPolicyUtil.fetchByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or returns null if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
 PasswordPolicy[] PasswordPolicyPersistence.filterFindByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.filterFindByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?.
static PasswordPolicy[] PasswordPolicyUtil.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?.
 PasswordPolicy PasswordPolicyPersistence.findByC_DP(long companyId, boolean defaultPolicy)
          Returns the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found.
static PasswordPolicy PasswordPolicyUtil.findByC_DP(long companyId, boolean defaultPolicy)
          Returns the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.findByC_N(long companyId, String name)
          Returns the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found.
static PasswordPolicy PasswordPolicyUtil.findByC_N(long companyId, String name)
          Returns the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
static PasswordPolicy PasswordPolicyUtil.findByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
 PasswordPolicy[] PasswordPolicyPersistence.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ?.
static PasswordPolicy[] PasswordPolicyUtil.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistence.remove(long passwordPolicyId)
          Removes the password policy with the primary key from the database.
static PasswordPolicy PasswordPolicyUtil.remove(long passwordPolicyId)
          Removes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyPersistence.removeByC_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
static PasswordPolicy PasswordPolicyUtil.removeByC_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
 PasswordPolicy 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)
           
 PasswordPolicy PasswordPolicyPersistence.updateImpl(PasswordPolicy passwordPolicy)
           
static PasswordPolicy PasswordPolicyUtil.updateImpl(PasswordPolicy passwordPolicy)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type PasswordPolicy
 List<PasswordPolicy> PasswordPolicyPersistence.filterFindByCompanyId(long companyId)
          Returns all the password policies that the user has permission 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 = ?.
 List<PasswordPolicy> 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 = ?.
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 = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.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)
          Returns all the password policies that the user has permission to view where uuid = ? and companyId = ?.
 List<PasswordPolicy> 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 = ?.
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 = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.filterFindByUuid(String uuid)
          Returns all the password policies that the user has permission 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 = ?.
 List<PasswordPolicy> 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 = ?.
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 = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.
static List<PasswordPolicy> PasswordPolicyUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.findAll()
          Returns all the password policies.
static List<PasswordPolicy> PasswordPolicyUtil.findAll()
          Returns all the password policies.
 List<PasswordPolicy> PasswordPolicyPersistence.findAll(int start, int end)
          Returns a range of all the password policies.
static List<PasswordPolicy> PasswordPolicyUtil.findAll(int start, int end)
          Returns a range of all the password policies.
 List<PasswordPolicy> PasswordPolicyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies.
static List<PasswordPolicy> PasswordPolicyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies.
 List<PasswordPolicy> PasswordPolicyFinder.findByC_N(long companyId, String name, int start, int end, OrderByComparator obc)
           
static List<PasswordPolicy> PasswordPolicyFinderUtil.findByC_N(long companyId, String name, int start, int end, OrderByComparator obc)
           
 List<PasswordPolicy> PasswordPolicyPersistence.findByCompanyId(long companyId)
          Returns all the password policies where companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByCompanyId(long companyId)
          Returns all the password policies where companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.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)
          Returns a range of all the password policies where companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.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)
          Returns all the password policies where uuid = ? and companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.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)
          Returns a range of all the password policies where uuid = ? and companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where uuid = ? and companyId = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where uuid = ? and companyId = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.findByUuid(String uuid)
          Returns all the password policies where uuid = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByUuid(String uuid)
          Returns all the password policies where uuid = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.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)
          Returns a range of all the password policies where uuid = ?.
 List<PasswordPolicy> PasswordPolicyPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where uuid = ?.
static List<PasswordPolicy> PasswordPolicyUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies where uuid = ?.
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 orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type PasswordPolicy
 void 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)
           
 PasswordPolicy PasswordPolicyPersistence.updateImpl(PasswordPolicy passwordPolicy)
           
static PasswordPolicy PasswordPolicyUtil.updateImpl(PasswordPolicy passwordPolicy)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type PasswordPolicy
 void 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.
 


Liferay 6.2-ce-ga5