Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.model.PasswordPolicySoap

Packages that use PasswordPolicySoap
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
 

Uses of PasswordPolicySoap in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PasswordPolicySoap
static PasswordPolicySoap PasswordPolicySoap.toSoapModel(PasswordPolicy model)
           
static PasswordPolicySoap[] PasswordPolicySoap.toSoapModels(List<PasswordPolicy> models)
           
static PasswordPolicySoap[] PasswordPolicySoap.toSoapModels(PasswordPolicy[] models)
           
static PasswordPolicySoap[][] PasswordPolicySoap.toSoapModels(PasswordPolicy[][] models)
           
 

Uses of PasswordPolicySoap in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl with parameters of type PasswordPolicySoap
static PasswordPolicy PasswordPolicyModelImpl.toModel(PasswordPolicySoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<PasswordPolicy> PasswordPolicyModelImpl.toModels(PasswordPolicySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of PasswordPolicySoap in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return PasswordPolicySoap
static PasswordPolicySoap PasswordPolicyServiceSoap.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)
           
static PasswordPolicySoap PasswordPolicyServiceSoap.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)
           
 


Liferay 6.1.2-ce-ga3