Liferay 6.1.2-ce-ga3

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. Renamed to PasswordPolicyWrapper.getWrappedModel()
 PasswordPolicy PasswordPolicyModel.toEscapedModel()
           
 PasswordPolicy PasswordPolicyWrapper.toEscapedModel()
           
 PasswordPolicy PasswordPolicyModel.toUnescapedModel()
           
 PasswordPolicy PasswordPolicyWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portal.model with parameters of type PasswordPolicy
 int PasswordPolicyModel.compareTo(PasswordPolicy passwordPolicy)
           
 int PasswordPolicyWrapper.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 Toolkit.generate(PasswordPolicy passwordPolicy)
           
 String ToolkitWrapper.generate(PasswordPolicy passwordPolicy)
           
abstract  String BasicToolkit.generate(PasswordPolicy passwordPolicy)
           
 void Toolkit.validate(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(String password1, String password2, PasswordPolicy passwordPolicy)
           
 void ToolkitWrapper.validate(String password1, String password2, PasswordPolicy passwordPolicy)
           
 void BasicToolkit.validate(String password1, String password2, PasswordPolicy passwordPolicy)
           
 

Uses of PasswordPolicy in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PasswordPolicy
 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)
           
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)
           
 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)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
static PasswordPolicy PasswordPolicyLocalServiceUtil.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicy PasswordPolicyLocalService.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
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)
           
 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)
           
 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)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.createPasswordPolicy(long passwordPolicyId)
          Creates a new password policy with the primary key.
static PasswordPolicy PasswordPolicyLocalServiceUtil.createPasswordPolicy(long passwordPolicyId)
          Creates a new password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalService.createPasswordPolicy(long passwordPolicyId)
          Creates a new password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(long passwordPolicyId)
          Deletes the password policy with the primary key from the database.
static PasswordPolicy PasswordPolicyLocalServiceUtil.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.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
static PasswordPolicy PasswordPolicyLocalServiceUtil.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicy PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.fetchPasswordPolicy(long passwordPolicyId)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.fetchPasswordPolicy(long passwordPolicyId)
           
 PasswordPolicy PasswordPolicyLocalService.fetchPasswordPolicy(long passwordPolicyId)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getDefaultPasswordPolicy(long companyId)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.getDefaultPasswordPolicy(long companyId)
           
 PasswordPolicy PasswordPolicyLocalService.getDefaultPasswordPolicy(long companyId)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long passwordPolicyId)
          Returns the password policy with the primary key.
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicy(long passwordPolicyId)
          Returns the password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicy(long passwordPolicyId)
          Returns the password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long companyId, long[] organizationIds)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicy(long companyId, long[] organizationIds)
           
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicy(long companyId, long[] organizationIds)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long companyId, long organizationId, long locationId)
          Deprecated.  
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicy(long companyId, long organizationId, long locationId)
          Deprecated.  
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicy(long companyId, long organizationId, long locationId)
          Deprecated.  
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUserId(long userId)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicyByUserId(long userId)
           
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicyByUserId(long userId)
           
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)
           
 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)
           
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)
           
 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)
           
 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)
           
 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)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
static PasswordPolicy PasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy, boolean merge)
          Updates the password policy in the database or adds it if it does not yet exist.
static PasswordPolicy PasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy, boolean merge)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy, boolean merge)
          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
 List<PasswordPolicy> PasswordPolicyLocalServiceWrapper.getPasswordPolicies(int start, int end)
          Returns a range of all the password policies.
static List<PasswordPolicy> PasswordPolicyLocalServiceUtil.getPasswordPolicies(int start, int end)
          Returns a range of all the password policies.
 List<PasswordPolicy> PasswordPolicyLocalService.getPasswordPolicies(int start, int end)
          Returns a range of all the password policies.
 List<PasswordPolicy> PasswordPolicyLocalServiceWrapper.search(long companyId, String name, int start, int end, OrderByComparator obc)
           
static List<PasswordPolicy> PasswordPolicyLocalServiceUtil.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
 PasswordPolicy PasswordPolicyLocalServiceWrapper.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
static PasswordPolicy PasswordPolicyLocalServiceUtil.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicy PasswordPolicyLocalService.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
static PasswordPolicy PasswordPolicyLocalServiceUtil.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicy PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
static PasswordPolicy PasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy, boolean merge)
          Updates the password policy in the database or adds it if it does not yet exist.
static PasswordPolicy PasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy, boolean merge)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy, boolean merge)
          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
static PasswordPolicy PasswordPolicyUtil.create(long passwordPolicyId)
          Creates a new password policy with the primary key.
 PasswordPolicy PasswordPolicyPersistence.create(long passwordPolicyId)
          Creates a new password policy with the primary key.
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)
          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, 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_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_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)
          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, 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.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.fetchByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or returns null if it could not be found.
 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.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_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_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.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.findByPrimaryKey(long passwordPolicyId)
          Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found.
 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.remove(long passwordPolicyId)
          Removes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyPersistence.remove(long passwordPolicyId)
          Removes the password policy with the primary key 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_DP(long companyId, boolean defaultPolicy)
          Removes the password policy where companyId = ? and defaultPolicy = ? from the database.
static PasswordPolicy PasswordPolicyUtil.removeByC_N(long companyId, String name)
          Removes the password policy where companyId = ? and name = ? 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.update(PasswordPolicy passwordPolicy, boolean merge)
           
static PasswordPolicy PasswordPolicyUtil.update(PasswordPolicy passwordPolicy, boolean merge, ServiceContext serviceContext)
           
static PasswordPolicy PasswordPolicyUtil.updateImpl(PasswordPolicy passwordPolicy, boolean merge)
           
 PasswordPolicy PasswordPolicyPersistence.updateImpl(PasswordPolicy passwordPolicy, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type PasswordPolicy
static List<PasswordPolicy> PasswordPolicyUtil.findAll()
          Returns all the password policies.
 List<PasswordPolicy> PasswordPolicyPersistence.findAll()
          Returns 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)
          Returns a 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> PasswordPolicyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policies.
static List<PasswordPolicy> PasswordPolicyFinderUtil.findByC_N(long companyId, String name, int start, int end, OrderByComparator obc)
           
 List<PasswordPolicy> PasswordPolicyFinder.findByC_N(long companyId, String name, int start, int end, OrderByComparator obc)
           
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
static void PasswordPolicyUtil.cacheResult(PasswordPolicy passwordPolicy)
          Caches the password policy in the entity cache if it is enabled.
 void PasswordPolicyPersistence.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, boolean merge)
           
static PasswordPolicy PasswordPolicyUtil.update(PasswordPolicy passwordPolicy, boolean merge, ServiceContext serviceContext)
           
static PasswordPolicy PasswordPolicyUtil.updateImpl(PasswordPolicy passwordPolicy, boolean merge)
           
 PasswordPolicy PasswordPolicyPersistence.updateImpl(PasswordPolicy passwordPolicy, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type PasswordPolicy
static void PasswordPolicyUtil.cacheResult(List<PasswordPolicy> passwordPolicies)
          Caches the password policies in the entity cache if it is enabled.
 void PasswordPolicyPersistence.cacheResult(List<PasswordPolicy> passwordPolicies)
          Caches the password policies in the entity cache if it is enabled.
 


Liferay 6.1.2-ce-ga3