Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.PasswordPolicyService

Packages that use PasswordPolicyService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of PasswordPolicyService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement PasswordPolicyService
 class PasswordPolicyServiceWrapper
          Provides a wrapper for PasswordPolicyService.
 

Methods in com.liferay.portal.service that return PasswordPolicyService
static PasswordPolicyService PasswordPolicyServiceUtil.getService()
           
 PasswordPolicyService PasswordPolicyServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type PasswordPolicyService
 void PasswordPolicyServiceWrapper.setWrappedService(PasswordPolicyService passwordPolicyService)
           
 

Constructors in com.liferay.portal.service with parameters of type PasswordPolicyService
PasswordPolicyServiceWrapper(PasswordPolicyService passwordPolicyService)
           
 


Liferay 7.0-ce-b4