Liferay 6.2-ce-ga5

com.liferay.portal.service
Class PasswordPolicyServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.PasswordPolicyServiceWrapper
All Implemented Interfaces:
BaseService, PasswordPolicyService, ServiceWrapper<PasswordPolicyService>

@ProviderType
public class PasswordPolicyServiceWrapper
extends Object
implements PasswordPolicyService, ServiceWrapper<PasswordPolicyService>

Provides a wrapper for PasswordPolicyService.

See Also:
PasswordPolicyService

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)
          Deprecated. As of 6.2.0, replaced by addPasswordPolicy(String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)
 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, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext)
           
 void deletePasswordPolicy(long passwordPolicyId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 PasswordPolicyService getWrappedPasswordPolicyService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 PasswordPolicyService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedPasswordPolicyService(PasswordPolicyService passwordPolicyService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.PasswordPolicyService)
 void setWrappedService(PasswordPolicyService passwordPolicyService)
           
 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)
          Deprecated. As of 6.2.0, replaced by updatePasswordPolicy(long, String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)
 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, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext)
           
 
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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface PasswordPolicyService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface PasswordPolicyService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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
Deprecated. As of 6.2.0, replaced by addPasswordPolicy(String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)

Specified by:
addPasswordPolicy in interface PasswordPolicyService
Throws:
PortalException
SystemException

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,
                                        String regex,
                                        boolean history,
                                        int historyCount,
                                        boolean expireable,
                                        long maxAge,
                                        long warningTime,
                                        int graceLimit,
                                        boolean lockout,
                                        int maxFailure,
                                        long lockoutDuration,
                                        long resetFailureCount,
                                        long resetTicketMaxAge,
                                        ServiceContext serviceContext)
                                 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
Deprecated. As of 6.2.0, replaced by updatePasswordPolicy(long, String, String, boolean, boolean, long, boolean, boolean, int, int, int, int, int, int, String, boolean, int, boolean, long, long, int, boolean, int, long, long, long, ServiceContext)

Specified by:
updatePasswordPolicy 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,
                                           String regex,
                                           boolean history,
                                           int historyCount,
                                           boolean expireable,
                                           long maxAge,
                                           long warningTime,
                                           int graceLimit,
                                           boolean lockout,
                                           int maxFailure,
                                           long lockoutDuration,
                                           long resetFailureCount,
                                           long resetTicketMaxAge,
                                           ServiceContext serviceContext)
                                    throws PortalException,
                                           SystemException
Specified by:
updatePasswordPolicy in interface PasswordPolicyService
Throws:
PortalException
SystemException

getWrappedPasswordPolicyService

public PasswordPolicyService getWrappedPasswordPolicyService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedPasswordPolicyService

public void setWrappedPasswordPolicyService(PasswordPolicyService passwordPolicyService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.PasswordPolicyService)


getWrappedService

public PasswordPolicyService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<PasswordPolicyService>

setWrappedService

public void setWrappedService(PasswordPolicyService passwordPolicyService)
Specified by:
setWrappedService in interface ServiceWrapper<PasswordPolicyService>

Liferay 6.2-ce-ga5