com.liferay.portal.service
Class PasswordPolicyServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.PasswordPolicyServiceWrapper
All Implemented Interfaces:
PasswordPolicyService

public class PasswordPolicyServiceWrapper
extends java.lang.Object
implements PasswordPolicyService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for PasswordPolicyService.

Author:
Brian Wing Shun Chan
See Also:
PasswordPolicyService
Generated:

Constructor Summary
PasswordPolicyServiceWrapper(PasswordPolicyService passwordPolicyService)
           
 
Method Summary
 PasswordPolicy addPasswordPolicy(java.lang.String name, java.lang.String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minLength, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount)
           
 void deletePasswordPolicy(long passwordPolicyId)
           
 PasswordPolicyService getWrappedPasswordPolicyService()
           
 PasswordPolicy updatePasswordPolicy(long passwordPolicyId, java.lang.String name, java.lang.String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minLength, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordPolicyServiceWrapper

public PasswordPolicyServiceWrapper(PasswordPolicyService passwordPolicyService)
Method Detail

addPasswordPolicy

public PasswordPolicy addPasswordPolicy(java.lang.String name,
                                        java.lang.String description,
                                        boolean changeable,
                                        boolean changeRequired,
                                        long minAge,
                                        boolean checkSyntax,
                                        boolean allowDictionaryWords,
                                        int minLength,
                                        boolean history,
                                        int historyCount,
                                        boolean expireable,
                                        long maxAge,
                                        long warningTime,
                                        int graceLimit,
                                        boolean lockout,
                                        int maxFailure,
                                        long lockoutDuration,
                                        long resetFailureCount)
                                 throws com.liferay.portal.PortalException,
                                        com.liferay.portal.SystemException
Specified by:
addPasswordPolicy in interface PasswordPolicyService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deletePasswordPolicy

public void deletePasswordPolicy(long passwordPolicyId)
                          throws com.liferay.portal.PortalException,
                                 com.liferay.portal.SystemException
Specified by:
deletePasswordPolicy in interface PasswordPolicyService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updatePasswordPolicy

public PasswordPolicy updatePasswordPolicy(long passwordPolicyId,
                                           java.lang.String name,
                                           java.lang.String description,
                                           boolean changeable,
                                           boolean changeRequired,
                                           long minAge,
                                           boolean checkSyntax,
                                           boolean allowDictionaryWords,
                                           int minLength,
                                           boolean history,
                                           int historyCount,
                                           boolean expireable,
                                           long maxAge,
                                           long warningTime,
                                           int graceLimit,
                                           boolean lockout,
                                           int maxFailure,
                                           long lockoutDuration,
                                           long resetFailureCount)
                                    throws com.liferay.portal.PortalException,
                                           com.liferay.portal.SystemException
Specified by:
updatePasswordPolicy in interface PasswordPolicyService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedPasswordPolicyService

public PasswordPolicyService getWrappedPasswordPolicyService()