Liferay 6.0.3

com.liferay.portal.model
Interface PasswordPolicy

All Superinterfaces:
BaseModel<PasswordPolicy>, Cloneable, Comparable<PasswordPolicy>, PasswordPolicyModel, Serializable
All Known Implementing Classes:
PasswordPolicyImpl, PasswordPolicyWrapper

public interface PasswordPolicy
extends PasswordPolicyModel

This interface is a model that represents the PasswordPolicy table in the database.

Customize PasswordPolicyImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
PasswordPolicyModel, PasswordPolicyImpl, PasswordPolicyModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portal.model.PasswordPolicyModel
clone, compareTo, getAllowDictionaryWords, getChangeable, getChangeRequired, getCheckSyntax, getCompanyId, getCreateDate, getDefaultPolicy, getDescription, getExpandoBridge, getExpireable, getGraceLimit, getHistory, getHistoryCount, getLockout, getLockoutDuration, getMaxAge, getMaxFailure, getMinAge, getMinAlphanumeric, getMinLength, getMinLowerCase, getMinNumbers, getMinSymbols, getMinUpperCase, getModifiedDate, getName, getPasswordPolicyId, getPrimaryKey, getPrimaryKeyObj, getRequireUnlock, getResetFailureCount, getResetTicketMaxAge, getUserId, getUserName, getUserUuid, getWarningTime, hashCode, isAllowDictionaryWords, isCachedModel, isChangeable, isChangeRequired, isCheckSyntax, isDefaultPolicy, isEscapedModel, isExpireable, isHistory, isLockout, isNew, isRequireUnlock, setAllowDictionaryWords, setCachedModel, setChangeable, setChangeRequired, setCheckSyntax, setCompanyId, setCreateDate, setDefaultPolicy, setDescription, setEscapedModel, setExpandoBridgeAttributes, setExpireable, setGraceLimit, setHistory, setHistoryCount, setLockout, setLockoutDuration, setMaxAge, setMaxFailure, setMinAge, setMinAlphanumeric, setMinLength, setMinLowerCase, setMinNumbers, setMinSymbols, setMinUpperCase, setModifiedDate, setName, setNew, setPasswordPolicyId, setPrimaryKey, setRequireUnlock, setResetFailureCount, setResetTicketMaxAge, setUserId, setUserName, setUserUuid, setWarningTime, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3