Liferay 6.0.5

com.liferay.portal.service
Class PasswordPolicyServiceWrapper

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

public class PasswordPolicyServiceWrapper
extends Object
implements PasswordPolicyService

This class is a wrapper for PasswordPolicyService.

See Also:
PasswordPolicyService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
PasswordPolicyServiceWrapper(PasswordPolicyService passwordPolicyService)
           
 
Method Summary
 PasswordPolicy 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)
           
 void deletePasswordPolicy(long passwordPolicyId)
           
 PasswordPolicyService getWrappedPasswordPolicyService()
           
 PasswordPolicy 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)
           
 
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(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)
                                 throws PortalException,
                                        SystemException
Specified by:
addPasswordPolicy in interface PasswordPolicyService
Throws:
PortalException
SystemException

deletePasswordPolicy

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

updatePasswordPolicy

public PasswordPolicy 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)
                                    throws PortalException,
                                           SystemException
Specified by:
updatePasswordPolicy in interface PasswordPolicyService
Throws:
PortalException
SystemException

getWrappedPasswordPolicyService

public PasswordPolicyService getWrappedPasswordPolicyService()

Liferay 6.0.5