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.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.security.pwd   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.passwordpoliciesadmin.lar   
com.liferay.portlet.passwordpoliciesadmin.search   
 

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.model.impl
 

Classes in com.liferay.portal.model.impl that implement PasswordPolicy
 class PasswordPolicyBaseImpl
          The extended model base implementation for the PasswordPolicy service.
 class PasswordPolicyImpl
           
 

Methods in com.liferay.portal.model.impl that return PasswordPolicy
 PasswordPolicy UserImpl.getPasswordPolicy()
           
 PasswordPolicy PasswordPolicyCacheModel.toEntityModel()
           
 PasswordPolicy PasswordPolicyModelImpl.toEscapedModel()
           
static PasswordPolicy PasswordPolicyModelImpl.toModel(PasswordPolicySoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type PasswordPolicy
 CacheModel<PasswordPolicy> PasswordPolicyModelImpl.toCacheModel()
           
static List<PasswordPolicy> PasswordPolicyModelImpl.toModels(PasswordPolicySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type PasswordPolicy
 int PasswordPolicyModelImpl.compareTo(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)
           
 String RegExpToolkit.generate(PasswordPolicy passwordPolicy)
           
static String PwdToolkitUtil.generate(PasswordPolicy passwordPolicy)
           
 String PasswordPolicyToolkit.generate(PasswordPolicy passwordPolicy)
           
protected  String PasswordPolicyToolkit.generateDynamic(PasswordPolicy passwordPolicy)
           
protected  String PasswordPolicyToolkit.generateStatic(PasswordPolicy passwordPolicy)
           
static void PwdToolkitUtil.validate(long companyId, long userId, String password1, String password2, 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 RegExpToolkit.validate(long userId, String password1, String password2, PasswordPolicy passwordPolicy)
           
 void PasswordPolicyToolkit.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.base
 

Methods in com.liferay.portal.service.base that return PasswordPolicy
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.createPasswordPolicy(long passwordPolicyId)
          Creates a new password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.deletePasswordPolicy(long passwordPolicyId)
          Deletes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.fetchPasswordPolicy(long passwordPolicyId)
           
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.fetchPasswordPolicyByUuidAndCompanyId(String uuid, long companyId)
          Returns the password policy with the matching UUID and company.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.getPasswordPolicy(long passwordPolicyId)
          Returns the password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.getPasswordPolicyByUuidAndCompanyId(String uuid, long companyId)
          Returns the password policy with the matching UUID and company.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.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.base that return types with arguments of type PasswordPolicy
 List<PasswordPolicy> PasswordPolicyLocalServiceBaseImpl.getPasswordPolicies(int start, int end)
          Returns a range of all the password policies.
 

Methods in com.liferay.portal.service.base with parameters of type PasswordPolicy
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.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.http
 

Methods in com.liferay.portal.service.http that return PasswordPolicy
static PasswordPolicy PasswordPolicyServiceHttp.addPasswordPolicy(HttpPrincipal httpPrincipal, 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)
           
static PasswordPolicy PasswordPolicyServiceHttp.addPasswordPolicy(HttpPrincipal httpPrincipal, 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 PasswordPolicyServiceHttp.updatePasswordPolicy(HttpPrincipal httpPrincipal, 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)
           
static PasswordPolicy PasswordPolicyServiceHttp.updatePasswordPolicy(HttpPrincipal httpPrincipal, 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)
           
 

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

Methods in com.liferay.portal.service.impl that return PasswordPolicy
 PasswordPolicy PasswordPolicyLocalServiceImpl.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 PasswordPolicyLocalServiceImpl.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 PasswordPolicyLocalServiceImpl.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 PasswordPolicyServiceImpl.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 PasswordPolicyServiceImpl.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 PasswordPolicyServiceImpl.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 PasswordPolicyLocalServiceImpl.deletePasswordPolicy(long passwordPolicyId)
           
 PasswordPolicy PasswordPolicyLocalServiceImpl.deletePasswordPolicy(PasswordPolicy passwordPolicy)
           
 PasswordPolicy PasswordPolicyLocalServiceImpl.fetchPasswordPolicy(long companyId, String name)
           
 PasswordPolicy PasswordPolicyLocalServiceImpl.getDefaultPasswordPolicy(long companyId)
           
 PasswordPolicy PasswordPolicyLocalServiceImpl.getPasswordPolicy(long companyId, long[] organizationIds)
           
 PasswordPolicy PasswordPolicyLocalServiceImpl.getPasswordPolicy(long companyId, long organizationId, long locationId)
          Deprecated. As of 6.1.0
 PasswordPolicy PasswordPolicyLocalServiceImpl.getPasswordPolicyByUserId(long userId)
           
 PasswordPolicy PasswordPolicyServiceImpl.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 PasswordPolicyServiceImpl.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 PasswordPolicyLocalServiceImpl.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 PasswordPolicyLocalServiceImpl.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 PasswordPolicyServiceImpl.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 PasswordPolicyLocalServiceImpl.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.service.impl that return types with arguments of type PasswordPolicy
 List<PasswordPolicy> PasswordPolicyLocalServiceImpl.search(long companyId, String name, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portal.service.impl with parameters of type PasswordPolicy
 PasswordPolicy PasswordPolicyLocalServiceImpl.deletePasswordPolicy(PasswordPolicy passwordPolicy)
           
 

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 PasswordPolicyPersistenceImpl.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 PasswordPolicyPersistenceImpl.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 PasswordPolicyPersistenceImpl.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 PasswordPolicyPersistenceImpl.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 PasswordPolicyPersistenceImpl.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 PasswordPolicyPersistenceImpl.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 PasswordPolicyPersistenceImpl.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 PasswordPolicyPersistenceImpl.fetchByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or returns null if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          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 PasswordPolicyPersistenceImpl.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 PasswordPolicyPersistenceImpl.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 PasswordPolicyPersistenceImpl.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 PasswordPolicyPersistenceImpl.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[] PasswordPolicyPersistenceImpl.filterFindByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.filterFindByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?.
static PasswordPolicy[] PasswordPolicyUtil.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.filterFindByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?.
protected  PasswordPolicy PasswordPolicyPersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session, PasswordPolicy passwordPolicy, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session, PasswordPolicy passwordPolicy, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.filterGetByUuid_PrevAndNext(Session session, PasswordPolicy passwordPolicy, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 PasswordPolicy PasswordPolicyPersistence.findByC_DP(long companyId, boolean defaultPolicy)
          Returns the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found.
static PasswordPolicy PasswordPolicyUtil.findByC_DP(long companyId, boolean defaultPolicy)
          Returns the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByC_DP(long companyId, boolean defaultPolicy)
          Returns the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.findByC_N(long companyId, String name)
          Returns the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found.
static PasswordPolicy PasswordPolicyUtil.findByC_N(long companyId, String name)
          Returns the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByC_N(long companyId, String name)
          Returns the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.findByCompanyId_PrevAndNext(long passwordPolicyId, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
static PasswordPolicy PasswordPolicyUtil.findByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the password policy with the primary key or throws a NoSuchModelException if it could not be found.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistence.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.
static PasswordPolicy[] PasswordPolicyUtil.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.findByUuid_C_PrevAndNext(long passwordPolicyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first password policy in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
static PasswordPolicy PasswordPolicyUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last password policy in the ordered set where uuid = ?.
 PasswordPolicy[] PasswordPolicyPersistence.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ?.
static PasswordPolicy[] PasswordPolicyUtil.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ?.
 PasswordPolicy[] PasswordPolicyPersistenceImpl.findByUuid_PrevAndNext(long passwordPolicyId, String uuid, OrderByComparator orderByComparator)
          Returns the password policies before and after the current password policy in the ordered set where uuid = ?.
protected  PasswordPolicy PasswordPolicyPersistenceImpl.getByCompanyId_PrevAndNext(Session session, PasswordPolicy passwordPolicy, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.getByUuid_C_PrevAndNext(Session session, PasswordPolicy passwordPolicy, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.getByUuid_PrevAndNext(Session session, PasswordPolicy passwordPolicy, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 PasswordPolicy PasswordPolicyPersistence.remove(long passwordPolicyId)
          Removes the password policy with the primary key from the database.
static PasswordPolicy PasswordPolicyUtil.remove(long passwordPolicyId)
          Removes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyPersistenceImpl.remove(long passwordPolicyId)
          Removes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyPersistenceImpl.remove(Serializable primaryKey)
          Removes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyPersistence.removeByC_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
static PasswordPolicy PasswordPolicyUtil.removeByC_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
 PasswordPolicy PasswordPolicyPersistenceImpl.removeByC_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
 PasswordPolicy PasswordPolicyPersistence.removeByC_N(long companyId, String name)
          Removes the password policy where companyId = ? and name = ? from the database.
static PasswordPolicy PasswordPolicyUtil.removeByC_N(long companyId, String name)
          Removes the password policy where companyId = ? and name = ? from the database.
 PasswordPolicy PasswordPolicyPersistenceImpl.removeByC_N(long companyId, String name)
          Removes the password policy where companyId = ? and name = ? from the database.
protected  PasswordPolicy PasswordPolicyPersistenceImpl.removeImpl(PasswordPolicy passwordPolicy)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.toUnwrappedModel(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)
           
 PasswordPolicy PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyFinderImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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> PasswordPolicyPersistenceImpl.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 = ?.
 List<PasswordPolicy> PasswordPolicyPersistenceImpl.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.
 void PasswordPolicyPersistenceImpl.cacheResult(PasswordPolicy passwordPolicy)
          Caches the password policy in the entity cache if it is enabled.
protected  void PasswordPolicyPersistenceImpl.cacheUniqueFindersCache(PasswordPolicy passwordPolicy)
           
static void PasswordPolicyUtil.clearCache(PasswordPolicy passwordPolicy)
           
 void PasswordPolicyPersistenceImpl.clearCache(PasswordPolicy passwordPolicy)
          Clears the cache for the password policy.
protected  void PasswordPolicyPersistenceImpl.clearUniqueFindersCache(PasswordPolicy passwordPolicy)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session, PasswordPolicy passwordPolicy, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session, PasswordPolicy passwordPolicy, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.filterGetByUuid_PrevAndNext(Session session, PasswordPolicy passwordPolicy, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.getByCompanyId_PrevAndNext(Session session, PasswordPolicy passwordPolicy, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.getByUuid_C_PrevAndNext(Session session, PasswordPolicy passwordPolicy, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.getByUuid_PrevAndNext(Session session, PasswordPolicy passwordPolicy, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.removeImpl(PasswordPolicy passwordPolicy)
           
protected  PasswordPolicy PasswordPolicyPersistenceImpl.toUnwrappedModel(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)
           
 PasswordPolicy PasswordPolicyPersistenceImpl.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.
 void PasswordPolicyPersistenceImpl.cacheResult(List<PasswordPolicy> passwordPolicies)
          Caches the password policies in the entity cache if it is enabled.
 void PasswordPolicyPersistenceImpl.clearCache(List<PasswordPolicy> passwordPolicies)
           
 

Uses of PasswordPolicy in com.liferay.portlet.passwordpoliciesadmin.lar
 

Methods in com.liferay.portlet.passwordpoliciesadmin.lar with parameters of type PasswordPolicy
protected  void PasswordPolicyStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext, PasswordPolicy passwordPolicy)
           
protected  void PasswordPolicyStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext, PasswordPolicy passwordPolicy)
           
 

Uses of PasswordPolicy in com.liferay.portlet.passwordpoliciesadmin.search
 

Constructors in com.liferay.portlet.passwordpoliciesadmin.search with parameters of type PasswordPolicy
OrganizationPasswordPolicyChecker(RenderResponse renderResponse, PasswordPolicy passwordPolicy)
           
UserPasswordPolicyChecker(RenderResponse renderResponse, PasswordPolicy passwordPolicy)
           
 


Liferay 6.2-ce-ga5