Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.PasswordPolicyFinder

Packages that use PasswordPolicyFinder
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of PasswordPolicyFinder in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as PasswordPolicyFinder
protected  PasswordPolicyFinder UserServiceBaseImpl.passwordPolicyFinder
           
protected  PasswordPolicyFinder UserLocalServiceBaseImpl.passwordPolicyFinder
           
protected  PasswordPolicyFinder PasswordTrackerLocalServiceBaseImpl.passwordPolicyFinder
           
protected  PasswordPolicyFinder PasswordPolicyServiceBaseImpl.passwordPolicyFinder
           
protected  PasswordPolicyFinder OrganizationLocalServiceBaseImpl.passwordPolicyFinder
           
protected  PasswordPolicyFinder PasswordPolicyLocalServiceBaseImpl.passwordPolicyFinder
           
protected  PasswordPolicyFinder CompanyLocalServiceBaseImpl.passwordPolicyFinder
           
protected  PasswordPolicyFinder OrganizationServiceBaseImpl.passwordPolicyFinder
           
protected  PasswordPolicyFinder CompanyServiceBaseImpl.passwordPolicyFinder
           
 

Methods in com.liferay.portal.service.base that return PasswordPolicyFinder
 PasswordPolicyFinder UserServiceBaseImpl.getPasswordPolicyFinder()
          Returns the password policy finder.
 PasswordPolicyFinder UserLocalServiceBaseImpl.getPasswordPolicyFinder()
          Returns the password policy finder.
 PasswordPolicyFinder PasswordTrackerLocalServiceBaseImpl.getPasswordPolicyFinder()
          Returns the password policy finder.
 PasswordPolicyFinder PasswordPolicyServiceBaseImpl.getPasswordPolicyFinder()
          Returns the password policy finder.
 PasswordPolicyFinder OrganizationLocalServiceBaseImpl.getPasswordPolicyFinder()
          Returns the password policy finder.
 PasswordPolicyFinder PasswordPolicyLocalServiceBaseImpl.getPasswordPolicyFinder()
          Returns the password policy finder.
 PasswordPolicyFinder CompanyLocalServiceBaseImpl.getPasswordPolicyFinder()
          Returns the password policy finder.
 PasswordPolicyFinder OrganizationServiceBaseImpl.getPasswordPolicyFinder()
          Returns the password policy finder.
 PasswordPolicyFinder CompanyServiceBaseImpl.getPasswordPolicyFinder()
          Returns the password policy finder.
 

Methods in com.liferay.portal.service.base with parameters of type PasswordPolicyFinder
 void UserServiceBaseImpl.setPasswordPolicyFinder(PasswordPolicyFinder passwordPolicyFinder)
          Sets the password policy finder.
 void UserLocalServiceBaseImpl.setPasswordPolicyFinder(PasswordPolicyFinder passwordPolicyFinder)
          Sets the password policy finder.
 void PasswordTrackerLocalServiceBaseImpl.setPasswordPolicyFinder(PasswordPolicyFinder passwordPolicyFinder)
          Sets the password policy finder.
 void PasswordPolicyServiceBaseImpl.setPasswordPolicyFinder(PasswordPolicyFinder passwordPolicyFinder)
          Sets the password policy finder.
 void OrganizationLocalServiceBaseImpl.setPasswordPolicyFinder(PasswordPolicyFinder passwordPolicyFinder)
          Sets the password policy finder.
 void PasswordPolicyLocalServiceBaseImpl.setPasswordPolicyFinder(PasswordPolicyFinder passwordPolicyFinder)
          Sets the password policy finder.
 void CompanyLocalServiceBaseImpl.setPasswordPolicyFinder(PasswordPolicyFinder passwordPolicyFinder)
          Sets the password policy finder.
 void OrganizationServiceBaseImpl.setPasswordPolicyFinder(PasswordPolicyFinder passwordPolicyFinder)
          Sets the password policy finder.
 void CompanyServiceBaseImpl.setPasswordPolicyFinder(PasswordPolicyFinder passwordPolicyFinder)
          Sets the password policy finder.
 

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

Methods in com.liferay.portal.service.persistence that return PasswordPolicyFinder
static PasswordPolicyFinder PasswordPolicyFinderUtil.getFinder()
           
 

Methods in com.liferay.portal.service.persistence with parameters of type PasswordPolicyFinder
 void PasswordPolicyFinderUtil.setFinder(PasswordPolicyFinder finder)
           
 

Uses of PasswordPolicyFinder in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement PasswordPolicyFinder
 class PasswordPolicyFinderImpl
           
 


Liferay 7.0-ce-b4